mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 13:06:57 -06:00
added readme file to install JCR with Helm with external DBs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# tasks file for quickstart-jfrog-artifactory/scripts/roles/artifactory
|
||||
|
||||
|
||||
- name: Configure an Instance to host Artifactory
|
||||
include: "{{ item.name }}"
|
||||
when: ecs_deployment == false
|
||||
loop:
|
||||
- name: install.yml
|
||||
- name: configure.yml
|
||||
- name: nginx-setup.yml
|
||||
|
||||
- name: Configure ECS EC2 Node to host an Artifactory Container
|
||||
include: configure_ecs.yml
|
||||
when: ecs_deployment == true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user