Adding Blog for V4 modules #73
Annotations
10 errors and 10 warnings
var-naming[no-reserved]:
examples/Volume_groups_v2/volume_groups_v2.yml#L21
Variables names must not be Ansible reserved names. (name) (set_fact: name)
|
name[casing]:
examples/cluster_management_v2/clusters_and_hosts_v2.yml#L15
All names should start with an uppercase letter.
|
name[casing]:
examples/cluster_management_v2/clusters_nodes_v2.yml#L10
All names should start with an uppercase letter.
|
name[casing]:
examples/iam_v2/authorization_policies_v2.yml#L11
All names should start with an uppercase letter.
|
var-naming[no-reserved]:
examples/iam_v2/directory_services_v2.yml#L23
Variables names must not be Ansible reserved names. (name) (set_fact: name)
|
name[casing]:
examples/iam_v2/operations_v2.yml#L7
All names should start with an uppercase letter.
|
syntax-check[specific]:
examples/iam_v2/roles_v2.yml#L28
'ntnx_roles_v2' is not a valid attribute for a Play
|
var-naming[no-reserved]:
examples/iam_v2/saml_identity_provider_v2.yml#L23
Variables names must not be Ansible reserved names. (name) (set_fact: name)
|
name[casing]:
examples/iam_v2/user_groups_v2.yml#L10
All names should start with an uppercase letter.
|
name[casing]:
examples/iam_v2/users_v2.yml#L13
All names should start with an uppercase letter.
|
jinja[spacing]:
examples/Volume_groups_v2/volume_groups_disks_v2.yml#L47
Jinja2 spacing could be improved: {{disk1_uuid}} -> {{ disk1_uuid }}
|
jinja[spacing]:
examples/Volume_groups_v2/volume_groups_v2.yml#L51
Jinja2 spacing could be improved: startswith(name, '{{name}}') -> startswith(name, '{{ name }}')
|
jinja[spacing]:
examples/categories_v2/categories_v2.yml#L29
Jinja2 spacing could be improved: {{key1}} -> {{ key1 }}
|
jinja[spacing]:
examples/categories_v2/categories_v2.yml#L29
Jinja2 spacing could be improved: {{value1}} -> {{ value1 }}
|
jinja[spacing]:
examples/categories_v2/categories_v2.yml#L37
Jinja2 spacing could be improved: {{category_ext_id}} -> {{ category_ext_id }}
|
jinja[spacing]:
examples/categories_v2/categories_v2.yml#L37
Jinja2 spacing could be improved: {{key1}} -> {{ key1 }}
|
jinja[spacing]:
examples/categories_v2/categories_v2.yml#L37
Jinja2 spacing could be improved: {{value2}} -> {{ value2 }}
|
jinja[spacing]:
examples/categories_v2/categories_v2.yml#L51
Jinja2 spacing could be improved: {{category_ext_id}} -> {{ category_ext_id }}
|
jinja[spacing]:
examples/categories_v2/categories_v2.yml#L58
Jinja2 spacing could be improved: {{category_ext_id}} -> {{ category_ext_id }}
|
jinja[spacing]:
examples/images.yml#L21
Jinja2 spacing could be improved: {{clusters_name}} -> {{ clusters_name }}
|