feat: automatically add new nodes to etcd
cluster
#3464
Annotations
1 warning
jinja[spacing]:
automation/roles/etcd/tasks/main.yml#L156
Jinja2 spacing could be improved: {% for host in groups['etcd_cluster'] | difference([inventory_hostname]) -%} {{ patroni_etcd_protocol | default('http', true) }}:// {{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379 {%- if not loop.last %},{% endif -%} {% endfor %} -> {% for host in groups['etcd_cluster'] | difference([inventory_hostname]) -%} {{ patroni_etcd_protocol | default('http', true) }}://{{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379{%- if not loop.last %},{% endif -%} {% endfor %}
|