Default variable details
Some of debops.influxdb2 default variables have more extensive
configuration than simple strings or lists, here you can find documentation and
examples for them.
influxdb2__configuration
The influxdb2__*_configuration variables control the contents of the
/etc/influxdb/config.toml configuration file. The role uses
Universal Configuration system to define InfluxDBv2 options.
Examples
The default configuration can be found in the
influxdb2__default_configuration variable.
Syntax
Configuration is defined using a list of YAML dictionaries, each dictionary defines a single configuration entry using specific parameters:
nameRequired. Name of the "configuration section", not used otherwise. Entries with the same
nameparameter are merged in order of appearance and can affect each other.configRequired. YAML dictionary with InfluxDB v2 configuration options. The
configparameters from all entries are merged recursively in order of appearance in the finished configuration file.stateOptional. If not specified or
present, a given configuration entry will be included in the finished configuration file. Ifabsent, the configuration entries will not be included in the generated file. Ifignore, a given configuration entry will be ignored during role execution.