forked from rc/classroom
Fix / extend README
This commit is contained in:
parent
9e9d487d57
commit
99a8aa06db
3 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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)?
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
- vars/software_keys.yml
|
||||
- vars/dirs.yml
|
||||
roles:
|
||||
- all_classes
|
||||
- all_classes
|
||||
# - omnetpp
|
||||
# - stm32cube
|
||||
# - processing
|
||||
# - powerdesigner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue