[cloud][docs] Add more EC2 dynamic inventory stack_filter docs

pull/21199/head
Ryan S. Brown 8 years ago
parent 259b05dd8e
commit 9794bd8c35

@ -153,8 +153,10 @@ group_by_elasticache_replication_group = True
# Filters are key/value pairs separated by '=', to list multiple filters use # Filters are key/value pairs separated by '=', to list multiple filters use
# a list separated by commas. See examples below. # a list separated by commas. See examples below.
# If you want to apply multiple filters simultaneously, uncomment and set to True. # If you want to apply multiple filters simultaneously, set stack_filters to
# Default behaviour is to apply filters one by one and concatenate results. # True. Default behaviour is to combine the results of all filters. Stacking
# allows the use of multiple conditions to filter down, for example by
# environment and type of host.
stack_filters = False stack_filters = False
# Retrieve only instances with (key=value) env=staging tag # Retrieve only instances with (key=value) env=staging tag

Loading…
Cancel
Save