Merge pull request #3342 from gundalow/docsfix
ansible-validate-modules part 1: Correct documentation
This commit is contained in:
commit
6d0e9327e3
7 changed files with 12 additions and 13 deletions
|
@ -40,7 +40,7 @@ options:
|
||||||
linode_id:
|
linode_id:
|
||||||
description:
|
description:
|
||||||
- Unique ID of a linode server
|
- Unique ID of a linode server
|
||||||
aliases: lid
|
aliases: [ 'lid' ]
|
||||||
default: null
|
default: null
|
||||||
type: integer
|
type: integer
|
||||||
plan:
|
plan:
|
||||||
|
|
|
@ -54,10 +54,9 @@ options:
|
||||||
network:
|
network:
|
||||||
description:
|
description:
|
||||||
- Unique name or ID of the external gateway network.
|
- Unique name or ID of the external gateway network.
|
||||||
- required I(interfaces) or I(enable_snat) are provided,
|
- required I(interfaces) or I(enable_snat) are provided.
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
false otherwise.
|
|
||||||
default: None
|
default: None
|
||||||
external_fixed_ips:
|
external_fixed_ips:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -47,7 +47,7 @@ options:
|
||||||
without first checking if already configured.
|
without first checking if already configured.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
include_defaults:
|
include_defaults:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will collect the current device
|
- The module, by default, will collect the current device
|
||||||
|
@ -58,7 +58,7 @@ options:
|
||||||
does not support such a flag, this argument is silently ignored.
|
does not support such a flag, this argument is silently ignored.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
backup:
|
backup:
|
||||||
description:
|
description:
|
||||||
- When this argument is configured true, the module will backup
|
- When this argument is configured true, the module will backup
|
||||||
|
@ -67,7 +67,7 @@ options:
|
||||||
the root of the playbook directory.
|
the root of the playbook directory.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will connect to the remote device and
|
- The module, by default, will connect to the remote device and
|
||||||
|
|
|
@ -93,7 +93,7 @@ options:
|
||||||
without first checking if already configured.
|
without first checking if already configured.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will connect to the remote device and
|
- The module, by default, will connect to the remote device and
|
||||||
|
|
|
@ -47,7 +47,7 @@ options:
|
||||||
without first checking if already configured.
|
without first checking if already configured.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
backup:
|
backup:
|
||||||
description:
|
description:
|
||||||
- When this argument is configured true, the module will backup
|
- When this argument is configured true, the module will backup
|
||||||
|
@ -56,7 +56,7 @@ options:
|
||||||
the root of the playbook directory.
|
the root of the playbook directory.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will connect to the remote device and
|
- The module, by default, will connect to the remote device and
|
||||||
|
|
|
@ -93,7 +93,7 @@ options:
|
||||||
without first checking if already configured.
|
without first checking if already configured.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will connect to the remote device and
|
- The module, by default, will connect to the remote device and
|
||||||
|
|
|
@ -46,7 +46,7 @@ options:
|
||||||
without first checking if already configured.
|
without first checking if already configured.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
include_defaults:
|
include_defaults:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will collect the current device
|
- The module, by default, will collect the current device
|
||||||
|
@ -56,7 +56,7 @@ options:
|
||||||
device settings.
|
device settings.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
backup:
|
backup:
|
||||||
description:
|
description:
|
||||||
- When this argument is configured true, the module will backup
|
- When this argument is configured true, the module will backup
|
||||||
|
@ -65,7 +65,7 @@ options:
|
||||||
the root of the playbook directory.
|
the root of the playbook directory.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
choices: BOOLEANS
|
choices: [ "true", "false" ]
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The module, by default, will connect to the remote device and
|
- The module, by default, will connect to the remote device and
|
||||||
|
|
Loading…
Reference in a new issue