aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt (unfollow)
Commit message (Collapse)Author
2023-08-31apt_extra_packages -> apt_packagesEgor Tensin
2023-08-31apt: unattended upgrades off by defaultEgor Tensin
2023-08-23properly prefix thingsEgor Tensin
2023-08-20add ansible_managed comment to templatesEgor Tensin
2023-08-14add a bunch of READMEs for rolesEgor Tensin
2023-08-12apt: unattended upgrades are optionalEgor Tensin
2023-08-11fix some ansible-lint warningsEgor Tensin
2023-08-11apt: configure unattended-upgradesEgor Tensin
2023-08-08firewall: reboot on rule changesEgor Tensin
Just restaring netfilter-persistent could break other services depending on iptables, like Docker. Also, I'm not sure why I need a wait_for_connection after a reboot call, so get rid of those.
2023-08-04apt: add a parameter to install packagesEgor Tensin
2023-08-04import some common rolesEgor Tensin