We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd36e8 commit 5ab0652Copy full SHA for 5ab0652
1 file changed
ansible/provision-cluster-tls-sasl.yml
@@ -5,9 +5,6 @@
5
# Redpanda version
6
redpanda_version: latest
7
8
- # Disable no_log for debugging
9
- redpanda_broker_no_log: false
10
-
11
# TLS configuration
12
root_ca_dir: "{{ playbook_dir }}/tls/ca"
13
enable_tls: true
@@ -16,6 +13,7 @@
16
handle_cert_install: true
17
14
ca_cert_file: "tls/ca/ca.crt"
18
15
node_cert_file: "tls/certs/{{ ansible_hostname }}/node.crt"
+ cloud_storage_credentials_source: "aws_instance_metadata"
19
20
# SASL configuration
21
kafka_enable_authorization: true
@@ -67,3 +65,4 @@
67
65
- name: Install and start redpanda
68
66
ansible.builtin.include_role:
69
name: redpanda.cluster.redpanda_broker
+ when: not skip_node | default(false) | bool
0 commit comments