From 1b869737eed0573a295a46b1744b3248ce1c7874 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 21 Mar 2019 14:22:43 -0400 Subject: [PATCH] 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 --- ansible/group_vars/all.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/group_vars/all.yaml b/ansible/group_vars/all.yaml index e7349f4..19748b4 100644 --- a/ansible/group_vars/all.yaml +++ b/ansible/group_vars/all.yaml @@ -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