Giter VIP home page Giter VIP logo

ansible-role-pandorafms_server's Introduction

Ansible Role pandorafms_server

An ansible role to install Pandora FMS server.

Requirements

A running MySQL instance that has completed its initial configuration if you want to start pandora_server service.

Role Variables

Variable Default Description
pandorafms_server_version - The version of the Pandora FMS console to install. When null, latest package on the repository will be installed.
pandorafms_server_dbhost pandorafms_dbhost if defined, otherwise 'localhost' The IP address or hostname of the DB instance to create database for Pandora FMS.
pandorafms_server_dbname pandorafms_dbname if defined, otherwise 'pandora' The name of the Pandora FMS database.
pandorafms_server_dbuser pandorafms_dbname if defined, otherwise 'pandora' The username for the Pandora FMS database.
pandorafms_server_dbpass pandorafms_dbname if defined, otherwise 'pandora' The password of the pandorafms_dbuser
pandorafms_server_dbport pandorafms_dbname if defined, otherwise omit The port number used for connecting to database.
pandorafms_server_service_enabled - When set to true or false, pandora_server serivce will be enabled/diable.
pandorafms_server_service_state - When set, state of pandora_server serivce will be changed to specified state.

Dependencies

  • rworksjp.repo-pandorafms

Example Playbook

# Only install package
- hosts: servers
  roles:
    - role: rworksjp.pandorafms_server

# Install Pandora FMS server 7.0NG.719, enable and start pandora_server service
- hosts: servers
  roles:
    - role: rworksjp.pandorafms_console
      pandorafms_server_version: 7.0NG.719
      pandorafms_server_service_enabled: true
      pandorafms_server_service_state: started

License

BSD

ansible-role-pandorafms_server's People

Contributors

koichirok avatar

Watchers

James Cloos avatar OSANAI Noriaki avatar  avatar Junichi Satoh avatar Hirofumi Kosaka 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.