---
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'
- tasks: '**/tasks/*.yml'
mock_modules:
- win_domain_group
- win_domain_user
- seboolean
- selinux
- redhat.rhel_system_roles.mount
mock_roles:
- rhel-system-roles.ha_cluster
- rhel-system-roles.vpn
- rhel-system-roles.firewall
- rhel-system-roles.cockpit
- rhel-system-roles.podman
- rhel-system-roles.ad_integration
- rhel-system-roles.rhc
- rhel-system-roles.journald
- rhel-system-roles.postgresql
- linux-system-roles.certificate
- rhel-system-roles.systemd
- rhel-system-roles.keylime_server
- rhel-system-roles.fapolicyd
- rhel-system-roles.bootloader
- rhel-system-roles.snapshot
- rhel-system-roles.gfs2
- rhel-system-roles.sudo
- rhel-system-roles.aide
- rhel-system-roles.postfix
- rhel-system-roles.selinux
- rhel-system-roles.timesync
- rhel-system-roles.kdump
- rhel-system-roles.network
- rhel-system-roles.storage
- rhel-system-roles.metrics
- performancecopilot.metrics.bpftrace
- performancecopilot.metrics.elasticsearch
- performancecopilot.metrics.grafana
- performancecopilot.metrics.mssql
- performancecopilot.metrics.pcp
- performancecopilot.metrics.postfix
- performancecopilot.metrics.keyserver
- performancecopilot.metrics.repository
- performancecopilot.metrics.spark
- rhel-system-roles.tlog
- rhel-system-roles.kernel_settings
- rhel-system-roles.logging
- rhel-system-roles.nbde_server
- rhel-system-roles.nbde_client
- rhel-system-roles.certificate
- rhel-system-roles.crypto_policies
- willshersystems.sshd.ansible-sshd
- rhel-system-roles.ssh
profile: production
skip_list:
- yaml[line-length]
- fqcn-builtins
- var-naming[no-role-prefix]
- sanity[cannot-ignore]
- name[unique]
- galaxy[no-changelog]
- meta-runtime[unsupported-version]
- experimental
supported_ansible_also:
- 2.14.0
