Files
Nils Cant aeb2cf7233 Add role
2020-06-23 14:06:12 +02:00

17 lines
297 B
YAML

- name: apt-update
apt:
update_cache: yes
- name: Restart ndppd
service:
name: ndppd
state: restarted
- name: Reload nftables
command: /usr/sbin/nft -f /etc/nftables.conf
- name: Restart wg-quick service
service:
name: "wg-quick@{{ wireguard_if }}"
state: restarted