Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
update settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
priyamsahoo committed Oct 1, 2022
1 parent 3cde4d6 commit cce2a5d
Showing 1 changed file with 28 additions and 25 deletions.
53 changes: 28 additions & 25 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ Toggle usage of fully qualified collection names (FQCN) when inserting module na
_default value:
`true`_

- **ansible.ansibleLint.enabled**:
Toggle usage of ansible-lint \
_default value:
`true`_

- **ansible.ansibleLint.path**:
Path to the ansible-lint executable \
_default value:
`ansible-lint`_

- **ansible.ansibleLint.arguments**:
Optional command line arguments to be appended to ansible-lint invocation \
_default value:
`""`_

- **ansible.python.interpreterPath**:
Path to the python/python3 executable. This settings may be used to make the extension work with ansible and ansible-lint installations in a python virtual environment \
_default value:
Expand Down Expand Up @@ -68,6 +53,16 @@ _default value:
Extra parameters passed to the container engine command example: '--net=host' \
_default value:
`""`_
- **ansible.executionEnvironment.volumeMounts**:
- **src**: The name of the local volume or path to be mounted within execution environment. \
_default value:
`""`_
- **dest**: The path where the file or directory are mounted in the container. \
_default value:
`""`_
- **options**: The field is optional, and is a comma-separated list of options, such as ro,Z \
_default value:
`""`_

- **ansible.completion.provideRedirectModules**:
Toggle redirected module provider when completing modules \
Expand All @@ -79,14 +74,22 @@ Toggle alias provider when completing module options \
_default value:
`true`_

- **ansible.executionEnvironment.volumeMounts**:
- **src**: The name of the local volume or path to be mounted within execution environment. \
_default value:
`""`_
- **dest**: The path where the file or directory are mounted in the container. \
_default value:
`""`_
- **options**: The field is optional, and is a comma-separated list of options, such as ro,Z \
_default value:
`""`_
- **ansible.validation.enabled**:
Toggle validation provider. If enabled and ansible-lint is disabled, validation falls back to ansible-playbook --syntax-check \
_default value:
`true`_

- **ansible.validation.lint.enabled**:
Toggle usage of ansible-lint \
_default value:
`true`_

- **ansible.validation.lint.path**:
Path to the ansible-lint executable \
_default value:
`ansible-lint`_

- **ansible.validation.lint.arguments**:
Optional command line arguments to be appended to ansible-lint invocation \
_default value:
`""`_

0 comments on commit cce2a5d

Please sign in to comment.