AnsibleOpenSSL
Control OpenSSL on a remote Linux hosts.
- Category
- IT Services
- Pack
- AnsibleLinux
Configuration parameters
- creds — Username (required)
- port — Default SSH Port (required)
- concurrency — Concurrency Factor (required)
- become — Escalate Privileges (required)
- become_method — Privilege Escalation Method (required)
- become_user — Privilege Escalation User
- become_password — Privileges Escalation Password
Commands (11)
- openssl-certificate — Generate and/or check OpenSSL certificates Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_certificate_module.html
- openssl-certificate-complete-chain — Complete certificate chain given a set of untrusted and root certificates Further documentation available at https://docs.ansible.com/ansible/2.9/modules/certificate_complete_chain_module.html
- openssl-certificate-info — Provide information of OpenSSL X.509 certificates Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_certificate_info_module.html
- openssl-csr — Generate OpenSSL Certificate Signing Request (CSR) Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_csr_module.html
- openssl-csr-info — Provide information of OpenSSL Certificate Signing Requests (CSR) Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_csr_info_module.html
- openssl-dhparam — Generate OpenSSL Diffie-Hellman Parameters Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_dhparam_module.html
- openssl-get-certificate — Get a certificate from a host:port Further documentation available at https://docs.ansible.com/ansible/2.9/modules/get_certificate_module.html
- openssl-pkcs12 — Generate OpenSSL PKCS#12 archive Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_pkcs12_module.html
- openssl-privatekey — Generate OpenSSL private keys Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_privatekey_module.html
- openssl-privatekey-info — Provide information for OpenSSL private keys Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_privatekey_info_module.html
- openssl-publickey — Generate an OpenSSL public key from its private key. Further documentation available at https://docs.ansible.com/ansible/2.9/modules/openssl_publickey_module.html