Auto Merge of PR 70 - crowdsec-add-configrations_2025-06-12T06-45-28
Merged by Trez.One
This commit was merged in pull request #70.
This commit is contained in:
@@ -69,10 +69,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: 3.11
|
|
||||||
- name: Cache Ansible Galaxy Collections
|
- name: Cache Ansible Galaxy Collections
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
@@ -89,8 +85,7 @@ jobs:
|
|||||||
- name: Install hvac
|
- name: Install hvac
|
||||||
run: |
|
run: |
|
||||||
pip install hvac
|
pip install hvac
|
||||||
export LD_LIBRARY_PATH=/lib64:/lib:$LD_LIBRARY_PATH
|
apt-get update && apt-get install -y libc6 libc6-dev
|
||||||
echo ${LD_LIBRARY_PATH}
|
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
@@ -168,10 +163,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: /opt/hostedtoolcache/vault/1.18.0/x64
|
path: /opt/hostedtoolcache/vault/1.18.0/x64
|
||||||
key: vault-${{ runner.os }}-1.18.0
|
key: vault-${{ runner.os }}-1.18.0
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: 3.11
|
|
||||||
- name: Install Ansible
|
- name: Install Ansible
|
||||||
uses: alex-oleshkevich/setup-ansible@v1.0.1
|
uses: alex-oleshkevich/setup-ansible@v1.0.1
|
||||||
with:
|
with:
|
||||||
@@ -181,8 +172,7 @@ jobs:
|
|||||||
- name: Install hvac
|
- name: Install hvac
|
||||||
run: |
|
run: |
|
||||||
pip install hvac
|
pip install hvac
|
||||||
export LD_LIBRARY_PATH=/lib64:/lib:$LD_LIBRARY_PATH
|
apt-get update && apt-get install -y libc6 libc6-dev
|
||||||
echo ${LD_LIBRARY_PATH}
|
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user