inventory: move custom cache firewall rule to 24 from 07.
THe cache host needs to accept port 80 requests for varnish. MOve that from the old 07 zvm instance to the new 24 kvm one. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
51f32a828f
commit
fca32771f3
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,2 @@
|
|||
---
|
||||
varnish_group: s390kojipkgs
|
||||
# needed because this host has a varnish cache on it.
|
||||
custom_rules: [ '-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT' ]
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
---
|
||||
eth0_ip: 10.16.0.35
|
||||
# needed because this host has a varnish cache on it.
|
||||
custom_rules: [ '-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue