Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engonzal/ansible_role_influxdb
Ansible role to deploy influxdb as a non-root user using systemd's user service features.
https://github.com/engonzal/ansible_role_influxdb
ansible ansible-galaxy galaxy influxdb systemd
Last synced: 10 days ago
JSON representation
Ansible role to deploy influxdb as a non-root user using systemd's user service features.
- Host: GitHub
- URL: https://github.com/engonzal/ansible_role_influxdb
- Owner: engonzal
- License: bsd-2-clause
- Created: 2018-10-20T03:56:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T14:08:37.000Z (about 5 years ago)
- Last Synced: 2024-11-06T20:40:44.005Z (about 2 months ago)
- Topics: ansible, ansible-galaxy, galaxy, influxdb, systemd
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Ansible Role: InfluxDB (in development)
Module to install InfluxDB as a non-root user. Service managed by systemd.
#### Role Variables
Most of the defaults should be fine, see defaults/main.yml for more.#### Example Playbook
```
# First part of the play, configure things as root
- hosts: servers
user: root
roles:
- { role: engonzal.ansible_role_systemd_user, tags: [ 'systemd'] }
# Influx play, runs as a local user on the host
- hosts: servers
user: engonzal
roles:
- { role: engonzal.ansible_role_influxdb, tags: [ 'influxdb'] }
```#### License
BSD