ansible2 = MyAnsiable(inventory='./host/hosts',connection='smart',remote_user="me",become='yes',become_user="root")
大佬,我使用become="yes" 报错了呢,应该填什么?
AnsibleAPI 开发https://www.jianshu.com/p/ec1e4d8438e9 一、安装方式 安装方式有两种: YUM 工具 PIP 工具 1 YUM 工具安装(适用于给系统自...