Created
July 8, 2016 09:50
-
-
Save youyo/06f7be44ef4e8b85a5e1c056343b6701 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 | |
| ssh_authorized_keys: | |
| - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClVm7p5ckjmscB4gfJrI9O9Pa7Wo/7VEVkkgACZut7xBDK7dpD2wsavCUe9s2Ll4jFDc4UjsvypgPYhAGu3k9tGb8v7ysPHC2ZMh1zCdqrvuNMl+w3EnoEJW9iY5/NgCT807TqW890CUww3rHAYyyB0msmN62UgHdELFQHWAa7wNcQeTPUG0r8FaxwTYiMAtKoHz9YQMQJdDrTd6UmOSBWx0SEyBk0RL5v9kWzz4hIsQV80psDcDoSxrj37fSkG3oZDu7sG2owjAaxG5bKgQ3g9e953LnGEiI8ywHVeerL/A1cZTWcoM91aqyiT3goLF7dQFzXzL3iw3OQN/BL3ExN | |
| hostname: coreos1 | |
| coreos: | |
| units: | |
| - name: 10-eth0.network | |
| content: | | |
| [Match] | |
| MACAddress=00:16:3e:66:98:9f | |
| [Network] | |
| Address=192.168.150.131/23 | |
| Gateway=192.168.150.1 | |
| DNS=8.8.8.8 | |
| - name: 10-eth1.network | |
| content: | | |
| [Match] | |
| MACAddress=00:16:3e:34:24:69 | |
| [Network] | |
| Address=10.10.0.131/23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment