Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sshd: move service restart to handlers | Egor Tensin | 2023-09-22 |
| | |||
* | journald: move service restart to handlers | Egor Tensin | 2023-09-22 |
| | |||
* | 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. | ||
* | systemd_depend_*: don't restart services | Egor Tensin | 2023-09-19 |
| | | | | | | | | | | | | First, I don't think it's even necessary. If the service wasn't running, then we don't need to restart it. If it was running, it'll continue running fine with a new dependency; it'll be picked up on a future restart. Second, all of that doesn't even work due to (another) weird way Ansible treats handlers: https://github.com/ansible/ansible/issues/81722 | ||
* | apt: _actually_ don't reboot after cleaning up dependencies | Egor Tensin | 2023-09-18 |
| | |||
* | use ansible.builtin.package generic module | Egor Tensin | 2023-09-18 |
| | |||
* | move rate_mirrors inside of pacman | Egor Tensin | 2023-09-13 |
| | |||
* | apt: the extra packages are optional | Egor Tensin | 2023-09-13 |
| | |||
* | pacman: add a parameter to install additional packages | Egor Tensin | 2023-09-13 |
| | |||
* | etckeeper: manage the ignore list | Egor Tensin | 2023-09-12 |
| | |||
* | fix some ansible-lint warnings | Egor Tensin | 2023-09-11 |
| | |||
* | pacman: drop dependency on etckeeper role + refactoring | Egor Tensin | 2023-09-11 |
| | |||
* | rate_mirrors: drop dependency on etckeeper role, refactoring | Egor Tensin | 2023-09-11 |
| | |||
* | etckeeper: commit etckeeper.conf changes | Egor Tensin | 2023-09-11 |
| | |||
* | etckeeper: configure git remote as well | Egor Tensin | 2023-09-11 |
| | |||
* | etckeeper: configure the thing, not just check | Egor Tensin | 2023-09-11 |
| | |||
* | import roles etckeeper, pacman, rate_mirrors | Egor Tensin | 2023-09-04 |
| | |||
* | update role READMEs | Egor Tensin | 2023-09-04 |
| | |||
* | fix task names, small refactoring, etc. | Egor Tensin | 2023-09-04 |
| | |||
* | sshd: validate the new config | Egor Tensin | 2023-09-01 |
| | |||
* | my_dotfiles: run setup.sh on updates only | Egor Tensin | 2023-09-01 |
| | |||
* | firewall: using the validate arg for testing the config | Egor Tensin | 2023-09-01 |
| | |||
* | fix some ansible-lint warnings | Egor Tensin | 2023-09-01 |
| | |||
* | 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 |
| | |||
* | docker: factor out service restart as a handler | 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 |
| | |||
* | add a meta role debian_cloud_server | Egor Tensin | 2023-08-31 |
| | |||
* | use role dependencies where appropriate | Egor Tensin | 2023-08-31 |
| | |||
* | apt_repo: run apt update on key changes as well | Egor Tensin | 2023-08-29 |
| | |||
* | apt_repo: always overwrite the .list file | Egor Tensin | 2023-08-29 |
| | |||
* | add dependent services to mount/network interface roles | Egor Tensin | 2023-08-29 |
| | |||
* | wireguard: include the router automatically | Egor Tensin | 2023-08-24 |
| | |||
* | wireguard: wg_firewall -> wg_router | Egor Tensin | 2023-08-24 |
| | |||
* | properly prefix things | Egor Tensin | 2023-08-23 |
| | |||
* | systemd_depend_*: don't restart missing services | Egor Tensin | 2023-08-23 |
| | |||
* | add role systemd_depend_iface | Egor Tensin | 2023-08-23 |
| | |||
* | replace systemd_requires_mounts_for with systemd_depend_mount | Egor Tensin | 2023-08-23 |
| | | | | It should be better and more comprehensible. | ||
* | digitalocean_volume: properly prefix variables | Egor Tensin | 2023-08-22 |
| | |||
* | linux_status: disable power management before starting the service | Egor Tensin | 2023-08-22 |
| | |||
* | add input variables to role's defaults/ | Egor Tensin | 2023-08-21 |
| | |||
* | append .j2 extension to templates | Egor Tensin | 2023-08-20 |
| | | | | | I saw a good point somewhere that it should help with syntax highlighting. | ||
* | add ansible_managed comment to templates | Egor Tensin | 2023-08-20 |
| | |||
* | tweak names a bit | Egor Tensin | 2023-08-20 |
| | |||
* | use variables instead facts mostly everywhere | Egor Tensin | 2023-08-20 |
| | | | | | | | | | | | set_fact is stupid; they persist through multiple role executions; for example, you cannot do this: set_fact: foo: '{{ foo | default("bar") }}' If somebody calls the role and defines foo, it will always be set to that value forever, even for subsequent role calls. | ||
* | ppa: tweak a step name | Egor Tensin | 2023-08-17 |
| | |||
* | my_workspace: use community.docker.docker_compose | Egor Tensin | 2023-08-17 |
| | |||
* | my_workspace: use community.general.make | Egor Tensin | 2023-08-16 |
| |