diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-14 22:08:14 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-14 22:08:14 +0100 |
commit | 23c5fbaaff3fbe7b3c2b48f4c2aec7d088e906c6 (patch) | |
tree | 5b874d1779d4520e0beb1e5d2e4b0e7d154e283b /host_vars/gate.ilvokhin.com | |
parent | 34ba9aaed391711b1335a40b0617e02d43d9aa87 (diff) | |
download | infra-23c5fbaaff3fbe7b3c2b48f4c2aec7d088e906c6.tar.gz infra-23c5fbaaff3fbe7b3c2b48f4c2aec7d088e906c6.tar.bz2 infra-23c5fbaaff3fbe7b3c2b48f4c2aec7d088e906c6.zip |
Finally migrate gate.ilvokhin.com
Diffstat (limited to 'host_vars/gate.ilvokhin.com')
-rw-r--r-- | host_vars/gate.ilvokhin.com/secrets.yml | 9 | ||||
-rw-r--r-- | host_vars/gate.ilvokhin.com/wireguard.yml | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/host_vars/gate.ilvokhin.com/secrets.yml b/host_vars/gate.ilvokhin.com/secrets.yml new file mode 100644 index 0000000..c0efb29 --- /dev/null +++ b/host_vars/gate.ilvokhin.com/secrets.yml @@ -0,0 +1,9 @@ +$ANSIBLE_VAULT;1.1;AES256 +32303163313431383761636563313936326637363265396637333664306535336136316138623465 +3837613738346235373166386461353563326264356333360a666530316133613434303831343537 +38656136313130663535636531396131613435656134666537653335663632343466663630376332 +3336393838633166330a323234666136333737633434613036366434646666303033303031613266 +31343933313134383366663639333331323366343139353861376362653030333236633733343462 +38316232366432646463376332326239376662623866363238303464343864313937363230356661 +36613035633736663435373563313832383435336535633930643261333930623032333264343437 +65613663376364313063 diff --git a/host_vars/gate.ilvokhin.com/wireguard.yml b/host_vars/gate.ilvokhin.com/wireguard.yml new file mode 100644 index 0000000..8ff01a9 --- /dev/null +++ b/host_vars/gate.ilvokhin.com/wireguard.yml @@ -0,0 +1,8 @@ +wireguard_public_key: v+ChgF+9IMFK5aN/ngthtZ38Jp7Rr1WVeS2mhQnQ4UE= +wgnet_ip: 10.0.0.1 + +# Reserved for flame. +# wgnet_ip: 10.0.0.2 + +# Reserved for water. +# wgnet_ip: 10.0.0.3 |