mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 20:00:51 +00:00
add comprehensive documentation (#9537)
This commit is contained in:
parent
605c11d43f
commit
1294b89fcb
71 changed files with 20793 additions and 0 deletions
17
docs/misc/cloud-init.func/CLOUD_INIT_FUNC_USAGE_EXAMPLES.md
Normal file
17
docs/misc/cloud-init.func/CLOUD_INIT_FUNC_USAGE_EXAMPLES.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue