Add ignore-listen-port option for Patroni config validation #3803
Annotations
3 warnings
|
Run Ansible-lint:
automation/roles/etcd/tasks/member_remove.yml#L13
Jinja2 spacing could be improved: {% for host in (groups['etcd_cluster'] | difference([target_node])) -%} {{ 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([target_node])) -%} {{ patroni_etcd_protocol | default('http', true) }}://{{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379{%- if not loop.last %},{% endif -%} {% endfor %}
|
|
Run Ansible-lint:
automation/roles/etcd/tasks/member_add.yml#L6
Jinja2 spacing could be improved: {% for host in groups['etcd_cluster'] | difference(new_etcd_nodes | default([])) -%} {{ 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(new_etcd_nodes | default([])) -%} {{ patroni_etcd_protocol | default('http', true) }}://{{- hostvars[host]['etcd_bind_address'] | default(hostvars[host]['bind_address'], true) }}:2379{%- if not loop.last %},{% endif -%} {% endfor %}
|
|
Run Ansible-lint:
automation/roles/common/defaults/main.yml#L688
Jinja2 spacing could be improved: && {{ wal_g_path }} delete retain FULL {{ WAL_G_RETENTION_FULL | default (4) }} --confirm > {{ postgresql_log_dir }}/walg_delete.log 2>&1 -> && {{ wal_g_path }} delete retain FULL {{ WAL_G_RETENTION_FULL | default(4) }} --confirm > {{ postgresql_log_dir }}/walg_delete.log 2>&1
|
Loading