Skip to content

This play is for creating a dynamic inventory in AWX from a ProxmoxVE host

License

Notifications You must be signed in to change notification settings

lpwoodhouse/ansible_plugin_proxmox_dynamic_inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxmox Dynamic Inventory

proxmox playbook GitHub last commit GitHub repo file count GitHub top language GitHub

Purpose

This play is for creating a dynamic inventory in AWX from a ProxmoxVE host

Requirements

community.general
ansible.utils

Default Playbook Variables

Default plugin variables are listed below:

user: <root@pam>
password: <password>
url: <host_url> #eg https://192.168.0.1:8006

Dependencies

None

Example Playbook

plugin: community.general.proxmox
user: root@pam
password: password
url: https://192.168.0.1:8006
validate_certs: false
#want_facts: true
want_proxmox_nodes_ansible_host: false
compose:
  ansible_host: proxmox_ipconfig0.ip | default(proxmox_net0.ip) | ipaddr('address')

Author Information

This repository was created in 2022 by Lee Woodhouse

About

This play is for creating a dynamic inventory in AWX from a ProxmoxVE host

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages