Compare commits
3 commits
9a80a7408c
...
6a06ecc6f4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a06ecc6f4 | |||
| 3c5e7d6b45 | |||
| 0d74e0148f |
3 changed files with 2 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
- docker-py
|
||||
- haveged
|
||||
- htop
|
||||
- iproute2
|
||||
- iptables
|
||||
- ip6tables
|
||||
- nginx
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue