2019-06-03 11:17:28 +10:00
|
|
|
# This needs to happen in order. Backup hosts export their username/key
|
|
|
|
# combos which are installed onto the backup server
|
|
|
|
- hosts: "backup:!disabled"
|
|
|
|
name: "Base: Generate backup users and keys"
|
|
|
|
roles:
|
2020-05-26 17:41:54 -05:00
|
|
|
- iptables
|
2019-06-03 11:17:28 +10:00
|
|
|
- backup
|
|
|
|
- hosts: "backup-server:!disabled"
|
|
|
|
name: "Generate bup configuration"
|
|
|
|
roles:
|
2020-05-26 17:41:54 -05:00
|
|
|
- iptables
|
2019-06-03 11:17:28 +10:00
|
|
|
- backup-server
|