💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
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" ```