From c51fb69b20137850d557489215236f346401058e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 4 Oct 2024 14:26:07 +0200 Subject: [PATCH] dd --- playbooks/1_bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/1_bootstrap.yml b/playbooks/1_bootstrap.yml index be0de3a3..84c298de 100644 --- a/playbooks/1_bootstrap.yml +++ b/playbooks/1_bootstrap.yml @@ -26,11 +26,11 @@ vars: ### reobertdebock.bootstrap - bootstrap_user: root + bootstrap_user: mg bootstrap_wait_for_host: false bootstrap_timeout: 1 ### ansible - ansible_user: "root" + ansible_user: "mg" ansible_password: hallowelt ansible_become_password: hallowelt ansible_ssh_common_args: "'-o StrictHostKeyChecking=no'"