aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles (follow)
Commit message (Collapse)AuthorAgeLines
...
* Use Dovecot LMTP to deliver local mailGravatar Joe Banks2024-08-23-0/+3
|
* Reconfigure Postfix for SMTPS and Submission portsGravatar Joe Banks2024-08-23-3/+16
|
* Add new templates for Dovecot configGravatar Joe Banks2024-08-23-0/+933
|
* Add variables for DovecotGravatar Joe Banks2024-08-23-0/+14
|
* Create tasks for installing Dovecot (IMAP server)Gravatar Joe Banks2024-08-23-0/+95
|
* Correct typo in rrdstats variables fileGravatar Joe Banks2024-08-23-1/+1
|
* Update dependency community.postgresql to v3.5.0Gravatar renovate[bot]2024-08-23-1/+1
| | | | | | | datasource | package | from | to | | ----------------- | -------------------- | ----- | ----- | | galaxy-collection | community.postgresql | 3.4.1 | 3.5.0 |
* Use postgres role for user setupGravatar Johannes Christ2024-08-22-111/+222
|
* Perform final polishGravatar Johannes Christ2024-08-22-7/+5
| | | | | Name the state directory to mark that it's a Python Discord-related service, and remove the IOSchedulingClass setting.
* Remove now obsolete sed callGravatar Johannes Christ2024-08-22-3/+1
| | | | Chris has fixed this upstream in python-discord/metricity#157.
* Use same basename for script as on serverGravatar Johannes Christ2024-08-22-1/+1
|
* Set STATE_DIRECTORY for automatic data directory creationGravatar Johannes Christ2024-08-22-10/+9
|
* Deploy rrdtool-based statisticsGravatar Johannes Christ2024-08-22-0/+309
|
* Comment out Joe's userGravatar Johannes Christ2024-08-20-145/+149
|
* Rename to cookiejakeGravatar Johannes Christ2024-08-20-145/+145
|
* ignore changed when error for the prosodyctl commandGravatar shtlrs2024-08-19-2/+1
|
* prevent joe from doing an oopsie to meGravatar shtlrs2024-08-19-1/+0
|
* fix ansible lint errorsGravatar shtlrs2024-08-19-1/+3
|
* add a task that enables LDAP auth for jitsiGravatar shtlrs2024-08-19-0/+87
|
* move jitsi installation to an `install` taskGravatar shtlrs2024-08-19-100/+103
| | | | This is because there will be multiple steps in deploying jitsi, and we don't want to overcrowd the `main` task file
* remove joe's LDAP login dictatorshipGravatar shtlrs2024-08-19-1/+1
|
* Only allow LDAP postfix lookups for postfix destination domainsGravatar Joe Banks2024-08-19-0/+5
|
* add a jitsi roleGravatar shtlrs2024-08-19-0/+152
| | | | This adds the necessary package repos necessary to install jitsi, preseeds debconf with the questions needed by the jitsi pkg and installs it
* Add postgres user for thalliumGravatar Chris Lovering2024-08-18-52/+68
|
* Add owlcorp.uk mail handlingGravatar Joe Banks2024-08-18-0/+2
|
* Update Postfix fail2ban filter to use correct systemd unit nameGravatar Joe Banks2024-08-17-0/+10
|
* Add SASL bans to Postfix fail2ban configGravatar Joe Banks2024-08-17-0/+7
|
* Add Postfix to fail2ban jailsGravatar Joe Banks2024-08-17-0/+21
| | | | Backed by the systemd integration for fail2ban
* Allow user public directories to be returned at /~username/ pathsGravatar Joe Banks2024-08-16-0/+5
|
* Revert "Deliver mails as maildir"Gravatar Joe Banks2024-08-15-3/+0
| | | | This reverts commit eb13a5a5a3e390bcc33705867069f814a6a2e698.
* Deliver mails as maildirGravatar Joe Banks2024-08-15-0/+3
| | | | Co-authored-by: Johannes Christ <[email protected]>
* Update dependency community.general to v9.3.0 (#458)Gravatar renovate[bot]2024-08-15-1/+1
| | | | | | | | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 9.2.0 | 9.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Install mblaze utilitiesGravatar Joe Banks2024-08-14-0/+2
|
* Install cowsayGravatar Joe Banks2024-08-14-0/+1
|
* Add transport mapsGravatar Joe Banks2024-08-14-1/+5
|
* Update script to use mblazeGravatar Joe Banks2024-08-14-11/+5
|
* Add fortune reply scriptGravatar Joe Banks2024-08-14-0/+45
|
* Copy scripts and transport map in Postfix roleGravatar Joe Banks2024-08-14-0/+30
|
* Install fortune in the common stageGravatar Joe Banks2024-08-14-0/+1
|
* Add Postfix transport mapGravatar Joe Banks2024-08-14-0/+5
|
* Add new email aliasesGravatar Joe Banks2024-08-14-0/+8
|
* Revert "Enable fail2ban jails for postfix"Gravatar Joe Banks2024-08-06-18/+0
| | | | | | | | | This reverts commit 55df090d03a0b412a16139197673bb0fbd1bf139. This commit generated an error when deployed to production and should be revised. Re-opens #433
* Enable fail2ban jails for postfixGravatar Johannes Christ2024-08-06-0/+18
| | | | Closes #433.
* Update OpenDMARC to ensure that mail is quarantined or rejectedGravatar Joe Banks2024-08-04-7/+7
|
* Update milter configuration in PostfixGravatar Joe Banks2024-08-04-0/+2
|
* sasl: only allow service accounts to authenticate with SASLGravatar Joe Banks2024-08-04-1/+1
|
* sasl: Add handlers for saslauthdGravatar Joe Banks2024-08-04-0/+10
|
* sasl: Add SASL installation and setup tasksGravatar Joe Banks2024-08-04-0/+72
|
* sasl: Add new templated LDAP config for saslauthdGravatar Joe Banks2024-08-04-0/+5
|
* sasl: Add SMTPD config for Postfix to use new SASL preferencesGravatar Joe Banks2024-08-04-0/+2
|