Merge "Add zuul_console_disable flag to added hosts"
This commit is contained in:
commit
d243c2b4ff
@ -7,6 +7,8 @@
|
||||
ansible_host: static.opendev.org
|
||||
ansible_port: 22
|
||||
ansible_user: zuul
|
||||
# Port 19885 is firewalled
|
||||
zuul_console_disable: true
|
||||
|
||||
- name: Add static.opendev.org host key
|
||||
known_hosts:
|
||||
|
@ -10,6 +10,8 @@
|
||||
# ends up with ansible_host being localhost.
|
||||
ansible_host: bridge.openstack.org
|
||||
ansible_port: 22
|
||||
# Port 19885 is frewalled
|
||||
zuul_console_disable: true
|
||||
|
||||
- hosts: bridge.openstack.org
|
||||
tasks:
|
||||
|
@ -10,6 +10,8 @@
|
||||
# ends up with ansible_host being localhost.
|
||||
ansible_host: bridge.openstack.org
|
||||
ansible_port: 22
|
||||
# Port 19885 is firewalled
|
||||
zuul_console_disable: true
|
||||
|
||||
- hosts: bridge.openstack.org
|
||||
tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user