mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
docs: misc fixes for typos (#602)
Migrated from https://github.com/ansible/ansible/pull/68367 Signed-off-by: Radoslav Dimitrov dimitrovr@vmware.com
This commit is contained in:
parent
ba28da9b62
commit
d0fb125586
5 changed files with 9 additions and 9 deletions
|
@ -30,7 +30,7 @@ author:
|
||||||
options:
|
options:
|
||||||
auth_token:
|
auth_token:
|
||||||
description:
|
description:
|
||||||
- Packet api token. You can also supply it in env var C(PACKET_API_TOKEN).
|
- Packet API token. You can also supply it in env var C(PACKET_API_TOKEN).
|
||||||
|
|
||||||
count:
|
count:
|
||||||
description:
|
description:
|
||||||
|
@ -134,7 +134,7 @@ notes:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# All the examples assume that you have your Packet api token in env var PACKET_API_TOKEN.
|
# All the examples assume that you have your Packet API token in env var PACKET_API_TOKEN.
|
||||||
# You can also pass it to the auth_token parameter of the module instead.
|
# You can also pass it to the auth_token parameter of the module instead.
|
||||||
|
|
||||||
# Creating devices
|
# Creating devices
|
||||||
|
@ -151,7 +151,7 @@ EXAMPLES = '''
|
||||||
facility: sjc1
|
facility: sjc1
|
||||||
|
|
||||||
# Create the same device and wait until it is in state "active", (when it's
|
# Create the same device and wait until it is in state "active", (when it's
|
||||||
# ready for other API operations). Fail if the devices in not "active" in
|
# ready for other API operations). Fail if the device is not "active" in
|
||||||
# 10 minutes.
|
# 10 minutes.
|
||||||
|
|
||||||
- name: Create device and wait up to 10 minutes for active state
|
- name: Create device and wait up to 10 minutes for active state
|
||||||
|
|
|
@ -30,7 +30,7 @@ author:
|
||||||
options:
|
options:
|
||||||
auth_token:
|
auth_token:
|
||||||
description:
|
description:
|
||||||
- Packet api token. You can also supply it in env var C(PACKET_API_TOKEN).
|
- Packet API token. You can also supply it in env var C(PACKET_API_TOKEN).
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
hostname:
|
hostname:
|
||||||
|
@ -80,7 +80,7 @@ requirements:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# All the examples assume that you have your Packet api token in env var PACKET_API_TOKEN.
|
# All the examples assume that you have your Packet API token in env var PACKET_API_TOKEN.
|
||||||
# You can also pass it to the auth_token parameter of the module instead.
|
# You can also pass it to the auth_token parameter of the module instead.
|
||||||
|
|
||||||
- name: Create 1 device and assign an arbitrary public IPv4 subnet to it
|
- name: Create 1 device and assign an arbitrary public IPv4 subnet to it
|
||||||
|
|
|
@ -22,7 +22,7 @@ options:
|
||||||
choices: ['present', 'absent']
|
choices: ['present', 'absent']
|
||||||
auth_token:
|
auth_token:
|
||||||
description:
|
description:
|
||||||
- Packet api token. You can also supply it in env var C(PACKET_API_TOKEN).
|
- Packet API token. You can also supply it in env var C(PACKET_API_TOKEN).
|
||||||
label:
|
label:
|
||||||
description:
|
description:
|
||||||
- Label for the key. If you keep it empty, it will be read from key string.
|
- Label for the key. If you keep it empty, it will be read from key string.
|
||||||
|
@ -77,7 +77,7 @@ changed:
|
||||||
sample: True
|
sample: True
|
||||||
returned: always
|
returned: always
|
||||||
sshkeys:
|
sshkeys:
|
||||||
description: Information about sshkeys that were createe/removed.
|
description: Information about sshkeys that were created/removed.
|
||||||
type: list
|
type: list
|
||||||
sample: [
|
sample: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -40,7 +40,7 @@ options:
|
||||||
|
|
||||||
auth_token:
|
auth_token:
|
||||||
description:
|
description:
|
||||||
- Packet api token. You can also supply it in env var C(PACKET_API_TOKEN).
|
- Packet API token. You can also supply it in env var C(PACKET_API_TOKEN).
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
name:
|
name:
|
||||||
|
|
|
@ -38,7 +38,7 @@ options:
|
||||||
|
|
||||||
auth_token:
|
auth_token:
|
||||||
description:
|
description:
|
||||||
- Packet api token. You can also supply it in env var C(PACKET_API_TOKEN).
|
- Packet API token. You can also supply it in env var C(PACKET_API_TOKEN).
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
project_id:
|
project_id:
|
||||||
|
|
Loading…
Reference in a new issue