diff options
Diffstat (limited to 'ansible_collections/cisco/intersight/.ansible-lint')
-rw-r--r-- | ansible_collections/cisco/intersight/.ansible-lint | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/ansible_collections/cisco/intersight/.ansible-lint b/ansible_collections/cisco/intersight/.ansible-lint new file mode 100644 index 000000000..d029b0970 --- /dev/null +++ b/ansible_collections/cisco/intersight/.ansible-lint @@ -0,0 +1,44 @@ +--- +# .ansible-lint + +profile: min + +# exclude_paths included in this file are parsed relative to this file's location +# and not relative to the CWD of execution. CLI arguments passed to the --exclude +# option are parsed relative to the CWD of execution. +exclude_paths: + # exclude files that contain include tasks + - playbooks/derive_profiles.yml + - playbooks/servers_to_file.yml + - playbooks/vlans_to_file.yml + # exclude files that would require rework of roles structure + - playbooks/cos_server_policies_and_profiles.yml + - playbooks/roles/policies/server_policies/tasks/main.yml + - playbooks/server_actions.yml + - playbooks/roles/servers/actions/tasks/main.yml + # exclude files for deprecated Intersight features + - playbooks/update_hx_inventory.yml + - playbooks/update_hx_edge_inventory.yml + - playbooks/roles/policies/hyperflex_policies/vcenter/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/sys_config/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/software_version/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/proxy/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/node_profiles/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/node_config/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/local_credential/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/iscsi/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/intersight_org/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/fc/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/edge_software_version/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/edge_cluster_storage/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/edge_cluster_profile/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/edge_cluster_profile/defaults/main.yml + - playbooks/roles/policies/hyperflex_policies/edge_cluster_network/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/deploy/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/cluster_storage/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/cluster_profile/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/cluster_profile/defaults/main.yml + - playbooks/roles/policies/hyperflex_policies/cluster_network/tasks/main.yml + - playbooks/roles/policies/hyperflex_policies/auto_support/tasks/main.yml + - playbooks/hyperflex_edge_cluster_profiles.yml + - playbooks/hyperflex_cluster_profiles.yml |