ansible/inventory/group_vars/retrace

14 lines
332 B
Text
Raw Normal View History

2014-05-09 21:23:18 +00:00
---
fas_client_groups: retrace
freezes: false
sudoers: "{{ private }}/files/sudo/arm-retrace-sudoers"
2014-07-03 16:08:15 +00:00
tcp_ports: [ 80, 443 ]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 2049 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 5432 -j ACCEPT' ]
nrpe_procs_warn: 900
nrpe_procs_crit: 1000