[test last]

This commit is contained in:
2025-11-11 19:51:23 +01:00
parent 0a71da03ac
commit 2cf5267564
2 changed files with 15 additions and 4 deletions

View File

@@ -28,9 +28,19 @@
###! DOCKER COMPOSE FILE ###! DOCKER COMPOSE FILE
############ ############
# - debug: # apk add --no-cache rust
# msg: "{{ bw_client_id }}" # pip install bitwarden-sdk
# # delegate_to: localhost
# export BWS_ACCESS_TOKEN=<ACCESS_TOKEN_VALUE>
# database_password: "{{ lookup('bitwarden.secrets.lookup', '<SECRET_ID>') }}"
#! ants - gouv
- debug:
msg: "{{ lookup('bitwarden.secrets.lookup', 'cc0c7222-858d-44be-86ab-e0534b6f34a9') }}"
environment:
BW_CLIENTID: "{{ bw_client_id }}"
BWS_ACCESS_TOKEN: "{{ bw_client_secret }}"
BW_PASSWORD: "{{ bw_client_password }}"
# #! fin test # #! fin test
# - name: Check if bw is installed # - name: Check if bw is installed
# command: which bw # command: which bw

View File

@@ -6,7 +6,8 @@ collections:
# # - name: community.grafana # # - name: community.grafana
- name: community.docker - name: community.docker
#! bitwarden #! bitwarden
- name: community.general - name: bitwarden.secrets
# - name: community.general
# # - name: geerlingguy.redis # # - name: geerlingguy.redis
# # - name: git+https://github.com/netways/ansible-collection-elasticstack.git # # - name: git+https://github.com/netways/ansible-collection-elasticstack.git
# # - name: elastic.elasticsearch # # - name: elastic.elasticsearch