Add role proxmox-backup

This commit is contained in:
Gašper Fele-Žorž 2024-09-10 14:13:24 +02:00
parent b5565b24fd
commit f2fbd0c848
2 changed files with 99 additions and 0 deletions

View 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"