c102e59857
This is in preparation for the east infra-cloud rollout. Change-Id: Ie083aa5866ba60c177f95b374bee781018946be8
29 lines
773 B
YAML
29 lines
773 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
user: root
|
|
roles:
|
|
- { role: allow_all_traffic_default_secgroup, os_client_config_cloud: 'openstackci-infracloud-west' }
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
user: root
|
|
roles:
|
|
- { role: allow_all_traffic_default_secgroup, os_client_config_cloud: 'openstackjenkins-infracloud-west' }
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
user: root
|
|
roles:
|
|
- { role: allow_all_traffic_default_secgroup, os_client_config_cloud: 'openstackci-infracloud-east' }
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
user: root
|
|
roles:
|
|
- { role: allow_all_traffic_default_secgroup, os_client_config_cloud: 'openstackjenkins-infracloud-east' }
|