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")
18 lines
397 B
YAML
18 lines
397 B
YAML
hostname: "repos.archlinux.org"
|
|
|
|
ipv4_address: "168.119.141.106"
|
|
ipv4_netmask: "/32"
|
|
ipv6_address: "2a01:4f8:251:598::"
|
|
ipv6_netmask: "/64"
|
|
ipv4_gateway: "168.119.141.65"
|
|
ipv6_gateway: "fe80::1"
|
|
filesystem: "btrfs"
|
|
system_disks:
|
|
- /dev/nvme0n1
|
|
- /dev/nvme1n1
|
|
- /dev/nvme2n1
|
|
raid_level: "raid1"
|
|
|
|
wireguard_address: 10.0.0.45
|
|
wireguard_public_key: MDt3DqmYppnV81CFHLII1O80BWFGYeGGNrDWlQcX5H8=
|