Compare commits

...

3 Commits

Author SHA1 Message Date
Trez.One afc350e053 .... 2025-09-14 13:12:28 -04:00
Trez.One 487a0ef114 Changing playbook reference in DAG workflow.
Validate DAGs / DAGU DAG(s) Validation (push) Successful in 59s
2025-09-14 13:05:53 -04:00
Trez.One 49edabcee3 Deploying MariaDB backup DAG.
Validate DAGs / DAGU DAG(s) Validation (push) Failing after 50s
2025-09-14 13:04:19 -04:00
3 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
directory: .
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
requirements: collections/requirements.yml
playbook: playbooks/rinoa-render-dags.yml
playbook: rinoa-render-dags.yml
- name: Validate DAGs
run: |
@@ -13,10 +13,6 @@ on:
- 'main'
paths:
- 'app-configs/**'
- 'collections/**'
- 'group_vars/**'
- 'inventory/**'
- 'playbooks/**'
- '!app-configs/rikku/homeassistant/**'
- '!app-configs/rinoa/dagu/dags/**'
@@ -1,6 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
name: mariadb-backup
description: "Backup of all databases from MariaDB container"
schedule: "30 23 * * *"