Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | v2.0.2v2.0.2 | Egor Tensin | 2023-12-26 |
| | |||
* | letsencrypt: don't sort SANs | Egor Tensin | 2023-12-26 |
| | | | | | | Sort them in the /etc status file only, for consistency. This should allow users to supply the SANs in custom order, preserving the intended main certificate domain (or whatever the technical term is). | ||
* | v2.0.1v2.0.1 | Egor Tensin | 2023-12-26 |
| | |||
* | debian_cloud_server: install nmap tools | Egor Tensin | 2023-12-25 |
| | |||
* | v2.0.0v2.0.0 | Egor Tensin | 2023-12-10 |
| | |||
* | switch to egor@tensin.name | Egor Tensin | 2023-12-10 |
| | |||
* | my_workspace: configure git repositories separately | Egor Tensin | 2023-12-10 |
| | | | | | Configuring git globally can interfere with my_dotfiles; seems more generic that way anyway. | ||
* | letsencrypt: re-request certificates on email change | Egor Tensin | 2023-12-10 |
| | |||
* | drop my personal info as defaults everywhere | Egor Tensin | 2023-12-10 |
| | |||
* | v1.0.0v1.0.0 | Egor Tensin | 2023-11-20 |
| | |||
* | add vagrant role | Egor Tensin | 2023-11-20 |
| | |||
* | ppa: derive the distribution automatically | Egor Tensin | 2023-11-20 |
| | |||
* | docker: add Arch-specific package names | Egor Tensin | 2023-11-20 |
| | |||
* | v0.0.27v0.0.27 | Egor Tensin | 2023-09-23 |
| | |||
* | add READMEs where missing | Egor Tensin | 2023-09-23 |
| | |||
* | docker: move handlers to handlers/ | Egor Tensin | 2023-09-23 |
| | |||
* | docker: fix service name | Egor Tensin | 2023-09-23 |
| | |||
* | linux_status: get rid of unnecessary service restarts, etc. | Egor Tensin | 2023-09-23 |
| | |||
* | docker: avoid duplicate service restarts | Egor Tensin | 2023-09-22 |
| | |||
* | docker: refactoring | Egor Tensin | 2023-09-22 |
| | |||
* | sshd: move service restart to handlers | Egor Tensin | 2023-09-22 |
| | |||
* | journald: move service restart to handlers | Egor Tensin | 2023-09-22 |
| | |||
* | add meta/runtime.yml | Egor Tensin | 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 | 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 |
| | |||
* | v0.0.26v0.0.26 | Egor Tensin | 2023-09-13 |
| | |||
* | 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 |
| | |||
* | v0.0.25v0.0.25 | 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 |
| |