mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 05:06:56 -06:00
16 lines
271 B
YAML
16 lines
271 B
YAML
---
|
|
- hosts: postgres_servers
|
|
roles:
|
|
- postgres
|
|
- hosts: artifactory_servers
|
|
roles:
|
|
- artifactory
|
|
- hosts: xray_servers
|
|
roles:
|
|
- xray
|
|
- hosts: distribution_servers
|
|
roles:
|
|
- distribution
|
|
- hosts: missioncontrol_servers
|
|
roles:
|
|
- missioncontrol |