d93a661ae4
It's the only part of base that's important to run when we run a service. Run it in the service playbooks and get rid of the dependency on infra-prod-base. Continue running it in base so that new nodes are brought up with iptables in place. Bump the timeout for the mirror job, because the iptables addition seems to have just bumped it over the edge. Change-Id: I4608216f7a59cfa96d3bdb191edd9bc7bb9cca39
13 lines
353 B
YAML
13 lines
353 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:
|
|
- iptables
|
|
- backup
|
|
- hosts: "backup-server:!disabled"
|
|
name: "Generate bup configuration"
|
|
roles:
|
|
- iptables
|
|
- backup-server
|