Add iptables rule for nrpe to osbs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d3c59728fb
commit
92219f1462
1 changed files with 5 additions and 0 deletions
|
@ -648,6 +648,11 @@
|
|||
}
|
||||
|
||||
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: copy docker iptables script
|
||||
copy:
|
||||
src: "{{files}}/osbs/fix-docker-iptables.{{ env }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue