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:
Kevin Fenzi 2020-08-03 14:39:08 -07:00
parent 51f32a828f
commit fca32771f3
2 changed files with 2 additions and 2 deletions

View file

@ -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' ]

View file

@ -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' ]