[test last]

This commit is contained in:
2025-11-11 17:06:51 +01:00
parent 9586927710
commit 697a95c544
2 changed files with 6 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
#! fin test #! fin test
- name: Obtenir le session token - name: bitwarden token session
ansible.builtin.command: ansible.builtin.command:
cmd: "{{ item }}" cmd: "{{ item }}"
environment: environment:
@@ -57,6 +57,10 @@
environment: environment:
BW_SESSION: "{{ bw_session_result.results[-1].stdout }}" BW_SESSION: "{{ bw_session_result.results[-1].stdout }}"
- name: logout
ansible.builtin.command:
cmd: bw logout
# - name: Return all secrets from a path # - name: Return all secrets from a path
# delegate_to: localhost # delegate_to: localhost
# ansible.builtin.debug: # ansible.builtin.debug:

View File

@@ -5,6 +5,7 @@ collections:
# - name: ansible.utils # - name: ansible.utils
# # - name: community.grafana # # - name: community.grafana
- name: community.docker - name: community.docker
- name: community.general.bitwarden
# # - 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