complete provisionning playbook
Signed-off-by: vincent <vincent@ducamps.win>
This commit is contained in:
parent
be2f99a052
commit
9429cb0224
@ -1,10 +1,15 @@
|
||||
---
|
||||
- hosts: all
|
||||
remote_user: root
|
||||
roles:
|
||||
- ansible-arch-provissionning
|
||||
|
||||
- hosts: all
|
||||
remote_user: root
|
||||
vars:
|
||||
ansible_ssh_password: {{ vault_default_root }}
|
||||
ansible_password: "{{ vault_default_root }}"
|
||||
roles:
|
||||
- ansible_bootstrap
|
||||
|
||||
- remote_user: "{{ user.name }}"
|
||||
import_playbook: global.yml
|
||||
|
Loading…
Reference in New Issue
Block a user