diff --git a/ansible/roles/haproxy-config/handlers/main.yml b/ansible/roles/haproxy-config/handlers/main.yml deleted file mode 100644 index dc4b1305f20ce212ef4316391944fd712d115427..0000000000000000000000000000000000000000 --- a/ansible/roles/haproxy-config/handlers/main.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- name: Restart haproxy container - become: true - kolla_docker: - action: "restart_container" - name: haproxy - when: - - kolla_action != "config" - - inventory_hostname in groups['haproxy'] - - enable_haproxy | bool - notify: - - Waiting for haproxy to start - -- name: Waiting for haproxy to start - wait_for: - host: "{{ api_interface_address }}" - port: "{{ haproxy_stats_port }}" diff --git a/ansible/roles/haproxy/handlers/main.yml b/ansible/roles/haproxy/handlers/main.yml index 60fa5a03e3b5af12309de50629165e37c0668602..cec9b97acf7c17994512b163d48b153def1d6298 100644 --- a/ansible/roles/haproxy/handlers/main.yml +++ b/ansible/roles/haproxy/handlers/main.yml @@ -18,6 +18,7 @@ - service.enabled | bool notify: - Waiting for haproxy to start + listen: "Restart haproxy container" - name: Restart keepalived container vars: