From 060ee37c886584430cf17f2480eaea6395f72e50 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 20 Jul 2026 13:06:57 +0200 Subject: [PATCH] Add P14 syncthing device --- host_vars/fudiggity/syncthing.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/host_vars/fudiggity/syncthing.yml b/host_vars/fudiggity/syncthing.yml index 0721455..2c7455b 100644 --- a/host_vars/fudiggity/syncthing.yml +++ b/host_vars/fudiggity/syncthing.yml @@ -12,9 +12,9 @@ syncthing_devices: id: &syncthing_server_id ZM5JO5E-UYU6XUI-P25TLIP-TLPQD7J-NSPSYZS-A5OOYST-J62ICAQ-Y2A5YQV address: dynamic - - name: XPS15 - id: &syncthing_xps_id 2AC4LRC-YIJDWWK-YCOEZLT-4OWWC2E-7VEZQQB-F3AAPZR-HU75FE4-PGWWXQH - address: tcp://10.0.0.2:22000 + - name: P14 + id: &syncthing_p14_id MT7RJP3-R7I233L-ICWRPUY-4BCSXCK-WVBPWQ4-JMVBX4Y-J35GB6G-YDQFHQ3 + address: dynamic syncthing_folders: - id: default @@ -25,7 +25,7 @@ syncthing_folders: devices: - *syncthing_desktop_id - *syncthing_server_id - - *syncthing_xps_id + - *syncthing_p14_id - id: pictures label: Pictures @@ -35,4 +35,4 @@ syncthing_folders: devices: - *syncthing_desktop_id - *syncthing_server_id - - *syncthing_xps_id + - *syncthing_p14_id