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