Heyo, playing with ansibles community.general.proxmox modul.
Trying to create simples LXC:
---
- hosts: localhost
tasks:
- name: Create new LXC
community.general.proxmox:
node: "my node"
api_user: "my user"
api_token_id: "my id"
api_token_secret: "my token"...