---
exclude_paths: [tests/roles/, .github/, .markdownlint.yaml, examples/roles/, tests/files/,
  .tox/]
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.ini_file, redhat.rhel_system_roles.sefcontext,
  redhat.rhel_system_roles.selogin, seboolean, selinux, win_domain_group, win_domain_user,
  ansible.windows.win_command, ansible.windows.win_shell, redhat.rhel_system_roles.podman_container,
  redhat.rhel_system_roles.mount]
mock_roles: [rhel-system-roles.vpn, rhel-system-roles.firewall, rhel-system-roles.fapolicyd,
  rhel-system-roles.kdump, rhel-system-roles.tlog, rhel-system-roles.network, rhel-system-roles.cockpit,
  rhel-system-roles.nbde_client, rhel-system-roles.postgresql, linux-system-roles.certificate,
  rhel-system-roles.ha_cluster, rhel-system-roles.podman, rhel-system-roles.timesync,
  rhel-system-roles.keylime_server, rhel-system-roles.selinux, rhel-system-roles.kernel_settings,
  rhel-system-roles.nbde_server, rhel-system-roles.postfix, rhel-system-roles.crypto_policies,
  rhel-system-roles.bootloader, rhel-system-roles.logging, rhel-system-roles.snapshot,
  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.journald, rhel-system-roles.ad_integration,
  rhel-system-roles.systemd, rhel-system-roles.rhc, rhel-system-roles.storage, rhel-system-roles.ssh,
  rhel-system-roles.certificate, willshersystems.sshd.ansible-sshd]
profile: production
skip_list: ['yaml[line-length]', fqcn-builtins, 'var-naming[no-role-prefix]', 'sanity[cannot-ignore]',
  'galaxy[no-changelog]']
