and somehow we keep getting the wrong repos turned on
This commit is contained in:
parent
fc2aae01ac
commit
9aba0fbd75
1 changed files with 5 additions and 0 deletions
|
@ -8,4 +8,9 @@ eth1_ip: 172.23.0.11
|
|||
nm: 255.255.255.0
|
||||
gw: 209.132.184.254
|
||||
|
||||
resolvconf: "{{ files }}/resolv.conf/cloud-noc01.cloud.fedoraproject.org"
|
||||
|
||||
tcp_ports: ['22']
|
||||
custom_rules: [ '-A INPUT -i eth0 -p tcp -m tcp -s 209.132.184.0/24 --dport 67 -j ACCEPT', '-A INPUT -i eth0 -p tcp -m tcp -s 209.132.184.0/24 --dport 68 -j ACCEPT', '-A INPUT -i eth0 -p tcp -m tcp -s 209.132.184.0/24 --dport 69 -j ACCEPT', '-A INPUT -i eth0 -p udp -m udp -s 209.132.184.0/24 --dport 67 -j ACCEPT', '-A INPUT -i eth0 -p udp -m udp -s 209.132.184.0/24 --dport 68 -j ACCEPT', '-A INPUT -i eth0 -p udp -m udp -s 209.132.184.0/24 --dport 69 -j ACCEPT' ]
|
||||
|
||||
compute_private_ip: 172.23.0.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue