mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
hostname: "build.archlinux.org"
|
|
network_interface: "enp195s0"
|
|
ipv4_address: "135.181.138.48"
|
|
ipv4_netmask: "/32"
|
|
ipv6_address: "2a01:4f9:3a:120f::2"
|
|
ipv6_netmask: "/128"
|
|
ipv4_gateway: "135.181.138.1"
|
|
ipv6_gateway: "fe80::1"
|
|
filesystem: btrfs
|
|
system_disks:
|
|
- /dev/nvme0n1
|
|
|
|
archbuild_fs: 'btrfs'
|
|
wireguard_address: 10.0.0.18
|
|
wireguard_public_key: /P8QGSFgvRETkYdsvAtNQWWT3pE7FpouCz+x1N4yIm4=
|