....
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
directory: .
|
directory: .
|
||||||
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
|
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
|
||||||
requirements: collections/requirements.yml
|
requirements: collections/requirements.yml
|
||||||
playbook: playbooks/rinoa-render-dags.yml
|
playbook: rinoa-render-dags.yml
|
||||||
|
|
||||||
- name: Validate DAGs
|
- name: Validate DAGs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -13,11 +13,12 @@ on:
|
|||||||
- 'main'
|
- 'main'
|
||||||
paths:
|
paths:
|
||||||
- 'app-configs/**'
|
- 'app-configs/**'
|
||||||
- 'collections/**'
|
|
||||||
- 'group_vars/**'
|
|
||||||
- 'inventory/**'
|
|
||||||
- '!app-configs/rikku/homeassistant/**'
|
- '!app-configs/rikku/homeassistant/**'
|
||||||
- '!app-configs/rinoa/dagu/dags/**'
|
- '!app-configs/rinoa/dagu/dags/**'
|
||||||
|
- 'collections/**'
|
||||||
|
- 'group_vars/**'
|
||||||
|
- 'host_vars/**'
|
||||||
|
- 'inventory/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TEA_VERSION: '0.10.1'
|
TEA_VERSION: '0.10.1'
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{% set vault_addr = 'https://vault.trez.wtf' %}
|
{% set vault_addr = 'https://vault.trez.wtf' %}
|
||||||
{% set secrets_path = 'rinoa-docker/env' %}
|
{% set secrets_path = 'rinoa-docker/env' %}
|
||||||
|
|
||||||
name: mariadb-backup
|
name: mariadb-backup
|
||||||
description: "Backup of all databases from MariaDB container"
|
description: "Backup of all databases from MariaDB container"
|
||||||
schedule: "30 23 * * *"
|
schedule: "30 23 * * *"
|
||||||
|
|||||||
Reference in New Issue
Block a user