mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Update docker inventory to use APIClient docker-py has been updated, and the `Client` class no longer exists. We use the new `APIClient` class. To provide graceful failure when docker-py is not installed, we need to create a dummy `Client` class so that the inventory script will get as far as displaying a useful error message Before ``` $ contrib/inventory/docker.py --pretty Traceback (most recent call last): File "contrib/inventory/docker.py", line 418, in <module> class AnsibleDockerClient(Client): NameError: name 'Client' is not defined ``` After ``` $ contrib/inventory/docker.py --pretty Failed to import docker-py. Try `pip install docker-py` - cannot import name Client ``` * docker inventory configuration file location Allow docker.yml to live next to docker.py, as well as in the current directory |
||
---|---|---|
.. | ||
abiquo.ini | ||
abiquo.py | ||
apache-libcloud.py | ||
apstra_aos.ini | ||
apstra_aos.py | ||
azure_rm.ini | ||
azure_rm.py | ||
brook.ini | ||
brook.py | ||
cloudforms.ini | ||
cloudforms.py | ||
cloudstack.ini | ||
cloudstack.py | ||
cobbler.ini | ||
cobbler.py | ||
collins.ini | ||
collins.py | ||
consul_io.ini | ||
consul_io.py | ||
digital_ocean.ini | ||
digital_ocean.py | ||
docker.py | ||
docker.yml | ||
ec2.ini | ||
ec2.py | ||
fleet.py | ||
foreman.ini | ||
foreman.py | ||
freeipa.py | ||
gce.ini | ||
gce.py | ||
jail.py | ||
landscape.py | ||
libcloud.ini | ||
libvirt_lxc.py | ||
linode.ini | ||
linode.py | ||
lxc_inventory.py | ||
lxd.ini | ||
lxd.py | ||
mdt.ini | ||
mdt_dynamic_inventory.py | ||
nagios_livestatus.ini | ||
nagios_livestatus.py | ||
nagios_ndo.ini | ||
nagios_ndo.py | ||
nova.ini | ||
nova.py | ||
nsot.py | ||
nsot.yaml | ||
openshift.py | ||
openstack.py | ||
openstack.yml | ||
openvz.py | ||
ovirt.ini | ||
ovirt.py | ||
ovirt4.py | ||
packet_net.ini | ||
packet_net.py | ||
proxmox.py | ||
rackhd.py | ||
rax.ini | ||
rax.py | ||
rhv.py | ||
rudder.ini | ||
rudder.py | ||
serf.py | ||
softlayer.py | ||
spacewalk.ini | ||
spacewalk.py | ||
ssh_config.py | ||
stacki.py | ||
stacki.yml | ||
vagrant.py | ||
vbox.py | ||
vmware.ini | ||
vmware.py | ||
vmware_inventory.ini | ||
vmware_inventory.py | ||
windows_azure.ini | ||
windows_azure.py | ||
zabbix.ini | ||
zabbix.py | ||
zone.py |