mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-06-16 02:25:51 +00:00
77ae5cafe0
add missing examples remove unsupported examples
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 ]
|