add dooris role for setup of dooris interaction on the node itself
This commit is contained in:
parent
4c9d582ba6
commit
af1b1906b1
14 changed files with 157 additions and 49 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