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

9 lines
174 B
YAML
Raw Normal View History

2025-02-04 20:03:36 +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