13 Commits

Author SHA1 Message Date
37364e5204 Fix repos tag and add base tag
The `repos` tag was slightly broken because it was applied to the
include task but not to the included tasks. This is now fixed by simply
adding the necessary tag declaration to the included tasks.

Furthermore, I experienced a bad deadlock when the PGP key for the
Spotify packages expired. Because of that, every APT operation failed
and Ansible was unable to gather the facts required by package-related
tasks. Since the installation of the base utilities was coupled to the
`repos` tag, that tag failed as well. Because I use that tag to update
repository keys, I ended up in a deadlock.

The solution is the new `base` tag, which is only responsible for
installing the base utilities. This allows repository keys to be updated
independently of any preceding APT installations.
2026-07-15 01:42:22 +02:00
730cebfc60 Move setup to build multiarch containers into dedicated role
This change moves the QEMU configuration for multiarch builds into a
dedicated role. Furthermore the execution will always be treated as
unchanged, unless an error occured!
2025-11-28 13:03:55 +01:00
40e146cdfa Move helm-diff installation into dedicated role 2025-11-28 12:38:52 +01:00
506352fee0 Move fly installation into dedicated role 2025-11-28 12:37:29 +01:00
fb4aef84de Add rust toolchain 2025-11-28 12:34:15 +01:00
52ec953d0a Add service to start offlineimap on linux automatically 2025-10-15 02:35:01 +02:00
ffbff92027 Move setup of enpass-cli into dedicated role 2025-10-12 22:58:32 +02:00
54fb4d3262 Add role to install dotfiles and apply them 2025-09-13 02:53:07 +02:00
25dc798c0c Move ssh and git tasks into dedicated role "ssh" 2025-09-13 02:44:26 +02:00
c405e31f76 Allow the adjustment to local constraints and configure the hostname as an example 2025-09-12 18:45:27 +02:00
f1700f9fee Split update and install of apt into 2 tasks for better observability 2025-09-05 13:13:28 +02:00
5275034379 Add kubectl, k9s and fly software packages 2025-09-05 03:41:04 +02:00
0bafe17c05 Initial commit 2025-09-04 16:27:35 +02:00