Create ansible-lint.yml #1
Annotations
10 errors and 10 warnings
galaxy[no-changelog]:
galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
|
galaxy[tags]:
galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'eda', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
|
yaml[indentation]:
galaxy.yml#L19
Wrong indentation: expected at least 1
|
yaml[indentation]:
galaxy.yml#L31
Wrong indentation: expected at least 1
|
schema[meta-runtime]:
meta/runtime.yml#L1
$ None is not of type 'object'. See https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_structure.html#meta-directory
|
run-once[task]:
playbooks/download_packages_gateway.yml#L12
Using run_once may behave differently if strategy is set to free.
|
run-once[task]:
playbooks/download_packages_iag.yml#L12
Using run_once may behave differently if strategy is set to free.
|
run-once[task]:
playbooks/download_packages_iap.yml#L12
Using run_once may behave differently if strategy is set to free.
|
run-once[task]:
playbooks/download_packages_mongodb.yml#L12
Using run_once may behave differently if strategy is set to free.
|
run-once[task]:
playbooks/download_packages_os.yml#L12
Using run_once may behave differently if strategy is set to free.
|
jinja[spacing]:
roles/mongodb/tasks/main.yaml#L149
Jinja2 spacing could be improved: {{ mongo_owner}} -> {{ mongo_owner }}
|
jinja[spacing]:
roles/platform/tasks/install-adapters.yaml#L30
Jinja2 spacing could be improved: {{ adapter_names + \[item | basename | split('.') | first ]}} -> {{ adapter_names + \[item | basename | split('.') | first] }}
|
jinja[spacing]:
roles/platform/tasks/install-adapters.yaml#L145
Jinja2 spacing could be improved: {{ custom_names + \[item | basename | split('.') | first ]}} -> {{ custom_names + \[item | basename | split('.') | first] }}
|
jinja[spacing]:
roles/rabbitmq/tasks/rabbitmq-online.yml#L57
Jinja2 spacing could be improved: {{ rabbitmq_packages[ ansible_distribution_major_version ] }} -> {{ rabbitmq_packages\[ansible_distribution_major_version] }}
|
jinja[spacing]:
roles/rabbitmq_cluster/tasks/main.yaml#L11
Jinja2 spacing could be improved: {{lookup('inventory_hostnames', 'rabbitmq', wantlist=True) }} -> {{ lookup('inventory_hostnames', 'rabbitmq', wantlist=True) }}
|
jinja[spacing]:
roles/rabbitmq_cluster/tasks/main.yaml#L13
Jinja2 spacing could be improved: {{hostvars\[item].ansible_default_ipv4.address}} rabbit{{my_idx + 1}} {{hostvars\[item].ansible_hostname}} -> {{ hostvars\[item].ansible_default_ipv4.address }} rabbit{{ my_idx + 1 }} {{ hostvars\[item].ansible_hostname }}
|
jinja[spacing]:
roles/rabbitmq_cluster/tasks/main.yaml#L20
Jinja2 spacing could be improved: {{lookup('inventory_hostnames', 'rabbitmq_secondary', wantlist=True) }} -> {{ lookup('inventory_hostnames', 'rabbitmq_secondary', wantlist=True) }}
|
jinja[spacing]:
roles/rabbitmq_cluster/tasks/main.yaml#L22
Jinja2 spacing could be improved: {{hostvars\[item].ansible_default_ipv4.address}} rabbit{{my_idx + 1}} {{hostvars\[item].ansible_hostname}} -> {{ hostvars\[item].ansible_default_ipv4.address }} rabbit{{ my_idx + 1 }} {{ hostvars\[item].ansible_hostname }}
|
jinja[spacing]:
roles/rabbitmq_cluster/tasks/main.yaml#L31
Jinja2 spacing could be improved: {{lookup('inventory_hostnames', 'rabbitmq', wantlist=True) }} -> {{ lookup('inventory_hostnames', 'rabbitmq', wantlist=True) }}
|
jinja[spacing]:
roles/rabbitmq_cluster/tasks/main.yaml#L33
Jinja2 spacing could be improved: cluster_formation.classic_config.nodes.{{my_idx + 1}} = rabbit@{{hostvars\[item].ansible_hostname }} -> cluster_formation.classic_config.nodes.{{ my_idx + 1 }} = rabbit@{{ hostvars\[item].ansible_hostname }}
|