From 8b4d7737e191893f83d28ba01316e67ce45c7e5c Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Fri, 19 Jun 2026 16:06:58 +0200 Subject: [PATCH] wireguard key fabio --- ansible/inventories/group_vars/wireguard_server/sifi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventories/group_vars/wireguard_server/sifi.yaml b/ansible/inventories/group_vars/wireguard_server/sifi.yaml index 9f6edae..906eaac 100644 --- a/ansible/inventories/group_vars/wireguard_server/sifi.yaml +++ b/ansible/inventories/group_vars/wireguard_server/sifi.yaml @@ -8,5 +8,5 @@ wg_server_address: 192.168.99.1/32 wg_peers: - name: fabio_test - publicKey: "dzODOKndtafZSf2GqvClFdxrpwyNJnZ/AsZkNl+ovEE=" + publicKey: "byR/8T9AZK2t1cxDCLVzdLXsxcUPRXA06CnfI8gwQyY=" allowedIP: "192.168.99.4/32" \ No newline at end of file