---
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: [sefcontext, selogin, ini_file, win_domain_group, win_domain_user, redhat.rhel_system_roles.ini_file]
mock_roles: [rhel-system-roles.kernel_settings, rhel-system-roles.kdump, rhel-system-roles.network,
  rhel-system-roles.storage, rhel-system-roles.nbde_client, rhel-system-roles.vpn,
  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.ha_cluster, rhel-system-roles.postgresql,
  linux-system-roles.certificate, rhel-system-roles.selinux, rhel-system-roles.ssh,
  rhel-system-roles.cockpit, rhel-system-roles.firewall, rhel-system-roles.nbde_server,
  rhel-system-roles.rhc, rhel-system-roles.snapshot, rhel-system-roles.journald, rhel-system-roles.timesync,
  rhel-system-roles.systemd, rhel-system-roles.fapolicyd, rhel-system-roles.certificate,
  rhel-system-roles.logging, rhel-system-roles.tlog, rhel-system-roles.crypto_policies,
  rhel-system-roles.postfix, rhel-system-roles.keylime_server, rhel-system-roles.bootloader,
  rhel-system-roles.ad_integration, rhel-system-roles.podman]
profile: production
skip_list: ['yaml[line-length]', fqcn-builtins, 'var-naming[no-role-prefix]', 'galaxy[no-changelog]']
