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

15 lines
248 B
YAML

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