mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
18 lines
837 B
YAML
18 lines
837 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:
|
|
# 2025-02-20 community.general.ini_file
|
|
- name: community.general # community.general.ini_file
|
|
# 2025-02-20 moved to /opt/iiab/iiab/roles/mysql/tasks/install.yml
|
|
# - name: community.mysql
|
|
# 2025-02-20 moved to /opt/iiab/iiab/roles/postgresql/tasks/install.yml
|
|
# - name: community.postgresql
|
|
- name: ansible.posix # 2025-02-20: For ~4 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
|
|
# munin /opt/iiab/iiab/roles/munin/tasks/install.yml
|
|
# synchronize in /opt/iiab/iiab-admin-console/roles/js-menu/tasks/main.yml
|