14 lines
217 B
YAML
14 lines
217 B
YAML
---
|
|
- hosts: all
|
|
remote_user: root
|
|
roles:
|
|
- ansible-arch-provissionning
|
|
|
|
- hosts: all
|
|
remote_user: root
|
|
roles:
|
|
- ansible_bootstrap
|
|
|
|
# - remote_user: "{{ user.name }}"
|
|
# import_playbook: site.yml
|