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:
parent
850aedd808
commit
bca8d56457
1 changed files with 13 additions and 0 deletions
13
collections.yml
Normal file
13
collections.yml
Normal 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
|
Loading…
Reference in a new issue