Fix / extend README

This commit is contained in:
Gašper Fele-Žorž 2025-09-02 11:22:49 +02:00
parent 9e9d487d57
commit 99a8aa06db
3 changed files with 2 additions and 6 deletions

View file

@ -1,11 +1,9 @@
# Using the ansible scripts
Ansible playbooks for deploying classroom computers. Run with something like:
ansible-playbook --user <local admin> -k -K -i inventory.yml setup.py
or, for Apple computers:
ansible-playbook --user <local admin> -k -K -i inventory.yml macsetup.py
# How classroom computers are prepared at FRI

View file

@ -15,10 +15,7 @@
- name: Install preinstalled STM32Duino & Arduino environment
win_unzip:
# url: "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EYTFhlsJOFtFk9xsaViP0eYBtILVS24ZF_dlkgodu_L9Nw?e=geavvJ"
src: {{ installers }}\RAVINOR\2025\arduino-1.8.19.zip
dest: "{{large_prog_dir}}\\RAVINOR\\STM32Duino"
# TODO Don't know if unzipping is required?
# TODO check if anything else is needed (esp8266com)?

View file

@ -16,6 +16,7 @@
- vars/dirs.yml
roles:
- all_classes
# - omnetpp
# - stm32cube
# - processing
# - powerdesigner