updated v7175

This commit is contained in:
anupteal
2021-04-10 00:11:18 +05:30
parent b3bf574db9
commit a4223d6eea
161 changed files with 5674 additions and 9223 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"