
This formerly ran on puppetmaster.openstack.org but needs to be transitioned to bridge.openstack.org so that we properly configure new clouds. Depends-On: https://review.openstack.org/#/c/598404 Change-Id: I2d1067ef5176ecabb52815752407fa70b64a001b
9 lines
148 B
YAML
9 lines
148 B
YAML
- hosts: bridge.openstack.org
|
|
become: true
|
|
roles:
|
|
- pip3
|
|
- install-ansible
|
|
- root-keys
|
|
- ansible-cron
|
|
- cloud-launcher-cron
|