diff --git a/group_vars/safouene b/group_vars/safouene index 6a2d3c6..7c1cf69 100644 --- a/group_vars/safouene +++ b/group_vars/safouene @@ -19,9 +19,9 @@ haproxy: - name: "{{ k8s_frontend_name }}" mode: tcp haproxy_ips: - - "{{ hostvars[inventory_hostname].ansible_host }}" - port: - - "80" + - "{{ hostvars[inventory_hostname].ansible_host }}" + ports: + - "80" backends: - name: "{{ k8s_backend_name }}"