mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
2-common/tasks/main.yml: try to reconcile sysctl settings
This commit is contained in:
parent
45cba4e4ee
commit
e392ba625c
2 changed files with 22 additions and 22 deletions
|
@ -92,9 +92,12 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \
|
|||
python3-setuptools python3-packaging python3-venv virtualenv
|
||||
|
||||
echo -e "\n\nIIAB requires these 2 Ansible Collections: (w/ ansible-base 2.10.0 or higher)\n"
|
||||
ansible-galaxy collection install community.general # Re-running these
|
||||
ansible-galaxy collection install community.mysql # appears to be safe!?
|
||||
#ansible-galaxy collection install ansible.posix # 2020-11-27: See roles/1-prep/tasks/main.yml & PR #2647, PR #2648, #2650, PR #2651
|
||||
ansible-galaxy collection install community.general # Re-running collection
|
||||
ansible-galaxy collection install community.mysql # installs appears safe!
|
||||
ansible-galaxy collection install ansible.posix # 2020-11-27: For 3 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/2-common/tasks/main.yml
|
||||
|
||||
echo -e "\n\nCreating/verifying directory /etc/ansible & installing /etc/ansible/hosts\n"
|
||||
mkdir -p /etc/ansible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue