我使用以下命令在我的机器中搜索特定数据:
ansible -i [inventory_name].inventory [inventory group] -m shell -a "grep 'PermitRootLogin' /etc/ssh/sshd_config"
但现在,我需要将用户提升为root(以查看文件的内容)。有可能在同一个命令行中吗?我怎么能这样做?
答案 0 :(得分:1)
ansible --help
建议:
权限提升选项:
-b, --become run operations with become (does not imply password prompting)