]> git.phdru.name Git - ansible.git/history - playbooks/roles/debian
Update(logcheck): Update `local-spamassassin`
[ansible.git] / playbooks / roles / debian /
2023-10-16 Oleg BroytmanFeat(firewall): Prevent `fail2ban` from autostarting
2023-07-14 Oleg BroytmanFix(debian/email): Debian 12 split `spamd` from `spamas...
2023-03-16 Oleg BroytmanFix(dehydrated): Fix URL
2023-03-07 Oleg BroytmanFeat(firewall): Rename `eth` to `firewall.sh`
2023-01-18 Oleg BroytmanFeat(firewall): Switch to `nftables`
2022-12-10 Oleg BroytmanFeat: Rename `*.yml` to `*.yaml`
2022-08-01 Oleg BroytmanStyle: `ip -o` -> `ip --oneline`
2022-07-27 Oleg BroytmanStyle(firewall): `ip addr show` -> `ip address show`
2022-04-25 Oleg BroytmanFix(debian/email): Split handlers
2022-04-09 Oleg BroytmanFeat(debian/security): Configure `/etc/chkrootkit.conf`
2022-03-26 Oleg BroytmanFix(firewall): `iptables.sh` does its own restart
2022-03-13 Oleg BroytmanFix(debian/named): Use IP instead of name
2022-03-11 Oleg BroytmanFeat(debian/gitweb): Install and configure `gitweb`
2022-03-11 Oleg BroytmanFeat(debian/named): Insert IP address
2022-03-11 Oleg BroytmanFeat(debian/email): Configure `/etc/default/spamassassin`
2022-03-11 Oleg BroytmanFeat(debian/email): Configure email: `exim` + `spamassa...
2022-03-11 Oleg BroytmanFix(debian/security): Remove `debsecan`
2022-03-09 Oleg BroytmanFeat(debian/security): Configure Debian security checks
2022-03-09 Oleg BroytmanFix(add-dns-domain): Fix service name
2022-03-07 Oleg BroytmanFix(debian/firewall): Install `iptables`
2021-10-25 Oleg BroytmanFeat: Module `synchronize` was moved to `ansible.posix...
2020-03-29 Oleg BroytmanRefactor: Move OS-specific roles under common `roles/`
2019-07-23 Oleg BroytmanFeat: Move role `remove-systemd` to `debian/roles`
2019-07-21 Oleg BroytmanFix(debian/remove-systemd): Do not overwrite `/etc...
2019-07-21 Oleg BroytmanRefactor: `force: yes` is the default
2019-07-21 Oleg BroytmanFix: Use `failed_when` instead of `ignore_errors`
2019-07-21 Oleg BroytmanFeat(debian/remove-systemd): Remove SystemD
2019-07-19 Oleg BroytmanFeat(debian): Change directory structure
2019-07-17 Oleg BroytmanFeat(debian/phd): Merge `setup-home` back into `main`
2019-07-17 Oleg BroytmanRefactor(debian/logcheck): Refactor common path
2019-07-17 Oleg BroytmanFeat(debian/init-system): Check locales are configured
2019-07-16 Oleg BroytmanFeat: Move roles/debian-* -> roles/debian/*