当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
12 Star 34 Fork 18

pippo / zabbix-ansible
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init_zabbix_agent.yml 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
pippo 提交于 2017-12-28 19:17 . update master
---
- name: Init Zabbix Agent
hosts: zabbix_agent
#define variable for zabbix
vars:
#install zabbix agent when install is true
install: true
#config the zabbix-agent configuration when config is true
config: true
vars_files:
- vars/zabbix_basic.yml
- vars/zabbix_agent.yml
user: root
roles:
- init_zabbix_agent
- service
Python
1
https://gitee.com/pippozq/zabbix-ansible.git
git@gitee.com:pippozq/zabbix-ansible.git
pippozq
zabbix-ansible
zabbix-ansible
master

搜索帮助