sysctl.yml 132 B

12345
  1. ---
  2. - name: Install custom sysctl variables
  3. copy: src=sysctl.conf dest=/etc/sysctl.d/system.conf
  4. notify: Load sysctl variables