Commit message (Collapse) | Author | ||
---|---|---|---|
5 days | apt: add a helpful comment to 50unattended-upgrades | Egor Tensin | |
7 days | split out debian_server from debian_cloud_server | Egor Tensin | |
Additionally, some refactoring. | |||
2023-09-19 | switch to ansible.builtin.package in more places | Egor Tensin | |
2023-09-19 | get rid of install_recommends=false for apt packages | Egor Tensin | |
It will help to switch to the generic ansible.builtin.package module; it is also better to configure it globally anyway. | |||
2023-09-18 | apt: _actually_ don't reboot after cleaning up dependencies | Egor Tensin | |
2023-09-13 | apt: the extra packages are optional | Egor Tensin | |
2023-09-04 | update role READMEs | Egor Tensin | |
2023-09-04 | fix task names, small refactoring, etc. | Egor Tensin | |
2023-09-01 | sort module args, add missing state args, etc. | Egor Tensin | |
2023-08-31 | apt: don't remove after autoremoving dependencies | Egor Tensin | |
2023-08-31 | apt_extra_packages -> apt_packages | Egor Tensin | |
2023-08-31 | apt: unattended upgrades off by default | Egor Tensin | |
2023-08-23 | properly prefix things | Egor Tensin | |
2023-08-20 | add ansible_managed comment to templates | Egor Tensin | |
2023-08-14 | add a bunch of READMEs for roles | Egor Tensin | |
2023-08-12 | apt: unattended upgrades are optional | Egor Tensin | |
2023-08-11 | fix some ansible-lint warnings | Egor Tensin | |
2023-08-11 | apt: configure unattended-upgrades | Egor Tensin | |
2023-08-08 | firewall: reboot on rule changes | Egor 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-04 | apt: add a parameter to install packages | Egor Tensin | |
2023-08-04 | import some common roles | Egor Tensin | |