GithubHelp home page GithubHelp logo

zhausong / zabbix-server-ansible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from open-future-belgium/zabbix-server-ansible

0.0 1.0 0.0 382 KB

Zabbix Server module for ansible

License: GNU General Public License v2.0

zabbix-server-ansible's Introduction

Zabbix Server

This playbook will install the Zabbix Server

  1. Edit the zabbix-server.yml file and add replace host
  2. Edit files in directory defaults and change variables to your needs
  3. Install with tags if u want to exclude apache, postgres or zabbix
  4. ansible-playbook zabbix-server.yml --tags "postgres,http,zabbix"
  5. Else just run ansible-playbook zabbix-server.yml

Version

12/11/2014

Requirements

At this moment the script only works on Redhat/Centos 6.x or Redhat/Centos 7.x This script works with PostgreSQL and MySQL You still need ansible playbooks to install PostgreSQL or MySQL and Apache Mysql will create a Database Postgresql expects the Db to be there (todo)

Role Variables

All variables can be altered in the defaults directory.

  • httpd.yml
  • main.yml
  • postgresql.yml
  • zabbix.yml

Example Playbook

# file: localrepo.yml
- hosts: ZabbixServer
  user: someuser
  sudo: yes
  sudo_user: root
  roles:
    - Zabbix-Server

Dependencies

  • Database like mysql or postgresql needs to be installed seperate
  • Apache or another webserver needs to be installed seperate
  • For Postgresql you can make use of my Postgresql playbook
  • ansible-galaxy install patrik.uytterhoeven.PostgreSQL-For-RHEL6x

Todo

  1. add config for debian

License

GPL V2

Author Information

zabbix-server-ansible's People

Contributors

trikke76 avatar traut avatar

Watchers

zhaosong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.