Compare commits

...

3 commits

3 changed files with 2 additions and 10 deletions

View file

@ -29,7 +29,7 @@
tags:
- pkg
- import_tasks: "pkg_Debian.yml"
when: ansible_distribution == 'Debian'
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
tags:
- pkg

View file

@ -38,6 +38,7 @@
- docker-py
- haveged
- htop
- iproute2
- iptables
- ip6tables
- nginx

View file

@ -54,13 +54,4 @@ iface br0 inet6 auto
{% endif %}
{% endif %}
{% if wanted_serekh is defined %}
auto wg-serekh
iface wg-serekh inet6 static
address {{ wanted_serekh }}/64
pre-up ip link add dev wg-serekh type wireguard
pre-up wg setconf wg-serekh /etc/wireguard/wg-serekh.conf
post-down ip link delete dev wg-serekh
{% endif %}
source-directory /etc/network/interfaces.d