ansible-ffibk/roles/service-yanic/README.md
Julian Labus b35c731813
Role service-yanic: switch to own fork
Should be reverted after the respondd branch is merged
2019-05-04 17:55:23 +02:00

30 lines
688 B
Markdown

# Ansible role service-yanic
Diese Ansible role installiert Yanic.
- legt den Benutzer und Gruppe für Yanic an
- legt das Yanic Verzeichnis an
- legt die InfluxDB Datenbank für Yanic an
- kompiliert und installiert Yanic
- schreibt yanic.conf
- schreibt yanic.service
- schreibt respondd.conf
- schreibt respondd.service
- aktiviert die systemd unit `yanic.service`
- aktiviert die systemd unit `respondd.service`
# Benötigte Variablen
- Variable `gopath`
# Optionale Variablen
- Variable `yanic_user`
- Variable `yanic_home`
- Variable `yanic_path`
- Variable `yanic_src`
- Variable `yanic_dst`
- Variable `yanic_database`
- Variable `yanic_config`
- Variable `respondd_config`