Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions roles/kafka_broker/tasks/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
retries: "{{ mds_retries }}"
delay: 5
ignore_errors: true
no_log: "{{mask_secrets|bool}}"
when:
- rbac_enabled|bool and not external_mds_enabled|bool
# Skip if any previous check failed
Expand Down
1 change: 1 addition & 0 deletions roles/kafka_broker/tasks/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
'super.users': super_users
}
) }}"
no_log: "{{mask_secrets|bool}}"

# store the original Controller properties when Controller and Broker colocated
- set_fact:
Expand Down
1 change: 1 addition & 0 deletions roles/kafka_broker/tasks/set_controller_principal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'super.users': hostvars[controller_host]['super_users'] + ';' + broker_principals
}
) }}"
no_log: "{{mask_secrets|bool}}"

- name: Create Kafka Controller Config
include_role:
Expand Down
1 change: 1 addition & 0 deletions roles/kafka_controller/tasks/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'super.users': super_users
}
) }}"
no_log: "{{mask_secrets|bool}}"

- name: Create SSL Certificate Directory
file:
Expand Down