mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-08 13:13:48 -05:00
14 lines
458 B
JSON
14 lines
458 B
JSON
{
|
|
"yaml.schemas": {
|
|
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/playbook": "file:///Users/natelandau/repos/ansible-homelab-config/main.yml"
|
|
},
|
|
"files.associations": {
|
|
"**/tasks/*.yml": "ansible",
|
|
"**/handlers/*.yml": "ansible",
|
|
"main.yml": "ansible",
|
|
"inventory.yml": "ansible",
|
|
"default_variables.yml": "ansible",
|
|
"vault.yml": "ansible"
|
|
}
|
|
}
|