Skip to content

fix: seed ssh config from vault in the backup playbook too #13

fix: seed ssh config from vault in the backup playbook too

fix: seed ssh config from vault in the backup playbook too #13

Workflow file for this run

name: Full Deployment
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'ansible/configure.yml'
- 'ansible/inventory.yml'
- 'ansible/group_vars/**'
jobs:
deploy:
uses: ./.github/workflows/ansible-base.yaml
with:
tags: all
secrets:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}