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:
Alexei Znamensky 2022-09-06 17:32:35 +12:00 committed by GitHub
parent 999fc475a2
commit 88c3865cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 64 additions and 67 deletions

View file

@ -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)."
'''

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -19,7 +19,7 @@ description:
- Add or remove domains or subdomains on a Webfaction host. Further documentation at https://github.com/quentinsf/ansible-webfaction.
author: Quentin Stafford-Fraser (@quentinsf)
notes:
- If you are I(deleting) domains by using C(state=absent), then note that if you specify subdomains, just those particular subdomains will be deleted.
- If you are I(deleting) domains by using I(state=absent), then note that if you specify subdomains, just those particular subdomains will be deleted.
If you don't specify subdomains, the domain will be deleted.
- >
You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API.