From 71c899b23377c28f512a1cd9a6b526daadbdbb03 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 5 Nov 2025 20:37:01 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20container=20te?= =?UTF-8?q?mplate=20and=20ostype=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/setupacdc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index d854320..68b0272 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -10,11 +10,11 @@ mac_address: '8E:90:31:DE:31:36' 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/debian-13-standard_13.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-12-standard_12.12-1_amd64.tar.zst' - container_ostype: ubuntu - # container_ostype: debian + # container_ostype: ubuntu + container_ostype: debian container_hostname: '{{ addc_hostname }}' container_password: '{{ addc_admin_password }}' container_storage: local-lvm