Skip to content

Commit

Permalink
Merge pull request #219 from tmgstevens/include_sysctl_tls
Browse files Browse the repository at this point in the history
Add sysctl role else TLS clusters won't start
  • Loading branch information
hcoyote authored May 2, 2024
2 parents 4242d19 + bd48f8c commit 0a27460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/provision-tls-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
- name: Install and configure CA certs for running tls
ansible.builtin.include_role:
name: redpanda.cluster.demo_certs
- name: Install system prereqs
ansible.builtin.include_role:
name: redpanda.cluster.sysctl_setup
- name: Install system prereqs
ansible.builtin.include_role:
name: redpanda.cluster.system_setup
Expand Down

0 comments on commit 0a27460

Please sign in to comment.