Compare commits
No commits in common. "6930f741eda7bac97f6352504418a61f376aca9c" and "4486d40336ce0f983f5d2428daad06c82432fd78" have entirely different histories.
6930f741ed
...
4486d40336
|
@ -11,8 +11,8 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
|
# DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
|
||||||
# DEPLOY: all
|
DEPLOY: all
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-playbooks:
|
ansible-playbooks:
|
||||||
|
@ -78,4 +78,8 @@ jobs:
|
||||||
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
|
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
|
||||||
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
|
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
|
||||||
INFISICAL_URL: https://secrets.koval.net
|
INFISICAL_URL: https://secrets.koval.net
|
||||||
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vv
|
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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ansible
|
ansible
|
||||||
proxmoxer
|
proxmoxer
|
||||||
requests
|
requests
|
||||||
infisical==1.5.0
|
infisical
|
||||||
|
|
Loading…
Reference in New Issue