feat : Add setupacdc.yml task to configure Proxmox containers

This commit adds a new task to the `tasks` directory that configures Proxmox containers using the `community.proxmox.proxmox` module. The task is designed to be used in CI/CD pipelines to automate the setup of container environments.
This commit is contained in:
2025-10-21 19:37:52 +02:00
parent 60862e69ad
commit c44aaa2be5

5
tasks/setupacdc.yml Normal file
View File

@@ -0,0 +1,5 @@
- hosts: "node0"
gather_facts: yes
tasks:
- name: Create lxc container
community.proxmox.proxmox: