1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/host_vars/gitlab.archlinux.org/misc
Evangelos Foutras 7fa11ed20c
Enable zram swap for gitlab.archlinux.org
Boxy seems to randomly restart after running out of memory. We do not
yet know the reason behind the increased memory usage, but zram might
help a bit.
2023-07-08 21:12:10 +03:00

18 lines
493 B
Plaintext

ansible_port: 2222
filesystem: btrfs
enable_zram_swap: true
additional_addresses: ["213.133.111.6/32", "2a01:4f8:222:174c::2/64"]
wireguard_address: 10.0.0.5
wireguard_public_key: EbZisS0fwM6B8Nkugy1lyox+A8L13hniucVIPVCK5R0=
hostname: "gitlab.archlinux.org"
network_interface: "en*"
ipv4_address: "213.133.111.15"
ipv4_netmask: "/32"
ipv6_address: "2a01:4f8:222:174c::1"
ipv6_netmask: "/64"
ipv4_gateway: "213.133.111.1"
ipv6_gateway: "fe80::1"
system_disks:
- /dev/nvme0n1
- /dev/nvme1n1