Merge "Add zuul_console_disable flag to added hosts"

This commit is contained in:
Zuul 2022-10-10 23:36:40 +00:00 committed by Gerrit Code Review
commit d243c2b4ff
3 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: