Created
May 7, 2020 02:24
-
-
Save dontlaugh/495bffe958f783487e61003948e5de03 to your computer and use it in GitHub Desktop.
launch droplet
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: coleman | |
| groups: | |
| - wheel | |
| shell: /bin/bash | |
| sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
| ssh-authorized-keys: | |
| - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQD0Uu2q933pnM9v0h/BttYirmKtlI8aZCJJb0Pvg1E6VsFDqykPSZRwSHhesMfGc/3hEu7KgNoM+19jKkvX9nSa8P/ABCGuI7IC0UucCIfwwA4EKzhDIJ4XIvlG2caH/Mwpjwohnyns4SA/WN/tREGin5rcK6LJPXJ6A6fVSNeMFw5l8rFUXA4b5BpI9/Pn+8E2lGq6FYq70/+gq0z/R6thF7mwVQhOF9jQZNnaHXpCrMmo0Oht8EZbxETxGW+S8TSHqs82tdLIkmrdk3E65JBpWW3Uf20LAgWmWG5vhSOJxtbClHu5Xd+J2tIbyPfcYuhTsgD53T2OZiih0XmWVKmPEAI9VYOmKkRug+UBdkgNGRoPTAH3KflYLn1sufaukENKJtyX3IyocHlxqD60e9SOGI09wV2peaFxlBAyhr+DTdR7CqauM4a1IjLzm+Ti9zzPps5sJcUIs9AtR4rEwVtWg+aaRTlnMpPqS7dRyYkWdp6jft3ramFj9LjIMlDV7JXyGGP8uoWZxwgnYYqpgHR4jKpJpXJWmSwROvrnZeFnwtkdIeGj0L+ihOeREDEmGu48OYxstQxS53XRIm/JNuqmrzXOEIK/F29nNX8Ij2IXCbeo5UpIyXPP5exUWzeelGcGA9jOFgOyl4T8vZRF/Ulk1btX8FJIfpoYuAcUYU5IYw== | |
| - name: jeffmay | |
| groups: | |
| - wheel | |
| shell: /bin/bash | |
| sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
| ssh-authorized-keys: | |
| - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHthf74jb1xPavE36w9FIxOVHb6cQ4zBUYmhNBiFXdXsAyaLCoYm7ksQSZ1AtD6Kz6Xkvp6EsCUs87aXNHehmwBSmzQUcG6q14QnyV7vlHDRsIIABZaCsWmQfVU7jLfwzlicTOhj0TEiD8LCftamsSLbCozmDuiusVBsE4FhQn8SJdxhL55KT20btnbjgrno535uFzP2+sY0h+4+s53rVNXpie6S/E0jleSduP9L40fFFsk+UNzGWnGS//5wtgyNJBjFtc8NuRANCt67YAQIPdgv9EftQkceH8l0C/NCH5omQwuN5fND8JuosG4XSfOzEkOCxTf14dzFNc6UZSyObV | |
| - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN2oU0KSKPMyrCr0cxLrc1e2kWVX3yjszW4o/ywqyOjh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment