github.com/SUSE/skuba@v1.4.17/ci/infra/aws/cloud-init/cloud-init.yaml.tpl (about) 1 #cloud-config 2 3 # set locale 4 locale: en_US.UTF-8 5 6 # set timezone 7 timezone: Etc/UTC 8 9 ssh_authorized_keys: 10 ${authorized_keys} 11 12 bootcmd: 13 - ip link set dev eth0 mtu 1400 14 15 runcmd: 16 ${register_scc} 17 ${register_rmt} 18 ${register_suma} 19 ${commands} 20 21 final_message: "The system is finally up, after $UPTIME seconds" 22