mirror of
https://github.com/pikami/mail-server.git
synced 2026-05-21 04:27:09 +01:00
Extract playbook actions to roles
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
wireguard:
|
||||
private_key: <wireguard private key>
|
||||
address: <hosts address inside vpn>
|
||||
port: 21841
|
||||
interface: wg0
|
||||
peers:
|
||||
- name: Gateway
|
||||
public_key: <vpn gateway public key>
|
||||
endpoint: <gateway ip>:21841
|
||||
allowed_ips: 10.2.0.1/32
|
||||
Reference in New Issue
Block a user