From 6ebb0401c85802631fa96747bda5eac55a673954 Mon Sep 17 00:00:00 2001 From: Marco Milano <64802282+marmila@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:54:49 +0100 Subject: [PATCH] restore vault and haproxy services to gateway node --- ansible/k3s_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/k3s_install.yml b/ansible/k3s_install.yml index 24d0ac01..5d7464c4 100644 --- a/ansible/k3s_install.yml +++ b/ansible/k3s_install.yml @@ -1,7 +1,7 @@ --- - name: Install load balancer - hosts: haproxy + hosts: gateway gather_facts: true tags: [install] become: true