소스 검색

Merge pull request #1187 from detiber/ec2_nords_noelasticache

Update ec2.ini
Brenton Leanhardt 9 년 전
부모
커밋
2a12b6a99d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      inventory/aws/hosts/ec2.ini

+ 2 - 2
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.