mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Corrected docs ("monitor" -> "monitoring" and dissociated monitoring from instance_tags in examples)
This commit is contained in:
parent
65ef6a62dc
commit
f97871e0d9
1 changed files with 5 additions and 3 deletions
|
@ -121,7 +121,7 @@ options:
|
||||||
required: False
|
required: False
|
||||||
default: 1
|
default: 1
|
||||||
aliases: []
|
aliases: []
|
||||||
monitor:
|
monitoring:
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
description:
|
description:
|
||||||
- enable detailed monitoring (CloudWatch) for instance
|
- enable detailed monitoring (CloudWatch) for instance
|
||||||
|
@ -213,7 +213,8 @@ EXAMPLES = '''
|
||||||
wait: yes
|
wait: yes
|
||||||
wait_timeout: 500
|
wait_timeout: 500
|
||||||
count: 5
|
count: 5
|
||||||
instance_tags: '{"db":"postgres"}' monitoring=yes'
|
instance_tags: '{"db":"postgres"}'
|
||||||
|
monitoring=yes
|
||||||
|
|
||||||
# Multiple groups example
|
# Multiple groups example
|
||||||
local_action:
|
local_action:
|
||||||
|
@ -225,7 +226,8 @@ local_action:
|
||||||
wait: yes
|
wait: yes
|
||||||
wait_timeout: 500
|
wait_timeout: 500
|
||||||
count: 5
|
count: 5
|
||||||
instance_tags: '{"db":"postgres"}' monitoring=yes'
|
instance_tags: '{"db":"postgres"}'
|
||||||
|
monitoring=yes
|
||||||
|
|
||||||
# VPC example
|
# VPC example
|
||||||
- local_action:
|
- local_action:
|
||||||
|
|
Loading…
Add table
Reference in a new issue