mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
18 lines
402 B
YAML
18 lines
402 B
YAML
---
|
|
# 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
|
|
|
|
|