Proxmox inventory plugin configuration
This commit is contained in:
parent
b97bebe271
commit
5e64ac8146
2 changed files with 11 additions and 1 deletions
|
@ -12,4 +12,4 @@ use_persistent_connections = true
|
|||
usetty = false
|
||||
|
||||
[inventory]
|
||||
enable_plugins = yaml
|
||||
enable_plugins = community.general.proxmox, yaml
|
||||
|
|
10
inventory/01-fetch.proxmox.yml
Normal file
10
inventory/01-fetch.proxmox.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Reference in a new issue