From 069e72aff2976d7599f12de50dc0cde3170b0f13 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 8 Jan 2025 10:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20ipfs=20=E7=BD=91=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-ipmi-exporter.yaml | 2 +- install-node-exporter.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-ipmi-exporter.yaml b/install-ipmi-exporter.yaml index f0cfa6a..11f0242 100644 --- a/install-ipmi-exporter.yaml +++ b/install-ipmi-exporter.yaml @@ -15,7 +15,7 @@ - name: Download the deb file from IPFS gateway get_url: - url: http://192.168.1.13:8080/ipfs/QmXAvSfitFCGw2N4YC3R8sJd6dBBhW21rCRhvEpzyfjGW9 + url: https://waykey.net/ipfs/QmXAvSfitFCGw2N4YC3R8sJd6dBBhW21rCRhvEpzyfjGW9 dest: /tmp/ipmi-exporter.deb - name: Install the deb package diff --git a/install-node-exporter.yaml b/install-node-exporter.yaml index e6164e2..22ecb2a 100644 --- a/install-node-exporter.yaml +++ b/install-node-exporter.yaml @@ -5,7 +5,7 @@ tasks: - name: Download the deb file from IPFS gateway get_url: - url: http://192.168.1.13:8080/ipfs/QmeexpjtcrKDQhFdvMyVqQuBf7fNVurkzC1YWkFFDumDgj + url: https://waykey.net/ipfs/QmeexpjtcrKDQhFdvMyVqQuBf7fNVurkzC1YWkFFDumDgj dest: /tmp/node-exporter.deb - name: Install the deb package