添加 update_relayx_agent.yml

This commit is contained in:
2026-04-19 02:08:06 +08:00
parent 60e24efba3
commit 26480b1841

13
update_relayx_agent.yml Normal file
View File

@@ -0,0 +1,13 @@
- name: verified execution
hosts: all
gather_facts: false
tasks:
- name: download
get_url:
url: https://dl.relayx.cc/upgrade.sh
dest: /tmp/upgrade.sh
mode: '0755'
- name: run
command: sh /tmp/upgrade.sh