Disable CUFinder

This commit is contained in:
Gašper Fele-Žorž 2025-08-18 15:49:43 +02:00
parent e2b92f7a31
commit 5620a7ebfe
10 changed files with 37 additions and 18 deletions

View file

@ -1,8 +1,8 @@
- hosts: ucilnice-prototip - hosts: classroom
become_method: sudo become_method: sudo
become: true become: true
vars: vars:
ansible_port: 1001 # ansible_port: 1001
ansible_ssh_extra_args: '-o ForwardX11=yes' ansible_ssh_extra_args: '-o ForwardX11=yes'
# ansible_become_pass: '{{ lookup("env", "ANSIBLE_PASSWORD") }}' # ansible_become_pass: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
# ansible_password: '{{ lookup("env", "ANSIBLE_PASSWORD") }}' # ansible_password: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
@ -12,7 +12,8 @@
- vars/credentials.yml - vars/credentials.yml
- vars/software_keys.yml - vars/software_keys.yml
roles: roles:
# - orange # - nodejs
# - qcadesigner-e
- all_classes - all_classes
# - fri_base # - fri_base
# - powerdesigner # - powerdesigner

View file

@ -3,7 +3,7 @@
# Windows, Logisim, Logisim Evolution, RAVINOR, CubeIDE + Tools, VSCode + ST plugin, Putty # Windows, Logisim, Logisim Evolution, RAVINOR, CubeIDE + Tools, VSCode + ST plugin, Putty
dependencies: dependencies:
- role: logisim - role: logisim
- role: stm32cube # - role: stm32cube
- role: vscode - role: vscode
- role: putty - role: putty
- role: stm32duino - role: stm32duino

View file

@ -2,7 +2,7 @@
# Ziga.Pusnik@fri.uni-lj.si, Robert.Rozman@fri.uni-lj.si # Ziga.Pusnik@fri.uni-lj.si, Robert.Rozman@fri.uni-lj.si
# Windows, CubeIDE + tools, STMDuino, VSCode, WinIdea 9.21 + GCC + QEMU, Visual2 # Windows, CubeIDE + tools, STMDuino, VSCode, WinIdea 9.21 + GCC + QEMU, Visual2
dependencies: dependencies:
- role: stm32cube # (CubeMonitor sem vzel samo exe) # - role: stm32cube # (CubeMonitor sem vzel samo exe)
- role: stm32duino - role: stm32duino
- role: vscode - role: vscode
- role: putty - role: putty

View file

@ -2,7 +2,7 @@
# Robert.Rozman@fri.uni-lj.si # Robert.Rozman@fri.uni-lj.si
# Windows, CubeIDE + Tools, STMDuino, VSCode, LTSpice, PulseView,Putty, STM32 Algobuilder & Unicleo GUI # Windows, CubeIDE + Tools, STMDuino, VSCode, LTSpice, PulseView,Putty, STM32 Algobuilder & Unicleo GUI
dependencies: dependencies:
- role: stm32cube #- role: stm32cube
- role: stm32duino - role: stm32duino
- role: vscode - role: vscode
- role: ltspice - role: ltspice

View file

@ -8,8 +8,9 @@
- name: Install Arduino-cli - name: Install Arduino-cli
win_package: win_package:
# path: https://downloads.arduino.cc/arduino-ide/arduino-ide_2.0.0_Windows_64bit.exe # path: https://downloads.arduino.cc/arduino-ide/arduino-ide_2.0.0_Windows_64bit.exe
path: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip path: https://github.com/arduino/arduino-cli/releases/download/v1.3.0/arduino-cli_1.3.0_Windows_64bit.msi
arguments: /S /AllUsers # path: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip
# arguments: /S /AllUsers
# creates_path: "%ProgramFiles%\\Arduino IDE\\Arduino IDE.exe" # creates_path: "%ProgramFiles%\\Arduino IDE\\Arduino IDE.exe"

View file

@ -2,3 +2,5 @@
win_chocolatey: win_chocolatey:
ignore_checksums: true ignore_checksums: true
name: cp210x-vcp-drivers-win10 name: cp210x-vcp-drivers-win10
#TODO remove ignore_errors once the package is repaired/updated
ignore_errors: true

View file

@ -1,4 +1,11 @@
- name: Install maptplotlib - name: Install matplotlib
apt: apt:
name: matplotlib name:
state: latest - python3-matplotlib
- python3-matplotlib-inline
- python3-matplotlib-venn
- python3-mpl-animators
- python3-mpl-scatter-density
- python3-mplcursors
- python3-mplexporter
state: latest

View file

@ -67,7 +67,6 @@
# win_package: # win_package:
# path: "{{ cubecufinder_download_file }}" # path: "{{ cubecufinder_download_file }}"
# arguments: /S # arguments: /S
- name: Download CubeIDE - name: Download CubeIDE
# win_get_url: # win_get_url:
win_command: wget "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EZLOLK_5IxpPvnI_rYH6hSMBuQyH3EEq9bqZr9X_n6cgzA?e=P218RC" -O "{{ cubeide_download_file }}" win_command: wget "https://unilj-my.sharepoint.com/:u:/g/personal/rozman_fri1_uni-lj_si/EZLOLK_5IxpPvnI_rYH6hSMBuQyH3EEq9bqZr9X_n6cgzA?e=P218RC" -O "{{ cubeide_download_file }}"

View file

@ -10,11 +10,14 @@
- name: Install software - name: Install software
hosts: '*' hosts: '*'
become: true become: true
debugger: on_failed
vars_files: vars_files:
- vars/software_keys.yml - vars/software_keys.yml
roles: roles:
- all_classes - all_classes
# - matplotlib # - stm32cube
# - processing
# - powerdesigner
# - nodejs # - nodejs
# - qcadesigner-e # - qcadesigner-e
# - fri_base # - fri_base

View file

@ -3,19 +3,25 @@
become_method: runas become_method: runas
debugger: on_failed debugger: on_failed
vars: vars:
ansible_connection: winrm # ansible_connection: winrm
ansible_winrm_transport: ntlm # ansible_winrm_transport: ntlm
ansible_winrm_server_cert_validation: ignore # ansible_winrm_server_cert_validation: ignore
ansible_port: 5985 # ansible_port: 5985
ansible_connection: ssh
ansible_port: 22
ansible_shell_type: powershell
logon_type: interactive logon_type: interactive
installers: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install installers: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install
vars_files: vars_files:
- vars/credentials.yml - vars/credentials.yml
- vars/software_keys.yml - vars/software_keys.yml
roles: roles:
- fri_base
# - all_classes # - all_classes
# - matlab
# - stm32cube # - stm32cube
- android_studio # - firefox
# - android_studio
#- OR-63717 #- OR-63717
#- RA-63703 #- RA-63703
#- VN-63728 #- VN-63728