system-config/playbooks/service-backup.yaml

11 lines
323 B
YAML

# 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:
- backup
- hosts: "backup-server:!disabled"
name: "Generate bup configuration"
roles:
- backup-server