initial scaffold
This commit is contained in:
commit
5c2080a73b
31 changed files with 1244 additions and 0 deletions
8
terraform/cloud-init/network-config.yaml.tpl
Normal file
8
terraform/cloud-init/network-config.yaml.tpl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: 2
|
||||
ethernets:
|
||||
eth0:
|
||||
addresses:
|
||||
- ${ip}/${prefix_length}
|
||||
gateway4: ${gateway}
|
||||
nameservers:
|
||||
addresses: [${gateway}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue