mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 08:06:57 -06:00
18 lines
299 B
YAML
18 lines
299 B
YAML
---
|
|
- hosts: postgres_servers
|
|
collections:
|
|
- jfrog.platform
|
|
roles:
|
|
- role: postgres
|
|
when: postgres_enabled | bool
|
|
|
|
- hosts: artifactory_servers
|
|
collections:
|
|
- jfrog.platform
|
|
serial:
|
|
- 1
|
|
- 100%
|
|
roles:
|
|
- role: artifactory
|
|
when: artifactory_enabled | bool
|