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