aboutsummaryrefslogtreecommitdiffstats
path: root/ansible (follow)
Commit message (Collapse)AuthorAgeLines
* Update dependency community.crypto to v2.26.1Gravatar renovate[bot]2025-05-01-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.26.0 | 2.26.1 |
* Update ansibleGravatar renovate[bot]2025-04-27-2/+2
| | | | | | | | datasource | package | from | to | | ----------------- | -------------------- | ------ | ------ | | galaxy-collection | community.general | 10.5.0 | 10.6.0 | | galaxy-collection | community.postgresql | 3.12.0 | 3.14.0 |
* Reload mailserver services on certificate updateGravatar Johannes Christ2025-03-30-2/+15
|
* Update dependency community.general to v10.5.0Gravatar renovate[bot]2025-03-29-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | ----------------- | ------ | ------ | | galaxy-collection | community.general | 10.4.0 | 10.5.0 |
* Update dependency community.postgresql to v3.12.0Gravatar renovate[bot]2025-03-14-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | -------------------- | ------ | ------ | | galaxy-collection | community.postgresql | 3.11.0 | 3.12.0 |
* Update dependency community.crypto to v2.26.0Gravatar renovate[bot]2025-03-12-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.25.0 | 2.26.0 |
* Update ansibleGravatar renovate[bot]2025-03-06-2/+2
| | | | | | | | datasource | package | from | to | | ----------------- | -------------------- | ------ | ------ | | galaxy-collection | community.general | 10.3.1 | 10.4.0 | | galaxy-collection | community.postgresql | 3.10.2 | 3.11.0 |
* Bump ansible collection versionsGravatar Chris Lovering2025-02-15-2/+2
|
* Add a weekly cron job to repack all databasesGravatar Chris Lovering2025-02-15-0/+12
|
* Install pg_repack to all databasesGravatar Chris Lovering2025-02-15-0/+24
|
* Update ansibleGravatar renovate[bot]2025-02-08-2/+2
| | | | | | | | datasource | package | from | to | | ----------------- | ----------------- | ----- | ------ | | galaxy-collection | ansible.posix | 1.6.2 | 2.0.0 | | galaxy-collection | community.general | 9.5.4 | 10.3.0 |
* Make Fredrick go for walks before replying to some e-mailsGravatar Johannes Christ2025-02-05-1/+2
|
* Have Fredrick only reply to 25% of mailing list postsGravatar Johannes Christ2025-02-03-0/+10
| | | | | | Fredrick has recently gotten more depressive as a result of the weather. He therefore no longer wishes to reply to each and every mailing list post.
* Learn from Fredrick's therapy resultsGravatar Johannes Christ2025-02-03-1/+11
| | | | | | | After his diagnosis, Fredrick now finally has access to treatment. Will he use this treatment, or will he continue to fail to reply to his mails?
* Implement Chris' new savings policyGravatar Johannes Christ2025-02-03-0/+23
| | | | Fixes #557.
* Abolish entropyGravatar Johannes Christ2025-02-03-2/+0
|
* Adjust interest to the newest guideline from the ECBGravatar Johannes Christ2025-02-03-3/+2
| | | | | See https://apnews.com/article/europe-economy-zero-growth-germany-eurozone-a7df09cc5334f37c48e901ff0d3584b7.
* Update ansibleGravatar renovate[bot]2025-02-01-4/+4
| | | | | | | | | | datasource | package | from | to | | ----------------- | -------------------- | ------ | ------ | | galaxy-collection | ansible.posix | 1.6.0 | 1.6.2 | | galaxy-collection | community.crypto | 2.22.0 | 2.24.0 | | galaxy-collection | community.general | 9.4.0 | 9.5.4 | | galaxy-collection | community.postgresql | 3.5.0 | 3.10.2 |
* Add twitter alias for directorsGravatar Joe Banks2024-10-07-0/+1
|
* Remove homedir serving from default serverGravatar Joe Banks2024-09-21-5/+0
|
* Add new pydis.wtf site config to serve landing pageGravatar Joe Banks2024-09-21-3/+19
|
* Add new role for bootstrapping the CI user with limited SSH keysGravatar Joe Banks2024-09-21-0/+33
| | | | Add new ci-user role to netcup nodes
* Add owlcorp.uk landing pageGravatar Joe Banks2024-09-19-0/+20
|
* Update ansibleGravatar renovate[bot]2024-09-12-2/+2
| | | | | | | | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.5.4 | 1.6.0 | | galaxy-collection | community.general | 9.3.0 | 9.4.0 |
* Update dependency community.crypto to v2.22.0Gravatar renovate[bot]2024-09-09-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.21.1 | 2.22.0 |
* Schedule vacation replies on nice queueGravatar Johannes Christ2024-09-07-1/+2
|
* Document Fredrick's vacation script in headerGravatar Johannes Christ2024-09-07-0/+4
|
* NiceGravatar Johannes Christ2024-09-05-4/+4
| | | | Nice
* Fix p1 in FredrickGravatar Joe Banks2024-09-05-1/+1
|
* Add all accepted mail domains to SRS exclude configurationGravatar Joe Banks2024-09-03-0/+21
| | | | | | | | | | | | | | We don't want to rewrite the envelopes of mail that is from a valid domain of our mailserver (e.g. pydis.com or int.pydis.wtf), but by default PostSRSD will rewrite anything that is not the `mydomain` configuration variable of Postfix (which is just set to `pydis.wtf` for us). This change updates the environment defaults for PostSRSD to ensure that we don't change any envelopes that don't need to be changed, as well as ensuring that to end mailservers the DKIM and SPF checks are made against the actual domain (e.g. int.pydis.wtf) instead of the rewritten envelope.
* Appease the documentation dictatorGravatar Joe Banks2024-09-03-4/+9
|
* Update postfix main.cf to pass through new conditional SRS rewriterGravatar Joe Banks2024-09-03-2/+2
|
* Add new postfix sub-services for conditional SRS rewritingGravatar Joe Banks2024-09-03-0/+23
|
* Create new sender canonical map template for SRSGravatar Joe Banks2024-09-03-0/+5
| | | | | | This template returns the address verbatim if it's a local domain else it returns nothing. Based on this, we can use these addresses for SRS, it will either use the verbatim address or pass onto SRSd for a rewrite.
* Clean up mail script after feeding it to atGravatar Johannes Christ2024-09-03-0/+1
|
* Send raw date to Fredrick vacation scriptGravatar Johannes Christ2024-09-03-2/+4
| | | | | | Allows to add the timezone to it to properly determine local sender time and Fredrick's current time (if he's travelling within his home country, that is).
* Fix Jitsi SASL authenticationGravatar Joe Banks2024-09-03-4/+4
| | | | | | | | | | | | | | Why doesn't it support quotes? Why doesn't it support quotes? Why doesn't it support quotes? Why doesn't it support quotes? Why doesn't it support quotes? Why doesn't it support quotes?
* More cgitrc modificationsGravatar Joe Banks2024-09-03-0/+3
| | | | THERE ARE SO MANY OPTIONS! I LOVE CGIT!!!!
* Correct handler names in Dovecot roleGravatar Joe Banks2024-09-03-2/+2
|
* Change all templates to use {{ ansible_managed }}Gravatar Joe Banks2024-09-03-38/+38
|
* Set ansible_managed for use in templatesGravatar Joe Banks2024-09-03-0/+2
|
* Delay Fredrick vacation script replies by 10 minutesGravatar Johannes Christ2024-09-03-1/+21
| | | | | | Untested. We should expand this (later) such that when an e-mail is sent outside of Fredrick's regular working hours, the script (like Fredrick) needs more time to get back to you, since he needs to practice his Qi.
* Include sender date as a unix timestampGravatar Johannes Christ2024-09-03-1/+5
|
* Add top posting to vacation scriptGravatar Johannes Christ2024-09-03-0/+9
|
* Add tag for rolling out service scriptsGravatar Johannes Christ2024-09-03-0/+2
|
* Update variable reference for Fredrick vacation scriptGravatar Johannes Christ2024-09-03-1/+1
|
* Have Fredrick's vacation tool CC in DevOpsGravatar Johannes Christ2024-09-03-2/+1
|
* Add transport rules for FredrickGravatar Joe Banks2024-09-03-0/+5
|
* Add Fredrick API handler scriptGravatar Joe Banks2024-09-03-0/+54
|
* Add variables for Fredrick APIGravatar Joe Banks2024-09-03-7/+12
|