Disable CUFinder
This commit is contained in:
parent
e2b92f7a31
commit
5620a7ebfe
10 changed files with 37 additions and 18 deletions
|
@ -1,8 +1,8 @@
|
|||
- hosts: ucilnice-prototip
|
||||
- hosts: classroom
|
||||
become_method: sudo
|
||||
become: true
|
||||
vars:
|
||||
ansible_port: 1001
|
||||
# ansible_port: 1001
|
||||
ansible_ssh_extra_args: '-o ForwardX11=yes'
|
||||
# ansible_become_pass: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
|
||||
# ansible_password: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
|
||||
|
@ -12,7 +12,8 @@
|
|||
- vars/credentials.yml
|
||||
- vars/software_keys.yml
|
||||
roles:
|
||||
# - orange
|
||||
# - nodejs
|
||||
# - qcadesigner-e
|
||||
- all_classes
|
||||
# - fri_base
|
||||
# - powerdesigner
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Windows, Logisim, Logisim Evolution, RAVINOR, CubeIDE + Tools, VSCode + ST plugin, Putty
|
||||
dependencies:
|
||||
- role: logisim
|
||||
- role: stm32cube
|
||||
# - role: stm32cube
|
||||
- role: vscode
|
||||
- role: putty
|
||||
- role: stm32duino
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Ziga.Pusnik@fri.uni-lj.si, Robert.Rozman@fri.uni-lj.si
|
||||
# Windows, CubeIDE + tools, STMDuino, VSCode, WinIdea 9.21 + GCC + QEMU, Visual2
|
||||
dependencies:
|
||||
- role: stm32cube # (CubeMonitor sem vzel samo exe)
|
||||
# - role: stm32cube # (CubeMonitor sem vzel samo exe)
|
||||
- role: stm32duino
|
||||
- role: vscode
|
||||
- role: putty
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Robert.Rozman@fri.uni-lj.si
|
||||
# Windows, CubeIDE + Tools, STMDuino, VSCode, LTSpice, PulseView,Putty, STM32 Algobuilder & Unicleo GUI
|
||||
dependencies:
|
||||
- role: stm32cube
|
||||
#- role: stm32cube
|
||||
- role: stm32duino
|
||||
- role: vscode
|
||||
- role: ltspice
|
||||
|
|
|
@ -8,8 +8,9 @@
|
|||
- name: Install Arduino-cli
|
||||
win_package:
|
||||
# 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
|
||||
arguments: /S /AllUsers
|
||||
path: https://github.com/arduino/arduino-cli/releases/download/v1.3.0/arduino-cli_1.3.0_Windows_64bit.msi
|
||||
# path: https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip
|
||||
# arguments: /S /AllUsers
|
||||
# creates_path: "%ProgramFiles%\\Arduino IDE\\Arduino IDE.exe"
|
||||
|
||||
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
win_chocolatey:
|
||||
ignore_checksums: true
|
||||
name: cp210x-vcp-drivers-win10
|
||||
#TODO remove ignore_errors once the package is repaired/updated
|
||||
ignore_errors: true
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
- name: Install maptplotlib
|
||||
- name: Install matplotlib
|
||||
apt:
|
||||
name: matplotlib
|
||||
state: latest
|
||||
name:
|
||||
- python3-matplotlib
|
||||
- python3-matplotlib-inline
|
||||
- python3-matplotlib-venn
|
||||
- python3-mpl-animators
|
||||
- python3-mpl-scatter-density
|
||||
- python3-mplcursors
|
||||
- python3-mplexporter
|
||||
state: latest
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
# win_package:
|
||||
# path: "{{ cubecufinder_download_file }}"
|
||||
# arguments: /S
|
||||
|
||||
- name: Download CubeIDE
|
||||
# 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 }}"
|
||||
|
|
|
@ -10,11 +10,14 @@
|
|||
- name: Install software
|
||||
hosts: '*'
|
||||
become: true
|
||||
debugger: on_failed
|
||||
vars_files:
|
||||
- vars/software_keys.yml
|
||||
roles:
|
||||
- all_classes
|
||||
# - matplotlib
|
||||
# - stm32cube
|
||||
# - processing
|
||||
# - powerdesigner
|
||||
# - nodejs
|
||||
# - qcadesigner-e
|
||||
# - fri_base
|
||||
|
|
16
winsetup.yml
16
winsetup.yml
|
@ -3,19 +3,25 @@
|
|||
become_method: runas
|
||||
debugger: on_failed
|
||||
vars:
|
||||
ansible_connection: winrm
|
||||
ansible_winrm_transport: ntlm
|
||||
ansible_winrm_server_cert_validation: ignore
|
||||
ansible_port: 5985
|
||||
# ansible_connection: winrm
|
||||
# ansible_winrm_transport: ntlm
|
||||
# ansible_winrm_server_cert_validation: ignore
|
||||
# ansible_port: 5985
|
||||
ansible_connection: ssh
|
||||
ansible_port: 22
|
||||
ansible_shell_type: powershell
|
||||
logon_type: interactive
|
||||
installers: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install
|
||||
vars_files:
|
||||
- vars/credentials.yml
|
||||
- vars/software_keys.yml
|
||||
roles:
|
||||
- fri_base
|
||||
# - all_classes
|
||||
# - matlab
|
||||
# - stm32cube
|
||||
- android_studio
|
||||
# - firefox
|
||||
# - android_studio
|
||||
#- OR-63717
|
||||
#- RA-63703
|
||||
#- VN-63728
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue