From c44aaa2be5a65247c2d14675ea222511fd853522 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 21 Oct 2025 19:37:52 +0200 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20setupacdc.yml=20task?= =?UTF-8?q?=20to=20configure=20Proxmox=20containers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/setupacdc.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tasks/setupacdc.yml diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml new file mode 100644 index 0000000..e00cba8 --- /dev/null +++ b/tasks/setupacdc.yml @@ -0,0 +1,5 @@ +- hosts: "node0" + gather_facts: yes + tasks: + - name: Create lxc container + community.proxmox.proxmox: