Last active
June 13, 2016 20:16
-
-
Save phaus/f349f1446297ba6aae05de79c61a30e4 to your computer and use it in GitHub Desktop.
that zone worked
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
{ | |
"alias": "ldap", | |
"hostname": "ldap", | |
"brand": "lx", | |
"kernel_version": "3.10.0", | |
"cpu_shares": 20, | |
"max_physical_memory": 512, | |
"quota": 5, | |
"image_uuid": "07b33b7a-27a3-11e6-816f-df7d94eea009", | |
"resolvers": [ | |
"8.8.8.8", | |
"8.8.4.4" | |
], | |
"nics": [ | |
{ | |
"nic_tag": "admin", | |
"ip": "192.168.168.200", | |
"netmask": "255.255.255.0", | |
"gateway": "192.168.168.1", | |
"primary": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment