Ansible scripts for FRI classrooms
Find a file
2025-07-25 17:35:01 +02:00
roles linroom: remove some obsolete or heavy base packages 2025-07-25 17:35:01 +02:00
vars Initial commit erasing history 2024-06-01 00:49:52 +02:00
linsetup.yml Add old sagemath config int he hopes that we can later uncomment it 2024-09-16 11:04:03 +02:00
macsetup.yml Initial commit erasing history 2024-06-01 00:49:52 +02:00
README.md Re-add the missing README 2024-08-06 15:43:51 +02:00
winsetup.yml Add old sagemath config int he hopes that we can later uncomment it 2024-09-16 11:04:03 +02:00

Ansible playbooks for deploying classroom computers. Run with something like:

ansible-playbook --user <AD admin> --ask-pass \
    --become-user=<local admin>
    --inventory hosts winsetup.yml

ansible-playbook --user <local admin> --ask-pass \
    --inventory hosts linsetup.yml