摘要:
[root@libin3]# cat libin.yml - hosts: task gather_facts: no tasks: - name: fetch shell: | for i in `awk -F':' '{if( $3>=500 )print $1 }' /etc/passwd | 阅读全文
摘要:
[root@libin3]# cat libin.yml - hosts: task gather_facts: no tasks: - name: fetch shell: | for i in `awk -F':' '{if( $3>=0 )print $1 }' /etc/passwd `;d 阅读全文