# .ansible-lint --- # Exclude paths from linting exclude_paths: - .cache/ - .github/ - tests/ - molecule/ - roles/ # Enable specific profiles (min, basic, moderate, safety, shared, production) profile: moderate warn_list: - skip_this_tag - experimental # Set the project directory project_dir: .