git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525efff
)
Disable rds and elasticache
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 11 Feb 2017 06:52:40 +0000
(22:52 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 11 Feb 2017 06:52:40 +0000
(22:52 -0800)
ch12/playbooks/inventory/ec2.ini
patch
|
blob
|
history
diff --git
a/ch12/playbooks/inventory/ec2.ini
b/ch12/playbooks/inventory/ec2.ini
index
9ae2ece
..
ba99b88
100644
(file)
--- a/
ch12/playbooks/inventory/ec2.ini
+++ b/
ch12/playbooks/inventory/ec2.ini
@@
-60,10
+60,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.