Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 ansible ,我可以使用 ansible 而不在托管节点上安装 python 吗?例如,我只想在受管节点上执行一些 shell 命令。
是的,你可以,但你必须使用原始模块:
http://docs.ansible.com/ansible/raw_module.html
I got a problem and I hope you guys can help me solve it.
I have this function in which I want to use autocomplete. With the help below, I managed to remove the error but now it j