Newer
Older
{% for host in groups['ingress'] + groups['nfs'] + groups['worker'] -%}
acl allcluster src {{ hostvars[host].ansible_default_ipv6.address }}
{% endfor -%}
{% for host in groups['ingress'] + groups['nfs'] + groups['worker'] -%}
acl allcluster src {{ hostvars[host].ansible_default_ipv4.address }}
{% endfor -%}
http_access allow allcluster