添加 update_relayx_agent.yml
This commit is contained in:
13
update_relayx_agent.yml
Normal file
13
update_relayx_agent.yml
Normal 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
|
||||||
Reference in New Issue
Block a user