CHANGE: secrets moved to data/secret and added to .gitignore, references updated

This commit is contained in:
2026-07-05 16:48:40 +00:00
parent 45d134003f
commit 197362151f
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
roles:
- ../roles/0_basic_postinstall
vars_files:
../data/secrets.yaml
../data/secret/secrets.yaml
vars:
ansible_user_passwd_hash: "{{ ansible_become_password | password_hash('sha512', 's3edscrj45e6r') }}"
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"