FIX: ansible become password variable moved from inventory to group_vars

This commit is contained in:
2026-07-06 09:17:52 +00:00
parent 24939d0061
commit c2411b3c0c
3 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -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: