[test last]

This commit is contained in:
2025-11-11 16:46:03 +01:00
parent 2456a8a57c
commit aff4efe6c5

View File

@@ -43,12 +43,17 @@
- bw config server {{ vaultwarden_url }}
- bw login --apikey
register: bw_session_result
- debug:
msg: "{{ bw_session_result }}"
#
- name: Utiliser le lookup
ansible.builtin.debug:
msg: "{{ lookup('community.general.bitwarden', 'Token full access gitea', field='password') }}"
environment:
BW_SESSION: "{{ bw_session_result.stdout }}"
# - name: Utiliser le lookup
# ansible.builtin.debug:
# msg: "{{ lookup('community.general.bitwarden', 'Token full access gitea', field='password') }}"
# environment:
# BW_SESSION: "{{ bw_session_result.stdout }}"
# - name: Return all secrets from a path
# delegate_to: localhost