2021-03-18 21:35:44 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
2021-03-21 18:13:09 +00:00
|
|
|
remote_user: root
|
2021-03-18 21:35:44 +00:00
|
|
|
roles:
|
2021-03-21 18:13:09 +00:00
|
|
|
- ansible-arch-provissionning
|
|
|
|
|
2021-03-21 11:45:52 +00:00
|
|
|
- hosts: all
|
|
|
|
remote_user: root
|
|
|
|
vars:
|
2022-06-06 11:32:15 +00:00
|
|
|
ansible_password: "{{ lookup('hashi_vault','secret=secrets/data/ansible/user:root') }}"
|
2021-03-21 11:45:52 +00:00
|
|
|
roles:
|
2021-03-21 18:13:09 +00:00
|
|
|
- ansible_bootstrap
|
|
|
|
|
2022-11-19 17:10:36 +00:00
|
|
|
- remote_user: "ansible"
|
2021-03-22 20:29:09 +00:00
|
|
|
import_playbook: site.yml
|