mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
For more information, see Conventional Commits format in Contribute https://linux-system-roles.github.io/contribute.html#conventional-commits-format Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
25 lines
663 B
Text
25 lines
663 B
Text
---
|
|
profile: production
|
|
extra_vars:
|
|
network_provider: nm
|
|
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"
|
|
skip_list:
|
|
- fqcn-builtins
|
|
exclude_paths:
|
|
- tests/roles/
|
|
- .github/
|
|
- examples/roles/
|
|
mock_roles:
|
|
- linux-system-roles.network
|