[test last]
This commit is contained in:
16
backup.yml
16
backup.yml
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user