Compare commits

...

4 Commits

Author SHA1 Message Date
Gleb Koval 6930f741ed
force infisical python version 2024-03-01 00:25:25 +00:00
Gleb Koval 6cbba30f45
Revert "test actions"
This reverts commit 8f1ad9ad86.
2024-03-01 00:24:58 +00:00
Gleb Koval 8639b533ab
Revert "more logging"
This reverts commit f86b7438ef.
2024-03-01 00:24:53 +00:00
Gleb Koval 447482558a
Revert "even more logging"
This reverts commit 4486d40336.
2024-03-01 00:24:48 +00:00
2 changed files with 4 additions and 8 deletions

View File

@ -11,8 +11,8 @@ on:
- main
env:
# DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
DEPLOY: all
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
# DEPLOY: all
jobs:
ansible-playbooks:
@ -78,8 +78,4 @@ jobs:
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
INFISICAL_URL: https://secrets.koval.net
run: |
echo $INFISICAL_URL
echo $INFISICAL_TOKEN | base64
sed -i "s/site_url=url/site_url=url, debug=True/g" /root/.ansible/collections/ansible_collections/infisical/vault/plugins/lookup/read_secrets.py
ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vv

View File

@ -1,4 +1,4 @@
ansible
proxmoxer
requests
infisical
infisical==1.5.0