Created
January 23, 2016 13:58
-
-
Save lgoldstien/b09aa496721d48020355 to your computer and use it in GitHub Desktop.
Basic cloud config
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 | |
hostname: "core1" | |
users: | |
- name: "lawrence" | |
groups: | |
- "sudo" | |
- "docker" | |
passwd: "$6$rounds=4096$wnPq6hkbWVsqhsn3$HBjn9g12lk0mQjKMbqtgcgV6XaI.4SjbRgTNhg65SdQ2Fa/6acTdzKrubmEmt8qgSm7y9FYZLBxdK/24gB0Zn/" | |
ssh-authorized-keys: | |
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3CKpO+BrJjSKozMTGL7CJcThTLHa4TSfojtRnFVBicbkz5OphX0GW2cyZ/F8E/pMnn3OGr+SRickayoZpCbo4Mc/R2HFTOkaNHHAoBPICBWyPAU9dwx475Jnw0Bjaozo1eevtMpv1buGkQdQZlSXN+tEoZfmB85Crh3+9BTyXNxwxncoy488EN883TEJK2VypesiNY2TiXwVGeoZjxa08i0bU6Z68LkSclI8JmJAXw3EW2M7wfl0n8nQQ88ViyZ14d/pfi4CqkRuvsL8Kz4u+d0nT6YSzUkBqtNIxWme08whYiiRV1J+ZwmgXwkfoHIPUo35TjPhV6b3gPYYd0Qmh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment