Add iptables_public_tcp_ports variable
This is needed by the windmill-ops bootstrap playbook, and to keep zuul happy for streaming logs. Change-Id: I379c151616cec7bc1817ad8dd8f41eed1fc86e4d Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
3bb9d0376d
commit
1b869737ee
@ -28,3 +28,9 @@ windmill_users:
|
||||
|
||||
windmill_root_users:
|
||||
- windmill
|
||||
|
||||
# NOTE(pabelanger): We are only adding 19885/tcp here so we can stream ansible
|
||||
# logs for testing. In production, you should remove this!
|
||||
iptables_public_tcp_ports:
|
||||
- 22
|
||||
- 19885
|
||||
|
Loading…
x
Reference in New Issue
Block a user