drop rgw multisite deployment support #2703
Annotations
10 errors and 3 warnings
name[play]:
dashboard.yml#L2
All plays should be named.
|
name[missing]:
dashboard.yml#L15
All tasks should be named.
|
run-once[task]:
dashboard.yml#L19
Using run_once may behave differently if strategy is set to free.
|
name[missing]:
dashboard.yml#L28
All tasks should be named.
|
name[missing]:
dashboard.yml#L31
All tasks should be named.
|
name[missing]:
dashboard.yml#L33
All tasks should be named.
|
name[missing]:
dashboard.yml#L39
All tasks should be named.
|
run-once[task]:
dashboard.yml#L43
Using run_once may behave differently if strategy is set to free.
|
name[play]:
dashboard.yml#L51
All plays should be named.
|
name[missing]:
dashboard.yml#L55
All tasks should be named.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
jinja[spacing]:
roles/ceph-dashboard/tasks/configure_dashboard.yml#L96
Jinja2 spacing could be improved: {% for host in groups\[mgr_group_name] | default(groups\[mon_group_name]) -%} DNS:{{ hostvars\[host]['ansible_facts']['hostname'] }},DNS:{{ hostvars\[host]['ansible_facts']['fqdn'] }},IP:{{ hostvars\[host]['dashboard_server_addr'] }}{% if not loop.last %},{% endif %} {%- endfor -%}
|