move to debian
This commit is contained in:
parent
3b7eb0dd2c
commit
13fe28b5aa
16 changed files with 34 additions and 31 deletions
|
@ -1,10 +1,10 @@
|
|||
[Interface]
|
||||
Privatekey={{ private_key }}
|
||||
Privatekey={{ wg_private_key }}
|
||||
Address = 10.225.191.4/24,fd11:5ee:bad:c0de::4/64
|
||||
DNS=192.168.10.1
|
||||
|
||||
[Peer]
|
||||
Publickey=fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=
|
||||
PresharedKey={{ preshared_key }}
|
||||
PresharedKey={{ wg_preshared_key }}
|
||||
Endpoint=wg.geokunis2.nl:51820
|
||||
AllowedIPs = 0.0.0.0/0, ::0/0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
private_key: !vault |
|
||||
wg_private_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
66373536666638303935653866346565636236613831616139316437336564653732646538333431
|
||||
3366386633353633313932373730373738663534303138630a336539366539623832343034396438
|
||||
|
@ -6,7 +6,7 @@ private_key: !vault |
|
|||
6637383765663066380a613330326566313764663635326335353964343438316336613130393462
|
||||
61663539656433336135396362623862623336613464346139356466633365663939346366346335
|
||||
3561326462646131346238633334613539623161653838386435
|
||||
preshared_key: !vault |
|
||||
wg_preshared_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30323832316230326261663365363938306161623639643261376164373563346665643261656632
|
||||
6432616232633465356565653638333830396561613435300a666662353138346638636631366661
|
||||
|
|
Reference in a new issue