I went through all tasks and removed the remote tag, which I think was redundant. There are tags now that distinguish between installing packages and configuration (both for the system and for the student user).
Additionally, I have added tagged stages to all.yml that might be useful in some cases. (Maybe to test out additional bonus material easily.)
The part
After the disk image has been copied to a laptop, it is suggested to mount the root folder and manually enable the ansible timers.
is a bit handwavy. We should add a complete description on how to do install an image with dd or systemd-repart and then how to mount this image and ln -s for the timer activation.
I went through all tasks and removed the
remote
tag, which I think was redundant. There are tags now that distinguish between installing packages and configuration (both for the system and for the student user).Additionally, I have added tagged stages to
all.yml
that might be useful in some cases. (Maybe to test out additional bonus material easily.)The part
is a bit handwavy. We should add a complete description on how to do install an image with
dd
orsystemd-repart
and then how to mount this image andln -s
for the timer activation.