This commit is contained in:
Nils Cant
2020-06-23 14:06:12 +02:00
parent 0249fac42b
commit aeb2cf7233
11 changed files with 189 additions and 0 deletions

16
handlers/main.yml Normal file
View File

@@ -0,0 +1,16 @@
- 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