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

24 lines
374 B
YAML

---
- hosts: postgres_servers
collections:
- jfrog.platform
roles:
- postgres
- hosts: artifactory_servers
collections:
- jfrog.platform
serial:
- 1
- 100%
roles:
- role: artifactory
when: artifactory_enabled | bool
- hosts: xray_servers
collections:
- jfrog.platform
roles:
- role: xray
when: xray_enabled | bool