|
|
||
|---|---|---|
| defaults | ||
| meta | ||
| tasks | ||
| tests | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| README.md | ||
README.md
Xymon Server
Overview
Manage Xymon server installation and configuration.
Role Variables
- xymon_server__base_packages : List of base packages in order to provide
xymonserver [default :xymon]. - xymon_server__deploy_state : The desired state this role should achieve [default :
present]. - ymon_server__etc_src : Directory used as source to templating /etc configuration content [default :
etc/xymon]. - xymon_server__service_manage : If the Xymon server service should be managed [default :
True].
Example Playbook
- Use defaults vars :
- hosts: serverXYZ
roles:
- role: ipr-cnrs.xymon_server
Configuration
This role will :
- Install needed packages to provide
xymonserver. - Manage
xymonserver configuration (/etc). - Ensure
xymonserver service is enabled and started.
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
Author Information
Jérémy Gardais
- Source : on IPR's Gogs
- IPR (Institut de Physique de Rennes)