11 lines
183 B
YAML
11 lines
183 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- ansible-arch-provissionning
|
|
- hosts: all
|
|
remote_user: root
|
|
vars:
|
|
ansible_ssh_password: {{ vault_default_root }}
|
|
roles:
|
|
- ansible_bootstrap
|