一、什么是Ansible Galaxy?
Ansible Galaxy是Ansible的第三方插件管理和安装工具,其实就是包管理软件。作用类似于Ubuntu的apt,Centos的yum,Python的pip
二、Ansible Galaxy官网
https://galaxy.ansible.com/
三、查找想要的第三方模块
例如查找balancer模块
Ansible Galaxy是Ansible的第三方插件管理和安装工具,其实就是包管理软件。作用类似于Ubuntu的apt,Centos的yum,Python的pip
https://galaxy.ansible.com/
例如查找balancer模块
相关文章: