ansible-rundeck/examples/inventory/30-pve-proxmox.yaml
Marc Ahlgrim 36dddd6f03 added examples
Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
2022-09-01 08:41:26 +02:00

10 lines
294 B
YAML

plugin: community.general.proxmox
url: https://yourproxmoxserver:8006
user: api@pve
token_id: apitoken
token_secret: YOUR-API-TOKEN-SECRET-HERE
want_facts: true
want_proxmox_nodes_ansible_host: true
#compose:
# ansible_host: proxmox_ipconfig0.ip | default(proxmox_net0.ip) | ipaddr('address')