ASPP / installation

Ansible scripts for VM preparation
0 stars 2 forks source link

New tags and tagged stages. Added README. #23

Closed Debilski closed 3 months ago

Debilski commented 3 months ago

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.