mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-03-20 23:00
This commit is contained in:
parent
c4a7f11445
commit
6d26fe917b
@ -55,7 +55,7 @@
|
||||
tags: web
|
||||
|
||||
- name: Copy applications logo
|
||||
copy: src=logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
|
||||
synchronize: src=logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
|
||||
when: llng_portal == True
|
||||
tags: web
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
tags: web
|
||||
|
||||
- name: Copy custom logos
|
||||
copy: src=config/{{ inventory_hostname }}/lemonldap_ng/logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
|
||||
synchronize: src=config/{{ inventory_hostname }}/lemonldap_ng/logos/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/apps/
|
||||
when: llng_custom_logo.stat.exists and llng_custom_logo.stat.exists.isdir
|
||||
tags: web
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
tags: web
|
||||
|
||||
- name: Copy custom backgrounds
|
||||
copy: src=config/{{ inventory_hostname }}/lemonldap_ng/backgrounds/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/backgrounds/
|
||||
synchronize: src=config/{{ inventory_hostname }}/lemonldap_ng/backgrounds/ dest=/usr/share/lemonldap-ng/portal/htdocs/static/common/backgrounds/
|
||||
when: llng_custom_background.stat.exists and llng_custom_background.stat.isdir
|
||||
tags: web
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.4','9.0.4') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.5','9.0.4') }}"
|
||||
|
||||
# Archive URL and sha1 are only used for the community version
|
||||
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c50ed3b921be0b4da5b6770d91c3e695c580f9ac3e58a1716bacfd8ba3a9353
|
||||
size 102245982
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f6755daa6df51980dd4dfbadaef8b68016eef96e0dc43e1c48baaee40d2da01
|
||||
size 102896373
|
Loading…
x
Reference in New Issue
Block a user