ansible/contrib/inventory
Monty Taylor c737bd48bc Deduplicate true duplicate entries in the openstack inventory
There are cases where the host list back from the cloud comes back
duplicated. This causes us to report those with UUIDs, which we do to
support truly different servers with the same name. However, in the case
where duplicate host entries have the same UUID, we can know it's a data
hiccup.
2016-02-24 12:36:50 -06:00
..
abiquo.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
abiquo.py Fix urlopen usage to use open_url instead 2015-09-16 20:40:17 -07:00
apache-libcloud.py Replace type() checks with isinstance() 2015-09-04 09:47:17 +03:00
cloudstack.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
cloudstack.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
cobbler.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
cobbler.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
collins.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
collins.py Fix urlopen usage to use open_url instead 2015-09-16 20:40:17 -07:00
consul.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
consul_io.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
digital_ocean.ini Set the default use_private_network setting to False 2015-10-02 19:18:37 -04:00
digital_ocean.py Added an option to use the private network IP address 2015-10-02 19:16:44 -04:00
docker.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
docker.yml poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
ec2.ini Update example vpc_desitnation_variable example with working settings 2016-02-01 11:05:46 -05:00
ec2.py added back --profile to keep backwards compat 2016-01-30 11:35:11 -05:00
fleet.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
freeipa.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
gce.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
gce.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
jail.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
landscape.py poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
libcloud.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
libvirt_lxc.py Correct connection type returned by libvirt_lxc inventory script 2015-11-13 15:43:12 +01:00
linode.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
linode.py When the linode inventory is generated the linode label is used as the 2016-02-10 18:54:52 -05:00
nagios_ndo.ini Add Nagios NDO inventory plugin 2015-09-01 17:10:37 +02:00
nagios_ndo.py Add Nagios NDO inventory plugin 2015-09-01 17:10:37 +02:00
nova.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
nova.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
nsot.py Removed version argument from argparse 2015-11-18 14:01:30 -08:00
nsot.yaml Added NSoT Inventory script to pull from Device resources 2015-09-15 00:53:34 -07:00
openshift.py Fix urlopen usage to use open_url instead 2015-09-16 20:40:17 -07:00
openstack.py Deduplicate true duplicate entries in the openstack inventory 2016-02-24 12:36:50 -06:00
openstack.yml Optionally only use UUIDs for openstack hosts on duplicates 2015-12-14 10:19:43 -05:00
openvz.py Fixing typo 2015-10-26 17:13:00 -04:00
ovirt.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
ovirt.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
proxmox.py If the notes don't contain JSON, add the string to the notes key of _meta 2016-01-24 01:10:47 -08:00
rax.ini Add rax cache age ini documentation 2016-01-20 15:27:06 -05:00
rax.py Add a config option for rackspace inventory cache 2016-01-20 15:03:56 -05:00
rudder.ini Add Rudder inventory plugin 2015-08-28 10:25:18 +02:00
rudder.py made python 3 compatible 2015-11-13 21:57:28 -08:00
serf.py poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
softlayer.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
spacewalk.ini Added support for ini-file. 2015-07-31 14:18:59 +02:00
spacewalk.py Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
ssh_config.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
vagrant.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
vbox.py Output proper JSON from vbox dynamic inventory contrib script 2015-09-26 18:25:58 +02:00
vmware.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
vmware.py Python 3: use six.text_type instead of unicode 2015-09-04 08:40:10 +03:00
windows_azure.ini Updates to Windows Azure inventory script from Tower. Includes changes from https://github.com/ansible/ansible/pull/8403. 2015-08-10 17:35:47 -04:00
windows_azure.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00
zabbix.ini poreted log_plays, syslog_json and osx_say callbacks to v2 2015-07-10 10:30:33 -04:00
zabbix.py Added additional ini file search path into contrib/inventory/zabbix.py 2015-10-08 11:44:27 +03:00
zone.py Use print() as function under contrib/ 2015-08-28 09:18:13 +03:00