Commit graph

5 commits

Author SHA1 Message Date
547ab91972
feat: Add nfs server to host machines 2025-10-20 23:54:02 +02:00
40670b8953
site: Set up restic role directly after caddy role 2025-07-21 22:19:59 +02:00
c5448b17cc
site: Bootstrap python for any target
Before running the main site playbook or any other tasks, we ensure that
python is installed on any host so we can actually connect with ansible.
2025-07-19 10:23:23 +02:00
8dafc38a83
docker: Tag complete docker playbook as docker
If we only tag the geerlingguy docker 'role' as docker we do not always
install the necessary python dependencies for later working with ansible
docker compose and network roles.

Applying the docker tag to them we can target '--tags=docker' on
playbook run and be sure that all later roles will have the correct
dependencies.
2025-07-19 10:23:21 +02:00
5b7f80bd29
repo: Rename main playbook to site.yaml 2025-07-19 10:23:20 +02:00
Renamed from playbook.yaml (Browse further)