2019-05-02 15:07:32 -06:00
|
|
|
- hosts: bridge.openstack.org:!disabled
|
|
|
|
name: "Bridge: configure the bastion host"
|
|
|
|
roles:
|
|
|
|
- edit-secrets-script
|
2020-03-03 10:51:03 -06:00
|
|
|
- install-docker
|
|
|
|
- install-osc-container
|
2019-05-02 15:07:32 -06:00
|
|
|
- install-kubectl
|
|
|
|
- configure-kubectl
|
|
|
|
tasks:
|
|
|
|
- include_role:
|
|
|
|
name: configure-openstacksdk
|
|
|
|
vars:
|
|
|
|
openstacksdk_config_template: clouds/bridge_all_clouds.yaml.j2
|
2020-04-09 15:00:25 -05:00
|
|
|
- name: Get rid of all-clouds.yaml
|
|
|
|
file:
|
|
|
|
state: absent
|
|
|
|
path: '/etc/openstack/all-clouds.yaml'
|