feat : Add support for creating LXC containers in the setup playbook.

This commit adds a new feature to the setup playbook by adding support for creating LXC containers. The changes include updating the playbook structure and adding a new task to create LXC containers using the `community.proxmox.proxmox` module.
This commit is contained in:
2025-10-22 17:59:31 +02:00
parent cb21bef263
commit 1fe51f7db0

View File

@@ -16,7 +16,7 @@
extra_args: "--user"
# Run as the user that executes the Ansible playbooks in Semaphore
become: no
delegate to: localhost
delegate_to: localhost
- name: Create lxc container
community.proxmox.proxmox: