add user password

This commit is contained in:
vincent 2022-09-12 23:10:37 +02:00
parent 41e1968c12
commit 2516e2fede

View File

@ -1,4 +1,7 @@
---
- hosts: all
remote_user: root
vars:
ansible_password: "{{ lookup('hashi_vault','secret=secrets/data/ansible/user:root') }}"
roles:
- ansible_bootstrap