Skip to content

Instantly share code, notes, and snippets.

@aryulianto
Created March 26, 2017 02:31
Show Gist options
  • Save aryulianto/3de542abd80fdedfcbc89d3b11669078 to your computer and use it in GitHub Desktop.
Save aryulianto/3de542abd80fdedfcbc89d3b11669078 to your computer and use it in GitHub Desktop.
#cloud-config
hostname: rancheros-99
rancher:
network:
interfaces:
eth*:
dhcp: true
eth0:
address: 10.1.1.99/24
gateway: 10.1.1.1
dns:
nameservers:
- 8.8.8.8
- 8.8.4.4
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ4IsTpPHSxIlI1ITN3yOydfgtFbSbIXcxm/Sw/96m6K9mI9ZgSiajhRYbxojd7SXG2Iduxva1AgamTKm9DX92tREuPXCzkzXFTBS8MNI3/9Ik56TeQlZ+ym0fYMgg9bf3YzXtA2AQIqdg8DW+8izAeYj2VmXk7AktlJnA7ssC/85s2jqBDzE/lPOsVn594RPTT3jKG1VPM36a11afmf0fo9wMz3cgDG//QCSyYLrNvBgT9Azj/PTg3mExasUfpVyno6rB2pGp+qmauu6ngjaIVgRrWowtzRNKQ6UEwYq5uZMgkT3UrrXvbIG1bIiXYEQ1pvz/BJYvmnvD1Wo1UAtF ary@zakumi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment