FIX: ansible become password variable moved from inventory to group_vars
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
vars_files:
|
||||
../data/secret/secrets.yaml
|
||||
vars:
|
||||
ansible_user_passwd_hash: "{{ ansible_become_passwd | password_hash('sha512', 's3edscrj45e6r') }}"
|
||||
ansible_user_passwd_hash: "{{ ansible_password | password_hash('sha512', 's3edscrj45e6r') }}"
|
||||
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
|
||||
|
||||
handlers:
|
||||
|
||||
Reference in New Issue
Block a user