---
exclude_paths: [tests/roles/, .github/, .markdownlint.yaml, examples/roles/, .tox/,
  tests/files/]
extra_vars: {network_provider: nm, targets: targets, test_playbook: tests_default.yml}
kinds:
- {yaml: '**/meta/collection-requirements.yml'}
- {playbook: '**/tests/get_coverage.yml'}
- {yaml: '**/tests/collection-requirements.yml'}
- {playbook: '**/tests/tests_*.yml'}
- {playbook: '**/tests/setup-snapshot.yml'}
- {tasks: '**/tests/*.yml'}
- {playbook: '**/tests/playbooks/*.yml'}
- {tasks: '**/tests/tasks/*.yml'}
- {tasks: '**/tests/tasks/*/*.yml'}
- {vars: '**/tests/vars/*.yml'}
- {playbook: '**/examples/*.yml'}
mock_modules: [redhat.rhel_system_roles.mount, redhat.rhel_system_roles.sefcontext,
  redhat.rhel_system_roles.selogin, seboolean, selinux, redhat.rhel_system_roles.podman_container,
  redhat.rhel_system_roles.ini_file, win_domain_group, win_domain_user, ansible.windows.win_command,
  ansible.windows.win_shell]
mock_roles: [rhel-system-roles.firewall, rhel-system-roles.nbde_client, willshersystems.sshd.ansible-sshd,
  rhel-system-roles.network, rhel-system-roles.postgresql, linux-system-roles.certificate,
  rhel-system-roles.selinux, rhel-system-roles.bootloader, rhel-system-roles.kernel_settings,
  rhel-system-roles.rhc, rhel-system-roles.podman, rhel-system-roles.postfix, rhel-system-roles.timesync,
  rhel-system-roles.storage, rhel-system-roles.kdump, rhel-system-roles.cockpit, rhel-system-roles.systemd,
  rhel-system-roles.ha_cluster, rhel-system-roles.certificate, rhel-system-roles.journald,
  rhel-system-roles.ssh, rhel-system-roles.metrics, performancecopilot.metrics.bpftrace,
  performancecopilot.metrics.elasticsearch, performancecopilot.metrics.grafana, performancecopilot.metrics.mssql,
  performancecopilot.metrics.pcp, performancecopilot.metrics.postfix, performancecopilot.metrics.redis,
  performancecopilot.metrics.repository, performancecopilot.metrics.spark, rhel-system-roles.snapshot,
  rhel-system-roles.tlog, rhel-system-roles.ad_integration, rhel-system-roles.crypto_policies,
  rhel-system-roles.logging, rhel-system-roles.nbde_server, rhel-system-roles.vpn,
  rhel-system-roles.keylime_server, rhel-system-roles.fapolicyd]
profile: production
skip_list: ['yaml[line-length]', fqcn-builtins, 'var-naming[no-role-prefix]', 'meta-runtime[unsupported-version]',
  'sanity[cannot-ignore]', 'galaxy[no-changelog]']
supported_ansible_also: [2.14.0]
