
In run_all, we start a bunch of plays in sequence, but it's difficult to tell what they're doing until you see the tasks. Name the plays themselves to produce a better narrative structure. Change-Id: I0597eab2c06c6963601dec689714c38101a4d470
10 lines
193 B
YAML
10 lines
193 B
YAML
- hosts: bridge.openstack.org
|
|
name: "Bridge: configure the bastion host"
|
|
become: true
|
|
roles:
|
|
- pip3
|
|
- install-ansible
|
|
- root-keys
|
|
- ansible-cron
|
|
- cloud-launcher-cron
|