b4fbc9be8a
feat(packages): If yq-go is installed make it callable as yq
2025-09-02 12:27:24 +02:00
2eaac57090
chore(packages): Change generated list of packages to default variable
...
Means it can be overwritten, is defined in a single place, and easier to
invoke from individual tasks (if invoking from multiple).
2025-09-02 12:27:23 +02:00
db562158f7
feat(packages): Add personal repository
...
Add my own package repository and let users define additional custom
repositories to install. Enable installation of packages from my
repository.
2025-03-16 17:44:20 +01:00
afac310f21
ref(roles): All roles use desired package state
...
By setting the `desired_package_state` variable we can change if ansible
should only ensure that the packages exist on the system (`present`) or
that they are also updated to their latest version (`latest`).
2025-03-13 11:24:14 +01:00
b3b280fbe4
ref(playbook): Change to role-based structure
2025-03-13 11:24:08 +01:00