From 90878bb51d2951912a58ce043431e39a9225b5c0 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 29 Nov 2017 12:07:21 +0000 Subject: [PATCH] Make 5666 opening part of iptables Signed-off-by: Patrick Uiterwijk --- playbooks/groups/os-cluster.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 425f427378..819af87e37 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -162,6 +162,8 @@ tasks: - name: enable nrpe for monitoring (noc01) iptables: action=insert chain=INPUT destination_port=5666 protocol=tcp source=10.5.126.41 state=present jump=ACCEPT + tags: + - iptables - name: Post-Install master setup hosts: os-masters-stg:os-masters