8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
|
Description='A basic static ethernet connection'
|
||
|
Interface={{ ipinterface }}
|
||
|
Connection=ethernet
|
||
|
IP=static
|
||
|
Address=('{{ ip }}/24')
|
||
|
Gateway='{{ router }}'
|
||
|
DNS=('{{ dns }}')
|