ansible经常使用模块用法

ansible 默认提供了不少模块来供咱们使用。在 Linux 中,咱们能够经过 ansible-doc -l 命令查看到当前 ansible 都支持哪些模块,经过 ansible-doc  -s  模块名  又能够查看该模块有哪些参数可使用。html        下面介绍比较经常使用的几个模块:linux 1 2 3 4 5 6 7 8 9 10 11 12 13 copy模块 file 模块
相关文章
相关标签/搜索