proxmox ansible bootstrapping
This commit is contained in:
parent
2d1a363a50
commit
bdf3bc6b02
20 changed files with 481 additions and 4 deletions
4
roles/common/handles/main.yml
Normal file
4
roles/common/handles/main.yml
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