mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2024-11-23 09:16:38 -06:00
ensure the right collections are installed
This commit is contained in:
parent
3ba018970f
commit
0a778dfd86
5
Makefile
Normal file
5
Makefile
Normal 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
12
requirements.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user