mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-04 12:41:41 +00:00
8 lines
216 B
YAML
8 lines
216 B
YAML
#cloud-config
|
|
runcmd:
|
|
- [ ls, -l, / ]
|
|
- [ sh, -xc, "echo $(date) ': hello world!'" ]
|
|
- [ sh, -c, echo "=========hello world'=========" ]
|
|
- ls -l /root
|
|
- [ wget, "http://slashdot.org", -O, /tmp/index.html ]
|