mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 10:06:55 -06:00
15 lines
258 B
YAML
15 lines
258 B
YAML
---
|
|
- hosts: database
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/postgres
|
|
|
|
- hosts: primary:secondary
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/artifactory
|
|
|
|
- hosts: xray
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/xray |