mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2025-03-17 12:00
This commit is contained in:
parent
f9dc2943fd
commit
7d6a2b366a
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of consul to deploy
|
# Version of consul to deploy
|
||||||
consul_version: 1.20.4
|
consul_version: 1.20.5
|
||||||
# URL from where the consul archive will be downloaded
|
# URL from where the consul archive will be downloaded
|
||||||
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
|
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
consul_archive_sha256: dc8ef4b721928f5ceb29689c4811b43bf776a1f43845a0bb1c851e313cb845b2
|
consul_archive_sha256: 75132816072b3c7da86f04153fc58fcfcf39abadee5279b3f72bec3cce01a16b
|
||||||
|
@ -113,3 +113,8 @@ ALLOW_LOCALNETWORKS = true
|
|||||||
{% if gitea_allowed_hosts | length > 0 %}
|
{% if gitea_allowed_hosts | length > 0 %}
|
||||||
ALLOWED_HOST_LIST = {{ gitea_allowed_hosts | join(',') }}
|
ALLOWED_HOST_LIST = {{ gitea_allowed_hosts | join(',') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
[cron.archive_cleanup]
|
||||||
|
ENABLED = true
|
||||||
|
SCHEDULE = @midnight
|
||||||
|
OLDER_THAN = 24h
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
- dir: "{{ metabase_root_dir }}"
|
- dir: "{{ metabase_root_dir }}"
|
||||||
owner: "{{ metabase_user }}"
|
owner: "{{ metabase_user }}"
|
||||||
group: "{{ metabase_user }}"
|
group: "{{ metabase_user }}"
|
||||||
|
mode: 755
|
||||||
- dir: "{{ metabase_root_dir }}/app"
|
- dir: "{{ metabase_root_dir }}/app"
|
||||||
- dir: "{{ metabase_root_dir }}/.postgresql"
|
- dir: "{{ metabase_root_dir }}/.postgresql"
|
||||||
owner: "{{ metabase_user }}"
|
owner: "{{ metabase_user }}"
|
||||||
@ -29,5 +30,7 @@
|
|||||||
mode: 700
|
mode: 700
|
||||||
- dir: "{{ metabase_root_dir }}/backup"
|
- dir: "{{ metabase_root_dir }}/backup"
|
||||||
mode: 700
|
mode: 700
|
||||||
|
- dir: "{{ metabase_root_dir }}/assets"
|
||||||
|
mode: 755
|
||||||
tags: metabase
|
tags: metabase
|
||||||
|
|
||||||
|
@ -45,6 +45,9 @@ api.rubygems.org
|
|||||||
index.rubygems.org
|
index.rubygems.org
|
||||||
rubygems.org
|
rubygems.org
|
||||||
|
|
||||||
|
# Golang
|
||||||
|
proxy.golang.org
|
||||||
|
|
||||||
# GLPI
|
# GLPI
|
||||||
forge.glpi-project.org
|
forge.glpi-project.org
|
||||||
|
|
||||||
@ -417,3 +420,9 @@ apt.sys.truenas.net
|
|||||||
|
|
||||||
# Seafile
|
# Seafile
|
||||||
s3.eu-central-1.amazonaws.com
|
s3.eu-central-1.amazonaws.com
|
||||||
|
|
||||||
|
# Vector.dev
|
||||||
|
setup.vector.dev
|
||||||
|
yum.vector.dev
|
||||||
|
s3.amazonaws.com
|
||||||
|
keys.datadoghq.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user