This repository has been archived on 2024-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
sysconfig/roles/sysctl/tasks/main.yml

10 lines
199 B
YAML

---
- name: sysctl | Create a custom sysctl file
copy:
src: custom.conf
dest: /etc/sysctl.d/custom.conf
owner: root
group: root
mode: 0644
notify: Load custom sysctl settings