From acd269bb690a27067319124ca06183f615eb4f6e Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sun, 26 Apr 2026 16:48:57 +0300 Subject: T8584: add ansible/ansible and ansible.netcommon as linked repositories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CodeRabbit will reference core Ansible framework and netcommon base classes when reviewing this collection modules, plugins, and test patterns. 🤖 Generated by [robots](https://vyos.io) --- .coderabbit.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 183edb80..38eae56f 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -255,6 +255,18 @@ knowledge_base: scope: auto pull_requests: scope: auto + linked_repositories: + - repository: "ansible/ansible" + instructions: > + Core Ansible framework. Reference for module_utils base classes, + plugin interfaces (cliconf, terminal, action), module documentation + conventions (DOCUMENTATION/EXAMPLES/RETURN YAML blocks), and + ansible-test sanity requirements. + - repository: "ansible-collections/ansible.netcommon" + instructions: > + Network common collection. Contains ConfigBase, ResourceModule, + FactsBase, NetworkTemplate, and get_resource_connection — the base + classes and utilities that vyos.vyos modules directly extend. code_generation: docstrings: -- cgit v1.2.3