]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-ansible.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-ansible.txt
1 ===============================================================================
2 ALE Ansible Integration                                   *ale-ansible-options*
3
4
5 ===============================================================================
6 ansible-language-server                           *ale-ansible-language-server*
7
8
9                                *ale-options.ansible_language_server_executable*
10                                      *g:ale_ansible_language_server_executable*
11                                      *b:ale_ansible_language_server_executable*
12 ansible_language_server_executable
13 g:ale_ansible_language_server_executable
14   Type: |String|
15   Default: `'ansible-language-server'`
16
17   Variable can be used to modify the executable used for Ansible language
18   server.
19
20                                    *ale-options.ansible_language_server_config*
21                                          *g:ale_ansible_language_server_config*
22                                          *b:ale_ansible_language_server_config*
23 ansible_language_server_config
24 g:ale_ansible_language_server_config
25   Type: |Dictionary|
26   Default: `'{}'`
27
28   Configuration parameters sent to the language server on start. Refer to the
29   ansible language server configuration documentation for list of available
30   options: https://als.readthedocs.io/en/latest/settings/
31
32
33 ===============================================================================
34 ansible-lint                                         *ale-ansible-ansible-lint*
35
36                                   *ale-options.ansible_ansible_lint_executable*
37                                         *g:ale_ansible_ansible_lint_executable*
38                                         *b:ale_ansible_ansible_lint_executable*
39 ansible_ansible_lint_executable
40 g:ale_ansible_ansible_lint_executable
41   Type: |String|
42   Default: `'ansible-lint'`
43
44   This variable can be changed to modify the executable used for ansible-lint.
45
46
47 ===============================================================================
48   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: