mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
Checking in code for rt 7.17.4 version
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
- 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"
|
||||
Reference in New Issue
Block a user