summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
| * | add cobbler api authentication optionsJerry Zhao2016-04-182-2/+17
* | | New inventory_ip_type option in gce inventory toolMatt Hite2016-05-032-10/+51
* | | Update and fix typos in docker inventory docstrings. (#15616)Chris Houseknecht2016-04-272-131/+145
* | | errors now print to stderrBrian Coca2016-04-251-2/+1
* | | Brook inventory (#15264)Francisco Ros2016-04-252-0/+302
* | | Fix substituting dots for underscores when using ips (#15578)Jorge Nerín2016-04-251-2/+2
* | | Use exception as syntax in inventory, as it doesn't require py24 (#15554)Matt Martz2016-04-221-4/+4
* | | fixed misspelled varBrian Coca2016-04-221-1/+1
* | | Refactored docker inventory. (#15485)Chris Houseknecht2016-04-222-418/+858
* | | Allow to work with latest Azure Python SDK (#15467)Chris Houseknecht2016-04-211-15/+5
* | | Rename azure inventory script. Fix bug preventing AD user login via environme...chouseknecht2016-04-212-7/+7
|/ /
* | Adding new Azure inventory script.chouseknecht2016-04-162-0/+805
* | Merge pull request #15232 from donovan/fix-openstack-config-file-nameDavid Shrewsbury2016-04-121-1/+1
|\ \
| * | add openstack.yml to CONFIG_FILES to be consistent with documentationDonovan Jones2016-04-011-1/+1
* | | Fix CACHE_DIR mode in contrib/inventory/spacewalk.pyDavid Chan2016-04-011-1/+1
|/ /
* | Merge pull request #12113 from msabramo/contrib_inventory_consul_io_add_loggingAbhijit Menon-Sen2016-03-261-0/+52
|\ \
| * | Add optional logging to consul_io inventory scriptMarc Abramowitz2015-08-261-0/+52
* | | Fix indentation in ovirt.py inventoryMatt Martz2016-03-221-3/+3
* | | Merge pull request #15068 from OwenTuz/issue-15067Abhijit Menon-Sen2016-03-221-2/+8
|\ \ \
| * | | Avoid cache conflicts when using multiple AWS accountsOwen Tuz2016-03-211-2/+8
* | | | Merge pull request #15037 from vladpanainte/gce_fixBrian Coca2016-03-211-0/+3
|\ \ \ \
| * | | | fix loggingVlad Panainte2016-03-181-0/+3
* | | | | Merge pull request #14471 from willdurand/contrib-do-inventoryBrian Coca2016-03-212-9/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [contrib] Add option to define group vars in DigitalOcean dynamic inventory s...William Durand2016-02-142-9/+23
* | | | | Merge branch 'destination_format' of https://github.com/a13m/ansible into a13...James Cammarata2016-03-192-1/+22
|\ \ \ \ \
| * | | | | Flexible tag-based naming for ec2 hostsAndy Grimm2015-07-282-1/+20
* | | | | | Merge pull request #13550 from KrzysiekJ/connect_to_region-wrapBrian Coca2016-03-181-2/+2
|\ \ \ \ \ \
| * | | | | | Use wrapped connect_to_region everywhere in ec2.pyKrzysztof Jurewicz2015-12-151-2/+2
* | | | | | | Merge pull request #14872 from bcoca/ec2_inv_page_rdsBrian Coca2016-03-181-3/+8
|\ \ \ \ \ \ \
| * | | | | | | page rds instancesBrian Coca2016-03-181-3/+8
* | | | | | | | Merge pull request #14964 from keedya/develJames Cammarata2016-03-181-4/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Bug FixAndre Keedy2016-03-141-4/+6
* | | | | | | | Merge pull request #14993 from karmab/ovirt_connection_fixToshio Kuratomi2016-03-181-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fixes ovirt inventory to only override credentials from environment when keys...karimb2016-03-181-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #7395 from hkariti/ec2_hostname_variableAbhijit Menon-Sen2016-03-182-27/+66
|\ \ \ \ \ \ \
| * | | | | | | Clean up lines with only whitespaces in ec2.pyHagai Kariti2016-03-171-3/+3
| * | | | | | | Added hostname_variable to ec2 inventoryHagai Kariti2016-03-172-28/+67
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #14870 from zyegfryed/patch-1James Cammarata2016-03-171-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix filtering by project in Cloudstask inventorySébastien Fievet2016-03-091-2/+2
* | | | | | | | Merge pull request #14761 from enbritely/fix-ec2-inventoryAbhijit Menon-Sen2016-03-171-1/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Do not use name `tag` for intance filterJoe2016-03-021-1/+1
| * | | | | | | Fix AWS EC2 external inventory script config readJoe2016-03-021-1/+4
* | | | | | | | Fix openstack inventory for multiple serversClark Boylan2016-03-151-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Detect empty cache files in openstack inventoryMonty Taylor2016-03-091-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #14297 from keedya/develBrian Coca2016-03-031-0/+78
|\ \ \ \ \ \
| * | | | | | Address commentsAndre keedy2016-02-041-26/+31
| * | | | | | Fix errosAndre keedy2016-02-031-9/+9
| * | | | | | Add rackHd inventory scriptAndre keedy2016-02-031-0/+73
* | | | | | | Deduplicate true duplicate entries in the openstack inventoryMonty Taylor2016-02-241-12/+19
* | | | | | | Merge pull request #8561 from sivel/vault-keyring-exampleMatt Martz2016-02-181-0/+77
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |