The cloud-init implementation in CoreOS is quite limited and will choke on `manage_etc_hosts: true`. Use `manage_etc_hosts: localhost` instead which is supported. This is also supported by the classic Python cloud-init implementation and the result is quite similar. Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>