mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
13 lines
284 B
YAML
13 lines
284 B
YAML
- hosts: localhost
|
|
gather_facts: true
|
|
become: true
|
|
tasks:
|
|
- include_role:
|
|
name: artifactory
|
|
- include_role:
|
|
name: artifactory-nginx
|
|
when: "enable_ssl != true"
|
|
- include_role:
|
|
name: artifactory-nginx-ssl
|
|
when: "enable_ssl == true"
|