Hello, when I get the sentinel documentation correct, the normal way to setup a cluster with 3 sentinels and 3 redis server is to setup first the redis nodes with 1 master and 2 replicas with the replicaof parameter Since I want to write ansible roles for this, I would like to get rid of the manual replicaof setting, since it makes a lot of configuration more complicated is it possible to just let sentinel make the decision and therefore have the same config on all nodes?