Issue #2, Issue #5: Migrate doc_fragments, fix missing types in docs.

This commit is contained in:
Jeff Geerling
2020-01-30 15:28:30 -06:00
parent 48b4c3be54
commit 49fe926bb4
15 changed files with 268 additions and 41 deletions

View File

@@ -43,21 +43,26 @@ options:
choices:
- present
- absent
type: str
host:
description:
- Provide a URL for accessing the API server.
required: true
type: str
username:
description:
- Provide a username for authenticating with the API server.
type: str
password:
description:
- Provide a password for authenticating with the API server.
type: str
ca_cert:
description:
- "Path to a CA certificate file used to verify connection to the API server. The full certificate chain
must be provided to avoid certificate validation errors."
aliases: [ ssl_ca_cert ]
type: path
validate_certs:
description:
- "Whether or not to verify the API server's SSL certificates."
@@ -67,6 +72,7 @@ options:
api_key:
description:
- When C(state) is set to I(absent), this specifies the token to revoke.
type: str
requirements:
- python >= 2.7