add user password
This commit is contained in:
parent
41e1968c12
commit
2516e2fede
@ -1,4 +1,7 @@
|
||||
---
|
||||
- hosts: all
|
||||
remote_user: root
|
||||
vars:
|
||||
ansible_password: "{{ lookup('hashi_vault','secret=secrets/data/ansible/user:root') }}"
|
||||
roles:
|
||||
- ansible_bootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user