John Galt
72457e4326
Fixed typo
10 years ago
Chris Church
05bb31450b
Update EC2 inventory script with changes from Tower.
...
- Adds to changes from #6676 to support nested VPC group and VPC grouping for RDS.
- Adds to changes from #8822 to ignore invalid instance filters.
- Implements grouping by AMI ID based on #7573 .
- Implements configuration options to limit which groups are created automatically, based on #7573 .
10 years ago
Kale Franz
28e69b9017
Allow ec2 tags to be used to address servers in ec2 dynamic inventory.
10 years ago
Michal Gasek
5b5103e6b4
Add support for filtering EC2 instances in dynamic inventory
...
This allows filtering out EC2 instances based on various different
filters including tags. As requested in 7480 it supports logical "OR"
instead of "AND" on the provided list of filters.
10 years ago
Michael Peters
7c2cc15c59
adding include_pattern and exclude_pattern options to ec2.py
10 years ago
James Cammarata
0ae87cb725
Merge branch 'ec2inv-rdstoggle' of https://github.com/ingmar/ansible into ingmar-ec2inv-rdstoggle
...
Conflicts:
plugins/inventory/ec2.py
10 years ago
James Cammarata
5764015876
Merge branch 'ec2_nested_groups' of https://github.com/cchurch/ansible into cchurch-ec2_nested_groups
...
Conflicts:
plugins/inventory/ec2.py
10 years ago
Chris Church
7f27c56a79
Add option to return all EC2/RDS instances regardless of state.
11 years ago
Chris Church
4036df11cf
Add configurable option to support nested inventory groups.
11 years ago
Lorin Hochstein
27f305ae08
Document how to turn off ec2 cache
...
Document how to disable cache lookup with the ec2 inventory script
11 years ago
Ingmar Hupp
cc01f7b7f5
Do not filter out RDS instances by default or in INI file to avoid changing current behaviour.
11 years ago
Ingmar Hupp
456d2627e8
EC2 inventory toggle to exclude/include RDS instances.
11 years ago
Dolph Mathews
8808e029f9
spelling correction for "separate"
...
s/seperate/separate/
http://en.wiktionary.org/wiki/separate
11 years ago
Michael DeHaan
26676ce2e2
update default EC2 exclude regions -- this should be the best configuration for most users, but some may still want to tweak.
11 years ago
willthames
3a0d2860e0
Allow multiple users to use ec2 inventory scripts
...
Move the ec2 cache files from a shared /tmp location to the
user's ansible tmp directory.
11 years ago
Herby Gillot
6ddebb3fad
ec2 inventory route53 tagging:
...
* make filtering more comprehensive
* add checks against missing route53 zone exclusion option
11 years ago
Herby Gillot
91785ba045
ec2 inventory: Add the ability to group instances by Route 53 domain
...
names.
11 years ago
Jeremy Price
ad75350919
adding regions_exclude parameter to be able to do subtractive region exclusion. Defaults to us-gov-west-1 so as to not cause errors for people who don't have govcloud credentials but get it in their regions list
11 years ago
Michael DeHaan
41dd4a1f93
Merge plugins tree
12 years ago