Files
JFrog-Cloud-Installers/Ansible/ansible/examples/playbook-platform.yml
2021-05-10 13:08:30 +05:30

31 lines
456 B
YAML

---
- hosts: postgres_servers
collections:
- jfrog.platform
roles:
- postgres
- hosts: artifactory_servers
collections:
- jfrog.platform
roles:
- artifactory
- hosts: xray_servers
collections:
- jfrog.platform
roles:
- xray
- hosts: distribution_servers
collections:
- jfrog.platform
roles:
- distribution
- hosts: missionControl_servers
collections:
- jfrog.platform
roles:
- missionControl