Update README.md

This commit is contained in:
standadHD 2022-10-26 14:56:34 +02:00 committed by GitHub
parent 3265c7edc5
commit 14958b4801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Ansible-Proxmox-inventory
## FORK
This fork applied a patch , which uses the CT Name as ansible_host. So you can use DHCP-assingments. (FQDN needs to be resolvable by ansible)
## About
Proxmox dynamic inventory for Ansible. Based on [original plugin](https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/proxmox.py) from Mathieu Gauthier-Lafaye
@ -10,7 +12,8 @@ It will generate an inventory on the fly with all your VMs stored in your Proxmo
### Requirements
Resolvable VM names: the inventory script collects the VM names (and not IP addresses!). That's why your computer must be able to resolve these names; either with the DNS server or your */etc/hosts*
Resolvable VM AND CT names: the inventory script collects the VM/CT names (and not IP addresses!).
That's why your computer must be able to resolve these names; either with the DNS server or your */etc/hosts*
### Features