2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-12 08:58:46 +01:00
Files
openhab-ansible/roles/openhab/tasks/openhab.yml
Christian Schnidrig 3a665afb54 initial commit
2016-11-29 00:08:10 +01:00

21 lines
253 B
YAML

---
- name:
user:
name: openhab
groups: "dialout"
append: yes
tags:
- openhab
- user
- name: "configure systemd"
systemd:
name: openhab
daemon_reload: yes
enabled: true
state: started
tags:
- openhab