mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
Update issue templates with suggestion to exclude Galaxy server secrets and general reminder (#85481)
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -105,7 +105,8 @@ body:
|
||||
label: Configuration
|
||||
description: >-
|
||||
Paste verbatim output from `ansible-config dump --only-changed -t all` below, under the prompt line.
|
||||
(if using a version older than ansible-core 2.12 you should omit the '-t all')
|
||||
Remember to redact secret values. You can easily filter Galaxy server secrets using grep,
|
||||
for example `ansible-config dump --only-changed -t all | grep -Ev 'token|password|client_secret'`.
|
||||
Please don't wrap it with triple backticks — your
|
||||
whole input will be turned into a code snippet automatically.
|
||||
render: console
|
||||
|
||||
@@ -130,6 +130,8 @@ body:
|
||||
label: Configuration
|
||||
description: >-
|
||||
Paste verbatim output from `ansible-config dump --only-changed -t all` below, under the prompt line.
|
||||
Remember to redact secret values. You can easily filter Galaxy server secrets using grep,
|
||||
for example `ansible-config dump --only-changed -t all | grep -Ev 'token|password|client_secret'`.
|
||||
(if using a version older than ansible-core 2.12 you should omit the '-t all')
|
||||
Please don't wrap it with triple backticks — your
|
||||
whole input will be turned into a code snippet automatically.
|
||||
|
||||
Reference in New Issue
Block a user