ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 7b351f26d785504a228b5dc31d55d925ce9d2f24
parent cd7d509fd4ee63ba6c86ce2617f770299b29739e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 6 May 2021 12:02:28 +0200

configuration/lollo: temporary upstream fix
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/configuration/lollo.yml b/configuration/lollo.yml
@@ -62,9 +62,11 @@ networkd:
           - PrivateKey: "{{ lookup('diskcache', 'passwordstore', 'Server/lollo/wireguard.privkey returnall=true') }}"
           - FirewallMark: 51820
         - WireGuardPeer:
-          - PublicKey: "{{ lookup('diskcache', 'passwordstore', 'Server/desastro/wireguard.pubkey returnall=true') }}"
+          - PublicKey: "BG2oXzv2qZnQTr+PjUoEMA+vG24g617L3+5TjqHycHk="
+#          - PublicKey: "{{ lookup('diskcache', 'passwordstore', 'Server/desastro/wireguard.pubkey returnall=true') }}"
           - AllowedIPs:  "0.0.0.0/0, ::/0"
-          - Endpoint: "195.39.247.172:51820"
+          - Endpoint: "185.133.208.146:51820"
+#          - Endpoint: "195.39.247.172:51820"
           - PersistentKeepalive: 10
     - name: brlan
       priority: 40