Skip to content

Commit b8c2f30

Browse files
committed
kestra
1 parent 81c343c commit b8c2f30

File tree

14 files changed

+18
-4085
lines changed

14 files changed

+18
-4085
lines changed

ansible/inventory/host_vars/db.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ db:
3333
lc_collate: en_US.UTF-8
3434
lc_ctype: en_US.UTF-8
3535

36+
- name: kestra_db
37+
owner: kestra_user
38+
encoding: UTF8
39+
lc_collate: en_US.UTF-8
40+
lc_ctype: en_US.UTF-8
41+
3642
users:
3743
# Utenti applicativi con accesso completo al loro database
3844
- name: invidious_user
@@ -67,3 +73,11 @@ db:
6773
table_privs: ALL
6874
sequence_privs: ALL
6975

76+
- name: kestra_user
77+
password: "{{ lookup('community.hashi_vault.hashi_vault', 'cross/data/apps/kestra:postgres_password') }}"
78+
databases:
79+
- kestra_db
80+
privileges: ALL
81+
table_privs: ALL
82+
sequence_privs: ALL
83+

ansible/inventory/host_vars/pihole.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pihole:
1414
- { ip: 192.168.0.124, domain: "web" }
1515
- { ip: 192.168.0.133, domain: "homeassistant" }
1616
- { ip: 192.168.0.183, domain: "ubuntu" }
17+
- { ip: 192.168.0.111, domain: "invidious" }
1718

1819
- { ip: 192.168.0.30, domain: "db" }
1920
- { ip: 192.168.0.40, domain: "redis" }
@@ -32,6 +33,7 @@ pihole:
3233
- { ip: 192.168.0.81, domain: "bazarr.local.ildoc.it"}
3334
- { ip: 192.168.0.81, domain: "flaresolverr.local.ildoc.it"}
3435
- { ip: 192.168.0.81, domain: "grafana.local.ildoc.it"}
36+
- { ip: 192.168.0.81, domain: "kestra.local.ildoc.it"}
3537
- { ip: 192.168.0.81, domain: "n8n.local.ildoc.it"}
3638
- { ip: 192.168.0.81, domain: "nut.local.ildoc.it"}
3739
- { ip: 192.168.0.81, domain: "prometheus.local.ildoc.it"}

ansible/roles/gitlab/templates/gitlab.rb.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ mattermost['enable'] = false
222222
# Prometheus monitoring - disabilitato per risparmiare ~400-500MB RAM
223223
prometheus_monitoring['enable'] = false
224224

225-
# NOTA: Grafana è stato rimosso da GitLab 16.3 - non configurare più
226-
# grafana['enable'] = false # ❌ ERRORE - questa configurazione non esiste più!
227-
228225
# Alertmanager - disabilitato
229226
alertmanager['enable'] = false
230227

ansible/roles/invidious/templates/docker-compose.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33

44
invidious:
55
# renovate: datasource=docker depName=quay.io/invidious/invidious versioning=loose
6-
image: quay.io/invidious/invidious:2025.09.30-710b3f2
6+
image: quay.io/invidious/invidious:2025.10.17-5cfe294
77
restart: unless-stopped
88
ports:
99
- "3000:3000"
@@ -46,7 +46,7 @@ services:
4646

4747
companion:
4848
# renovate: datasource=docker depName=quay.io/invidious/invidious-companion versioning=loose
49-
image: quay.io/invidious/invidious-companion:master-cf06610
49+
image: quay.io/invidious/invidious-companion:master-572f219
5050
environment:
5151
SERVER_SECRET_KEY: {{ invidious.companion_key }}
5252
restart: unless-stopped

ansible/roles/pihole/tmp/action.yaml

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)