Add role proxmox-backup
This commit is contained in:
parent
b5565b24fd
commit
f2fbd0c848
2 changed files with 99 additions and 0 deletions
12
roles/proxmox-backup/handlers/main.yml
Normal file
12
roles/proxmox-backup/handlers/main.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
- name: reboot
|
||||
reboot:
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reload interfaces
|
||||
command: ifreload -a
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: update package cache
|
||||
package:
|
||||
update_cache: yes
|
||||
when: "'handler' not in ansible_skip_tags"
|
Loading…
Add table
Add a link
Reference in a new issue