Auto Merge of PR 67 - crowdsec-add-configrations_2025-06-12T06-45-28

Merged by Trez.One
This commit was merged in pull request #67.
This commit is contained in:
2025-06-12 11:26:51 -04:00
3 changed files with 10 additions and 2 deletions
@@ -6,6 +6,7 @@ on:
- 'main'
paths:
- '**.j2'
- '**/pr-ansible-config-deployment.yaml'
- 'ansible/**.yml'
jobs:
check-and-create-pr:
@@ -104,7 +105,7 @@ jobs:
playbook: ansible/docker_config_deploy.yml
private_key: ${{ secrets.RINOA_ANSIBLE_PRIVATE_KEY }}
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
verbose: 0
verbose: 3
- name: Gotify Notification
uses: eikendev/gotify-action@master
with:
@@ -189,6 +190,7 @@ jobs:
playbook: ansible/docker_config_deploy.yml
private_key: ${{ secrets.RINOA_ANSIBLE_PRIVATE_KEY }}
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
verbose: 3
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: