summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Documentation updatesPaul Durivage2013-10-291-12/+7
* | Refactored implementation to make use of caching and toPeter Gehres2013-10-271-57/+186
* | Refactored implementation to make use of caching and toPeter Gehres2013-10-271-0/+20
* | Generic libcloud script for ansible inventorySebastien Goasguen2013-10-252-0/+370
* | Merge pull request #4395 from erjohnso/develMichael DeHaan2013-10-172-0/+291
|\ \
| * | custom user-agent headerEric Johnson2013-10-081-2/+8
| * | adding Google Compute Engine modules and inventory pluginEric Johnson2013-10-072-0/+285
* | | fixed identity type not set in inventory/rax.py pluginConstantine Peresypkin2013-10-141-0/+1
* | | Merge pull request #3827 from mscherer/disable_callbacksMichael DeHaan2013-10-121-1/+10
|\ \ \
| * | | add a way for callback to disable itselfMichael Scherer2013-08-141-1/+10
* | | | cobbler inventory list systems without mgmt_classes as ungroupedNandor Sivok2013-10-091-0/+4
| |/ / |/| |
* | | Allow specifying an alternate ec2.ini path via EC2_INI_PATH environment varia...Chris Church2013-10-041-1/+8
* | | Update example to use RAX_CREDS_FILE env varPaul Durivage2013-09-271-2/+2
* | | Use set_setting; alleviates pyrax requiring the ~/pyrax.cfg in order to estab...Paul Durivage2013-09-271-0/+2
* | | Merge branch 'ec2_inventory_route53' of https://github.com/herbyg-axial/ansib...James Cammarata2013-09-252-5/+75
|\ \ \
| * | | minor spacing cleanupHerby Gillot2013-09-231-2/+2
| * | | ec2 inventory route53 tagging:Herby Gillot2013-09-232-8/+10
| * | | ec2 inventory: Add the ability to group instances by Route 53 domainHerby Gillot2013-09-232-4/+72
* | | | Merge branch 'jail' of https://github.com/mscherer/ansible into mscherer-jailJames Cammarata2013-09-251-0/+37
|\ \ \ \ | |/ / / |/| | |
| * | | add inventory script for listing jails on *bsdMichael Scherer2013-09-151-0/+37
* | | | zabbix inventory: print errors to stderrRené Moser2013-09-181-4/+4
|/ / /
* | | Remove YAML inventory example.Michael DeHaan2013-09-111-255/+0
| |/ |/|
* | adding regions_exclude parameter to be able to do subtractive region exclusio...Jeremy Price2013-08-312-1/+4
* | Merge branch 'feature/zabbix-inventory' of https://github.com/resmo/ansible i...James Cammarata2013-08-222-10/+30
|\ \
| * | improved zabbix inventory. added sys.exit(1) where needed, added some excepti...René Moser2013-08-222-10/+30
* | | ec2 inventory: Verify that a security group exists before trying to use its n...Herby Gillot2013-08-221-2/+3
* | | Merge pull request #3917 from resmo/fix/openshift-inventory-shebangJames Cammarata2013-08-221-1/+1
|\ \ \ | |/ / |/| |
| * | fixed shebang in openshift inventoryRené Moser2013-08-221-1/+1
| |/
* | Added Zabbix inventory pluginGreg Buehler2013-08-192-0/+124
|/