mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 00:22:14 +02:00
Update config dumping info to include 'all info' (#77802)
This commit is contained in:
@@ -119,15 +119,15 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Configuration
|
label: Configuration
|
||||||
description: >-
|
description: >-
|
||||||
Paste verbatim output from `ansible-config dump --only-changed`
|
Paste verbatim output from `ansible-config dump --only-changed -t all`
|
||||||
below, under the prompt line.
|
below, under the prompt line.
|
||||||
Please don't wrap it with tripple backticks — your
|
Please don't wrap it with tripple backticks — your
|
||||||
whole input will be turned into a code snippet automatically.
|
whole input will be turned into a code snippet automatically.
|
||||||
render: console
|
render: console
|
||||||
value: |
|
value: |
|
||||||
$ ansible-config dump --only-changed
|
$ ansible-config dump --only-changed -t all
|
||||||
placeholder: |
|
placeholder: |
|
||||||
$ ansible-config dump --only-changed
|
$ ansible-config dump --only-changed -t all
|
||||||
DEFAULT_GATHERING(~/src/github/ansible/ansible/ansible.cfg) = smart
|
DEFAULT_GATHERING(~/src/github/ansible/ansible/ansible.cfg) = smart
|
||||||
DEFAULT_HOST_LIST(~/src/github/ansible/ansible/ansible.cfg) = ['~/src/github/ansible/ansible/hosts']
|
DEFAULT_HOST_LIST(~/src/github/ansible/ansible/ansible.cfg) = ['~/src/github/ansible/ansible/hosts']
|
||||||
DEFAULT_VAULT_PASSWORD_FILE(~/src/github/ansible/ansible/ansible.cfg) = ~/src/github/ansible/ansible/vault/print-password.sh
|
DEFAULT_VAULT_PASSWORD_FILE(~/src/github/ansible/ansible/ansible.cfg) = ~/src/github/ansible/ansible/vault/print-password.sh
|
||||||
|
|||||||
@@ -129,15 +129,15 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Configuration
|
label: Configuration
|
||||||
description: >-
|
description: >-
|
||||||
Paste verbatim output from `ansible-config dump --only-changed`
|
Paste verbatim output from `ansible-config dump --only-changed -t all`
|
||||||
below, under the prompt line.
|
below, under the prompt line.
|
||||||
Please don't wrap it with tripple backticks — your
|
Please don't wrap it with tripple backticks — your
|
||||||
whole input will be turned into a code snippet automatically.
|
whole input will be turned into a code snippet automatically.
|
||||||
render: console
|
render: console
|
||||||
value: |
|
value: |
|
||||||
$ ansible-config dump --only-changed
|
$ ansible-config dump --only-changed -t all
|
||||||
placeholder: |
|
placeholder: |
|
||||||
$ ansible-config dump --only-changed
|
$ ansible-config dump --only-changed -t all
|
||||||
DEFAULT_GATHERING(~/src/github/ansible/ansible/ansible.cfg) = smart
|
DEFAULT_GATHERING(~/src/github/ansible/ansible/ansible.cfg) = smart
|
||||||
DEFAULT_HOST_LIST(~/src/github/ansible/ansible/ansible.cfg) = ['~/src/github/ansible/ansible/hosts']
|
DEFAULT_HOST_LIST(~/src/github/ansible/ansible/ansible.cfg) = ['~/src/github/ansible/ansible/hosts']
|
||||||
DEFAULT_VAULT_PASSWORD_FILE(~/src/github/ansible/ansible/ansible.cfg) = ~/src/github/ansible/ansible/vault/print-password.sh
|
DEFAULT_VAULT_PASSWORD_FILE(~/src/github/ansible/ansible/ansible.cfg) = ~/src/github/ansible/ansible/vault/print-password.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user