[test last]
This commit is contained in:
16
backup.yml
16
backup.yml
@@ -28,9 +28,19 @@
|
||||
###! DOCKER COMPOSE FILE
|
||||
############
|
||||
|
||||
# - debug:
|
||||
# msg: "{{ bw_client_id }}"
|
||||
# # delegate_to: localhost
|
||||
# apk add --no-cache rust
|
||||
# pip install bitwarden-sdk
|
||||
|
||||
# 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
|
||||
# - name: Check if bw is installed
|
||||
# command: which bw
|
||||
|
||||
@@ -6,7 +6,8 @@ collections:
|
||||
# # - name: community.grafana
|
||||
- name: community.docker
|
||||
#! bitwarden
|
||||
- name: community.general
|
||||
- name: bitwarden.secrets
|
||||
# - name: community.general
|
||||
# # - name: geerlingguy.redis
|
||||
# # - name: git+https://github.com/netways/ansible-collection-elasticstack.git
|
||||
# # - name: elastic.elasticsearch
|
||||
|
||||
Reference in New Issue
Block a user