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: about 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T14:08:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-17T09:42:53.642Z (over 1 year 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