Bugfix bootstrap Playbook (#24)
This commit is contained in:
parent
90341fdb2b
commit
b6b4313cd4
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue