Add wireguard
This commit is contained in:
parent
2a36002124
commit
a259572a20
7 changed files with 83 additions and 0 deletions
9
roles/wireguard/tasks/network.yml
Normal file
9
roles/wireguard/tasks/network.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- name: Create vpn network
|
||||
community.docker.docker_network:
|
||||
name: vpn
|
||||
ipam_config:
|
||||
- subnet: "{{ server.vpn.subnet }}"
|
||||
state: present
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue