-
-
Save bketelsen/ebf67dfa9d7615af446f to your computer and use it in GitHub Desktop.
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: app01 | |
coreos: | |
etcd: | |
addr: 10.0.130.10:4001 | |
peer-addr: 10.0.130.10:7001 | |
units: | |
- name: etcd.service | |
command: start | |
- name: fleet.service | |
command: start | |
- name: static.network | |
content: | | |
[Match] | |
Name=eno1 | |
[Network] | |
Address=10.0.130.10/24 | |
Gateway=10.0.130.1 | |
DNS=8.8.8.8 | |
DNS=8.8.4.4 | |
users: | |
- name: core | |
ssh-authorized-keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNbFnPhQvvO3wdmeNYOMPnXEzkXY7V9Uil3TZuowA8tw8oNDQSF0pymf6TyqRwN32BoyTbVwV+YLVKjBiCWktNRqZNfOL5rx5BEaBtw6QQMspyIcuM92ndxoRILCmRGVWZVyQzGtGLqH+Xun2r8pjQsXYE96BAaVenJHzVa7BvBSjpufMYziTzNuOzav8a6xbg5m0LnYMJLqOWEpSMsFlxHFrNkDF/lwU/WH3vItsKJkGBwmQ+AwZmZhMmfQPe+UYeuoeQ5scsuTVGURMZTURbgb4KN7dgxTBTfC3F8OkT8bcfuFKjH9GNCYa2zsjNpjeSFJVsZpmBM+CBsR+iBGlZ [email protected] | |
- groups: | |
- sudo | |
- docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment