Skip to content

Instantly share code, notes, and snippets.

@Sovenger
Sovenger / pxe-cloud-config_internal-network.yml
Last active February 21, 2017 04:58
This is a cloud-config example from a working PXE boot to disk installation for CoreOS
#cloud-config
#Credit: many portions of this config came from the great work detailed here by:
#Behner, brianclements, Metamogul and especially crawford for the cloud-config inside a cloud-config idea:
#https://github.com/coreos/coreos-cloudinit/issues/205
ssh_authorized_keys:
- ssh-rsa <core user key goes here>
#This writes a cloud-config to the PXE booted system that