摘要: 1.用ansible做安全自查,形成报告 - hosts: huidu tasks: - name: register shell result to variable shell: ps aux|grep 18086|grep -v 'grep'|wc -l register: host_ps - 阅读全文
posted @ 2020-05-30 12:28 littlevigra 阅读(641) 评论(1) 推荐(0)