Add wireguard

This commit is contained in:
Florian RICHER 2023-09-24 12:28:25 +02:00
parent 2a36002124
commit a259572a20
7 changed files with 83 additions and 0 deletions

View 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