add wireguard role

This commit is contained in:
2022-08-30 07:51:47 -05:00
parent 2b6b7aca79
commit 0760ae4c2c
10 changed files with 158 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
wireguard_package_name: wireguard
wireguard_package_state: present
wireguard_service_name: "wg-quick"
wireguard_service_state: started
wireguard_service_enabled: true
wireguard_etc_path: /etc/wireguard
wireguard_port: 51820
wireguard_interface: wg0
wireguard_peers: {}