diff --git a/.ansible-lint b/.ansible-lint deleted file mode 100644 index 4ffc0efa..00000000 --- a/.ansible-lint +++ /dev/null @@ -1,21 +0,0 @@ ---- -# See https://ansible-lint.readthedocs.io/configuring/ for a list of -# the configuration elements that can exist in this file. -enable_list: - # Useful checks that one must opt-into. See here for more details: - # https://ansible-lint.readthedocs.io/rules/ - - fcqn-builtins - - no-log-password - - no-same-owner -exclude_paths: - # This exclusion is implicit, unless exclude_paths is defined - - .cache - # Seems wise to ignore this too - - .github -kinds: - # This will force our systemd specific molecule configurations to be treated - # as plain yaml files by ansible-lint. This mirrors the default kind - # configuration in ansible-lint for molecule configurations: - # yaml: "**/molecule/*/{base,molecule}.{yaml,yml}" - - yaml: "**/molecule/*/molecule-{no,with}-systemd.yml" -use_default_rules: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34f02530..f44dd940 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -135,13 +135,6 @@ repos: hooks: - id: pyupgrade - # Ansible hooks - - repo: https://github.com/ansible/ansible-lint - rev: v6.19.0 - hooks: - - id: ansible-lint - # files: molecule/default/playbook.yml - # Terraform hooks - repo: https://github.com/antonbabenko/pre-commit-terraform rev: v1.83.2 @@ -154,10 +147,3 @@ repos: rev: v3.0.1 hooks: - id: docker-compose-check - - # Packer hooks - - repo: https://github.com/cisagov/pre-commit-packer - rev: v0.0.2 - hooks: - - id: packer_validate - - id: packer_fmt