main.yml 165 B

12345678910
  1. ---
  2. - name: Install sysctl network tweaks
  3. become: true
  4. copy:
  5. src: files/30-custom.conf
  6. dest: /etc/sysctl.d/
  7. mode: 0644
  8. notify:
  9. - Reload sysctl