Import firewall role from network repo
Move, actually.
This commit is contained in:
parent
88061d97b2
commit
754c3da31f
21 changed files with 801 additions and 1 deletions
12
roles/firewall/templates/wg.intf.j2
Normal file
12
roles/firewall/templates/wg.intf.j2
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
iface lo
|
||||
address {{ wg_ip }}
|
||||
|
||||
auto wg
|
||||
iface wg
|
||||
use wireguard
|
||||
{% if wg_net is defined %}
|
||||
address {{ wg_net }}
|
||||
{% endif %}
|
||||
{% if wg_net6 is defined %}
|
||||
address {{ wg_net6 }}
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue