mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
18 lines
243 B
YAML
18 lines
243 B
YAML
---
|
|
- hosts: database
|
|
collections:
|
|
- jfrog.installers
|
|
roles:
|
|
- postgres
|
|
|
|
- hosts: artifactory
|
|
collections:
|
|
- jfrog.installers
|
|
roles:
|
|
- artifactory
|
|
|
|
- hosts: xray
|
|
collections:
|
|
- jfrog.installers
|
|
roles:
|
|
- xray |