vn-ansible/roles/debian-host/tasks/sysctl.yml

9 lines
174 B
YAML
Raw Normal View History

2024-10-16 15:53:15 +00:00
- name: Set systctl custom vn configuration
copy:
src: sysctl/
dest: /etc/sysctl.d/
owner: root
group: root
mode: u=rw,g=r,o=r
notify: restart-sysctl