Set up Ansible homelab infrastructure

- Inventory based on tailscale
- Structure of the project
This commit is contained in:
Damien
2026-06-01 10:02:17 +02:00
commit cfacc40854
13 changed files with 105 additions and 0 deletions

16
.zed/settings.json Normal file
View File

@@ -0,0 +1,16 @@
{
"lsp": {
"ansible": {
"settings": {
"python": {
"interpreterPath": ".venv/bin/python",
},
"validation": {
"lint": {
"path": ".venv/bin/ansible-lint",
},
},
},
},
},
}