mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
14 lines
543 B
YAML
14 lines
543 B
YAML
|
# 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
|