Skip to content

Commit 41901b4

Browse files
committed
添加配置文件模板
1 parent 985ad92 commit 41901b4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.sshpro.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
all:
3+
centos:
4+
hosts:
5+
- 10.1.7.198
6+
- 10.1.7.199
7+
- 10.1.7.239: { username: root,password: "123456" }
8+
vars:
9+
username: zm
10+
port: 22
11+
password: "123456"
12+
13+
14+
redhat:
15+
hosts:
16+
- 10.1.7.239
17+
- 10.1.7.240
18+
19+
vars:
20+
username: root
21+
port: 22
22+
password: "123456"
23+

0 commit comments

Comments
 (0)