mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
28 lines
499 B
YAML
28 lines
499 B
YAML
- hosts: postgres_servers
|
|
roles:
|
|
- role: postgres
|
|
when: postgres_enabled | bool
|
|
|
|
- hosts: artifactory_servers
|
|
serial:
|
|
- 1
|
|
- 100%
|
|
roles:
|
|
- role: artifactory
|
|
when: artifactory_enabled | bool
|
|
|
|
- hosts: xray_servers
|
|
roles:
|
|
- role: xray
|
|
when: xray_enabled | bool
|
|
|
|
- hosts: distribution_servers
|
|
roles:
|
|
- role: distribution
|
|
when: distribution_enabled | bool
|
|
|
|
- hosts: insight_servers
|
|
roles:
|
|
- role: insight
|
|
when: insight_enabled | bool
|