1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/host_vars/runner1.archlinux.org
Frederik Schwan 018df250c1
fix network of runner1.archlinux.org
Do not use asterisk on network devices to prevent IP address collisions
on networks. Also use the right network mask for the assigned network.
For runner1 we need to ignore RAs since those routes don't work.
2020-12-12 21:45:34 +01:00

358 B

hostname: "runner1.archlinux.org"

ipv4_address: "84.17.49.250" ipv4_netmask: "/24" ipv4_gateway: "84.17.49.254" ipv6_address: "2a02:6ea0:c719::2" ipv6_netmask: "/64" ipv6_gateway: "2a02:6ea0:c719::1337" ipv6_ignore_ra: true filesystem: "btrfs" network_interface: "ens1f1" system_disks:

  • /dev/sda
  • /dev/sdb

raid_level: "raid1"

configure_network: true