- 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