2020-11-28 22:19:58 +00:00
|
|
|
# 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
|
2021-01-29 01:24:10 +00:00
|
|
|
- name: community.postgresql
|
2020-11-28 22:19:58 +00:00
|
|
|
- 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
|