摘要: # cat check_env.sh #!/bin/bash # echo " 检查CPU " ansible all -m shell -a "cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c" echo " 检查内存 " ansible 阅读全文
posted @ 2023-03-15 08:53 Varden 阅读(112) 评论(0) 推荐(0) 编辑