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.
6 lines
174 B
YAML
6 lines
174 B
YAML
archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}"
|
|
|
|
# raise tcp window limits to 32MiB
|
|
tcp_rmem: "10240 87380 33554432"
|
|
tcp_wmem: "10240 87380 33554432"
|