chore 📦: Update setupacdc.yml with new password variable

Updated the `container_password` variable to use a more secure method of storing sensitive information, and removed the hardcoded admin password from the configuration.
This commit is contained in:
2025-11-03 17:45:12 +01:00
parent 5a39683bdd
commit 15524c9d4b

View File

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