summaryrefslogtreecommitdiffstats
path: root/contrib/inventory/ec2.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add hash making inventory caches unique to inventory script ran (#34742)Jonathan McCall2018-01-231-0/+1
* Use hostname in group_by_aws_account to prevent duplicates. (#34053)Robert "Bo" Davis2017-12-191-1/+1
* [cloud] Typo fixes for ec2 dynamic inventory (#32957)Ryan MacLean2017-11-301-3/+3
* Fix invalid string escape sequences.Matt Clay2017-11-211-2/+2
* Add support for tags and instance attributes for destination variable for the...Kenny Woodson2017-10-241-1/+40
* [cloud] RDS config should be getboolean, as per ec2.ini instructions (#31168)Avner Cohen2017-10-021-1/+1
* [cloud][contrib] Set missing default values for EC2 inventory (#28375)Jiri Tyr2017-09-291-129/+108
* Implement AND'd filters in ec2.py/ini (#30272)Martin Krizek2017-09-211-48/+57
* Allow filtering RDS instances by tags in the ec2 dynamic inventory script (#2...jchristi2017-09-141-2/+32
* Fix missing option in #27848 (#27892)Sebastian Cruz2017-08-091-0/+1
* Add option to group ec2 instances by platform. (#27848)Sebastian Cruz2017-08-071-0/+10
* Use a real list comprehension rather than list() around a generator (#25594)Adam Johnson2017-08-071-1/+1
* [cloud] Group RDS instances by tag keys in ec2 dynamic inventory (#24763)Tian You2017-08-041-0/+24
* Update ansible_ssh_host->ansible_host in ec2.py dynamic inventory (#17113)Josh Smift2017-07-171-2/+2
* switched to elifBrian Coca2017-07-051-4/+4
* ec2.py: Better error messages for OptInRequiredLorin Hochstein2017-07-051-0/+8
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-3/+3
* [cloud] EC2 dynamic inventory default filename is documented as ec2.ini - fix...Sloane Hertel2017-05-311-0/+5
* pep8 fixes for contrib (#24344)Matt Martz2017-05-091-33/+27
* [cloud][inventory] Get tags for RDS instances. (#23989)Elijah Lynn2017-05-091-1/+15
* Migrate most uses of if type() to if isinstance()Toshio Kuratomi2017-04-041-2/+2
* Only read EC2 `regions_exclude` list if necessary (#18720)Steve Kuznetsov2017-03-221-1/+1
* [cloud][contrib] IAM role support for EC2 dynamic inventory (#15196)Rune T. Sorensen2017-03-201-0/+14
* Fix Elasticcache issue where ec2 script would fail on finding lack of primary...William Holroyd2017-03-101-4/+5
* Allow ec2.py to be imported (#21637)Alex Trevino2017-02-201-2/+3
* [cloud][inventory] Let ec2.py be renamed and search for a matching .ini file ...rafstef2017-02-201-2/+12
* [cloud][aws] Use binary read for inventory cache fileRyan S. Brown2017-02-161-1/+1
* [cloud][aws] Use `with` statement for file rw in EC2 dynamic inventory (#21390)Alex Trevino2017-02-161-11/+7
* Pass boto_profile to get_route53_records (#14354)Jonathan McCall2017-02-161-1/+4
* Feature: adding route53_hostnames option to set the hostnames from route 53 (...Ian White2017-02-141-0/+14
* [cloud] Add group_by_instance_state to EC2 Dynamic Inventory (#20430)gregorydulin2017-02-141-0/+8
* [cloud] Add stack_filters option to EC2 inventory scriptIlya Kalinin2017-02-091-2/+14
* Legacy pep8 clean fixes for contrib and hacking (#21081)Matt Martz2017-02-071-2/+2
* PEP 8 fix.Matt Clay2017-02-011-1/+1
* ec2.py support region auto (#15427)Naoya Nakazawa2017-02-011-0/+7
* Improve boto profile handling for EC2 inventory (#20280)Will Thames2017-01-311-10/+7
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-311-6/+6
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-1/+1
* Add account ID grouping and attribute to ease multi-account managementMatthew Wedgwood2017-01-231-0/+14
* minor spelling changesCarlos E. Garcia2016-12-131-2/+2
* Resolves #18312 python3 support for ec2.pyTony Kinsley2016-11-031-1/+1
* Changes as per @abadgerKhushil Dep2016-09-141-2/+2
* Add enumeration of block devices to ec2_block_devicesKhushil Dep2016-09-141-0/+5
* Paginate DB cluster responses in AWS RDS dynamic inventoryRyan S. Brown2016-08-151-1/+7
* Respect profiles & credentials for boto3 inventoryRyan S. Brown2016-07-061-3/+6
* Fail softly when boto3 is not installedTom Paine2016-07-061-2/+11
* Add RDS cluster info to EC2 dynamic inventoryTom Paine2016-07-061-0/+58
* Fixes #16095: Maximumly 199 filter values (#16184)bqbn2016-06-131-1/+6
* Fix ec2 inventory for potentially inconsistent data (#12642)Adam Chainz2016-05-241-0/+12
* contrib/inventory/ec2.py can read AWS credentials from ec2.ini (#15378)Victor Costan2016-05-201-9/+35