# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: 2025 Felix Fontein [collection_sources] "ansible.posix" = "git+https://github.com/ansible-collections/ansible.posix.git,main" "community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,main" "community.docker" = "git+https://github.com/ansible-collections/community.docker.git,main" "community.internal_test_tools" = "git+https://github.com/ansible-collections/community.internal_test_tools.git,main" [collection_sources_per_ansible.'2.13'] "community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2" [collection_sources_per_ansible.'2.14'] "community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2" [collection_sources_per_ansible.'2.15'] # community.crypto's main branch needs ansible-core >= 2.17 "community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2" [collection_sources_per_ansible.'2.16'] # community.crypto's main branch needs ansible-core >= 2.17 "community.crypto" = "git+https://github.com/ansible-collections/community.crypto.git,stable-2" [sessions] [sessions.docs_check] validate_collection_refs="all" [sessions.license_check] [sessions.extra_checks] run_no_unwanted_files = true no_unwanted_files_module_extensions = [".py"] no_unwanted_files_yaml_extensions = [".yml"] run_action_groups = true [[sessions.extra_checks.action_groups_config]] name = "consul" pattern = "^consul_.*$" exclusions = [ "consul_acl", "consul_acl_bootstrap", "consul_kv", ] doc_fragment = "community.general.consul.actiongroup_consul" [[sessions.extra_checks.action_groups_config]] name = "proxmox" pattern = "^proxmox(_.*)?$" exclusions = [] doc_fragment = "community.general.proxmox.actiongroup_proxmox" [sessions.build_import_check] run_galaxy_importer = true [sessions.ansible_test_sanity] include_devel = false max_version = "2.19" [sessions.ansible_test_units] include_devel = false max_version = "2.19"