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