ansible/inventory/host_vars/buildvm-s390x-24.s390.fedoraproject.org
Kevin Fenzi c490b5a2c5 buildvm-s390x-24: make sure port 80 is allowed incoming to varnish cache
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-04-02 14:57:52 -07:00

6 lines
102 B
Org Mode

---
eth0_ipv4_ip: 10.16.0.35
tcp_ports: [
# allow incoming varnish requests to varnish cache
80
]