cleanup: remove docs/, update README & CONTRIBUTING, fix repo config (#13770)

This commit is contained in:
CanbiZ (MickLesk)
2026-04-15 15:39:19 +02:00
committed by GitHub
parent b2c0d7646e
commit 997e05dfb1
87 changed files with 296 additions and 26369 deletions

View File

@@ -1,17 +0,0 @@
# cloud-init.func Usage Examples
Examples for VM cloud-init configuration.
### Example: Basic Cloud-Init
```bash
#!/usr/bin/env bash
generate_cloud_init > cloud-init.yaml
setup_ssh_keys "$VMID" "$SSH_KEY"
apply_cloud_init "$VMID" cloud-init.yaml
```
---
**Last Updated**: December 2025