ansible 使用 Posted on 2018-06-Sun Edited on 2018-06-Fri Views: Views: 1234ansible group --become --ask-become-pass -m command -a 'my command'ansible group -m copy -a "src=test.sh dest=~/test.sh mode=0755"ansible group -m shell -a "./test.sh"https://www.jianshu.com/p/1bf79764bb6f