Skip to content

Commit 5ab0652

Browse files
committed
fix: update provision-cluster-tls-sasl playbook
1 parent 9bd36e8 commit 5ab0652

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ansible/provision-cluster-tls-sasl.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# Redpanda version
66
redpanda_version: latest
77

8-
# Disable no_log for debugging
9-
redpanda_broker_no_log: false
10-
118
# TLS configuration
129
root_ca_dir: "{{ playbook_dir }}/tls/ca"
1310
enable_tls: true
@@ -16,6 +13,7 @@
1613
handle_cert_install: true
1714
ca_cert_file: "tls/ca/ca.crt"
1815
node_cert_file: "tls/certs/{{ ansible_hostname }}/node.crt"
16+
cloud_storage_credentials_source: "aws_instance_metadata"
1917

2018
# SASL configuration
2119
kafka_enable_authorization: true
@@ -67,3 +65,4 @@
6765
- name: Install and start redpanda
6866
ansible.builtin.include_role:
6967
name: redpanda.cluster.redpanda_broker
68+
when: not skip_node | default(false) | bool

0 commit comments

Comments
 (0)