hashivault_pki_url – Hashicorp Vault PKI Set URLs¶
New in version 4.5.0.
Synopsis¶
This module allows setting the issuing certificate endpoints, CRL distribution points, and OCSP server endpoints that will be encoded into issued certificates.
You can update any of the values at any time without affecting the other existing values.
To remove the values, simply use a blank string as the parameter.
Requirements¶
The below requirements are needed on the host that executes this module.
hvac>=0.10.1
ansible>=2.0.0
requests
Parameters¶
Examples¶
---
- hosts: localhost
tasks:
- hashivault_pki_url:
issuing_certificates:
- 'http://127.0.0.1:8200/v1/pki/ca'
crl_distribution_points:
- 'http://127.0.0.1:8200/v1/pki/crl'
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]
Authors¶
UNKNOWN
Hint
If you notice any issues in this documentation, you can edit this document to improve it.