使用Ansible自动化部署Zabbix6监控
1、获取Ansible离线部署包
链接:https://pan.baidu.com/s/1EjI02Ni8m9J4eJeBcJ-ZUQ?pwd=zabx
提取码:zabx
2、安装Ansible
wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo
yum -y install ansible
3、修改hosts文件,针对自己环境进行修改
tar zxf ansibleZXB6-release.tar.gz
cd ansibleZXB6/ansible/
vim hosts
4、执行ansible安装
ansible-playbook -i hosts site.yml
访问地址会输出,如下图: