多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
1、-u + 用户 动态指定 ``` [root@localhost playbook]# ansible test -m shell -a "date" -u tuna 192.168.56.11 | SUCCESS | rc=0 >> Sun May 5 21:45:44 EDT 2019 ``` 2、配置文件指定执行用户 ``` [test] 192.168.56.11 ansible_ssh_user="root" ansible_ssh_pass="tuna" ```