1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 13:02:31 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Florian Pritz
4366b9b070
Manage zabbix host configuration via ansible
This currently deploys the same configuration we used to have apart from
some '127.0.0.1' IPs for the agent IP, but those were incorrect anyways.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-25 17:10:50 +01:00
Phillip Smith
f73d2d0d3f set variables to enable firewall 2018-08-17 10:32:35 +10:00
Florian Pritz
891e729c8d borg-client: Adapt for FQDN
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-06 20:52:42 +02:00
Florian Pritz
71cd6fff20
Consolidate installation playbook
Hostnames are now set in host_vars and the same playbook is used for
all hosts. If one host needs to be reinstalled the playbook can be run
with "--limit $hostname".

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-05 20:08:39 +02:00
Evangelos Foutras
da1ad3f6db common: allow configuring default qdisc
BBR needs to be used with the fq qdisc, so allow configuring the default
qdisc and set it to "fq" on soyuz (switched to BBR in a previous commit).
2017-04-21 08:06:49 +03:00
Evangelos Foutras
c3f3fd11c6 common: allow configuring tcp congestion control
Also set it to BBR on soyuz because it seems to greatly increase my
download speeds from mirror.pkgbuild.com; example download results:

   CUBIC: 60.75M in 28s (2.18 MB/s)
     BBR: 60.75M in 12s (5.12 MB/s)

BBR gets to my line's max rate very fast while CUBIC struggles and only
very slowly scales up. Not sure if my ISP is to blame but seeing as BBR
works so well, we might as well use it.
2017-04-17 17:03:42 +03:00
Giancarlo Razzolini
7423b21e12
host_vars/*: Split the netmask into a separate variable 2017-01-01 17:52:31 -02:00
Florian Pritz
114a892868
Fill in soyuz IPs
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-22 11:48:34 +02:00
Jan Alexander Steffens (heftig)
e9fbb88c98
Lay some groundwork for soyuz 2016-09-22 09:25:33 +02:00