mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 08:06:57 -06:00
18 lines
187 B
YAML
18 lines
187 B
YAML
---
|
|
- debug:
|
|
var: master_key
|
|
|
|
- debug:
|
|
var: join_key
|
|
|
|
- hosts: database
|
|
roles:
|
|
- postgres
|
|
|
|
- hosts: artifactory
|
|
roles:
|
|
- artifactory
|
|
|
|
- hosts: xray
|
|
roles:
|
|
- xray |