mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 12:07:14 +00:00
Multiple doc fix 3 (#5238)
* multiple modules 2: fixed markups in doc * multiple modules 3: fixed markups in doc * fixed yaml * Update plugins/modules/cloud/misc/proxmox_template.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
999fc475a2
commit
88c3865cdb
11 changed files with 64 additions and 67 deletions
|
|
@ -56,7 +56,7 @@ options:
|
|||
default: {}
|
||||
description:
|
||||
- "Additional data for this record, e.g. ['a': '192.0.2.1'].
|
||||
Required if C(state=present)."
|
||||
Required if I(state=present)."
|
||||
'''
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -44,13 +44,13 @@ options:
|
|||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- List of appropriate name servers. Required if C(state=present).
|
||||
- List of appropriate name servers. Required if I(state=present).
|
||||
interfaces:
|
||||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- List of interface IP addresses, on which the server should
|
||||
response this zone. Required if C(state=present).
|
||||
response this zone. Required if I(state=present).
|
||||
|
||||
refresh:
|
||||
type: int
|
||||
|
|
|
|||
|
|
@ -38,17 +38,17 @@ options:
|
|||
required: false
|
||||
description:
|
||||
- Host FQDN (server which provides the share), e.g. C({{
|
||||
ansible_fqdn }}). Required if C(state=present).
|
||||
ansible_fqdn }}). Required if I(state=present).
|
||||
type: str
|
||||
path:
|
||||
required: false
|
||||
description:
|
||||
- Directory on the providing server, e.g. C(/home). Required if C(state=present).
|
||||
- Directory on the providing server, e.g. C(/home). Required if I(state=present).
|
||||
type: path
|
||||
sambaName:
|
||||
required: false
|
||||
description:
|
||||
- Windows name. Required if C(state=present).
|
||||
- Windows name. Required if I(state=present).
|
||||
type: str
|
||||
aliases: [ samba_name ]
|
||||
ou:
|
||||
|
|
|
|||
|
|
@ -37,15 +37,15 @@ options:
|
|||
type: str
|
||||
firstname:
|
||||
description:
|
||||
- First name. Required if C(state=present).
|
||||
- First name. Required if I(state=present).
|
||||
type: str
|
||||
lastname:
|
||||
description:
|
||||
- Last name. Required if C(state=present).
|
||||
- Last name. Required if I(state=present).
|
||||
type: str
|
||||
password:
|
||||
description:
|
||||
- Password. Required if C(state=present).
|
||||
- Password. Required if I(state=present).
|
||||
type: str
|
||||
birthday:
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue