File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ amq_streams_broker_tls_truststore_password: PLEASE_CHANGEME_IAMNOTGOOD_FOR_PRODU
100100# Truststore for Clients
101101amq_streams_broker_tls_truststore_client_dir : /tmp
102102amq_streams_broker_tls_truststore_client : client.truststore.jks
103+ amq_streams_broker_tls_truststore_client_require_priv_escalation : yes
103104amq_streams_broker_tls_truststore_client_location : /opt
104105amq_streams_broker_tls_truststore_client_password : PLEASE_CHANGEME_IAMNOTGOOD_FOR_PRODUCTION
105106amq_streams_broker_admin_cli_log4j_opts : " "
Original file line number Diff line number Diff line change 2424 - not bootstrap_server_port is defined
2525
2626- name : " Copy Client Truststore with certificates"
27+ become : " {{ amq_streams_broker_tls_truststore_client_require_priv_escalation }}"
2728 ansible.builtin.copy :
2829 src : " {{ amq_streams_broker_tls_truststore_client_dir }}/{{ amq_streams_broker_tls_truststore_client }}"
2930 dest : " {{ amq_streams_broker_tls_truststore_client_location }}/{{ amq_streams_broker_tls_truststore_client }}"
You can’t perform that action at this time.
0 commit comments