Commit Graph

25 Commits (82246270368f6bb2e1a8c9aa8f91c6f965330660)

Author SHA1 Message Date
Brian Coca 468770c894 Merge pull request #11261 from schrodervictor/adds-elasticache-to-ec2-dynamic-inventory
Adds ElastiCache to ec2 dynamic inventory plugin
9 years ago
Erik Weathers fde99d8095 change 'stage' to 'staging', as it a much more common term for a pre-production environment, and there are already many references to 'staging' appearing in the ansible code and docs, so let's be consistent 9 years ago
Victor Schröder d164c9c7a0 Adds explanation about all_elasticache_nodes and all_elastic_clusters settings 9 years ago
Victor Schröder 22020ac3cd Adds the necessary config entries to ec2.ini, to support ElastiCache replication groups 9 years ago
Victor Schröder 382c6fe05b Adds basic configuration to ec2.ini to support ElastiCache Clusters and Nodes 9 years ago
sirkubax 0f68db2d7e Update ec2.ini
Warning about usage boto+ec2.ini
9 years ago
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. 10 years ago
Chris Church 4036df11cf Add configurable option to support nested inventory groups. 10 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