This commit is contained in:
Quotengrote 2020-10-06 14:19:52 +02:00 committed by GitHub
parent ef37c2fc2a
commit f6c4bc4cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@
### reobertdebock.bootstrap
bootstrap_user: mg
bootstrap_wait_for_host: no
bootstrap_timeout: 3
bootstrap_retries: 3
bootstrap_timeout: 1
bootstrap_retries: 1
### fuer rolle nickjj.ansible-user
user_name: "ansible-user"
user_generate_ssh_key: true

View file

@ -1,5 +1,5 @@
---
- hosts: docker
- hosts: all
roles:
- { role: mgrote.create_users, tags: "user", become: yes }
- { role: mgrote.deploy_ssh_keys, tags: "ssh", become: yes }