瀏覽代碼

Update ec2.ini

- Set rds and elasticache to False, since they are not needed for the
  playbooks and cause issues for users without those services enabled.
Jason DeTiberus 9 年之前
父節點
當前提交
c5d4f207b0
共有 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.