Commit f101768a by James Tanner

Make an example that sets the instance Names

parent 005ef837
...@@ -407,7 +407,7 @@ local_action: ...@@ -407,7 +407,7 @@ local_action:
count_tag: foo count_tag: foo
# #
# Enforce that 5 instances with a tag "foo" that has a value "bar" # Enforce that 5 running instances named "database" with a "dbtype" of "postgres"
# #
- local_action: - local_action:
...@@ -418,10 +418,12 @@ local_action: ...@@ -418,10 +418,12 @@ local_action:
wait: yes wait: yes
group: webserver group: webserver
instance_tags: instance_tags:
foo: bar Name: database
dbtype: postgres
exact_count: 5 exact_count: 5
count_tag: count_tag:
foo: bar Name: database
dbtype: postgres
# #
# count_tag complex argument examples # count_tag complex argument examples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment