Skip to content

Commit 3d9f1cf

Browse files
committed
[multiple] Add cifmw_nolog variable to group_vars/all.yml
Its default value is set to true to avoid logging of sensitive data by default. It can be overridden by setting it to false. Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
1 parent ec57d7f commit 3d9f1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

group_vars/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ cifmw_installyamls_repos_relative: src/github.com/openstack-k8s-operators/instal
1010
cifmw_installyamls_repos: "{{ ansible_user_dir }}/{{ cifmw_installyamls_repos_relative }}"
1111
cifmw_architecture_repo_relative: src/github.com/openstack-k8s-operators/architecture
1212
cifmw_architecture_repo: "{{ ansible_user_dir }}/{{ cifmw_architecture_repo_relative }}"
13+
cifmw_nolog: true # set to false to enable logging of sensitive data

0 commit comments

Comments
 (0)