Skip to content

Instantly share code, notes, and snippets.

@keymon
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save keymon/bc632206cd0f908fbc9c to your computer and use it in GitHub Desktop.

Select an option

Save keymon/bc632206cd0f908fbc9c to your computer and use it in GitHub Desktop.
Testing coreos cloudinit
#cloud-config
#
coreos:
units:
- name: static.network
runtime: yes
content: |
[Match]
Name=en*
[Network]
DHCP=no
Gateway=192.168.1.1
Address=192.168.1.5/24
DNS=8.8.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment