From 92542087beb108203b94582415b37f55724ef73d Mon Sep 17 00:00:00 2001 From: nicolas-f <1382241+nicolas-f@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:07:51 +0200 Subject: [PATCH] Update fetch_rpi_data.yml more slow rpi --- services/ansible_openvpn/playbooks/fetch_rpi_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ansible_openvpn/playbooks/fetch_rpi_data.yml b/services/ansible_openvpn/playbooks/fetch_rpi_data.yml index e3b98aa..47035df 100644 --- a/services/ansible_openvpn/playbooks/fetch_rpi_data.yml +++ b/services/ansible_openvpn/playbooks/fetch_rpi_data.yml @@ -22,7 +22,7 @@ destination: '/home/semaphore/data/to_process/' ansible_rsync_path: '/usr/bin/timeout 600 /usr/bin/rsync' year_week: "{{ hostvars['localhost']['year_week'] }}" - disabled_sync: ["b827ebd87ca3", "b827eb56874e"] + disabled_sync: ["b827ebd87ca3", "b827eb56874e", "b827ebea1288, "b827eb35df3a"] tasks: # - name: get current RX # shell: /usr/sbin/ifconfig tun0 | grep "RX packets" | awk '{print $5}'