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:
Paul Belanger 2019-03-21 14:22:43 -04:00
parent 3bb9d0376d
commit 1b869737ee
1 changed files with 6 additions and 0 deletions

View File

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