mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
With the last commit[1], we now lint the misc host_vars files and the indentation is off for some of the files. [1] b0f46412 ("Add missing .yml suffix to the misc host_vars files")
25 lines
485 B
YAML
25 lines
485 B
YAML
hostname: "repro2.pkgbuild.com"
|
|
|
|
ipv4_address: "212.102.38.209"
|
|
ipv4_netmask: "/24"
|
|
ipv4_gateway: "212.102.38.222"
|
|
ipv6_address: "2a02:6ea0:c238::2"
|
|
ipv6_netmask: "/128"
|
|
ipv6_gateway: "2a02:6ea0:c238::1337"
|
|
|
|
filesystem: "btrfs"
|
|
network_interface: "enp65s0f0"
|
|
|
|
system_disks:
|
|
- /dev/sda
|
|
- /dev/sdb
|
|
raid_level: "raid1"
|
|
|
|
rebuilderd_workers:
|
|
- repro21
|
|
- repro22
|
|
- repro23
|
|
- repro24
|
|
wireguard_address: 10.0.0.29
|
|
wireguard_public_key: PQDUQxGH6n3PY/dqlDk6DsSV5XBYQvJWJbVJldEuYic=
|