Make 5666 opening part of iptables
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2880217bcb
commit
90878bb51d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue