Files
JFrog-Cloud-Installers/Ansible/collection/jfrog/ansible/roles/artifactory_nginx_ssl

artifactory_nginx_ssl

The artifactory_nginx_ssl role installs and configures nginx for SSL.

Role Variables

  • server_name: This is the server name. eg. "artifactory.54.175.51.178.xip.io"
  • certificate: This is the SSL cert.
  • certificate_key: This is the SSL private key.

Example Playbook

---
- hosts: primary
  roles:
    - artifactory
    - artifactory_nginx_ssl