ansible zhou -m shell -a "ps -ef | grep java |grep -v grep |awk '{print \$2}' |xargs kill -9"java
注意 \$ 這個,不加轉移 ansible 會誤會 shell