community.general/lib/ansible/plugins/inventory
Toshio Kuratomi 33f0c1ce22 FactCache changes
* Fix FactCache to conform to the dict API
  * update needs to take a dict rather than a key and a value
  * __init__ needs to allow for setting the intial dictionary
* Remove unneeded _display and _cache attributes
* Move ansible.plugins.cache.FactCache to
  ansible.vars.fact_cache.FactCache because this isn't part of the cache
  plugin API.
* Add backwards compatibility when calling update on the new FactCache
* Remove code for calling old FactCache. There's no way to call the old
  FactCache so there's no need for backwards compatible code for calling
  code.  Backwards compatibility is handling things which are calling
  the new FactCache.
* Port our code to the new FactCache location.
2018-12-05 12:33:27 -08:00
..
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
advanced_host_list.py Add toml inventory plugin (#41593) 2018-11-06 10:02:36 -06:00
auto.py make doc templates not case sensitive for the default value (#41158) 2018-08-13 16:47:12 -04:00
aws_ec2.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
aws_rds.py add more consistent extension matching for inventory plugins (#46786) 2018-10-11 11:06:52 -05:00
azure_rm.py add more consistent extension matching for inventory plugins (#46786) 2018-10-11 11:06:52 -05:00
constructed.py FactCache changes 2018-12-05 12:33:27 -08:00
foreman.py changed documented default value for url (#49097) 2018-11-28 15:16:36 -06:00
gcp_compute.py add more consistent extension matching for inventory plugins (#46786) 2018-10-11 11:06:52 -05:00
generator.py FactCache changes 2018-12-05 12:33:27 -08:00
host_list.py Fix python3 and nonascii handling in inventory plugins 2017-09-20 19:39:15 -07:00
ini.py removes talk of hardcoded loading from plugin docs (#49383) 2018-11-30 14:37:55 -06:00
k8s.py Fix error where pod has error and no containers (#49154) 2018-11-29 09:17:04 +00:00
linode.py add more consistent extension matching for inventory plugins (#46786) 2018-10-11 11:06:52 -05:00
netbox.py Added config-context in hostvars (#47394) 2018-11-12 15:57:29 -05:00
nmap.py Fix example of nmap plugin (#42925) 2018-07-18 10:07:21 -04:00
online.py Add a dynamic inventory plugin for Online (#44720) 2018-09-03 02:33:15 -04:00
openshift.py Doc: k8s_raw_module fixing typo K8S_AUTH_HOST -> K8S_AUTH_KEY_FILE (#46947) 2018-11-05 12:13:57 -05:00
openstack.py fix constructed functionality in openstack inventory plugin (#48833) 2018-11-27 13:01:56 -05:00
scaleway.py Fix getheaders regression with open_url in Scaleway dynamic inventory (#48671) 2018-11-21 09:06:21 -06:00
script.py removes talk of hardcoded loading from plugin docs (#49383) 2018-11-30 14:37:55 -06:00
toml.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
tower.py add more consistent extension matching for inventory plugins (#46786) 2018-10-11 11:06:52 -05:00
virtualbox.py add more consistent extension matching for inventory plugins (#46786) 2018-10-11 11:06:52 -05:00
vmware_vm_inventory.py VMware: Dynamic Inventory plugin (#37456) 2018-07-27 15:38:19 +05:30
vultr.py inventory/vultr: Few minor improvements (#44622) 2018-08-24 15:35:29 +02:00
yaml.py Yaml inventory more tolerant (#48883) 2018-11-30 22:04:39 -05:00