|
|
|
@ -130,6 +130,8 @@ body:
|
|
|
|
label: Configuration
|
|
|
|
label: Configuration
|
|
|
|
description: >-
|
|
|
|
description: >-
|
|
|
|
Paste verbatim output from `ansible-config dump --only-changed -t all` below, under the prompt line.
|
|
|
|
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')
|
|
|
|
(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
|
|
|
|
Please don't wrap it with triple backticks — your
|
|
|
|
whole input will be turned into a code snippet automatically.
|
|
|
|
whole input will be turned into a code snippet automatically.
|
|
|
|
|