mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
8 lines
171 B
YAML
8 lines
171 B
YAML
#cloud-config
|
|
|
|
runcmd:
|
|
- snap install --classic kubectl terraform
|
|
- snap install lxd terraform
|
|
- snap install kubectl --classic
|
|
- snap install terraform --classic
|