138a0302ba
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
6 lines
96 B
YAML
6 lines
96 B
YAML
- hosts: localhost
|
|
roles:
|
|
- add-bastion-host
|
|
|
|
- import_playbook: ../bootstrap-bridge.yaml
|