2012-10-08 19:35:54 +00:00
|
|
|
---
|
2013-05-24 15:02:08 +00:00
|
|
|
freezes: true
|
2013-06-03 18:47:05 +00:00
|
|
|
# most of our systems are in phx2
|
|
|
|
datacenter: phx2
|
|
|
|
|
2013-05-24 15:02:08 +00:00
|
|
|
# example of ports for default iptables
|
|
|
|
# tcp_ports: [ 22, 80, 443 ]
|
|
|
|
# udp_ports: [ 110, 1024, 2049 ]
|
2013-05-24 15:05:56 +00:00
|
|
|
# multiple lines can be handled as below
|
2013-05-24 15:02:08 +00:00
|
|
|
# custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT',
|
2013-05-24 15:03:21 +00:00
|
|
|
# '-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ]
|
2013-05-24 15:02:08 +00:00
|
|
|
|
|
|
|
|