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.
6 lines
116 B
YAML
6 lines
116 B
YAML
- hosts: "node0"
|
|
gather_facts: yes
|
|
tasks:
|
|
- name: Create lxc container
|
|
community.proxmox.proxmox:
|