Fehler Bootstrap behoben, nicht mehr im Master-Playbook enthalten (#44)
This commit is contained in:
parent
cdf8c7767f
commit
e7df738d36
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
- import_playbook: 1_bootstrap.yml
|
||||
- import_playbook: 2_packages.yml
|
||||
- import_playbook: 3_base.yml
|
||||
- import_playbook: 4_create_user.yml
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
user_local_ssh_key_path: "~/.ssh/id_rsa.pub"
|
||||
user_enable_passwordless_sudo: True
|
||||
### ansible
|
||||
ansible_user: "mg"
|
||||
ansible_password: "hallowelt"
|
||||
ansible_become_password: "hallowelt"
|
||||
ansible_ssh_common_args: "'-o StrictHostKeyChecking=no'"
|
||||
|
|
Loading…
Reference in a new issue