index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
inventory
/
ec2.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add hash making inventory caches unique to inventory script ran (#34742)
Jonathan McCall
2018-01-23
1
-0
/
+1
*
Use hostname in group_by_aws_account to prevent duplicates. (#34053)
Robert "Bo" Davis
2017-12-19
1
-1
/
+1
*
[cloud] Typo fixes for ec2 dynamic inventory (#32957)
Ryan MacLean
2017-11-30
1
-3
/
+3
*
Fix invalid string escape sequences.
Matt Clay
2017-11-21
1
-2
/
+2
*
Add support for tags and instance attributes for destination variable for the...
Kenny Woodson
2017-10-24
1
-1
/
+40
*
[cloud] RDS config should be getboolean, as per ec2.ini instructions (#31168)
Avner Cohen
2017-10-02
1
-1
/
+1
*
[cloud][contrib] Set missing default values for EC2 inventory (#28375)
Jiri Tyr
2017-09-29
1
-129
/
+108
*
Implement AND'd filters in ec2.py/ini (#30272)
Martin Krizek
2017-09-21
1
-48
/
+57
*
Allow filtering RDS instances by tags in the ec2 dynamic inventory script (#2...
jchristi
2017-09-14
1
-2
/
+32
*
Fix missing option in #27848 (#27892)
Sebastian Cruz
2017-08-09
1
-0
/
+1
*
Add option to group ec2 instances by platform. (#27848)
Sebastian Cruz
2017-08-07
1
-0
/
+10
*
Use a real list comprehension rather than list() around a generator (#25594)
Adam Johnson
2017-08-07
1
-1
/
+1
*
[cloud] Group RDS instances by tag keys in ec2 dynamic inventory (#24763)
Tian You
2017-08-04
1
-0
/
+24
*
Update ansible_ssh_host->ansible_host in ec2.py dynamic inventory (#17113)
Josh Smift
2017-07-17
1
-2
/
+2
*
switched to elif
Brian Coca
2017-07-05
1
-4
/
+4
*
ec2.py: Better error messages for OptInRequired
Lorin Hochstein
2017-07-05
1
-0
/
+8
*
Fix spelling mistakes (comments only) (#25564)
Abhijeet Kasurde
2017-06-12
1
-3
/
+3
*
[cloud] EC2 dynamic inventory default filename is documented as ec2.ini - fix...
Sloane Hertel
2017-05-31
1
-0
/
+5
*
pep8 fixes for contrib (#24344)
Matt Martz
2017-05-09
1
-33
/
+27
*
[cloud][inventory] Get tags for RDS instances. (#23989)
Elijah Lynn
2017-05-09
1
-1
/
+15
*
Migrate most uses of if type() to if isinstance()
Toshio Kuratomi
2017-04-04
1
-2
/
+2
*
Only read EC2 `regions_exclude` list if necessary (#18720)
Steve Kuznetsov
2017-03-22
1
-1
/
+1
*
[cloud][contrib] IAM role support for EC2 dynamic inventory (#15196)
Rune T. Sorensen
2017-03-20
1
-0
/
+14
*
Fix Elasticcache issue where ec2 script would fail on finding lack of primary...
William Holroyd
2017-03-10
1
-4
/
+5
*
Allow ec2.py to be imported (#21637)
Alex Trevino
2017-02-20
1
-2
/
+3
*
[cloud][inventory] Let ec2.py be renamed and search for a matching .ini file ...
rafstef
2017-02-20
1
-2
/
+12
*
[cloud][aws] Use binary read for inventory cache file
Ryan S. Brown
2017-02-16
1
-1
/
+1
*
[cloud][aws] Use `with` statement for file rw in EC2 dynamic inventory (#21390)
Alex Trevino
2017-02-16
1
-11
/
+7
*
Pass boto_profile to get_route53_records (#14354)
Jonathan McCall
2017-02-16
1
-1
/
+4
*
Feature: adding route53_hostnames option to set the hostnames from route 53 (...
Ian White
2017-02-14
1
-0
/
+14
*
[cloud] Add group_by_instance_state to EC2 Dynamic Inventory (#20430)
gregorydulin
2017-02-14
1
-0
/
+8
*
[cloud] Add stack_filters option to EC2 inventory script
Ilya Kalinin
2017-02-09
1
-2
/
+14
*
Legacy pep8 clean fixes for contrib and hacking (#21081)
Matt Martz
2017-02-07
1
-2
/
+2
*
PEP 8 fix.
Matt Clay
2017-02-01
1
-1
/
+1
*
ec2.py support region auto (#15427)
Naoya Nakazawa
2017-02-01
1
-0
/
+7
*
Improve boto profile handling for EC2 inventory (#20280)
Will Thames
2017-01-31
1
-10
/
+7
*
PEP 8 E111 & E114 cleanup. (#20838)
Matt Clay
2017-01-31
1
-6
/
+6
*
PEP 8 cleanup. (#20789)
Matt Clay
2017-01-28
1
-1
/
+1
*
Add account ID grouping and attribute to ease multi-account management
Matthew Wedgwood
2017-01-23
1
-0
/
+14
*
minor spelling changes
Carlos E. Garcia
2016-12-13
1
-2
/
+2
*
Resolves #18312 python3 support for ec2.py
Tony Kinsley
2016-11-03
1
-1
/
+1
*
Changes as per @abadger
Khushil Dep
2016-09-14
1
-2
/
+2
*
Add enumeration of block devices to ec2_block_devices
Khushil Dep
2016-09-14
1
-0
/
+5
*
Paginate DB cluster responses in AWS RDS dynamic inventory
Ryan S. Brown
2016-08-15
1
-1
/
+7
*
Respect profiles & credentials for boto3 inventory
Ryan S. Brown
2016-07-06
1
-3
/
+6
*
Fail softly when boto3 is not installed
Tom Paine
2016-07-06
1
-2
/
+11
*
Add RDS cluster info to EC2 dynamic inventory
Tom Paine
2016-07-06
1
-0
/
+58
*
Fixes #16095: Maximumly 199 filter values (#16184)
bqbn
2016-06-13
1
-1
/
+6
*
Fix ec2 inventory for potentially inconsistent data (#12642)
Adam Chainz
2016-05-24
1
-0
/
+12
*
contrib/inventory/ec2.py can read AWS credentials from ec2.ini (#15378)
Victor Costan
2016-05-20
1
-9
/
+35
[next]