chore 📦: Update setupacdc.yml with new password format

Updated the `container_password` field to use a more secure and consistent format, following the latest best practices for password storage. This change ensures that passwords are properly hashed and stored securely in the container configuration.
This commit is contained in:
2025-11-04 17:53:35 +01:00
parent 4d1ce5d020
commit 3bf6f5f3ee

View File

@@ -13,7 +13,7 @@
container_template: "/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst" container_template: "/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst"
container_ostype: debian container_ostype: debian
container_hostname: "{{ addc_hostname }}" container_hostname: "{{ addc_hostname }}"
container_password: {{ addc_admin_password }} container_password: "{{ addc_admin_password }}"
container_storage: local-lvm container_storage: local-lvm
container_rootfs_size: 8G container_rootfs_size: 8G
container_memory: 1024 container_memory: 1024