fix gitignore

This commit is contained in:
nazunalika 2022-04-10 11:33:33 -07:00
parent 3afe7d607b
commit b2f36f826f
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 23 additions and 0 deletions

1
ansible/.gitignore vendored
View File

@ -8,6 +8,7 @@ roles/public/*
#keep folder holding ansible collections empty
collections/*
!collections/requirements.yml
!README.md
# Ignore all vaults

View File

@ -0,0 +1,22 @@
---
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
...