https://github.com/escalate/ansible-raspberry-influxdb-docker
An Ansible role that manages InfluxDB OSS Docker container with systemd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-influxdb-docker
ansible ansible-role container docker influx influxdb raspberry raspberry-pi raspberrypi self-hosted selfhosted systemd
Last synced: 4 months ago
JSON representation
An Ansible role that manages InfluxDB OSS Docker container with systemd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-influxdb-docker
- Owner: escalate
- License: mit
- Created: 2017-12-18T12:13:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T10:21:42.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:27:22.662Z (over 1 year ago)
- Topics: ansible, ansible-role, container, docker, influx, influxdb, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, systemd
- Language: Shell
- Homepage:
- Size: 111 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-influxdb-docker/actions/workflows/test.yml)
# Ansible Role: Raspberry - InfluxDB (Docker)
An Ansible role that manages [InfluxDB](https://www.influxdata.com/products/influxdb/) Docker container with systemd on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-influxdb-docker/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: [requirements.yml](https://github.com/escalate/ansible-raspberry-influxdb-docker/blob/master/requirements.yml)
- Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-influxdb-docker/blob/master/requirements.yml)
## Installation
```
$ ansible-galaxy role install escalate.influxdb
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.influxdb
tags: influxdb
```
## License
MIT