chore 📦: Update setupacdc.yml with new configuration options

Updated the setupacdc.yml file to include new memory and swap settings, as well as added tags for Ansible management and testing. This change aims to improve the efficiency of the setup process.
This commit is contained in:
2025-11-01 23:38:31 +01:00
parent 9ebc03586d
commit 0916deaf92

View File

@@ -15,12 +15,15 @@
-hostname {{ addc_hostname }} \ -hostname {{ addc_hostname }} \
-password 123456 \ -password 123456 \
-cores 2 \ -cores 2 \
-memory 2048 \ -memory 1024 \
-swap 256 \ -swap 128 \
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ -net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
-storage local-lvm \ -storage local-lvm \
-description default lxc \
-onboot 1 \ -onboot 1 \
-protection 1 \
-unprivileged 1 \ -unprivileged 1 \
-tags ansible_managed test \
-features keyctl=1,nesting=1,mount=cifs -features keyctl=1,nesting=1,mount=cifs
become: yes become: yes