Files
JFrog-Cloud-Installers/Ansible/examples/playbook-xray.yml
2021-10-22 13:13:22 +05:30

15 lines
249 B
YAML

---
- hosts: postgres_servers
collections:
- jfrog.platform
roles:
- role: postgres
when: postgres_enabled | bool
- hosts: xray_servers
collections:
- jfrog.platform
roles:
- role: xray
when: xray_enabled | bool