mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 16:35:48 +02:00
Added sysctl config
This commit is contained in:
parent
b21aea7621
commit
6f16d38311
5 changed files with 84 additions and 1 deletions
9
roles/sysctl/tasks/main.yml
Normal file
9
roles/sysctl/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Copy over sysctl config file
|
||||
copy:
|
||||
src: sysctl.conf
|
||||
dest: /etc/sysctl.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '644'
|
||||
notify: reboot
|
||||
Loading…
Add table
Add a link
Reference in a new issue