Initial commit: Add project structure and configuration

This commit is contained in:
2026-01-30 07:05:03 +00:00
parent d6d703f385
commit b3fde24267

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.yaml": "ansible",
"*.yml": "ansible"
}
}