mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
21 lines
310 B
YAML
21 lines
310 B
YAML
---
|
|
- debug:
|
|
var: master_key
|
|
|
|
- debug:
|
|
var: join_key
|
|
|
|
- hosts: database
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/postgres
|
|
|
|
- hosts: artifactory
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/artifactory
|
|
|
|
- hosts: xray
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/xray |