添加机器 添加 deno 更新 info
This commit is contained in:
17
install-deno.yaml
Normal file
17
install-deno.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
- name: Install deno from IPFS gateway
|
||||||
|
hosts: all
|
||||||
|
become: yes
|
||||||
|
user: root
|
||||||
|
tasks:
|
||||||
|
- name: Download the deno file from IPFS gateway
|
||||||
|
get_url:
|
||||||
|
url: http://192.168.1.13:8080/ipfs/QmawC2DzXqCjesHMMExuLgYxpN18SHmioKzgaD5hskZvur
|
||||||
|
dest: /usr/bin/deno
|
||||||
|
timeout: 300
|
||||||
|
|
||||||
|
|
||||||
|
- name: Set execute permission on deno
|
||||||
|
file:
|
||||||
|
path: /usr/bin/deno
|
||||||
|
mode: '0755'
|
||||||
|
state: file
|
||||||
@@ -5,6 +5,7 @@
|
|||||||
192.168.1.12
|
192.168.1.12
|
||||||
192.168.1.13
|
192.168.1.13
|
||||||
192.168.1.15
|
192.168.1.15
|
||||||
|
192.168.1.16
|
||||||
192.168.1.19
|
192.168.1.19
|
||||||
192.168.1.20
|
192.168.1.20
|
||||||
192.168.1.32
|
192.168.1.32
|
||||||
@@ -13,6 +14,7 @@
|
|||||||
192.168.1.35
|
192.168.1.35
|
||||||
192.168.1.36
|
192.168.1.36
|
||||||
192.168.1.37
|
192.168.1.37
|
||||||
|
192.168.1.41
|
||||||
192.168.1.42
|
192.168.1.42
|
||||||
192.168.1.43
|
192.168.1.43
|
||||||
192.168.1.44
|
192.168.1.44
|
||||||
@@ -37,5 +39,6 @@
|
|||||||
192.168.1.65
|
192.168.1.65
|
||||||
192.168.1.66
|
192.168.1.66
|
||||||
192.168.1.67
|
192.168.1.67
|
||||||
|
192.168.1.68
|
||||||
192.168.1.91
|
192.168.1.91
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user