Skip to content

Commit

Permalink
chore(ci): add TLS vars in molecule converge
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Oct 30, 2024
1 parent dbc3d54 commit 4bf7288
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,15 @@
bareos_dir_plugins:
- director-python
bareos_dir_tls_enable: true
bareos_dir_tls_cert_src: "tls_files/molecule-test.pem"
bareos_dir_tls_ca_cert_src: "tls_files/molecule-ca.pem"
bareos_dir_tls_cert_key_src: "tls_files/molecule-test.key"
bareos_dir_tls_verify_peer: true
bareos_dir_tls_allowed_cns:
- "[email protected]"
- "[email protected]"
- role: adfinis.bareos_console
bareos_console_directors:
- name: bareos-dir
Expand Down

0 comments on commit 4bf7288

Please sign in to comment.