This commit adds the Proxmox Proxmox module to the setupacdc playbook, enabling the creation of LXC containers.
6 lines
114 B
YAML
6 lines
114 B
YAML
- hosts: "node0"
|
|
gather_facts: yes
|
|
tasks:
|
|
- name: Create lxc container
|
|
community.proxmox.proxmox:
|