debops.influxdb_server
InfluxDB is an open-source time series database (TSDB) developed by InfluxData.
It is written in Go and optimized for fast, high-availability storage and
retrieval of time series data in fields such as operations monitoring,
application metrics, Internet of Things sensor data, and real-time analytics.
Ansible roles debops.influxdb
and debops.influxdb_server
allow
you to manage a InfluxDB server and / or access it remotely from other hosts.
The debops.influxdb_server
role is the "server" part - it installs
influxdb
Debian package, and configures access to the database from
root
admin account. After that, you can use debops.influxdb role to
manage databases and user accounts on the server.
Copyright
debops.influxdb_server - Manage InfluxDB service using Ansible
Copyright (C) 2020 Pedro Luis Lopez <pedroluis.lopezsanchez@gmail.com>
Copyright (C) 2020 Innobyte Bechea Leonardo <https://www.innobyte.com/>
Copyright (C) 2020 Innobyte Alin Alexandru <https://www.innobyte.com/>
Copyright (C) 2020 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-or-later
This repository is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.