batcave / ansible-server: specifcy any local ansible collections
We want to specify the exact collections we install and the version so that we know whats installed and what version it is. Ideally we would install all the collections via rpms. When thats not possible, we should install them via ansible so they are tracked and known, and we can update them as needed. Any other collections locally installed that I couldn't find a caller for have been removed. We can easily add them here if there's more we want to install. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
65cc13ca28
commit
a04451450d
1 changed files with 18 additions and 1 deletions
|
@ -7,4 +7,21 @@ roles:
|
|||
# Needed for Zabbix playbooks
|
||||
- name: community.zabbix
|
||||
version: 3.0.0
|
||||
|
||||
# Needed for copr
|
||||
- name: amazon.aws
|
||||
version: 4.1.0
|
||||
# Needed for logview and fedora-messaging plugins
|
||||
- name: ansible.utils
|
||||
version: 4.1.0
|
||||
# Needed for efs mgmt for communishift
|
||||
- name: community.aws
|
||||
version: 4.1.1
|
||||
# Needed by ipa roles
|
||||
- name: community.general
|
||||
version: 9.5.5
|
||||
# Needed by communishift
|
||||
- name: community.okd
|
||||
version: 2.2.0
|
||||
# Needed for helm/forgejo deployment
|
||||
- name: kubernetes.core
|
||||
version: 2.3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue