aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* v4.2.0HEADv4.2.0masterEgor Tensin36 hours
|
* add nfs roleEgor Tensin36 hours
|
* v4.1.0v4.1.0Egor Tensin37 hours
|
* debian_server: don't set up firewall by defaultEgor Tensin37 hours
|
* add samba roleEgor Tensin37 hours
|
* v4.0.2v4.0.2Egor Tensin5 days
|
* my_workspace: add option to only clone the repoEgor Tensin5 days
|
* v4.0.1v4.0.1Egor Tensin2024-11-19
|
* my_workspace: switch to docker_compose_v2Egor Tensin2024-11-19
|
* v4.0.0v4.0.0Egor Tensin2024-11-05
|
* apt: add a helpful comment to 50unattended-upgradesEgor Tensin2024-11-05
|
* split out debian_server from debian_cloud_serverEgor Tensin2024-11-03
| | | | Additionally, some refactoring.
* v3.0.1v3.0.1Egor Tensin2024-04-12
|
* wireguard: add dependency on wg-quick service alsoEgor Tensin2024-03-23
|
* v3.0.0v3.0.0Egor Tensin2024-03-18
|
* apt_repo: append distribution by defaultEgor Tensin2024-03-18
|
* apt_repo: apt_repo_distro -> apt_repo_codenameEgor Tensin2024-03-18
|
* apt_repo: install apt-transport-httpsEgor Tensin2024-03-17
|
* apt_repo: mention the required variable in defaults/Egor Tensin2024-03-17
|
* apt_repo: add notes to default valuesEgor Tensin2024-03-17
|
* make the mechanism of inclusion of platform-specific vars more uniformEgor Tensin2024-03-17
|
* v2.0.4v2.0.4Egor Tensin2024-03-06
|
* firewall: align directivesEgor Tensin2024-03-06
|
* v2.0.3v2.0.3Egor Tensin2023-12-26
|
* debian_cloud_server: install net-toolsEgor Tensin2023-12-26
|
* v2.0.2v2.0.2Egor 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).
* v2.0.1v2.0.1Egor Tensin2023-12-26
|
* debian_cloud_server: install nmap toolsEgor Tensin2023-12-25
|
* v2.0.0v2.0.0Egor Tensin2023-12-10
|
* switch to egor@tensin.nameEgor Tensin2023-12-10
|
* 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
|
* v1.0.0v1.0.0Egor Tensin2023-11-20
|
* add vagrant roleEgor Tensin2023-11-20
|
* ppa: derive the distribution automaticallyEgor Tensin2023-11-20
|
* docker: add Arch-specific package namesEgor Tensin2023-11-20
|
* v0.0.27v0.0.27Egor Tensin2023-09-23
|
* 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
|
* add meta/runtime.ymlEgor Tensin2023-09-19
|
* 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.