Merge branch 'master' of ssh://git.paulbsd.com:2222/paulbsd/paulbsd-salt

This commit is contained in:
Paul 2021-11-17 22:58:37 +01:00
commit e457e62182
7 changed files with 9 additions and 6 deletions

View File

@ -8,6 +8,8 @@ nextcloud-config:
- user: {{ nextcloud.user }} - user: {{ nextcloud.user }}
- group: {{ nextcloud.group }} - group: {{ nextcloud.group }}
- template: jinja - template: jinja
- context:
nextcloud: {{ nextcloud }}
nextcloud-upgrade: nextcloud-upgrade:
cmd.run: cmd.run:

View File

@ -51,7 +51,8 @@ nextcloud:
logtimezone: 'Europe/Paris' logtimezone: 'Europe/Paris'
log_query: false log_query: false
maintenance: false maintenance: false
memcache.local: '\\OC\\Memcache\\Redis' memcache.local: '\OC\Memcache\Redis'
memcache.locking: '\OC\Memcache\Redis'
redis: redis:
- host: localhost - host: localhost
port: 6379 port: 6379
@ -68,10 +69,9 @@ nextcloud:
- '198.51.100.128' - '198.51.100.128'
- '192.168.2.0/24' - '192.168.2.0/24'
forwarded_for_headers: forwarded_for_headers:
- HTTP_X_FORWARDED - 'HTTP_X_FORWARDED'
- HTTP_FORWARDED_FOR - 'HTTP_FORWARDED_FOR'
max_filesize_animated_gifs_public_sharing: 10 max_filesize_animated_gifs_public_sharing: 10
filelocking.enabled: true filelocking.enabled: true
memcache.locking: '\\OC\\Memcache\\Redis'
filelocking.debug: false filelocking.debug: false
upgrade.disable-web: false upgrade.disable-web: false

View File

@ -4,3 +4,4 @@ include:
- redis - redis
- .install - .install
- .config - .config
- php.service

View File

@ -1,5 +1,4 @@
<?php <?php
{%- from "nextcloud/map.jinja" import nextcloud with context %}
{%- macro mac(value,last) -%} {%- macro mac(value,last) -%}
{%- if value is mapping %} {%- if value is mapping %}
{%- for k, v in value.items() %} {%- for k, v in value.items() %}

View File

@ -138,4 +138,3 @@ php:
soap.wsdl_cache_limit: 5 soap.wsdl_cache_limit: 5
ldap: ldap:
ldap.max_links: '-1' ldap.max_links: '-1'

View File

@ -0,0 +1,2 @@
---
rsyslog: {}