see if we can enable nrpe on osbs-master

This commit is contained in:
Kevin Fenzi 2016-12-13 21:11:04 +00:00
parent 649a38ab5a
commit e50b79325f

View file

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