# ============================================================================= # Ansible-lint Configuration # ============================================================================= # See: https://ansible.readthedocs.io/projects/lint/configuring/ # Use production profile (strictest) profile: production # Exclude paths exclude_paths: - .git/ - .gitignore # Enable offline mode (don't download roles/collections) offline: true # Warn about these rules instead of failing warn_list: - experimental # Skip these rules entirely (if needed) # skip_list: # - yaml[line-length]