mono-infrastructure/ansible/collections/requirements.yml
2022-04-10 11:33:33 -07:00

23 lines
524 B
YAML

---
collections:
# freeipa
- name: freeipa.ansible_freeipa
version: 1.5.3
- name: community.general
- name: community.mysql
- name: community.rabbitmq
- name: ansible.posix
- name: ansible.utils
- name: ktdreyer.koji_ansible
- name: netbox.netbox
- name: community.aws
- name: community.libvirt
- name: containers.podman
- name: nginxinc.nginx_core
version: 0.3.0
# - name: rockylinux.taiga
# source: https://github.com/rocky-linux/taiga-ansible.git
# type: git
# version: master
...