[galene] Put configuration into /etc/galene

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-31 21:16:54 +02:00 committed by ynerant
parent dd2d39297e
commit 6420fe0afa
1 changed files with 16 additions and 0 deletions

View File

@ -41,6 +41,22 @@
CGO_ENABLED: 0
notify: Restart galène
- name: Make Galène configuration directory
file:
path: /etc/galene
state: directory
owner: galene
group: galene
mode: 0775
- name: Link groups file into /etc
file:
src: /etc/galene
dest: /var/local/galene/groups
state: link
owner: galene
group: galene
- name: Install systemd unit
template:
src: systemd/system/galene.service.j2