add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
60a407a406
commit
2be6c1e943
9 changed files with 81 additions and 5 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