see if we can enable nrpe on osbs-master
This commit is contained in:
parent
649a38ab5a
commit
e50b79325f
1 changed files with 2 additions and 0 deletions
|
@ -722,3 +722,5 @@
|
|||
shell: "oc import-image fedora --all"
|
||||
when: env == "production" and hostvars[groups["osbs-masters"][0]]["docker_pull_fedora"]|changed
|
||||
|
||||
- name: enable nrpe for monitoring
|
||||
iptables: action=insert chain=INPUT destination_port=5666 protocol=tcp source=10.5.126.41 state=present jump=ACCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue