Manage Xymon server configuration
Go to file
Jeremy Gardais 3c05d6bf5d Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00
defaults Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00
meta Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00
tasks Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00
tests Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00
.travis.yml Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00
CHANGELOG.md Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00
README.md Install `xymon` packages for Debian based distros 2018-03-01 13:46:21 +01:00

README.md

Xymon Server

  1. Overview
  2. Role Variables
  3. Example Playbook
  4. Configuration
  5. Development
  6. License
  7. Author Information

Overview

Manage Xymon server installation and configuration.

Role Variables

  • xymon_server__base_packages: List of base packages in order to provide xymon server [default: xymon].
  • xymon_server__deploy_state: The desired state this role should achieve [default: present].

Example Playbook

  • Use defaults vars:
- hosts: serverXYZ
  roles:
    - role: ipr-cnrs.xymon_server

Configuration

This role will:

  • Install needed packages to provide xymon server.
  • Manage xymon server configuration and service.
  • Add 'xymon' user to new groups.

Development

This source code comes from our Gogs instance and the Github repo exist just to be able to send the role to Ansible Galaxy…

But feel free to send issue/PR here :)

Thanks to this hook, Github automatically got updates from our Gogs instance :)

License

WTFPL

Author Information

Jérémy Gardais