Skip to content
Snippets Groups Projects
Commit a7c46b7c authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: make Gateway and Netmask configurable using vars/network.yml

parent 737131e6
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)' ...@@ -14,7 +14,7 @@ keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)'
lang de_DE.UTF-8 lang de_DE.UTF-8
# Network information # Network information
network --bootproto=static --device=ens192 --ethtool="autoneg on" --gateway=212.201.61.1 --ip={{ item.ip_address }} --nameserver=194.95.142.157,194.95.142.203,194.95.142.200 --netmask=255.255.255.192 --ipv6=auto --activate network --bootproto=static --device=ens192 --ethtool="autoneg on" --gateway={{ item.gateway }} --ip={{ item.ip_address }} --nameserver=194.95.142.157,194.95.142.203,194.95.142.200 --netmask={{ item.netmask }} --ipv6=auto --activate
network --hostname={{ item.hostname }}.slub-dresden.de network --hostname={{ item.hostname }}.slub-dresden.de
repo --name="Server-HighAvailability" --baseurl=file:///run/install/repo/addons/HighAvailability repo --name="Server-HighAvailability" --baseurl=file:///run/install/repo/addons/HighAvailability
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment