Ansible scripts for FRI classrooms
Find a file
2024-08-06 16:11:43 +02:00
roles Fix typos in dependencies, add missing files 2024-08-06 16:11:43 +02:00
vars Initial commit erasing history 2024-06-01 00:49:52 +02:00
LICENSE Fix license 2024-07-06 13:14:30 +02:00
linsetup.yml Initial commit erasing history 2024-06-01 00:49:52 +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
UNLICENSE Fix license 2024-07-06 13:14:30 +02:00
winsetup.yml Initial commit erasing history 2024-06-01 00:49:52 +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