mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 21:23:23 +02:00
Update to 2022-02-28 14:00
This commit is contained in:
parent
a7fc5b7d3e
commit
4fc2784765
@ -1,14 +1,24 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- include: user.yml
|
- include_tasks: user.yml
|
||||||
- include: directories.yml
|
tags: always
|
||||||
- include: facts.yml
|
- include_tasks: directories.yml
|
||||||
- include: archive_pre.yml
|
tags: always
|
||||||
when: funkwhale_install_mode == 'upgrade'
|
- include_tasks: facts.yml
|
||||||
- include: install.yml
|
tags: always
|
||||||
- include: conf.yml
|
- include_tasks: archive_pre.yml
|
||||||
- include: service.yml
|
when: funkwhale_install_mode | default('none') == 'upgrade'
|
||||||
- include: write_version.yml
|
tags: always
|
||||||
- include: archive_post.yml
|
- include_tasks: install.yml
|
||||||
when: funkwhale_install_mode == 'upgrade'
|
tags: always
|
||||||
- include: cleanup.yml
|
- include_tasks: conf.yml
|
||||||
|
tags: always
|
||||||
|
- include_tasks: service.yml
|
||||||
|
tags: always
|
||||||
|
- include_tasks: write_version.yml
|
||||||
|
tags: always
|
||||||
|
- include_tasks: archive_post.yml
|
||||||
|
when: funkwhale_install_mode | default('none') == 'upgrade'
|
||||||
|
tags: always
|
||||||
|
- include_tasks: cleanup.yml
|
||||||
|
tags: always
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
; {{ ansible_managed }}
|
; {{ ansible_managed }}
|
||||||
|
|
||||||
[all]
|
[all]
|
||||||
logLevel = info
|
logLevel = notice
|
||||||
logger = Lemonldap::NG::Common::Logger::Syslog
|
logger = Lemonldap::NG::Common::Logger::Syslog
|
||||||
|
userLogger = Lemonldap::NG::Common::Logger::Syslog
|
||||||
{% if llng_conf_backend == 'file' %}
|
{% if llng_conf_backend == 'file' %}
|
||||||
globalStorage = Apache::Session::File
|
globalStorage = Apache::Session::File
|
||||||
globalStorageOptions = { \
|
globalStorageOptions = { \
|
||||||
|
@ -1,16 +1,28 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- include: user.yml
|
- include_tasks: user.yml
|
||||||
- include: directories.yml
|
tags: always
|
||||||
- include: facts.yml
|
- include_tasks: directories.yml
|
||||||
- include: archive_pre.yml
|
tags: always
|
||||||
when: seafile_install_mode == 'upgrade'
|
- include_tasks: facts.yml
|
||||||
- include: install.yml
|
tags: always
|
||||||
- include: conf.yml
|
- include_tasks: archive_pre.yml
|
||||||
- include: iptables.yml
|
when: seafile_install_mode | default('none') == 'upgrade'
|
||||||
- include: services.yml
|
tags: always
|
||||||
- include: archive_post.yml
|
- include_tasks: install.yml
|
||||||
when: seafile_install_mode == 'upgrade'
|
tags: always
|
||||||
- include: write_version.yml
|
- include_tasks: conf.yml
|
||||||
- include: cleanup.yml
|
tags: always
|
||||||
- include: filebeat.yml
|
- include_tasks: iptables.yml
|
||||||
|
tags: always
|
||||||
|
- include_tasks: services.yml
|
||||||
|
tags: always
|
||||||
|
- include_tasks: archive_post.yml
|
||||||
|
when: seafile_install_mode | default('none') == 'upgrade'
|
||||||
|
tags: always
|
||||||
|
- include_tasks: write_version.yml
|
||||||
|
tags: always
|
||||||
|
- include_tasks: cleanup.yml
|
||||||
|
tags: always
|
||||||
|
- include_tasks: filebeat.yml
|
||||||
|
tags: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user