Files
JFrog-Cloud-Installers/Ansible/ansible_collections/jfrog/platform/platform.yml
2021-10-22 13:13:22 +05:30

28 lines
499 B
YAML

- hosts: postgres_servers
roles:
- role: postgres
when: postgres_enabled | bool
- hosts: artifactory_servers
serial:
- 1
- 100%
roles:
- role: artifactory
when: artifactory_enabled | bool
- hosts: xray_servers
roles:
- role: xray
when: xray_enabled | bool
- hosts: distribution_servers
roles:
- role: distribution
when: distribution_enabled | bool
- hosts: insight_servers
roles:
- role: insight
when: insight_enabled | bool