ctucx.git: ansible-configs

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

commit 97dcec081e1f2e8327a29921ed139d1bc74c551c
parent 1b812a76834a0b2869fbb56d49433df8975e01c2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 30 May 2021 21:48:36 +0200

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