Update to 2023-03-17 16:00

This commit is contained in:
Daniel Berteaud
2023-03-17 16:00:08 +01:00
parent d96d45834b
commit b4b621e760
20 changed files with 362 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Deploy configuration
template: src=offen.conf.j2 dest={{ offen_root_dir }}/etc/offen.conf group={{ offen_user }} mode=640
notify:
- restart offen
tags: offen
- name: Init database
command: |
{{ offen_root_dir }}/bin/offen setup -email admin@{{ ansible_domain }} -password password -name admin -envfile {{ offen_root_dir }}/etc/offen.conf
when: offen_install_mode == 'install'
tags: offen