Fehler Bootstrap behoben, nicht mehr im Master-Playbook enthalten (#44)

This commit is contained in:
Quotengrote 2020-10-13 20:45:27 +02:00 committed by GitHub
parent cdf8c7767f
commit e7df738d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,4 @@
--- ---
- import_playbook: 1_bootstrap.yml
- import_playbook: 2_packages.yml - import_playbook: 2_packages.yml
- import_playbook: 3_base.yml - import_playbook: 3_base.yml
- import_playbook: 4_create_user.yml - import_playbook: 4_create_user.yml

View file

@ -20,6 +20,7 @@
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: "mg"
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'"