9429cb0224
Signed-off-by: vincent <vincent@ducamps.win>
16 lines
270 B
YAML
16 lines
270 B
YAML
---
|
|
- hosts: all
|
|
remote_user: root
|
|
roles:
|
|
- ansible-arch-provissionning
|
|
|
|
- hosts: all
|
|
remote_user: root
|
|
vars:
|
|
ansible_password: "{{ vault_default_root }}"
|
|
roles:
|
|
- ansible_bootstrap
|
|
|
|
- remote_user: "{{ user.name }}"
|
|
import_playbook: global.yml
|