diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-14 14:59:07 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-14 14:59:07 -0500 |
commit | 2a12b6a99db4e8f39da27770e397dfafe27c9547 (patch) | |
tree | b0ef92492d0326677365dad6b939cce029e6b761 /inventory | |
parent | d98926d37411b09f77ac3f053f0c2e5e26122f3b (diff) | |
parent | c5d4f207b0f77048868fa946048f0f10d40fc827 (diff) | |
download | openshift-2a12b6a99db4e8f39da27770e397dfafe27c9547.tar.gz openshift-2a12b6a99db4e8f39da27770e397dfafe27c9547.tar.bz2 openshift-2a12b6a99db4e8f39da27770e397dfafe27c9547.tar.xz openshift-2a12b6a99db4e8f39da27770e397dfafe27c9547.zip |
Merge pull request #1187 from detiber/ec2_nords_noelasticache
Update ec2.ini
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/aws/hosts/ec2.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/aws/hosts/ec2.ini b/inventory/aws/hosts/ec2.ini index 1f503b8cf..aa0f9090f 100644 --- a/inventory/aws/hosts/ec2.ini +++ b/inventory/aws/hosts/ec2.ini @@ -45,10 +45,10 @@ vpc_destination_variable = ip_address route53 = False # To exclude RDS instances from the inventory, uncomment and set to False. -#rds = False +rds = False # To exclude ElastiCache instances from the inventory, uncomment and set to False. -#elasticache = False +elasticache = False # Additionally, you can specify the list of zones to exclude looking up in # 'route53_excluded_zones' as a comma-separated list. |