aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump ansible to 9.5.1Gravatar Chris Lovering2024-04-27-46/+46
|
* Bump ruff from 0.3.7 to 0.4.1Gravatar dependabot[bot]2024-04-27-20/+21
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...v0.4.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge remote-tracking branch 'origin/update-onboarding-document'Gravatar Chris Lovering2024-04-27-1/+2
|\
| * Include Ansible Vault in onboarding documentGravatar Johannes Christ2024-04-27-1/+2
| |
* | Remove debug command from status embed workflowGravatar Johannes Christ2024-04-27-1/+1
| |
* | Use curl for sending status embedGravatar Chris Lovering2024-04-27-1/+1
|/ | | | Using `wget` this fails occasionally for unknown reasons.
* Remove fallback service in favour of DNS loggingGravatar Joe Banks2024-04-27-14/+0
|
* Log all failed PostgreSQL queries to CoreDNSGravatar Joe Banks2024-04-27-0/+10
|
* Update all secrets to new PostgreSQL serviceGravatar Joe Banks2024-04-27-1/+1
|
* Upgrade to PostgreSQL 16 and move to databases namespaceGravatar Joe Banks2024-04-27-13/+31
|
* Update pixels redis secretGravatar Chris Lovering2024-04-26-0/+0
|
* Exclude home and tag views from latency alertsGravatar Johannes Christ2024-04-24-2/+2
| | | | | These are known issues and we probably won't do anything about them, so stop alerting us about it.
* Add bellas userGravatar Chris Lovering2024-04-24-53/+99
|
* Update black-knight constant key namesGravatar Chris Lovering2024-04-18-0/+0
|
* Update ContainerOOMEvent alertGravatar Joe Banks2024-04-17-4/+4
|
* Move mongodb to databases namespaceGravatar Joe Banks2024-04-16-2/+5
|
* Move Redis to databases namespaceGravatar Joe Banks2024-04-15-13/+7
|
* Move Grafana to monitoring namespaceGravatar Joe Banks2024-04-15-1/+6
|
* Move Prestashop to Prestashop namespaceGravatar Joe Banks2024-04-15-1/+3
|
* Remove pydis-site from nginx p99 reportGravatar Chris Lovering2024-04-15-1/+1
|
* Move ghost to web namespaceGravatar Joe Banks2024-04-15-1/+5
|
* Use Ansible Vault for storing usersGravatar Johannes Christ2024-04-15-2/+3
| | | | Closes #211.
* Update vars to have the role name as a prefixGravatar Chris Lovering2024-04-15-16/+16
|
* Bump ruff to latestGravatar Chris Lovering2024-04-15-216/+215
|
* Ensure linting CI runs when we update dependency versionsGravatar Chris Lovering2024-04-15-0/+2
|
* Update Olli targets with new namespacesGravatar Joe Banks2024-04-15-1/+1
|
* Move olli to monitoring namespaceGravatar Joe Banks2024-04-15-0/+1
|
* Move metabase to tooling namespaceGravatar Joe Banks2024-04-15-0/+3
|
* Move rTeX to apis namespaceGravatar Chris Lovering2024-04-15-0/+38
|
* Move pixels to pixels namespaceGravatar Joe Banks2024-04-15-0/+7
| | | | Also add a pull secret for the new namespace
* Move blackbox to databases nsGravatar Joe Banks2024-04-15-1/+3
|
* Move pinnwand to webGravatar Joe Banks2024-04-15-0/+4
|
* Move public statsGravatar Joe Banks2024-04-15-0/+2
|
* Move site namespaceGravatar Joe Banks2024-04-15-0/+4
|
* Move API services to apis namespaceGravatar Joe Banks2024-04-15-0/+7
|
* Move snekbox to new namespaceGravatar Joe Banks2024-04-15-0/+3
|
* Move forms to new namespaceGravatar Joe Banks2024-04-15-0/+2
|
* Move services to tooling namespaceGravatar Joe Banks2024-04-15-0/+8
|
* Remove unused servicesGravatar Joe Banks2024-04-15-117/+0
|
* Bump ansible-lint version (#221)Gravatar Bradley Reynolds2024-04-15-176/+15
| | | | | Removing extra that no longer exists Signed-off-by: Bradley Reynolds <[email protected]>
* Add ghcr secret to new bots namespaceGravatar Joe Banks2024-04-14-0/+0
|
* Move all bots to designated namespacesGravatar Joe Banks2024-04-14-1/+14
|
* Configure Ansible for user authentication (#213)Gravatar jchristgit2024-04-14-2/+1
|
* Log the result of the status embed request (#215)Gravatar jchristgit2024-04-14-1/+1
| | | Allow us to debug the issue raised in #214.
* Add a users roleGravatar Johannes Christ2024-04-13-1/+33
| | | | | | | | The new `pydis-users` role allows us to manage user accounts and move away from the root user setup script, eventually locking down SSH access to the root user. Joe, Chris and me have been added as users.
* Copy root bashrc from skelGravatar Johannes Christ2024-04-12-0/+1
|
* Configure SSH daemon options in unit dropinGravatar Johannes Christ2024-04-12-9/+20
| | | | | | Disable password authentication and root logins and use a configuration file that is independent of the `sshd_config` that `apt` itself will modify on upgrades.
* Install unattended-upgrades on our nodesGravatar Johannes Christ2024-04-12-0/+8
|
* Bump idna from 3.6 to 3.7 (#210)Gravatar dependabot[bot]2024-04-12-3/+3
| | | | | | | | | | | | | | | Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Enable scraping of Loki and Loki Canary podGravatar Joe Banks2024-04-10-0/+11
| | | | | | Adds the necessary Pod annotations (prometheus.io/scrape, etc.) to pods to have Prometheus service discovery automatically pick up on them and start scraping.