From 16309ca46feca925f12d1654cb4c4516f458bd12 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Mon, 22 Jun 2026 16:28:58 +0200 Subject: [PATCH] added lucio --- ansible/inventories/group_vars/wireguard_server/sifi.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/inventories/group_vars/wireguard_server/sifi.yaml b/ansible/inventories/group_vars/wireguard_server/sifi.yaml index 906eaac..f9c694f 100644 --- a/ansible/inventories/group_vars/wireguard_server/sifi.yaml +++ b/ansible/inventories/group_vars/wireguard_server/sifi.yaml @@ -9,4 +9,7 @@ wg_server_address: 192.168.99.1/32 wg_peers: - name: fabio_test publicKey: "byR/8T9AZK2t1cxDCLVzdLXsxcUPRXA06CnfI8gwQyY=" - allowedIP: "192.168.99.4/32" \ No newline at end of file + allowedIP: "192.168.99.4/32" + - name: lucio + publicKey: "IifwTYaBMoL3IhAHHplyuVMCir7PHNT57cP57RvEIwg=" + allowedIP: "192.168.99.3/32" \ No newline at end of file