Files
ansible_samba_tasks/tasks/setupacdc.yml
Jose c44aaa2be5 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.
2025-10-21 19:37:52 +02:00

6 lines
116 B
YAML

- hosts: "node0"
gather_facts: yes
tasks:
- name: Create lxc container
community.proxmox.proxmox: