main.yml 177 B

12345678
  1. ---
  2. # Einrichtung von IP Forwarding
  3. - name: deploy tunearpcache.conf
  4. template: src=tunearpcache.conf.j2 dest=/etc/sysctl.d/tunearpcache.conf
  5. notify:
  6. - restart sysctl