Bootstrap (#30)
* Bugfix: Login User * BugFix: Docker Login User * BugFix Bootstrap
This commit is contained in:
parent
a3620ba5e7
commit
ef37c2fc2a
1 changed files with 2 additions and 3 deletions
|
@ -20,7 +20,6 @@
|
||||||
user_local_ssh_key_path: "~/.ssh/id_rsa.pub"
|
user_local_ssh_key_path: "~/.ssh/id_rsa.pub"
|
||||||
user_enable_passwordless_sudo: True
|
user_enable_passwordless_sudo: True
|
||||||
### ansible
|
### ansible
|
||||||
# ansible_user: "ansible-user"
|
ansible_password: "hallowelt"
|
||||||
# ansible_password: "hallowelt"
|
ansible_become_password: "hallowelt"
|
||||||
# ansible_become_password: "hallowelt"
|
|
||||||
ansible_ssh_common_args: "'-o StrictHostKeyChecking=no'"
|
ansible_ssh_common_args: "'-o StrictHostKeyChecking=no'"
|
||||||
|
|
Loading…
Reference in a new issue