20 lines
369 B
YAML
20 lines
369 B
YAML
---
|
|
collections:
|
|
# Official/Community collections
|
|
- name: ansible.posix
|
|
- name: community.general
|
|
- name: community.crypto
|
|
|
|
|
|
# Our collections
|
|
- name: https://github.com/jchristianh-ansible-collections/pve.git
|
|
type: git
|
|
version: main
|
|
|
|
- name: https://github.com/jchristianh-ansible-collections/lab_setup.git
|
|
type: git
|
|
version: main
|
|
|
|
|
|
...
|