add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
699a2bcfff
commit
de8daaf56c
14 changed files with 179 additions and 51 deletions
5
roles/dooris/handlers/main.yml
Normal file
5
roles/dooris/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- name: "reload sshd"
|
||||
become: true
|
||||
ansible.builtin.systemd_service:
|
||||
name: "ssh.service"
|
||||
state: "reloaded"
|
||||
Loading…
Add table
Add a link
Reference in a new issue