mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
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:
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user