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")
23 lines
551 B
YAML
23 lines
551 B
YAML
hostname: "repro3.pkgbuild.com"
|
|
|
|
ipv4_address: "147.75.84.133"
|
|
ipv4_netmask: "/31"
|
|
ipv6_address: "2604:1380:4601:7d00::1"
|
|
ipv6_netmask: "/127"
|
|
ipv4_gateway: "147.75.84.132"
|
|
ipv6_gateway: "2604:1380:4601:7d00::"
|
|
filesystem: "btrfs"
|
|
network_interface: "enp1s0f0np0"
|
|
system_disks:
|
|
- /dev/sda
|
|
configure_network: true
|
|
|
|
# there is a big swap partition; avoid zram and rely on zswap instead
|
|
enable_zram_swap: false
|
|
|
|
rebuilderd_workers:
|
|
- repro31
|
|
- repro32
|
|
wireguard_address: 10.0.0.40
|
|
wireguard_public_key: wG9TkWIw+g0WvOWChIqllpIh3+DjIDKy0XYh+pM+CS4=
|