fabric

时间:2022-02-12 14:54:57
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# fab test
[root@192.168.85.99:22] Executing task 'task1'
[root@192.168.85.99:22] run: ls /home/ -l | wc -l
[root@192.168.85.99:22] out: 27
[root@192.168.85.99:22] out:
[root@192.168.85.100:22] Executing task 'task2'
[root@192.168.85.100:22] run: du -sh /home
[root@192.168.85.100:22] out: 1.4G   /home
[root@192.168.85.100:22] out:
Disconnecting from 192.168.85.99... done.
Disconnecting from 192.168.85.100... done.