From ef37c2fc2a33056f35d25ed89a54c8316fb03ec0 Mon Sep 17 00:00:00 2001 From: Quotengrote <38253905+quotengrote@users.noreply.github.com> Date: Wed, 30 Sep 2020 13:33:45 +0200 Subject: [PATCH] Bootstrap (#30) * Bugfix: Login User * BugFix: Docker Login User * BugFix Bootstrap --- playbooks/base/1_bootstrap.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/playbooks/base/1_bootstrap.yml b/playbooks/base/1_bootstrap.yml index 572c0bbc..3dc65f11 100644 --- a/playbooks/base/1_bootstrap.yml +++ b/playbooks/base/1_bootstrap.yml @@ -20,7 +20,6 @@ user_local_ssh_key_path: "~/.ssh/id_rsa.pub" user_enable_passwordless_sudo: True ### ansible -# ansible_user: "ansible-user" -# ansible_password: "hallowelt" -# ansible_become_password: "hallowelt" + ansible_password: "hallowelt" + ansible_become_password: "hallowelt" ansible_ssh_common_args: "'-o StrictHostKeyChecking=no'"