chore 📦: Update container template and ostype in setupacdc.yml
Updated the container template and ostype from Debian to Ubuntu, reflecting a change in the underlying OS. This update ensures consistency with the new environment configuration.
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
mac_address: '8E:90:31:DE:31:36'
|
||||
|
||||
container_id: 200
|
||||
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: debian
|
||||
container_ostype: ubuntu
|
||||
# container_ostype: debian
|
||||
container_hostname: '{{ addc_hostname }}'
|
||||
container_password: '{{ addc_admin_password }}'
|
||||
container_storage: local-lvm
|
||||
|
||||
Reference in New Issue
Block a user