ansible: Add configurable path prefix for the internal certificate
[lttng-ci.git] / automation / ansible / roles / common / defaults / main.yml
index 70a3e63bc27cbe3824af927815f01653eea0668b..ef157af5936f56d80f4c04743158c91bbca10c63 100644 (file)
@@ -1,2 +1,5 @@
 ---
 unattended_upgrades: true
+common_certificate_cert_path_prefix: '/etc/ssl/certs'
+common_certificate_key_path_prefix: '/etc/ssl/private'
+common_certificate_deploy_combined_pem: true
This page took 0.022923 seconds and 4 git commands to generate.