mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 16:06:57 -06:00
31 lines
456 B
YAML
31 lines
456 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
|
|
|
|
- hosts: distribution_servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- distribution
|
|
|
|
- hosts: missionControl_servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- missionControl
|