system-config/playbooks/zuul/run-production-bootstrap-bridge.yaml
Ian Wienand 138a0302ba
run-production-bootstrap-bridge: use add-bastion-host
This playbook can use the add-bastion-host role to add the bastion
host.  This is one less place the bridge name is hard-coded.

Change-Id: I5ad7f6f1ac9bdf9af59b835d8fd466c3ca276639
2022-11-04 09:17:48 +11:00

6 lines
96 B
YAML

- hosts: localhost
roles:
- add-bastion-host
- import_playbook: ../bootstrap-bridge.yaml