summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Docker client occasionally returns a NoneType, so we have to catch the TypeErrorPaul Durivage2014-05-051-1/+1
* Document how to turn off ec2 cacheLorin Hochstein2014-04-291-0/+1
* Merge pull request #7025 from angstwad/docker_invJames Cammarata2014-04-232-0/+493
|\
| * Add Docker inventory pluginPaul Durivage2014-04-162-0/+493
* | Merge pull request #7004 from danfaizer/abiquo-inventory-pluginJames Cammarata2014-04-232-0/+246
|\ \
| * | Added Abiquo inventory plugindanfaizer2014-04-162-0/+246
* | | Support hosts without private ip without errorsJoe Fiorini2014-04-141-1/+5
|/ /
* | Fix empty group in rax.py outputMatt Martz2014-04-121-1/+2
|/
* Merge pull request #6603 from sivel/rax-inventory-improvementsMichael DeHaan2014-04-031-51/+105
|\
| * Improvements to the rax inventory scriptMatt Martz2014-03-201-51/+105
* | Make ssh_config paramiko 1.12/1.13 compatibleHenry Finucane2014-03-261-1/+2
* | Correct overly broad import from chube in linode inventory scriptJames Cammarata2014-03-191-8/+26
* | Remove debugging line (hipchat notification)Mahemoff2014-03-191-1/+0
* | Change hipchat notification default to trueMahemoff2014-03-191-2/+3
* | Make hipchat "notify" flag optional (default off)Mahemoff2014-03-191-1/+3
|/
* Merge pull request #5940 from bcoca/inventory_plugin_vmwareMichael DeHaan2014-03-162-0/+220
|\
| * vsphere/vmware inventory pluginBrian Coca2014-02-102-0/+220
* | Merge pull request #5995 from t0mk/develMichael DeHaan2014-03-161-0/+110
|\ \
| * | Added inventory plugin for hosts from ~/.ssh/configTomas Karasek2014-02-131-0/+110
| |/
* | Merge pull request #6376 from sivel/hipchat-callbackMichael DeHaan2014-03-161-0/+204
|\ \
| * | First pass at hipchat example callback pluginMatt Martz2014-03-111-0/+204
* | | Rename lxc to libvirt_lxcJames Tanner2014-03-111-0/+0
* | | Merge pull request #4064 from mscherer/lxcJames Cammarata2014-03-111-0/+37
|\ \ \
| * | | add a inventory script that go with the lxc connexion moduleMichael Scherer2013-09-081-0/+37
* | | | Merge pull request #5899 from jjneely/ec2.pyMichael DeHaan2014-03-111-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ec2.py: Make sure ec2_placement gets handled correctlyJack Neely2014-02-061-0/+2
* | | | Remove mention to AWS in Linode's inventory script.Franck Cuny2014-03-081-1/+1
* | | | spelling correction for "separate"Dolph Mathews2014-03-081-1/+1
* | | | Add credential parameters to the GCE modules.Franck Cuny2014-03-041-3/+12
| |_|/ |/| |
* | | Save api id to index as an int instead of a listAaron Rice2014-02-091-2/+2
|/ /
* | reword "except Error as e:" into "except Error, e:" to be compatible with Pyt...Timur Batyrshin2014-02-032-3/+3
* | update default EC2 exclude regions -- this should be the best configuration f...Michael DeHaan2014-01-191-1/+1
* | Merge pull request #5236 from willthames/ec2_inv_rds_fail_safejctanner2014-01-061-3/+4
|\ \
| * | Fail EC2 inventory better with restricted EC2 usersWill Thames2013-12-101-3/+4
* | | Merge pull request #5153 from willthames/ec2_inventory_multiuserjctanner2014-01-062-4/+7
|\ \ \ | |/ / |/| |
| * | Allow multiple users to use ec2 inventory scriptswillthames2013-12-042-4/+7
* | | Fix loading from cache in ec2.py inventory plugin.Lorrin Nelson2013-12-051-2/+5
* | | ec2 inventory now include Ansible 1.3 style _meta data each host.Lorrin Nelson2013-12-051-19/+23
|/ /
* | fixes #4954 plus updates for gcutil/v1beta16 testsEric Johnson2013-11-191-3/+7
* | Merge pull request #4842 from cchurch/develMichael DeHaan2013-11-181-1/+8
|\ \
| * | Support retrieving EC2 state/previous_state when using newer versions of Boto.Chris Church2013-11-071-1/+8
* | | Merge pull request #4005 from herbyg-axial/ansible/James Tanner2013-11-111-0/+6
|\ \ \ | |/ / |/| |
| * | ec2 inventory script: Add a global group for EC2 and RDS instances whenHerby Gillot2013-09-021-0/+6
| |/
* | Move regions until after authentication; otherwise pyrax.regions is an empty ...Paul Durivage2013-10-291-8/+9
* | Implement @cchurch suggestionsPaul Durivage2013-10-291-14/+21
* | Make creds file env var optional; look for ~/.rackspace_cloud_credentials if ...Paul Durivage2013-10-291-7/+15
* | Remove grouping of hosts by trying to discern subdom in server namePaul Durivage2013-10-291-10/+0
* | Accept a comma-separated list of regionsPaul Durivage2013-10-291-2/+5
* | Documentation updates for region env varPaul Durivage2013-10-291-1/+12
* | Eliminate the RAX_REGION environment variable; iterate through all regions av...Paul Durivage2013-10-291-63/+118