- name: Install etcd on all nodes hosts: etcd roles: - role: etcd tags: [ etcd ] - name: Install psql + patroni on nodes 1 and 2 hosts: psql roles: - role: psql tags: [ psql ] - role: patroni tags: [ patroni ]