feat: include template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
f137d7fadf
commit
7708a0cdf3
8
files/cloud_init_deb12.cloud_config
Normal file
8
files/cloud_init_deb12.cloud_config
Normal file
@ -0,0 +1,8 @@
|
||||
#cloud-config
|
||||
runcmd:
|
||||
- apt update
|
||||
- apt install -y qemu-guest-agent neovim ranger
|
||||
- systemctl start qemu-guest-agent
|
||||
- systemctl enable --now sshd
|
||||
|
||||
fqdn: ${hostname}.${domain}
|
Loading…
Reference in New Issue
Block a user