style 💎: Update container template and ostype in setupacdc.yml

Updated the container template to use Debian 13 standard and updated the container ostype from Ubuntu to Debian. This change reflects a shift in the distribution used for the container, allowing for more flexibility in the build process.
This commit is contained in:
2025-11-05 20:37:01 +01:00
parent d3759dc082
commit 71c899b233

View File

@@ -10,11 +10,11 @@
mac_address: '8E:90:31:DE:31:36' mac_address: '8E:90:31:DE:31:36'
container_id: 200 container_id: 200
container_template: '/var/lib/vz/template/cache/ubuntu-25.04-standard_25.04-1.1_amd64.tar.zst' # container_template: '/var/lib/vz/template/cache/ubuntu-25.04-standard_25.04-1.1_amd64.tar.zst'
# 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_template: '/var/lib/vz/template/cache/debian-12-standard_12.12-1_amd64.tar.zst' # container_template: '/var/lib/vz/template/cache/debian-12-standard_12.12-1_amd64.tar.zst'
container_ostype: ubuntu # container_ostype: ubuntu
# 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