Skip to content

Instantly share code, notes, and snippets.

@cutecycle
Created February 27, 2019 21:49
Show Gist options
  • Save cutecycle/152b9e25a635315bad1f930dcb5246d6 to your computer and use it in GitHub Desktop.
Save cutecycle/152b9e25a635315bad1f930dcb5246d6 to your computer and use it in GitHub Desktop.
network_interfaces:
lo:
type: loopback
'{{ ansible_default_ipv4.interface }}':
type: static
address: 169.50.214.36
netmask: 255.255.255.240
network: 169.50.214.32
broadcast: 169.50.214.255
gateway: 169.50.214.33
dns_nameservers: 10.0.80.11 10.0.80.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment