update wireguard config
This commit is contained in:
parent
88709a460e
commit
9100bfe06d
2 changed files with 15 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
||||||
[Interface]
|
[Interface]
|
||||||
Privatekey={{ private_key }}
|
Privatekey={{ private_key }}
|
||||||
Address = 10.73.223.4/24,fd11:5ee:bad:c0de::4/64
|
Address = 10.225.191.4/24,fd11:5ee:bad:c0de::4/64
|
||||||
DNS=192.168.10.1
|
DNS=192.168.10.1
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
Publickey=mMyZiwZnFZ+7utQi2w55kYdDUT/qPeNqaGQChKj7hyE=
|
Publickey=fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=
|
||||||
PresharedKey={{ preshared_key }}
|
PresharedKey={{ preshared_key }}
|
||||||
Endpoint=84.245.14.149:51820
|
Endpoint=wg.geokunis2.nl:51820
|
||||||
AllowedIPs = 0.0.0.0/0, ::0/0
|
AllowedIPs = 0.0.0.0/0, ::0/0
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
private_key: !vault |
|
private_key: !vault |
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
38353936656230396538373438386361386537343863326264373931326436323332316264396137
|
66373536666638303935653866346565636236613831616139316437336564653732646538333431
|
||||||
3531383263396361343863656432616639653030353665320a343239353666656632323766353233
|
3366386633353633313932373730373738663534303138630a336539366539623832343034396438
|
||||||
65616430343464653332383331396464326133623264323838323234303930353632386639646131
|
62626163663135323138353965316361396164633736313435396435653338393661366638363032
|
||||||
6538626438643366660a333832656135656332393736353135333664626262346366353461666633
|
6637383765663066380a613330326566313764663635326335353964343438316336613130393462
|
||||||
36373030393737333063653263376561333130303434666636613134303162616131383537373036
|
61663539656433336135396362623862623336613464346139356466633365663939346366346335
|
||||||
6631663536363461623862363239633137396361626233383632
|
3561326462646131346238633334613539623161653838386435
|
||||||
preshared_key: !vault |
|
preshared_key: !vault |
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
66386531643730366162336138633933653732306562303663353232386537356266343764636637
|
30323832316230326261663365363938306161623639643261376164373563346665643261656632
|
||||||
3938346133396339613232313565376663626638343130370a663165663133343663663966386461
|
6432616232633465356565653638333830396561613435300a666662353138346638636631366661
|
||||||
36313965373735383035313233353930316637383761663231306634643236306339386364616433
|
64393963323364323531363732333566653865353933356330653566313637613465656336656562
|
||||||
3963363934336365370a326463663638656538343831363833346434396139623665616432376564
|
3539636466383232340a313961383861656662303434356335343539346364313937663439356665
|
||||||
39313166623930393731636439373764306465323036666139643839396565333166323835333466
|
37373466373763636434313632643365333434336561643361346130373964396530313339623739
|
||||||
3337376332383766343664353538313837643732313634363236
|
6565306236643866663765313636333139366331356164393939
|
||||||
|
|
Reference in a new issue