-
Notifications
You must be signed in to change notification settings - Fork 3
/
infrastructure.code-workspace
47 lines (47 loc) · 1.04 KB
/
infrastructure.code-workspace
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"folders": [
{
"path": "."
},
{
"path": "./ansible"
},
{
"path": "./terraform"
},
{
"path": "./cluster"
}
],
"settings": {
"cSpell.words": [
"alderaan",
"cloudflared",
"coruscant",
"dathomir",
"dnsmasq",
"homeassistant",
"ilum",
"jakku",
"kashyyyk",
"middlewares",
"mustafar",
"ryloth",
"traefik",
"unifi"
],
"files.associations": {
"*.j2": "nunjucks",
"*.yml.j2": "helm",
"*.yaml": "helm"
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.env": true
},
"yaml.schemas": {
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-vars.json": "/*_vars/*.yml"
}
}
}