community.proxmox.proxmox_acme_plugin_info module – Retrieves a single ACME plugin
Note
This module is part of the community.proxmox collection (version 2.0.0).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install community.proxmox.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: community.proxmox.proxmox_acme_plugin_info.
New in community.proxmox 2.0.0
Synopsis
Retrieves a single ACME plugin by plugin ID name.
Requirements
The below requirements are needed on the host that executes this module.
proxmoxer >= 2.3
requests
Parameters
Parameter |
Comments |
|---|---|
Specify the target host of the Proxmox VE cluster. Uses the |
|
Specify the OTP. Uses the |
|
Specify the password to authenticate with. Uses the |
|
Specify the target port of the Proxmox VE cluster. Uses the |
|
Time limit for requests towards the Proxmox VE API. Default: |
|
Specify the token ID. Uses the |
|
Specify the token secret. Uses the |
|
Specify the user to authenticate with. Uses the |
|
Path to a local certificate, which will be used to verify TLS connections. Ignored if |
|
The ACME Plugin ID name. |
|
Validate the TLS certificates used for the connection to the Proxmox VE API. May be set through the environment variable Choices:
|
Attributes
Attribute |
Support |
Description |
|---|---|---|
Action group: community.proxmox.proxmox |
Use |
|
Support: full |
Can run in |
|
Support: none |
Will return details on what has changed (or possibly needs changing in |
See Also
See also
- community.proxmox.proxmox_acme_plugin_dns
Manage ACME DNS plugins on a Proxmox VE.
- community.proxmox.proxmox_acme_plugins_info
Retrieves the list of ACME plugins.
- Authentication
Complete guide for the Proxmox API authentication
Examples
- name: Get ACME plugin example
community.proxmox.proxmox_acme_plugin_info:
name: example
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
Plugin settings as string key/value pairs (value are masked). Returned: on success |
|
Digest of the plugin configuration. Returned: on success |
|
Whether the plugin configuration is disabled. Returned: on success |
|
ACME plugin instance identifier. Returned: on success |
|
API implementation name. Returned: on success |
|
ACME challenge type (dns, standalone). Returned: on success |
|
Validation delay in seconds. Returned: on success |