mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 07:07:00 -06:00
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