Ansible 如何查看模块文档

[root@localhost ~]$ ansible-doc -l      # 列出所有模块
[root@localhost ~]$ ansible-doc cron    # 查看指定模块的文档

    

原文地址:https://www.cnblogs.com/pzk7788/p/10213917.html