....
This commit is contained in:
@@ -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,11 +13,12 @@ on:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'app-configs/**'
|
||||
- 'collections/**'
|
||||
- 'group_vars/**'
|
||||
- 'inventory/**'
|
||||
- '!app-configs/rikku/homeassistant/**'
|
||||
- '!app-configs/rinoa/dagu/dags/**'
|
||||
- 'collections/**'
|
||||
- 'group_vars/**'
|
||||
- 'host_vars/**'
|
||||
- 'inventory/**'
|
||||
|
||||
env:
|
||||
TEA_VERSION: '0.10.1'
|
||||
|
||||
@@ -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 * * *"
|
||||
|
||||
Reference in New Issue
Block a user