Skip to content

Instantly share code, notes, and snippets.

@axeal
Last active April 16, 2019 14:10
Show Gist options
  • Save axeal/091a2fe6f127e1c89102f60f0fc95646 to your computer and use it in GitHub Desktop.
Save axeal/091a2fe6f127e1c89102f60f0fc95646 to your computer and use it in GitHub Desktop.
rancheros-cloud-config
#cloud-config
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDCxe63//4ctYWj+BNev+Zx4yiyk/MJ8JOaIQb39QtmI56vrSnMbaYAogfpvRusFapRhJqcsfyW6qTl0mcQbPYFS9nVTLcfdt7gTDSzJRDeQJI4Y78L+tKuneD5RXxivqdVbLmzSpIix31nZ11DBPF/AES0zlr3qopSKVS7tbcxvESa/5JRe1kTBPVOWhBVmg8iKeuHW8vHPCchrPaF4x3Mx4/SgIVvmbTDrNy85dsbO5B8bjWDpwdXPU9xLzrPTr5nhhNSXIFPw6omDdJiNWTfLXizGJ6D2LbQw+m8aJIuGFDFp2/UiWHn9vH3Jx/AYWP4MCezX8fpbiDM9/ud6nmwNLUhKN4ZaXZhweyMgHiPPJnQ4B3fiTKJHnS4ma2S3BurOhoHfW0aregACKFGL+t8otCxtpxrJndmyOoRIoV2xIi6QCemcXanmI8J/+Yes3p+XZ4SZ7M4gGoRrDgaU3NMDVIYkuPEDdq3xcNRbKAAn6EMkPvYJOWO9ioEFsccX5oKn7ObPVI1LBZc1ZsGO4NsfFG8t+oa2MTECzoo9lVwbLy6Fk1qD52QnyI2o4PwTMVsyDMoRONdqFioUT2aj2xIwOHyCRwgDfpDqsefwiEj+uc3kcVLsv8BqKmnPvnpfhUpsl0b2/94qfN+Qu2ss+EdBVNlkl3Pq9bgHRjzY53h/Q==
mounts:
- ["/dev/sdb1", "/var/log", "ext4", ""]
- ["/dev/sdc1", "/var/lib/system-docker", "ext4", ""]
- ["/dev/sdd1", "/mnt/docker", "ext4", ""]
rancher:
state:
fstype: ext4
dev: /dev/sda1
docker:
graph: /mnt/docker
system_docker:
graph: /var/lib/system-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment