aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Improve documentationGravatar Johannes Christ2024-07-25-2312/+2926
| | | | | | | | | | This commit ports our documentation to Sphinx. The reason for this is straightforward. We need to improve both the quality and the accessibility of our documentation. Hugo is not capable of doing this, as its primary output format is HTML. Sphinx builds plenty of high-quality output formats out of the box, and incentivizes writing good documentation.
* Add link to DevOps Kanban board in meeting template (#420)Gravatar jchristgit2024-07-25-0/+2
|
* Update split_extension in OctoDNS to `.zone`Gravatar Joe Banks2024-07-24-1/+1
|
* Move trailing dot directory to .zone suffixed directory for DNSGravatar Joe Banks2024-07-24-0/+0
| | | | | Apparently directories ending with trailing dots are not supported on Michaelsoft Winblows
* chore(deps): update registry.k8s.io/kube-state-metrics/kube-state-metrics ↵Gravatar renovate[bot]2024-07-24-1/+1
| | | | | | | | | docker tag to v2.13.0 (#412) | datasource | package | from | to | | ---------- | ----------------------------------------------------- | ------- | ------- | | docker | registry.k8s.io/kube-state-metrics/kube-state-metrics | v2.12.0 | v2.13.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency community.crypto to v2.21.1 (#405)Gravatar renovate[bot]2024-07-24-1/+1
| | | | | | | | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.21.0 | 2.21.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Remove meta processor, it will actually only make noiseGravatar Joe Banks2024-07-23-4/+0
|
* Migrate to wildcard record for lovelace.box.pydis.wtf subdomainsGravatar Joe Banks2024-07-23-9/+8
|
* Add meta processor to OctoDNSGravatar Joe Banks2024-07-23-0/+4
|
* Remove Turing from fail2banGravatar Joe Banks2024-07-23-1/+1
|
* Migrate pythondiscord.com to using CNAMEsGravatar Joe Banks2024-07-23-49/+49
|
* Migrate all pydis.wtf services to using CNAMEsGravatar Joe Banks2024-07-23-44/+39
|
* Split pydis.wtf into multiple zone filesGravatar Joe Banks2024-07-23-23/+32
|
* Allow zone files to be split across multiple YAML filesGravatar Joe Banks2024-07-23-1/+2
|
* Remove Turing from Ansible InventoryGravatar Joe Banks2024-07-23-1/+0
|
* Always force when dry-running DNS to generate changesGravatar Joe Banks2024-07-23-0/+1
|
* Update certificate issuance to group together related certificatesGravatar Joe Banks2024-07-23-4/+5
| | | | | | | | | | | | | | We now can use CSV values to group different (but related) SANs into one issued certificate. As an example, when it was migrated in #402, certificates were configured in such a way that certbot attempted to issue one certificate for pydis.wtf and another for *.pydis.wtf, which is obviously not desirable. This restores previous behaviour to group together certificates served from the same NGINX vhost, using some Ansible filters to ensure the `creates` option of the task matches the certbot generated directory.
* Remove deployments on turingGravatar Johannes Christ2024-07-22-52/+13
| | | | Files of the webserver have been migrated over.
* Disable DNS proxying via CFGravatar Chris Lovering2024-07-22-2/+1
|
* Remove ghost blogGravatar Chris Lovering2024-07-22-99/+0
|
* Point blog DNS to netlifyGravatar Chris Lovering2024-07-22-2/+2
|
* chore(deps): update ghost docker tag to v5.88Gravatar renovate[bot]2024-07-22-1/+1
| | | | | | | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | ghost | 5.87 | 5.88 |
* Run the LDAP role on the LDAP host in AnsibleGravatar Joe Banks2024-07-21-0/+5
| | | | Signed-off-by: Joe Banks <[email protected]>
* Add a trust store to Keycloak for the IPA generated CAGravatar Joe Banks2024-07-21-1/+44
| | | | | | | This allows us to authenticate requests to LDAP with LDAPS and ensure a) authenticity and b) security of the transmission. Signed-off-by: Joe Banks <[email protected]>
* Add LDAP roleGravatar Joe Banks2024-07-21-0/+39
| | | | | | | This does not configure the LDAP server but configures the environment and installs the necessary packages, as well as configuring the firewall. Signed-off-by: Joe Banks <[email protected]>
* Template hostname in Alloy to the inventory hostnameGravatar Joe Banks2024-07-21-1/+1
| | | | | | | | | This maintains previous behaviour in which the hostname would have just been the inventory hostname, but as the hostname is being updated to the FQDN we should explicitly set the inventory_hostname to ensure continuity of logs. Signed-off-by: Joe Banks <[email protected]>
* Remove /etc/hosts alias for FQDN to 127.0.0.1 on hostsGravatar Joe Banks2024-07-21-1/+0
| | | | Signed-off-by: Joe Banks <[email protected]>
* Don't add limits to LDAP hostsGravatar Joe Banks2024-07-21-0/+1
| | | | | | | | | | | | | This prevented the IPA installation from completing, presumably because it creates a high number of threads/subprocesses/whatever to get the installation complete. Regardless, with SELinux and other security tools that ship with the Rocky security profile we are on. This should be fine. Limits are not a security risk other than resource exhaustion which is not mission critical here. Signed-off-by: Joe Banks <[email protected]>
* Set hostnames of hosts to FQDNsGravatar Joe Banks2024-07-21-1/+1
| | | | Signed-off-by: Joe Banks <[email protected]>
* Add ldap01 host to ldap groupGravatar Joe Banks2024-07-21-0/+3
| | | | Signed-off-by: Joe Banks <[email protected]>
* fix(deps): update dependency ruff to v0.5.4Gravatar renovate[bot]2024-07-20-21/+21
| | | | | | | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.5.3 | 0.5.4 |
* Only template node exporter for Ansible hostsGravatar Joe Banks2024-07-19-3/+2
|
* Separate install stage for Emacs in common roleGravatar Joe Banks2024-07-19-8/+18
|
* Explicitly create sudo group for user creationGravatar Joe Banks2024-07-19-1/+9
|
* Update SSH role to handle both Rocky and Debian reloadsGravatar Joe Banks2024-07-19-1/+10
|
* Update Wireguard to only template for netcup hostsGravatar Joe Banks2024-07-19-4/+4
|
* Split netcup services into separate top-level task in playbookGravatar Joe Banks2024-07-19-2/+6
|
* Add new ldap01 hostGravatar Joe Banks2024-07-19-0/+6
|
* Add DNS record for ldap01.box.pydis.wtfGravatar Joe Banks2024-07-19-9/+18
|
* fix(deps): update dependency ruff to v0.5.3Gravatar renovate[bot]2024-07-18-21/+22
| | | | | | | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.5.2 | 0.5.3 |
* chore(deps): update quay.io/keycloak/keycloak docker tag to v25.0.2Gravatar renovate[bot]2024-07-18-1/+1
| | | | | | | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | docker | quay.io/keycloak/keycloak | 25.0.1 | 25.0.2 |
* Lock poetry.lock lockfileGravatar Joe Banks2024-07-18-125/+125
|
* Update node_exporter daemonset to 1.27+ featuresetGravatar Joe Banks2024-07-18-3/+3
|
* chore(deps): update quay.io/prometheus/node-exporter docker tag to v1.8.2Gravatar renovate[bot]2024-07-18-1/+1
| | | | | | | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | docker | quay.io/prometheus/node-exporter | v1.2.0 | v1.8.2 |
* chore(deps): update dependency community.general to v9Gravatar renovate[bot]2024-07-18-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 8.6.2 | 9.2.0 |
* chore(deps): update ansibleGravatar renovate[bot]2024-07-18-2/+2
| | | | | | | | datasource | package | from | to | | ----------------- | ----------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.20.0 | 2.21.0 | | galaxy-collection | community.general | 8.6.2 | 8.6.3 |
* chore(deps): update poetryGravatar renovate[bot]2024-07-18-24/+24
| | | | | | | | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | pypi | ansible-core | 2.17.1 | 2.17.2 | | pypi | ruff | 0.5.1 | 0.5.2 |
* chore(deps): update ghost docker tag to v5.87Gravatar renovate[bot]2024-07-18-1/+1
| | | | | | | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | ghost | 5.78 | 5.87 |
* Add certbot post deploy hook to reload nginxGravatar Chris Lovering2024-07-16-1/+15
|
* Document current redis database usageGravatar Chris Lovering2024-07-16-0/+7
|