Checking in code for rt 7.27.3 version

This commit is contained in:
Vinay Aggarwal
2021-10-04 13:05:03 -07:00
parent 161f222b2a
commit 4cb7e10617
393 changed files with 31569 additions and 0 deletions

View File

@@ -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"