mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 17:06:58 -06:00
11 lines
230 B
YAML
11 lines
230 B
YAML
---
|
|
- hosts: database
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/postgres
|
|
|
|
- hosts: primary:secondary
|
|
gather_facts: true
|
|
roles:
|
|
- jfrog/ansible/roles/artifactory
|
|
- jfrog/ansible/roles/artifactory-nginx-ssl |