diff --git a/playbooks/inventory/group_vars/haproxy_all.yml b/playbooks/inventory/group_vars/haproxy_all.yml index dc814c1a84..69b3afdc4b 100644 --- a/playbooks/inventory/group_vars/haproxy_all.yml +++ b/playbooks/inventory/group_vars/haproxy_all.yml @@ -31,3 +31,4 @@ haproxy_nova_metadata_whitelist_networks: "{{ haproxy_whitelist_networks }}" haproxy_rabbitmq_management_whitelist_networks: "{{ haproxy_whitelist_networks }}" haproxy_repo_git_whitelist_networks: "{{ haproxy_whitelist_networks }}" haproxy_repo_cache_whitelist_networks: "{{ haproxy_whitelist_networks }}" +haproxy_octavia_whitelist_networks: "{{ haproxy_whitelist_networks }}" diff --git a/playbooks/vars/configs/haproxy_config.yml b/playbooks/vars/configs/haproxy_config.yml index 4d2de08253..ec6c208b0d 100644 --- a/playbooks/vars/configs/haproxy_config.yml +++ b/playbooks/vars/configs/haproxy_config.yml @@ -271,7 +271,4 @@ haproxy_default_services: haproxy_balance_type: http haproxy_backend_options: - "httpchk GET /" - haproxy_whitelist_networks: - - 192.168.0.0/16 - - 172.16.0.0/12 - - 10.0.0.0/8 + haproxy_whitelist_networks: "{{ haproxy_octavia_whitelist_networks }}"