Removed in Ansible: | |
---|---|
version: 2.12 | |
Why: | Consolidating code base. |
Alternative: | Use https://galaxy.ansible.com/PaloAltoNetworks/paloaltonetworks instead. |
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
cert_cn - / required | Certificate CN (common name) embedded in the certificate signature. | |
cert_friendly_name - / required | Human friendly certificate name (not CN but just a friendly name). | |
ip_address - / required | IP address (or hostname) of PAN-OS device being configured. | |
key_filename - / required | Location of the filename that is used for the auth. Either key_filename or password is required. | |
password - / required | Password credentials to use for auth. Either key_filename or password is required. | |
rsa_nbits - | Default: "2048" | Number of bits used by the RSA algorithm for the certificate generation. |
signed_by - / required | Undersigning authority (CA) that MUST already be presents on the device. |
Note
# Generates a new self-signed certificate using ssh - name: generate self signed certificate panos_cert_gen_ssh: ip_address: "192.168.1.1" password: "paloalto" cert_cn: "1.1.1.1" cert_friendly_name: "test123" signed_by: "root-ca"
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.9/modules/panos_cert_gen_ssh_module.html