From 1f1e5fa852e981b590e84c48882a812bbba60555 Mon Sep 17 00:00:00 2001 From: safouenebg Date: Sun, 2 Jun 2024 16:43:17 +0000 Subject: [PATCH] haproxy_vars_changed --- group_vars/safouene | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}"