diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4b8f97e4ca1..0ee8b9b4e97 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index b854d877f8a..6b2e4a5015f 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -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.