1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Create collections.yml (listing the Ansible Collections that IIAB requires)

This commit is contained in:
A Holt 2020-11-28 17:19:58 -05:00 committed by GitHub
parent 850aedd808
commit bca8d56457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
collections.yml Normal file
View file

@ -0,0 +1,13 @@
# IIAB requires the Ansible Collections listed below. Explanations here:
# http://FAQ.IIAB.IO > "What is Ansible and what version should I use?"
# https://github.com/iiab/iiab/blob/master/scripts/ansible.md
---
collections:
- name: community.general
- name: community.mysql
- name: ansible.posix # 2020-11-28: For ~3 modules below...
# selinux WAS in /opt/iiab/iiab/roles/1-prep/tasks/main.yml
# sysctl in /opt/iiab/iiab/roles/2-common/tasks/main.yml
# synchronize in /opt/iiab/iiab-admin-console/roles/js-menu/tasks/main.yml