mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
make the ip address one we own
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
2fbdcff571
commit
a32ff01cec
@@ -16,7 +16,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 8.43.84.211 --dport 8443:8445 -j ACCE
|
||||
'-A INPUT -p tcp -m tcp -s 152.19.134.149 --dport 8443:8445 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.181.20 --dport 8443:8445 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 8.43.85.78 --dport 8443:8445 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 152.19.134.151 --dport 8443:8445 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 152.19.134.191 --dport 8443:8445 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 140.211.169.199 --dport 8443:8445 -j ACCEPT',]
|
||||
|
||||
## End of file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
eth0_ip: 152.19.134.151
|
||||
eth0_ip: 152.19.134.191
|
||||
eth0_nm: 255.255.255.128
|
||||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
|
||||
Reference in New Issue
Block a user