You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/plugins/inventory
Franck Cuny 6294264dc4 Add credential parameters to the GCE modules.
In order to simplify the workflow with the GCE modules, it's now
possible to add the parameters and project name as arguments to the
various GCE modules.

The inventory plugin also returns the IP of the host in
`ansible_ssh_host` so that you don't have to specify IPs into the
inventory file.

Some update to the documentation are also added.

Closes #5583.
11 years ago
..
apache-libcloud.py Generic libcloud script for ansible inventory 11 years ago
cobbler.ini Refactored implementation to make use of caching and to 11 years ago
cobbler.py Refactored implementation to make use of caching and to 11 years ago
digital_ocean.ini Add DigitalOcean inventory plugin 11 years ago
digital_ocean.py reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 11 years ago
ec2.ini update default EC2 exclude regions -- this should be the best configuration for most users, but some may still want to tweak. 11 years ago
ec2.py reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 11 years ago
gce.ini adding Google Compute Engine modules and inventory plugin 11 years ago
gce.py Add credential parameters to the GCE modules. 11 years ago
jail.py add inventory script for listing jails on *bsd 11 years ago
libcloud.ini Generic libcloud script for ansible inventory 11 years ago
linode.ini Added linode plugin 11 years ago
linode.py Save api id to index as an int instead of a list 11 years ago
nova.ini Improved RackSpace configuration support (needed by latest version of rackspace API) 12 years ago
nova.py OpenStack Modules 11 years ago
openshift.py fixed shebang in openshift inventory 11 years ago
rax.py Move regions until after authentication; otherwise pyrax.regions is an empty tuple and no inventory is returned. 11 years ago
spacewalk.py Do not need to chmod cache file each time 11 years ago
vagrant.py Update vagrant external inventory file to handle multiple boxes, and --list and --host params. 11 years ago
zabbix.ini improved zabbix inventory. added sys.exit(1) where needed, added some exception handling. 11 years ago
zabbix.py zabbix inventory: print errors to stderr 11 years ago