2018-03-01 13:46:21 +01:00
|
|
|
---
|
|
|
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
|
|
|
#
|
|
|
|
# ipr-cnrs.xymon_server default variables [[[
|
|
|
|
# ======================================
|
|
|
|
|
|
|
|
# Server Packages and installation [[[
|
|
|
|
# -----------------------------
|
|
|
|
|
|
|
|
# .. envvar:: xymon_server__base_packages [[[
|
|
|
|
#
|
|
|
|
# List of base packages to install.
|
|
|
|
xymon_server__base_packages:
|
|
|
|
- 'xymon'
|
|
|
|
|
|
|
|
# ]]]
|
|
|
|
# .. envvar:: xymon_server__deploy_state [[[
|
|
|
|
#
|
|
|
|
# What is the desired state which this role should achieve? Possible options:
|
|
|
|
#
|
|
|
|
# ``present``
|
|
|
|
# Default. Ensure that xymon server is installed and configured as requested.
|
|
|
|
#
|
|
|
|
# ``absent``
|
2018-03-09 12:08:05 +01:00
|
|
|
# Ensure that xymon server is uninstalled but keep configuration.
|
2018-03-01 13:46:21 +01:00
|
|
|
#
|
|
|
|
xymon_server__deploy_state: 'present'
|
2018-03-02 11:21:07 +01:00
|
|
|
|
2018-03-02 14:21:59 +01:00
|
|
|
# ]]]
|
|
|
|
# .. envvar:: xymon_server__service_name [[[
|
|
|
|
#
|
|
|
|
# The service name to manage.
|
|
|
|
#
|
|
|
|
xymon_server__service_name: 'xymon'
|
|
|
|
|
2018-03-02 11:21:07 +01:00
|
|
|
# ]]]
|
2018-03-02 11:39:51 +01:00
|
|
|
# .. envvar:: xymon_server__service_manage [[[
|
|
|
|
#
|
|
|
|
# If the Xymon server service should be managed? Possible options:
|
|
|
|
#
|
|
|
|
# ``True``
|
|
|
|
# Default. The service is started and enabled.
|
|
|
|
#
|
|
|
|
# ``False``
|
|
|
|
# The service is stopped and disabled from startup.
|
|
|
|
#
|
|
|
|
xymon_server__service_manage: True
|
|
|
|
|
|
|
|
# ]]]
|
2018-03-02 11:21:07 +01:00
|
|
|
|
|
|
|
# ]]]
|
|
|
|
|
|
|
|
# Server configuration [[[
|
|
|
|
# -----------------------------
|
|
|
|
|
|
|
|
# .. envvar:: xymon_server__etc_src [[[.
|
|
|
|
# Directory with templates used to provide server configuration (usually in
|
|
|
|
# '/etc/xymon').
|
|
|
|
#
|
|
|
|
# Must be a relative path to default/ directory of this role
|
|
|
|
# or to your ansible inventory directory.
|
|
|
|
#
|
|
|
|
xymon_server__etc_src: '../templates/etc/xymon'
|
|
|
|
|
2018-03-01 13:46:21 +01:00
|
|
|
# ]]]
|
|
|
|
|
|
|
|
# ]]]
|