2017-08-11 13:58:39 +02:00
|
|
|
---
|
|
|
|
# defaults file for ipr.ansible.xymon
|
|
|
|
|
|
|
|
# client
|
2017-08-11 14:14:51 +02:00
|
|
|
## packages
|
2017-08-11 13:58:39 +02:00
|
|
|
xymon_cli_manage: true
|
|
|
|
xymon_cli_pkg_state: 'installed'
|
2017-08-11 14:14:51 +02:00
|
|
|
|
2017-08-11 14:33:31 +02:00
|
|
|
## conf
|
|
|
|
xymon_cli_default_conf_path: '/etc/default/xymon-client'
|
|
|
|
xymon_cli_default_conf_tpl: 'etc/default/xymon-client.j2'
|
2017-08-11 14:40:04 +02:00
|
|
|
xymon_cli_hostname: "{{ ansible_fqdn }}"
|
2017-09-04 16:15:42 +02:00
|
|
|
xymon_user_groups: 'xymon'
|
2017-08-11 14:33:31 +02:00
|
|
|
|
2017-08-11 14:14:51 +02:00
|
|
|
## service
|
|
|
|
xymon_cli_service_manage: true
|
|
|
|
xymon_cli_service_name: 'xymon-client'
|
|
|
|
xymon_cli_service_enabled: true
|
2017-08-11 14:48:46 +02:00
|
|
|
|
|
|
|
# server
|
|
|
|
xymon_srv_list: "monitoring.{{ ansible_domain }}"
|