Add 'cloudbox' configuration.
This commit is contained in:
parent
d203da49c2
commit
b1af7d31ec
16 changed files with 200 additions and 0 deletions
7
roles/systemd-networkd/templates/20-static.network.j2
Normal file
7
roles/systemd-networkd/templates/20-static.network.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Match]
|
||||
Name={{ if_lan }}
|
||||
|
||||
[Network]
|
||||
Address={{ ipaddr }}
|
||||
Gateway={{ gateway }}
|
||||
DNS={{ DNS }}
|
Loading…
Add table
Add a link
Reference in a new issue