This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |