refactor ♻️: Simplified container configuration and added LXC ID to template

Refactored the setupacdc.yml file to use LXC IDs instead of container IDs, simplifying the configuration process. Also updated the create_lxc_container task to use the new LXC ID format.
This commit is contained in:
2025-11-09 08:35:17 +01:00
parent e218a1705d
commit 2928061772
2 changed files with 46 additions and 47 deletions

View File

@@ -20,7 +20,6 @@
lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp"
lxc_rootfs_size: "8G"
lxc_password: "password"
container_id: "{{ lxc_id }}"
tasks:
- block: