2018-07-26 17:02:22 +02:00
|
|
|
|
---
|
|
|
|
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
|
|
|
|
|
|
|
|
|
# ipr-cnrs.netdata default variables [[[
|
|
|
|
|
# ======================================
|
|
|
|
|
|
|
|
|
|
# Packages and installation [[[
|
|
|
|
|
# -----------------------------
|
|
|
|
|
|
|
|
|
|
# .. envvar:: netdata__base_packages [[[
|
|
|
|
|
#
|
|
|
|
|
# List of base packages to install.
|
|
|
|
|
netdata__base_packages:
|
|
|
|
|
- 'netdata'
|
|
|
|
|
# ]]]
|
|
|
|
|
# .. envvar:: netdata__install_recommends [[[
|
|
|
|
|
#
|
|
|
|
|
# If recommended packages should be install ? Possible options :
|
|
|
|
|
#
|
|
|
|
|
# ``True``
|
|
|
|
|
# Default. Ensure all probes can work.
|
|
|
|
|
#
|
|
|
|
|
# ``False``
|
|
|
|
|
#
|
|
|
|
|
netdata__install_recommends: True
|
|
|
|
|
# ]]]
|
|
|
|
|
# .. envvar:: netdata__deploy_state [[[
|
|
|
|
|
#
|
|
|
|
|
# What is the desired state which this role should achieve ? Possible options :
|
|
|
|
|
#
|
|
|
|
|
# ``present``
|
|
|
|
|
# Default. Ensure that netdata is installed and configured as requested.
|
|
|
|
|
#
|
|
|
|
|
# ``absent``
|
|
|
|
|
# Ensure that netdata is uninstalled and it's configuration is removed.
|
|
|
|
|
#
|
|
|
|
|
netdata__deploy_state: 'present'
|
|
|
|
|
# ]]]
|
2018-07-26 18:09:35 +02:00
|
|
|
|
# .. envvar:: netdata__service_name [[[
|
|
|
|
|
#
|
|
|
|
|
# The service name to manage.
|
|
|
|
|
#
|
|
|
|
|
netdata__service_name: 'netdata'
|
|
|
|
|
|
|
|
|
|
# ]]]
|
|
|
|
|
# .. envvar:: netdata__service_manage [[[
|
|
|
|
|
#
|
|
|
|
|
# If the Netdata service should be managed ? Possible options :
|
|
|
|
|
#
|
|
|
|
|
# ``True``
|
|
|
|
|
# Default. The service is started and enabled.
|
|
|
|
|
#
|
|
|
|
|
# ``False``
|
|
|
|
|
# The service is disabled from startup.
|
|
|
|
|
#
|
|
|
|
|
netdata__service_manage: True
|
|
|
|
|
|
|
|
|
|
# ]]]
|
2018-07-26 17:02:22 +02:00
|
|
|
|
# ]]]
|
2018-07-26 17:46:10 +02:00
|
|
|
|
# Configuration [[[
|
|
|
|
|
# -----------------------------
|
|
|
|
|
|
|
|
|
|
# .. envvar:: netdata__etc_src [[[.
|
|
|
|
|
# Directory with templates used to provide Netdata configuration (usually in
|
|
|
|
|
# '/etc/netdata').
|
|
|
|
|
#
|
|
|
|
|
# Must be a relative path to default directory of this role
|
|
|
|
|
# or to your ansible inventory directory.
|
|
|
|
|
#
|
|
|
|
|
netdata__etc_src: '../templates/etc/netdata'
|
|
|
|
|
|
|
|
|
|
# ]]]
|
2018-07-27 14:08:43 +02:00
|
|
|
|
# .. envvar:: netdata__conf_bind_ip [[[.
|
|
|
|
|
#
|
|
|
|
|
# IP address Netdata will listen to.
|
|
|
|
|
#
|
|
|
|
|
netdata__conf_bind_ip: '127.0.0.1'
|
|
|
|
|
|
|
|
|
|
# ]]]
|
|
|
|
|
# .. envvar:: netdata__conf_bind_port [[[.
|
|
|
|
|
#
|
|
|
|
|
# Port Netdata will listen to.
|
|
|
|
|
#
|
|
|
|
|
netdata__conf_bind_port: '19999'
|
|
|
|
|
|
|
|
|
|
# ]]]
|
2018-07-26 17:46:10 +02:00
|
|
|
|
|
|
|
|
|
# ]]]
|