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:
5
tasks/setupacdc.yml
Normal file
5
tasks/setupacdc.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: "node0"
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- name: Create lxc container
|
||||
community.proxmox.proxmox:
|
||||
Reference in New Issue
Block a user