forked from ansible/schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
26 lines (26 loc) · 891 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"python.testing.nosetestsEnabled": false,
"python.testing.promptToConfigure": false,
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": false,
"yaml.schemas": {
"./f/ansible-galaxy.json": ["examples/**/galaxy.yml"],
"./f/ansible-lint.json": [".ansible-lint", ".config/ansiblelint.yml"],
"./f/ansible-meta.json": ["meta/main.yml"],
"./f/ansible-requirements.json": ["requirements.yml"],
"./f/ansible-vars.json": [
"playbooks/vars/*.yml",
"vars/*.yml",
"defaults/*.yml",
"host_vars/*.yml",
"group_vars/*.yml"
],
"./f/ansible.json#/definitions/playbook": [
"playbooks/*.yml",
"playbooks/*.yaml"
],
"./f/ansible.json#/definitions/tasks": ["tasks/*.yml", "handlers/*.yml"],
"./f/molecule.json": ["molecule.yml"],
"./f/zuul.json": ["zuul.d/**/*.yml", "zuul.d/**/*.yaml"]
}
}