kjuulh
055fdb2282
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
#cloud-config
|
|
runcmd:
|
|
- apt update
|
|
- apt install -y qemu-guest-agent neovim ranger
|
|
- systemctl start qemu-guest-agent
|
|
- systemctl enable --now sshd
|
|
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
|
|
|
|
|
|
fqdn: ${hostname}.${domain}
|