Setup infisical for immich
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m49s

This commit is contained in:
2024-01-04 13:06:26 +00:00
parent a8b7b1df4a
commit 3e9fb3d83a
4 changed files with 6 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ jobs:
apt update
apt install -y python3-pip
pip3 install -r requirements.txt
ansible-galaxy collection install community.general
ansible-galaxy collection install community.general infisical.vault
- name: Check playbooks
run: |
@@ -76,4 +76,6 @@ jobs:
INFISICAL_ENCRYPTION_KEY: ${{ secrets.INFISICAL_ENCRYPTION_KEY }}
INFISICAL_AUTH_SECRET: ${{ secrets.INFISICAL_AUTH_SECRET }}
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
INFISICAL_URL: https://secrets.koval.net
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vv