- hosts: bridge.openstack.org:!disabled
  name: "Bridge: configure the bastion host"
  roles:
    - edit-secrets-script
    - install-docker
    - install-osc-container
    - install-kubectl
    - configure-kubectl
  tasks:
    - include_role:
        name: configure-openstacksdk
      vars:
        openstacksdk_config_template: clouds/bridge_all_clouds.yaml.j2
    - name: Get rid of all-clouds.yaml
      file:
        state: absent
        path: '/etc/openstack/all-clouds.yaml'