`cielito.hestia.cluster` doesn't set all `remote-dns-hosts`
With three hestia control panel, ni
, pi
and xi`, that we set in cluster with following variables:
- for
pi
hestia cp host:
hestia_secondary_servers:
xi:
username: pi
ni:
username: pi
- for
xi
hestia cp host
hestia_secondary_servers:
ni:
username: xi
pi:
username: xi
Running the role we end up with following remote dns hosts:
root@pi:~# v-list-remote-dns-hosts
HOST PORT TYPE USER DNS_USER SPND DATE
---- ---- ---- ---- -------- ---- ----
xi.cielito.uy 8083 api root pi no 2024-08-19
root@xi:~# v-list-remote-dns-hosts
HOST PORT TYPE USER DNS_USER SPND DATE
---- ---- ---- ---- -------- ---- ----
ni.cielito.uy 8083 api root xi no 2024-08-19
It misseed ni
in pi
host and pi
in xi
host.