16 lines
352 B
YAML
Executable File
16 lines
352 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
# vim:ft=ansible:
|
|
---
|
|
- hosts: platforms_proxmox-ve-7
|
|
gather_facts: no
|
|
roles:
|
|
- role: backup
|
|
vars:
|
|
backup_s3backup_list_extra:
|
|
- /etc/kernel
|
|
- /etc/modprobe.d
|
|
- /etc/modules
|
|
- /etc/pve
|
|
backup_time: "Mon *-*-* 02:00:00"
|
|
tags: [ backup, common ]
|