FIX: secrets.yaml is moved to group_vars

This commit is contained in:
2026-07-06 09:29:52 +00:00
parent c2411b3c0c
commit e2da3f4a34
3 changed files with 3 additions and 1 deletions
+2
View File
@@ -1 +1,3 @@
---
ansible_become_passwd: "{{ ansible_password }}"
+1 -1
View File
@@ -5,7 +5,7 @@
roles:
- ../roles/0_basic_postinstall
vars_files:
../data/secret/secrets.yaml
../inventory/group_vars/all/secrets.yaml
vars:
ansible_user_passwd_hash: "{{ ansible_password | password_hash('sha512', 's3edscrj45e6r') }}"
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"