12 lines
170 B
YAML
12 lines
170 B
YAML
|
|
#cloud-config
|
||
|
|
package_update: true
|
||
|
|
package_upgrade: true
|
||
|
|
packages:
|
||
|
|
- curl
|
||
|
|
- wget
|
||
|
|
- git
|
||
|
|
- python3
|
||
|
|
- python3-pip
|
||
|
|
runcmd:
|
||
|
|
- hostnamectl set-hostname ${hostname}
|