initial bootstrapping workflow
This commit is contained in:
parent
f2f99a932d
commit
5ad30d3343
11 changed files with 129 additions and 36 deletions
7
roles/base/templates/interfaces.j2
Normal file
7
roles/base/templates/interfaces.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
auto eth0
|
||||
iface eth0 inet static
|
||||
address {{ static_ip }}
|
||||
broadcast {{ broadcast_ip }}
|
||||
netmask 255.255.255.0
|
||||
gateway {{ router_ip }}
|
||||
dns-nameservers {{ router_ip }} 8.8.8.8
|
||||
Loading…
Add table
Add a link
Reference in a new issue