背景 ansible已配置root用户来管理客户机,但是管理某服务的时候需要使用普通用户user1 解决办法 ansible -S -R user1 jboss -m shell -a 'whoami' -S, --su run operations with su (deprecated, use become) -R SU_USER, --su-user=SU_USER run operations with su as this user (default=root) (deprecated, use become)