refactor: split ansible book into roles
This commit is contained in:
parent
89a7bfa789
commit
22d7e4a318
14 changed files with 983 additions and 215 deletions
4
roles/common/handlers/main.yaml
Normal file
4
roles/common/handlers/main.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- name: Restart sshd
|
||||
ansible.builtin.service:
|
||||
name: sshd
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue