mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 14:06:57 -06:00
15 lines
249 B
YAML
15 lines
249 B
YAML
---
|
|
- hosts: postgres_servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- role: postgres
|
|
when: postgres_enabled | bool
|
|
|
|
- hosts: xray_servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- role: xray
|
|
when: xray_enabled | bool
|