Created
October 19, 2016 20:57
-
-
Save rtluckie/3bedc813f896ec95f364bee9535859d9 to your computer and use it in GitHub Desktop.
shh
This file contains hidden or 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 | |
users: | |
- name: core | |
groups: [docker,sudo] | |
ssh-authorized-keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDLvD/MRhTwis2uKmTIje1gJzAvj1GQyh78tIp0T+Eq4vZmFvqaOU25/XBVctwHUAt8I/Y1C+DvaTCz0XdScMgpFmAzTMRCD/XZRzRouZVNizUIvrkP4D8UwuoU1D/iiFJ8+gkBwuT2e+gh3azpuKq8nQC+xKc5pPB2Z+hw9IIjOXyCZFiUx/TrwbqoT9vrVSLH0n7tgPhVjOvBP7EHAldD0zv0pzY21VJrNjOakBOcrLeIfKgbFfmugRo4lpqdImbNPgJOe/1NR/86fC1/CN+nwpKf1Mt6kxfGgRh4j+QIVN8FhIpLG5pc4p6qqPY+zC71SSvrrJuwI21crIbVp1w0ayRy216qnCoir3V7GClq96/pBNhO0DY0zybUobTz3KOY1g5VN8gGmGJOkfXL0J1XwwM4Xri0uACu8o8O+lWeYnqhHkGvKTWxV1S5jPkYZa88sSv8DtVKFb7yF/yAX6gcAVt3vRdCNrjZUuvKscySO3vFpwhdxmK+edMJuxHQXm/W6oobFHpT6EOqficpZD8Nu5RLFUlquDoFhEDEUbXACxwMFWQO6sG3EEOdZbzHqZ1jyRbbrPgj7M8Lhb7eFLnOK8910cfQKKVEc7SxGSkkWB+DEy9X6NOAEQ/la0iMRHnvQnNF2/FE69/Eb/KiLujgJ9jbl1296isGMCi8/5tqDw== [email protected] | |
coreos: | |
units: | |
- name: coreos-install.service | |
command: start | |
content: | | |
[Unit] | |
Description=Install to disk | |
[Service] | |
Type=oneshot | |
ExecStart=/bin/sh -c "coreos-install -d /dev/sda -C stable" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment