--- - 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