Ansible install - move sysctl tasks to packaging logic #2725
Labels
goals: Improve Ansible logic / smoother install
help wanted
Issues we would definitely appreciate volunteer help with
ops/deployment
Feature request
Description
The
sysctl
module we are using is particularly slow to install. It is looping over a list ofsysctl_flags
and running a reload (sysctl -p
) after each one is laid out. Even if no changes are made this seems to be particularly annoying.We should consider templating the sysctl file and adding a sysctl refresh handler whenever that changes. Take a look at what some other community members are doing - https://github.com/debops/ansible-sysctl/blob/master/tasks/main.yml
User Stories
As a securedrop admin, the waiting time for sysctl tasks to finish is TOO DANG HIGH
The text was updated successfully, but these errors were encountered: