mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
[PR #6681/45eb1e39 backport][stable-7] Use semantic markup (modules o-p) (#6705)
Use semantic markup (modules o-p) (#6681)
* Use semantic markup.
* Use real option, not alias.
* E() now works better.
(cherry picked from commit 45eb1e3915
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f583dbd2d3
commit
f4af31b76b
42 changed files with 420 additions and 419 deletions
|
@ -67,7 +67,7 @@ options:
|
|||
aliases: [ importer_ssl_client_cert ]
|
||||
feed_client_key:
|
||||
description:
|
||||
- Private key to the certificate specified in I(importer_ssl_client_cert),
|
||||
- Private key to the certificate specified in O(feed_client_cert),
|
||||
assuming it is not included in the certificate file itself. This can be
|
||||
the file content or the path to the file.
|
||||
type: str
|
||||
|
@ -105,7 +105,7 @@ options:
|
|||
type: str
|
||||
publish_distributor:
|
||||
description:
|
||||
- Distributor to use when state is C(publish). The default is to
|
||||
- Distributor to use when O(state=publish). The default is to
|
||||
publish all distributors.
|
||||
type: str
|
||||
pulp_host:
|
||||
|
@ -119,13 +119,13 @@ options:
|
|||
type: str
|
||||
repo_type:
|
||||
description:
|
||||
- Repo plugin type to use (i.e. C(rpm), C(docker)).
|
||||
- Repo plugin type to use (that is, V(rpm), V(docker)).
|
||||
default: rpm
|
||||
type: str
|
||||
repoview:
|
||||
description:
|
||||
- Whether to generate repoview files for a published repository. Setting
|
||||
this to C(true) automatically activates C(generate_sqlite).
|
||||
this to V(true) automatically activates O(generate_sqlite).
|
||||
required: false
|
||||
type: bool
|
||||
default: false
|
||||
|
@ -141,23 +141,23 @@ options:
|
|||
default: true
|
||||
state:
|
||||
description:
|
||||
- The repo state. A state of C(sync) will queue a sync of the repo.
|
||||
- The repo state. A state of V(sync) will queue a sync of the repo.
|
||||
This is asynchronous but not delayed like a scheduled sync. A state of
|
||||
C(publish) will use the repository's distributor to publish the content.
|
||||
V(publish) will use the repository's distributor to publish the content.
|
||||
default: present
|
||||
choices: [ "present", "absent", "sync", "publish" ]
|
||||
type: str
|
||||
url_password:
|
||||
description:
|
||||
- The password for use in HTTP basic authentication to the pulp API.
|
||||
If the I(url_username) parameter is not specified, the I(url_password)
|
||||
If the O(url_username) parameter is not specified, the O(url_password)
|
||||
parameter will not be used.
|
||||
url_username:
|
||||
description:
|
||||
- The username for use in HTTP basic authentication to the pulp API.
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(false), SSL certificates will not be validated. This should only be
|
||||
- If V(false), SSL certificates will not be validated. This should only be
|
||||
used on personally controlled sites using self-signed certificates.
|
||||
type: bool
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue