Files
JFrog-Cloud-Installers/Ansible/examples/playbook-rt-xray.yml
2020-06-30 15:33:34 -07:00

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