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

16 Commits

Author SHA1 Message Date
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
89eade3dda
mirrors: Deploy mirrorchecker
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-06 20:07:00 +02:00
Bartłomiej Piotrowski
1017ccebc6 Move common mirror settings to group_vars 2017-09-06 10:55:34 +02:00
Bartłomiej Piotrowski
bc54e0950e Add host_vars for new mirrors 2017-09-06 10:01:07 +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
Bartłomiej Piotrowski
61ac2a661b Configure Mexican mirror 2017-09-05 14:29:11 +02:00
Evangelos Foutras
573bf39cd3 Use BBR for congestion control on orion
According to rumors, the bits travel faster to New Zealand with BBR.
2017-07-08 13:51:03 +03: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
Florian Pritz
49d5d34165 Deploy zabbix-agent to all hosts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-04-01 10:45:13 +02: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
Florian Pritz
21f9619e68
Move apollo hostvars to hostvars file
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-28 11:28:28 +02:00
Florian Pritz
c3b09e584c
Move vostok hostvars to hostvars file
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-28 11:28:11 +02:00
Florian Pritz
d12b356532 Move network config to common
This allows to change it after deployment

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-27 22:54:13 +02:00