ensure the right collections are installed

This commit is contained in:
Klaus Zerwes 2024-08-30 19:52:27 +02:00
parent 3ba018970f
commit 0a778dfd86
2 changed files with 17 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
export SHELL = /bin/bash
ansible-collection:
ansible-galaxy collection install -p .collections/ -r requirements.yml

12
requirements.yml Normal file
View File

@ -0,0 +1,12 @@
---
collections:
- ansible.posix
- community.general
- community.mysql
- community.postgresql
- dellemc.os10
- dellemc.os6
- arubanetworks.aos_switch
- arubanetworks.aoscx
- cisco.ios
- debops.debops