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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user