合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
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" ```