62d0865aaa
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: vincent <vincent@ducamps.win>
16 lines
266 B
YAML
16 lines
266 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: site.yml
|