initial commit
This commit is contained in:
commit
6f50de798b
24 changed files with 1082 additions and 0 deletions
8
roles/baseline/handlers/main.yml
Normal file
8
roles/baseline/handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: Restart firewall
|
||||
ansible.builtin.command: /etc/network/if-pre-up.d/firewall
|
||||
changed_when: true
|
||||
|
||||
- name: Restart sshd
|
||||
ansible.builtin.systemd:
|
||||
name: ssh
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue