Make 5666 opening part of iptables

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-11-29 12:07:21 +00:00
parent 2880217bcb
commit 90878bb51d

View file

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