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

18 lines
299 B
YAML

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