mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 08:06:57 -06:00
18 lines
261 B
YAML
18 lines
261 B
YAML
---
|
|
- hosts: postgres-servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- postgres
|
|
|
|
- hosts: artifactory-servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- artifactory
|
|
|
|
- hosts: xray-servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- xray |