KIRV cleanup

This commit is contained in:
kllemen 2024-09-13 14:55:09 +02:00
parent a90db23d5c
commit 02198c1de9
9 changed files with 27 additions and 37 deletions

View file

@ -1,7 +1,8 @@
# Kriptografija in računalniška varnost # Kriptografija in računalniška varnost
# Klemen.Klanjscek@fri.uni-lj.si, Janos.Vidali@fri.uni-lj.si # Klemen.Klanjscek@fri.uni-lj.si
# GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client # GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client
dependencies:
- role: sagemath # SageMath se se prevede za Ubutnu 24.04: https://github.com/sagemath/sage/issues/38051#issuecomment-2123452861
- role: jupyter # - include_tasks: sagemath.yml
- role: openssl - include_tasks: jupyter.yml
- include_tasks: openssl.yml

View file

@ -1,7 +1,8 @@
# Kriptografija in računalniška varnost # Kriptografija in računalniška varnost
# Klemen.Klanjscek@fri.uni-lj.si, Janos.Vidali@fri.uni-lj.si # Klemen.Klanjscek@fri.uni-lj.si
# GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client # GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client
- include_tasks: sagemath.yml # SageMath se se prevede za Ubutnu 24.04: https://github.com/sagemath/sage/issues/38051#issuecomment-2123452861
# - include_tasks: sagemath.yml
- include_tasks: jupyter.yml - include_tasks: jupyter.yml
- include_tasks: openssl.yml - include_tasks: openssl.yml

View file

@ -1,9 +1,10 @@
- name: Install SageMath # # SageMath se se prevede za Ubutnu 24.04: https://github.com/sagemath/sage/issues/38051#issuecomment-2123452861
apt: # - name: Install SageMath
name: sagemath # apt:
state: latest # name: sagemath
# state: latest
- name: Install SageMath - Jupyter # - name: Install SageMath - Jupyter
apt: # apt:
name: sagemath-jupyter # name: sagemath-jupyter
state: latest # state: latest

View file

@ -1,9 +1,10 @@
- name: Install SageMath # # SageMath se se prevede za Ubutnu 24.04: https://github.com/sagemath/sage/issues/38051#issuecomment-2123452861
apt: # - name: Install SageMath
name: sagemath # apt:
state: latest # name: sagemath
# state: latest
- name: Install SageMath - Jupyter # - name: Install SageMath - Jupyter
apt: # apt:
name: sagemath-jupyter # name: sagemath-jupyter
state: latest # state: latest

View file

@ -1 +0,0 @@
# TODO

View file

@ -1,7 +0,0 @@
# Kriptografija in računalniška varnost
# Klemen.Klanjscek@fri.uni-lj.si, Janos.Vidali@fri.uni-lj.si
# GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client
- include_tasks: sagemath.yml
- include_tasks: jupyter.yml
- include_tasks: openssl.yml

View file

@ -13,7 +13,6 @@
- import_tasks: IVZ-63521.yml - import_tasks: IVZ-63521.yml
- import_tasks: KCR-63550.yml - import_tasks: KCR-63550.yml
- import_tasks: KPOV-63716.yml - import_tasks: KPOV-63716.yml
- import_tasks: KRV-63528.yml
- import_tasks: MRO-63257.yml - import_tasks: MRO-63257.yml
- import_tasks: MV-63288.yml - import_tasks: MV-63288.yml
- import_tasks: NDN-63729.yml - import_tasks: NDN-63729.yml

View file

@ -1,4 +0,0 @@
# We have it at least in git and msys2 but what the hell.
- name: Install OpenSSL
win_chocolatey:
name: openssl

View file

@ -1 +0,0 @@
# TODO