From b6b4313cd4b1d088b910a981182eb9aa402e3b46 Mon Sep 17 00:00:00 2001 From: Quotengrote <38253905+quotengrote@users.noreply.github.com> Date: Wed, 2 Sep 2020 13:18:27 +0200 Subject: [PATCH] Bugfix bootstrap Playbook (#24) --- playbooks/base/1_bootstrap.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/playbooks/base/1_bootstrap.yml b/playbooks/base/1_bootstrap.yml index 1272318c..3c4286fe 100644 --- a/playbooks/base/1_bootstrap.yml +++ b/playbooks/base/1_bootstrap.yml @@ -14,8 +14,13 @@ user_generate_ssh_key: true user_local_ssh_key_path: "~/.ssh/id_rsa.pub" user_enable_passwordless_sudo: True - + ### ansible ansible_user: "mg" # Hier ändern wenn ein anderer Nutzer für die Erstanmeldung verwendet werden soll. ansible_password: "hallowelt" ansible_become_password: "hallowelt" ansible_ssh_common_args: "'-o StrictHostKeyChecking=no'" + ### reobertdebock.bootstrap + bootstrap_user: mg + bootstrap_wait_for_host: no + bootstrap_timeout: 3 + bootstrap_retries: 3