ansible/provisionning.yml

16 lines
301 B
YAML
Raw Normal View History

2021-03-18 21:35:44 +00:00
---
- hosts: all
remote_user: root
2021-03-18 21:35:44 +00:00
roles:
- 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:
- 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