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