Files
homelab-ansible/.zed/settings.json
Damien cfacc40854 Set up Ansible homelab infrastructure
- Inventory based on tailscale
- Structure of the project
2026-06-01 10:02:17 +02:00

17 lines
267 B
JSON

{
"lsp": {
"ansible": {
"settings": {
"python": {
"interpreterPath": ".venv/bin/python",
},
"validation": {
"lint": {
"path": ".venv/bin/ansible-lint",
},
},
},
},
},
}