wip (#32)
This commit is contained in:
parent
ef37c2fc2a
commit
f6c4bc4cbc
2 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@
|
||||||
### reobertdebock.bootstrap
|
### reobertdebock.bootstrap
|
||||||
bootstrap_user: mg
|
bootstrap_user: mg
|
||||||
bootstrap_wait_for_host: no
|
bootstrap_wait_for_host: no
|
||||||
bootstrap_timeout: 3
|
bootstrap_timeout: 1
|
||||||
bootstrap_retries: 3
|
bootstrap_retries: 1
|
||||||
### fuer rolle nickjj.ansible-user
|
### fuer rolle nickjj.ansible-user
|
||||||
user_name: "ansible-user"
|
user_name: "ansible-user"
|
||||||
user_generate_ssh_key: true
|
user_generate_ssh_key: true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: docker
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- { role: mgrote.create_users, tags: "user", become: yes }
|
- { role: mgrote.create_users, tags: "user", become: yes }
|
||||||
- { role: mgrote.deploy_ssh_keys, tags: "ssh", become: yes }
|
- { role: mgrote.deploy_ssh_keys, tags: "ssh", become: yes }
|
||||||
|
|
Loading…
Reference in a new issue