Files
JFrog-Cloud-Installers/Ansible/project/rt-xray/playbook.yml
2020-05-22 14:25:23 -07:00

15 lines
252 B
YAML

---
- hosts: database
gather_facts: true
roles:
- jfrog/ansible/roles/postgres
- hosts: artifactory
gather_facts: true
roles:
- jfrog/ansible/roles/artifactory
- hosts: xray
gather_facts: true
roles:
- jfrog/ansible/roles/xray