Ansible 命令執行模塊(學習筆記九)

命令執行模塊有四個:command、raw、shell、script command、raw 1、command爲系統默認模塊,使用時可以直接省略: ansible all -a "pwd" image.png 2、轉換到別的目錄中,執行程序,chdir爲command模塊自帶的參數: ansible all -a "pwd chdir=/tmp" image.png 3、command不支持管道
相關文章
相關標籤/搜索