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:
@@ -16,7 +16,7 @@
|
|||||||
extra_args: "--user"
|
extra_args: "--user"
|
||||||
# Run as the user that executes the Ansible playbooks in Semaphore
|
# Run as the user that executes the Ansible playbooks in Semaphore
|
||||||
become: no
|
become: no
|
||||||
delegate to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Create lxc container
|
- name: Create lxc container
|
||||||
community.proxmox.proxmox:
|
community.proxmox.proxmox:
|
||||||
|
|||||||
Reference in New Issue
Block a user