Last active
June 5, 2019 13:02
-
-
Save shawngmc/aab3f14f101c810ef254b0f10cd69d74 to your computer and use it in GitHub Desktop.
Cloud Config for Rancher
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 | |
hostname: boxboat | |
rancher: | |
network: | |
interfaces: | |
eth*: | |
dhcp: true | |
dns: | |
nameservers: | |
- 8.8.8.8 | |
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEA5PdQwo/+u/IfLp6Q2TKKqzSqt4/lVikcKcheOqwJju9YW3kzp+gZhFn3WDQhPSHi//gCFjPToURPQ1zZESWY88/cgtwJHyqAheVLoGz2QkAHK7YKshYeuZ/g4weNwDahwC8Dhyo+UJU7IGS3yQpc2J+ORXr40BIxdUlQ+HwWl7YLY/Z07SRVgxH6Ye+tS8US4T4d8K9v6dwuCvBYgiT8SOy7PmDPv/EW33XriqSoR0qTAxA8M6DUnsZkDhj49kDSh3Q+YR2pQQ30FEi5o0A1BBvbb8QJtI9obGwBiBY1Qf4Jkejp2FDcBph4DzVSQObkdiUPSVS3Uc2kD7JoL7Brtw== [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment