mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
19 lines
262 B
YAML
19 lines
262 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
|