File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ gitlab_release: "ce.0"
5454**Please note:** If no GitLab version is specified the role will always install
5555the latest available GitLab package.
5656
57+ #### Do not display sensitive changes in diffs by default
58+
59+ ` ` ` yaml
60+ gitlab_hide_sensitive_changes : true
61+ ` ` `
62+
5763#### GPG Key URL
5864
5965URL to the GPG key that was used to sign the packages.
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ gitlab_release: ""
1111gitlab_gpg_key_url : " https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/gpgkey"
1212gitlab_gpg_key_id : " F6403F6544A38863DAA0B6E03F01618A51312F3F"
1313
14+ # Do not display sensitive changes in diffs by default
15+ gitlab_hide_sensitive_changes : true
16+
1417# Specify whether this is the GitLab primary node
1518gitlab_is_primary : false
1619
Original file line number Diff line number Diff line change 1414 mode : " 0600"
1515 backup : true
1616 when : " gitlab_secrets_file is defined"
17+ no_log : " {{ gitlab_hide_sensitive_changes }}"
1718 notify :
1819 - " Reconfigure Primary GitLab"
1920 - " Reconfigure Non Primary GitLab"
2627 owner : " root"
2728 group : " root"
2829 mode : " 0644"
30+ no_log : " {{ gitlab_hide_sensitive_changes }}"
2931 notify :
3032 - " Reconfigure Primary GitLab"
3133 - " Reconfigure Non Primary GitLab"
You can’t perform that action at this time.
0 commit comments