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