aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles (follow)
Commit message (Collapse)AuthorAge
* debian_cloud_server: install net-toolsEgor Tensin2023-12-26
|
* letsencrypt: don't sort SANsEgor Tensin2023-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).
* debian_cloud_server: install nmap toolsEgor Tensin2023-12-25
|
* my_workspace: configure git repositories separatelyEgor Tensin2023-12-10
| | | | | Configuring git globally can interfere with my_dotfiles; seems more generic that way anyway.
* letsencrypt: re-request certificates on email changeEgor Tensin2023-12-10
|
* drop my personal info as defaults everywhereEgor Tensin2023-12-10
|
* add vagrant roleEgor Tensin2023-11-20
|
* ppa: derive the distribution automaticallyEgor Tensin2023-11-20
|
* docker: add Arch-specific package namesEgor Tensin2023-11-20
|
* add READMEs where missingEgor Tensin2023-09-23
|
* docker: move handlers to handlers/Egor Tensin2023-09-23
|
* docker: fix service nameEgor Tensin2023-09-23
|
* linux_status: get rid of unnecessary service restarts, etc.Egor Tensin2023-09-23
|
* docker: avoid duplicate service restartsEgor Tensin2023-09-22
|
* docker: refactoringEgor Tensin2023-09-22
|
* sshd: move service restart to handlersEgor Tensin2023-09-22
|
* journald: move service restart to handlersEgor Tensin2023-09-22
|
* switch to ansible.builtin.package in more placesEgor Tensin2023-09-19
|
* get rid of install_recommends=false for apt packagesEgor Tensin2023-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 servicesEgor Tensin2023-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 dependenciesEgor Tensin2023-09-18
|
* use ansible.builtin.package generic moduleEgor Tensin2023-09-18
|
* move rate_mirrors inside of pacmanEgor Tensin2023-09-13
|
* apt: the extra packages are optionalEgor Tensin2023-09-13
|
* pacman: add a parameter to install additional packagesEgor Tensin2023-09-13
|
* etckeeper: manage the ignore listEgor Tensin2023-09-12
|
* fix some ansible-lint warningsEgor Tensin2023-09-11
|
* pacman: drop dependency on etckeeper role + refactoringEgor Tensin2023-09-11
|
* rate_mirrors: drop dependency on etckeeper role, refactoringEgor Tensin2023-09-11
|
* etckeeper: commit etckeeper.conf changesEgor Tensin2023-09-11
|
* etckeeper: configure git remote as wellEgor Tensin2023-09-11
|
* etckeeper: configure the thing, not just checkEgor Tensin2023-09-11
|
* import roles etckeeper, pacman, rate_mirrorsEgor Tensin2023-09-04
|
* update role READMEsEgor Tensin2023-09-04
|
* fix task names, small refactoring, etc.Egor Tensin2023-09-04
|
* sshd: validate the new configEgor Tensin2023-09-01
|
* my_dotfiles: run setup.sh on updates onlyEgor Tensin2023-09-01
|
* firewall: using the validate arg for testing the configEgor Tensin2023-09-01
|
* fix some ansible-lint warningsEgor Tensin2023-09-01
|
* sort module args, add missing state args, etc.Egor Tensin2023-09-01
|
* apt: don't remove after autoremoving dependenciesEgor Tensin2023-08-31
|
* docker: factor out service restart as a handlerEgor Tensin2023-08-31
|
* apt_extra_packages -> apt_packagesEgor Tensin2023-08-31
|
* apt: unattended upgrades off by defaultEgor Tensin2023-08-31
|
* add a meta role debian_cloud_serverEgor Tensin2023-08-31
|
* use role dependencies where appropriateEgor Tensin2023-08-31
|
* apt_repo: run apt update on key changes as wellEgor Tensin2023-08-29
|
* apt_repo: always overwrite the .list fileEgor Tensin2023-08-29
|
* add dependent services to mount/network interface rolesEgor Tensin2023-08-29
|
* wireguard: include the router automaticallyEgor Tensin2023-08-24
|