Refs #8025 Rol debian-bas. bacula task - Configure master cert directly to passbolt without global variable

This commit is contained in:
Xavi Lleó 2024-10-16 16:18:22 +02:00
parent ddfa6cdef9
commit 39c493c306
2 changed files with 1 additions and 2 deletions

View File

@ -56,5 +56,4 @@ master_cert_content: |
iNu7ZG2Ke7ai4wkIKiUpugWK/f2bXNY36/HJeoN9cKrfVQzh6jsoplj5qc7GtzQK
vbLOVOOXArPis1naT1aW5s/At2NaNpA3a9HjauzZgfIiU+ekIWEccU0OyRGxCGA=
-----END CERTIFICATE-----
private_key_content: "{{ lookup(passbolt, 'fd-cert.pem', folder_parent_id=passbolt_folder).description }}"
vn_witness: false

View File

@ -38,7 +38,7 @@
mode: u=rw,g=r,o=r
- name: Configure master cert
copy:
content: "{{ private_key_content }}"
content: "{{ lookup(passbolt, 'fd-cert.pem', folder_parent_id=passbolt_folder).description }}"
dest: /etc/bacula/fd-cert.pem
owner: root
group: bacula