From 74d70e9ffc160aac9573ef0d06fa4fd4bbc7fa86 Mon Sep 17 00:00:00 2001 From: Marco Milano <64802282+marmila@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:53:39 +0100 Subject: [PATCH] restore vault and haproxy services to gateway node --- ansible/k3s_bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/k3s_bootstrap.yml b/ansible/k3s_bootstrap.yml index cff3c5dd..13992aa0 100644 --- a/ansible/k3s_bootstrap.yml +++ b/ansible/k3s_bootstrap.yml @@ -1,7 +1,7 @@ --- - name: Bootstrap Cluster - hosts: bootstrap + hosts: node1 gather_facts: false become: false