mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
24 lines
374 B
YAML
24 lines
374 B
YAML
---
|
|
- hosts: postgres_servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- postgres
|
|
|
|
- hosts: artifactory_servers
|
|
collections:
|
|
- jfrog.platform
|
|
serial:
|
|
- 1
|
|
- 100%
|
|
roles:
|
|
- role: artifactory
|
|
when: artifactory_enabled | bool
|
|
|
|
- hosts: xray_servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- role: xray
|
|
when: xray_enabled | bool
|