aboutsummaryrefslogtreecommitdiffstats
path: root/ansible (follow)
Commit message (Collapse)AuthorAgeLines
...
* Add nginx status stub listenerGravatar Joe Banks2024-08-28-0/+14
|
* Add munin NGINX configurationGravatar Joe Banks2024-08-28-0/+43
|
* Rudimentary pass at a munin roleGravatar Joe Banks2024-08-28-0/+260
|
* Add munin to monitoring in playbookGravatar Joe Banks2024-08-28-0/+1
|
* Update spam address listGravatar Joe Banks2024-08-28-1/+3
|
* Do not rewrite inbound mail headersGravatar Johannes Christ2024-08-28-1/+0
| | | | This is wrong on so many levels.
* Remove documentation and tooling references to pydis-users roleGravatar Joe Banks2024-08-27-2/+1
|
* Stop running pydis-users role on netcup hostsGravatar Joe Banks2024-08-27-1/+0
|
* Delete pydis-users roleGravatar Joe Banks2024-08-27-204/+0
|
* Add HBA rule for grafana -> pinnwandGravatar Joe Banks2024-08-27-2/+6
|
* Update script to use `cd -` instead of pushd/popd for sh compatibilityGravatar Joe Banks2024-08-26-3/+1
|
* Amendments to mirrors cron script for reliabilityGravatar Joe Banks2024-08-26-1/+5
|
* Use variables for cronjob file namingGravatar Joe Banks2024-08-26-3/+5
|
* Rename NGINX variables in git-mirrors roleGravatar Joe Banks2024-08-26-5/+6
|
* Explicitly install moreutils for chronic utilityGravatar Joe Banks2024-08-26-0/+8
|
* Harden security permissions on git-mirrors owned filesGravatar Joe Banks2024-08-26-4/+4
|
* Improve formatting of git clone command for mirrorsGravatar Joe Banks2024-08-26-3/+7
|
* Make git-mirrors a system userGravatar Joe Banks2024-08-26-0/+1
|
* Update indentation of new postfix prometheus rulesGravatar Joe Banks2024-08-26-21/+21
|
* Install prometheus-postfix-exporterGravatar Johannes Christ2024-08-26-0/+21
| | | | | | | | As a data-obsessed administrator I want to have more data such that I can widen my sense of power. This also installs rsyslog, because prometheus-postfix-exporter doesn't work with journald's binary log format.
* Install prometheus-postfix-exporterGravatar Johannes Christ2024-08-26-0/+18
| | | | | | | | As a data-obsessed administrator I want to have more data such that I can widen my sense of power. This also installs rsyslog, because prometheus-postfix-exporter doesn't work with journald's binary log format.
* Stop installing libsasl2-modules-ldapGravatar Johannes Christ2024-08-26-2/+0
| | | | | This caused problems in postfix's logfile, our most holy daemon. We must not disturb it, and as an aside, everything works fine.
* Prune branhes that are deleted upstreamGravatar Joe Banks2024-08-25-2/+2
|
* Add cgit customisation values to git-mirrors varsGravatar Joe Banks2024-08-25-0/+4
|
* Add dependencies for formattingGravatar Joe Banks2024-08-25-0/+10
|
* Deploy git-mirrors role to NGINX hostsGravatar Joe Banks2024-08-25-0/+5
|
* Add template NGINX service for cgit deploymentGravatar Joe Banks2024-08-25-0/+25
|
* Add script for updating mirrors in a cronjobGravatar Joe Banks2024-08-25-0/+19
|
* Add dependency on NGINX to git-mirrors role for handlersGravatar Joe Banks2024-08-25-0/+3
|
* Add cgitrc config templateGravatar Joe Banks2024-08-25-0/+36
|
* Add variables for cgit and git mirrorsGravatar Joe Banks2024-08-25-0/+66
|
* Add new tasks for installing cgit and git mirroring cronjobGravatar Joe Banks2024-08-25-0/+140
|
* Add myself to some email aliasesGravatar Joe Banks2024-08-25-2/+2
|
* Configure alertmanager to send e-mailsGravatar Johannes Christ2024-08-25-0/+1
|
* Bind NGINX hosts on IPv6 as wellGravatar Johannes Christ2024-08-25-0/+3
| | | | Previously only Jitsi would answer when requesting on IPv6.
* Kill remaining turing host variablesGravatar Johannes Christ2024-08-25-6/+0
|
* Fix incorrect module causing crash when copyingGravatar Johannes Christ2024-08-25-1/+1
|
* Correct old handler nameGravatar Johannes Christ2024-08-25-2/+1
|
* Correct sieve user log locationGravatar Joe Banks2024-08-24-1/+1
|
* Run spamassassin as debian-spamd instead of spamdGravatar Joe Banks2024-08-24-10/+2
|
* Explicitly run spamc hooks as debian-spamdGravatar Joe Banks2024-08-24-2/+2
|
* More progress on Dovecot ham/spam markingGravatar Joe Banks2024-08-24-2/+109
|
* Enable spamc ham and spam learningGravatar Joe Banks2024-08-24-4/+105
|
* Add sieve script to move spam to folderGravatar Joe Banks2024-08-24-0/+45
|
* Run inbound mail through spamassassinGravatar Joe Banks2024-08-24-0/+15
|
* Run spamassassin role on mail hostsGravatar Joe Banks2024-08-24-0/+1
|
* Add role for spamassassinGravatar Joe Banks2024-08-24-0/+177
|
* Address horrible inefficiencies in SSH handlersGravatar Johannes Christ2024-08-24-11/+2
|
* Run saslauthd under the "sasl" user & groupGravatar Mark2024-08-24-1/+26
| | | | | | | | | | | To improve security, run it as a new "sasl" user rather than as root. The existing "sasl" group is re-used. Note that Ansible does not provide an agnostic way to configure the user and group for a service. This change couples the configuration to systemd. Resolves #478
* Add Dovecot to fail2ban configGravatar Joe Banks2024-08-24-0/+8
|