2022-08-07 22:32:56 +02:00
|
|
|
plugin: community.general.proxmox
|
|
|
|
|
|
|
|
url: https://proxmox.example.org:8006
|
|
|
|
validate_certs: false
|
|
|
|
user: test@pve
|
|
|
|
password: ...
|
|
|
|
want_facts: true
|
|
|
|
facts_prefix: proxmox__
|
|
|
|
group_prefix: proxmox__
|
|
|
|
want_proxmox_nodes_ansible_host: false
|
2022-08-07 22:33:42 +02:00
|
|
|
|
|
|
|
compose:
|
|
|
|
# Raw data read from the "```ansible"-delimitated part of the description
|
|
|
|
inv__data: >-
|
|
|
|
( ( proxmox__description | split( '```ansible' ) )[1]
|
|
|
|
| split( '```' ) )[0]
|
|
|
|
| from_json
|