- 23 Apr, 2022 1 commit
-
-
Nicolás Alvarez authored
We moved identity to aranea long ago, and now terminated orbi entirely.
-
- 19 Apr, 2022 2 commits
-
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
FSF removed it, update Ansible to match.
-
- 18 Apr, 2022 1 commit
-
-
Nicolás Alvarez authored
Will be needed for the new season.k.o site.
-
- 15 Apr, 2022 1 commit
-
-
Nicolás Alvarez authored
This attempts to keep it from overlapping with leptone/GitLab backups. We will see if it's actually enough.
-
- 28 Mar, 2022 1 commit
-
-
Nicolás Alvarez authored
This was causing errors like: telegraf[606]: 2022-03-28T18:51:03Z E! [inputs.disk] [SystemPS] => error getting disk usage ("/run/docker/netns/928b1711f699"): permission denied
-
- 22 Oct, 2021 2 commits
-
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
Backup script copied from orbi's.
-
- 16 Oct, 2021 2 commits
-
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
- 07 Oct, 2021 1 commit
-
-
Nicolás Alvarez authored
Server was decommissioned.
-
- 05 Oct, 2021 1 commit
-
-
Nicolás Alvarez authored
To let each server using LDAP connect to orbi via ssh, we need to add orbi's host key to known_hosts. Doing this automatically from the playbook was disabled due to the use of hashed hostnames in known_hosts. I have now manually replaced the orbi entry with a non-hashed hostname on all servers so I can let the playbook maintain it going forward. Switching the ssh tunnel from orbi to aranea on all servers later will need just a single config line changed.
-
- 03 Oct, 2021 3 commits
-
-
Nicolás Alvarez authored
MySQL 8 uses the caching_sha2_password authentication plugin by default, but this is not compatible with PHP PDO (at least with Identity's PHP 5.6 version). Add a mysqld config file to change back to mysql_native_password.
-
Nicolás Alvarez authored
- Put aranea in 'identity' host group so the playbook runs there and installs all the site components. - Copy encrypted host vars from orbi to aranea (MySQL and LDAP password, recaptcha site key, etc).
-
Nicolás Alvarez authored
Switch back to using the PHP PPA instead of my temporary xenial mirror if the distro is not Ubuntu Xenial, ie. use my mirror only in xenial (semi reverts cb33f31c). This lets the same code work on both orbi and aranea.
-
- 02 Oct, 2021 4 commits
-
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
More configuration to be added later.
-
- 01 Oct, 2021 2 commits
-
-
Nicolás Alvarez authored
The Vagrant box doesn't come with package lists, so we need to run "apt-get update" before any package installation will work.
-
Nicolás Alvarez authored
-
- 25 Sep, 2021 2 commits
-
-
Nicolás Alvarez authored
This is required to upgrade Ubuntu, since mod_fastcgi was removed.
-
Nicolás Alvarez authored
-
- 11 Sep, 2021 1 commit
-
-
Nicolás Alvarez authored
Many of our servers use this Ubuntu PPA to get current PHP packages: https://launchpad.net/~ondrej/+archive/ubuntu/php However, orbi is still on Ubuntu Xenial, and that PPA doesn't have Xenial packages anymore. This means the PHP packages are not installable from the repository anymore. "apt reinstall php5.6-fpm" will fail, we can't rebuild orbi if it was needed, and we can't run the KDE Identity vagrant VM. I mirrored the old xenial packages on my own server, and changed the php role to use it on orbi. I tested that this works on the vagrant VM. Maybe in the future we can move the repo elsewhere, but hopefully we'll upgrade orbi away from xenial soon enough...
-
- 06 Sep, 2021 1 commit
-
-
Nicolás Alvarez authored
-
- 14 Aug, 2021 2 commits
-
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
- 08 Aug, 2021 1 commit
-
-
Nicolás Alvarez authored
(well, I disabled them manually, this change stops ansible from trying to re-enable them)
-
- 02 Aug, 2021 1 commit
-
-
Nicolás Alvarez authored
-
- 01 Aug, 2021 9 commits
-
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
Nicolás Alvarez authored
-
- 31 Jul, 2021 1 commit
-
-
Nicolás Alvarez authored
-
- 29 Jul, 2021 1 commit
-
-
Nicolás Alvarez authored
Ben did some changes to free space in the storage server, excluding gitlab logs and stopping backups on rosetta. I'm committing those changes into the repo.
-