mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
fix gitignore
This commit is contained in:
parent
3afe7d607b
commit
b2f36f826f
1
ansible/.gitignore
vendored
1
ansible/.gitignore
vendored
@ -8,6 +8,7 @@ roles/public/*
|
|||||||
|
|
||||||
#keep folder holding ansible collections empty
|
#keep folder holding ansible collections empty
|
||||||
collections/*
|
collections/*
|
||||||
|
!collections/requirements.yml
|
||||||
!README.md
|
!README.md
|
||||||
|
|
||||||
# Ignore all vaults
|
# Ignore all vaults
|
||||||
|
22
ansible/collections/requirements.yml
Normal file
22
ansible/collections/requirements.yml
Normal 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
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user