unit_type string | repo_path string | commit_id string | stars int32 | unit_prefix string | shard int32 | license_types list | files list | quality dict | flags dict |
|---|---|---|---|---|---|---|---|---|---|
ansible_role | saylaan/DevOps_Ansible_2019 | 5c1e9f91887c41974289d8855245f4f48178b107 | 0 | roles/result | 7,670 | [
"no_license"
] | [
{
"path": "roles/result/tasks/main.yml",
"content": "- name: Starting setup of result\n hosts: result\n become: yes\n remote_user: root\n\n environment:\n\n tasks:\n - name: Install the gpg key for nodejs LTS\n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2002,
"all_permissive": false
} |
ansible_role | saylaan/DevOps_Ansible_2019 | 5c1e9f91887c41974289d8855245f4f48178b107 | 0 | roles/worker | 7,670 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "- name: Starting setup of worker\n hosts: worker\n become: yes\n remote_user: root\n\n tasks:\n - name: Check if worker directory exists\n stat:\n path: /etc/worker\n register: workerDir\n - name: Copying and extracting worker.z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/add-plugin | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/add-plugin/tasks/main.yml",
"content": "---\n- name: Plugin Group\n group: name=plugin state=present system=yes\n\n- name: Create unprivileged plugin user {{plugin}}.\n user: name={{plugin}} shell=/bin/false createhome=no system=yes state=present group=plugin\n\n- name: Create {{S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/apt | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/apt/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Install git.\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n categories:\n - development\n - system\ndepende... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/build-go | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/build-go/tasks/main.yml",
"content": "---\n- name: Build {{package}} package.\n shell: . /etc/profile; go install\n args:\n chdir: \"{{Src_Dir}}/{{package}}\"\n\n- name: Add {{package}} to plugin_manager group\n file: path={{Bin_Dir}}/{{package}} group=plugin_manager mode=0775... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/clone | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/clone/tasks/main.yml",
"content": "---\n- name: Create \"{{Src_Dir}}/{{repo}}\" directory.\n file: path={{Src_Dir}}/{{repo}} state=directory\n\n- name: Clone \"{{Repo_Main}}/{{repo}}\".\n git: repo={{Repo_Main}}/{{repo}} dest={{Src_Dir}}/{{repo}} force=yes\n\n- name: Add {{repo}} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/config-deploy-user | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/config-deploy-user/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Configure the honeypot deploy user account.\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n cat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/config-root-user | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/config-root-user/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Configure the honeypot root user.\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n categories:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/config_toml | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/config_toml/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: general config role for config.toml files in go directories.\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - whe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3518,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/dependencies | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/dependencies/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Download dependencies for projectmain.go.\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n categories:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/golang | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/golang/tasks/main.yml",
"content": "---\n##installs dated version of goLang, opt to install from source\n##TODO test if raspbian repo's have applicable version for crypto package\n#- name: Install golang.\n# apt: name=golang state=present\n\n- name: Download Go Tarball.\n get_url:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1888,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/init-pi | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/init-pi/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Set up a default Raspberry Pi environment from Debian linux OS\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheez... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/iptables | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Configure iptables.\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n categories:\n - networking\n - syst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/lockdown-ssh | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/lockdown-ssh/tasks/main.yml",
"content": "---\n- name: Disable root login over SSH\n action: lineinfile dest=/etc/ssh/sshd_config regexp=\"^PermitRootLogin\" line=\"PermitRootLogin no\" state=present \n notify: restart ssh\n\n- name: Disable SSH password login\n action: lineinfil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1819,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/main-config | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/main-config/tasks/main.yml",
"content": "---\n- name: Create config directory\n file: path={{Config_Dir}} state=directory owner={{deploy_user}} group=plugin_manager\n become: true\n\n- name: Create log directory\n file: path=/var/log/projectmain state=directory owner={{deploy_use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1386,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/privileged-build-go | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/privileged-build-go/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Build a golang package and drop into ~/bin\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n cat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/reboot | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/reboot/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: reboot {{ host }}\n license: BSD\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n categories:\n - system\ndependencies: []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/splunk-server | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/splunk-server/tasks/main.yml",
"content": "---\n##for documentation on configuring splunk http-eventcollector via CLI visit\n##http://dev.splunk.com/view/event-collector/SP-CAAAE7D\n\n- name: Create Directory\n file: path=/opt/splunk state=directory\n\n- name: Download Splunk\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2023,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/splunk-server-copy-certs | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/splunk-server-copy-certs/tasks/main.yml",
"content": "---\n##for documentation on configuring splunk http-eventcollector via CLI visit\n##http://dev.splunk.com/view/event-collector/SP-CAAAE7D\n\n#set the authToken parameter in Splunk-config.toml to be transfered to Honeypot\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1662,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/start-service | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/start-service/templates/service.j2",
"content": "[Unit]\nDescription=\"{{description}}\"\n\n[Service]\nType={{type}}\nUser={{user}}\nExecStart={{exec_start}}\nRestart={{restart}}\n\n[Install]\nWantedBy={{wanted_by}}\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | Senior-Design-May1601/config | b526205b035fa0ceacef83b28a54d8da91eeb202 | 0 | ansible/roles/unprivileged-user | 7,670 | [
"no_license"
] | [
{
"path": "ansible/roles/unprivileged-user/tasks/main.yml",
"content": "---\n- name: Create {{unprivileged_user}} group\n group: name={{unprivileged_user}} state=present system=no\n\n- name: Create unprivileged \"{{unprivileged_user}}\" user.\n user: name=\"{{unprivileged_user}}\" shell=/bin/false createh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/7zip | 7,670 | [
"no_license"
] | [
{
"path": "roles/7zip/tasks/main_lin.yml",
"content": "- name: Install 7zip\n apt:\n name: 7zip\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 61,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/ad_joined | 7,670 | [
"no_license"
] | [
{
"path": "roles/ad_joined/tasks/main_win.yml",
"content": "- name: Set OU\n set_fact:\n ou_path: \"OU={{locations[0]}},OU=Ucilnice,DC=fri1,DC=uni-lj,DC=si\"\n- name: \"Rename\"\n # Racunalnik najprej preimenujmo, da ne bosta v domeni obenem 2 z istim imenom\n win_hostname:\n name: \"{{inventory_ho... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2356,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/algobuilder | 7,670 | [
"no_license"
] | [
{
"path": "roles/algobuilder/tasks/main_win.yml",
"content": "# TODO check install status\n- name: Check AlgoBuilder install status\n win_stat:\n path: C:\\Program Files (x86)\\Thonny\\thonny.exe\n register: file\n\n- when: not file.stat.exists\n block:\n - name: Download AlgoBuilder\n win_com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1086,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/android_studio | 7,670 | [
"no_license"
] | [
{
"path": "roles/android_studio/tasks/androidsdk_packages.yml",
"content": "AndroidSDK_packages:\n - add-ons;addon-google_apis-google-24\n - add-ons;addon-google_apis-google-24\n - build-tools;34.0.0-rc3\n - build-tools;35.0.0\n - cmake;3.22.1\n #- cmake;latest\n - cmdline-tools;latest\n - emulator\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5681,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/arduino | 7,670 | [
"no_license"
] | [
{
"path": "roles/arduino/tasks/main_lin.yml",
"content": "- name: create destination\n file:\n path: /opt/Arduino\n state: directory\n\n- name: unpack Arduino\n unarchive:\n src: https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.2_Linux_64bit.zip\n dest: /opt/Arduino\n remote_src: ye... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/audacity | 7,670 | [
"no_license"
] | [
{
"path": "roles/audacity/tasks/main_lin.yml",
"content": "- name: Install Audacity\n apt:\n name: audacity\n state: latest \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/audacity/tasks/main_win.yml",
"content": "- name: Inst... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/c_development | 7,670 | [
"no_license"
] | [
{
"path": "roles/c_development/tasks/main_win.yml",
"content": "- name: Do not install C development tools\n debug:\n msg: \"Do not install C development tools\"\n\n- name: Install MinGW\n win_chocolatey:\n name: mingw\n state: latest\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/chrome | 7,670 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main_lin.yml",
"content": "- name: Add Chromium not-a-snap repository\n apt_repository:\n repo: ppa:xtradeb/apps\n state: present\n update_cache: True\n validate_certs: False\n\n- name: Install Chromium instead of Chrome\n apt:\n name: chromium-browser\n sta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/cp2102_driver | 7,670 | [
"no_license"
] | [
{
"path": "roles/cp2102_driver/tasks/main_lin.yml",
"content": "- name: do not install a special driver under Linux\n debug:\n msg: \"Serial drivers are in mainline\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/cp2102_driver/tasks/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/docker | 7,670 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main_lin.yml",
"content": "\n- name: \"Install Podman\"\n apt:\n name: podman\n state: latest\n\n- name: \"Install containerd\"\n apt:\n name: containerd\n state: latest\n\n- name: \"Install docker\"\n apt:\n name: docker.io\n state: latest\n\n- name: \"Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/dotnet | 7,670 | [
"no_license"
] | [
{
"path": "roles/dotnet/tasks/main_win.yml",
"content": "- name: Install .NET 6 SDK\n win_chocolatey:\n name: dotnet-6.0-sdk\n\n- name: Install .NET 8 SDK\n win_chocolatey:\n name: dotnet-8.0-sdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/eclipse | 7,670 | [
"no_license"
] | [
{
"path": "roles/eclipse/tasks/main_lin.yml",
"content": "- name: Install Eclipse snap\n community.general.snap:\n name:\n - eclipse\n classic: true\n# - name: Install Eclipse from tarball\n# block:\n# - name: Create destination for Eclipse\n# file:\n# path: /opt/Eclipse\n# s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/emacs | 7,670 | [
"no_license"
] | [
{
"path": "roles/emacs/tasks/main_lin.yml",
"content": "- name: Install emacs\n apt:\n name: emacs\n state: latest\n\n- name: Install emacs-nox\n apt:\n name: emacs-nox\n state: latest\n\n- name: Install emacs-gtk\n apt:\n name: emacs-gtk\n state: latest\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/firefox | 7,670 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main_lin.yml",
"content": "- name: Add Firefox not-a-snap repository\n block:\n - name: Pin Firefox PPA package priority\n template:\n src: mozilla-firefox-apt-preferences\n dest: /etc/apt/preferences.d/mozilla-firefox\n - name: Enable Firefox unatten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/fri_base | 7,670 | [
"no_license"
] | [
{
"path": "roles/fri_base/tasks/main_lin.yml",
"content": "- name: Enable multiarch\n command: dpkg --add-architecture i386\n\n- name: Install generally useful packages\n apt:\n name:\n - i3\n - sway\n - vlc\n - mpv\n - ffmpeg\n - emacs\n - kwrite\n - kate\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4005,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/gcc-arm | 7,670 | [
"no_license"
] | [
{
"path": "roles/gcc-arm/tasks/main_lin.yml",
"content": "- name: install GCC for ARM\n apt:\n name: gcc-12-arm-linux-gnueabi\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/gcc-arm/tasks/main_win.yml",
"content":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/gedit | 7,670 | [
"no_license"
] | [
{
"path": "roles/gedit/tasks/main_win.yml",
"content": "- name: Do not install GEdit\n debug:\n msg: \"Do not install GEdit\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/git | 7,670 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main_win.yml",
"content": "- name: Install git\n win_chocolatey:\n name: git.install\n package_params: /GitAndUnixToolsOnPath\n\n- name: Install git-extensions\n win_chocolatey:\n name: gitextensions, kdiff3\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/gns3 | 7,670 | [
"no_license"
] | [
{
"path": "roles/gns3/tasks/main_win.yml",
"content": "- name: GNS3 na Windows ne deluje\n debug:\n msg: \"GNS3 na Windows zaenkrat ne vklapljamo\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/golang | 7,670 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main_win.yml",
"content": "- name: Install the GO programming language\n win_chocolatey:\n name: golang\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/gui_development | 7,670 | [
"no_license"
] | [
{
"path": "roles/gui_development/tasks/main_win.yml",
"content": "- name: Do not install GUI devel tools\n debug:\n msg: \"Do not install GUI development libraries and tools\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/haskell | 7,670 | [
"no_license"
] | [
{
"path": "roles/haskell/tasks/main_win.yml",
"content": "# - name: Check Haskell install status\n# win_stat:\n# path: C:\\ghcup\\bin\\ghc.exe\n# register: file\n\n# - when: not file.stat.exists\n# block:\n# - name: Download Haskell\n# win_get_url:\n# url: \"https://www.haskell.o... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/idea | 7,670 | [
"no_license"
] | [
{
"path": "roles/idea/tasks/main_lin.yml",
"content": "- name: Install IDEA\n block:\n - name: Create destination for JetBrains IDEA\n file:\n path: /opt/IDEA\n state: directory\n - name: Download and unpack JetBrains IDEA\n unarchive:\n src: https://download.jetbrains.com/idea/ideaI... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/inkscape | 7,670 | [
"no_license"
] | [
{
"path": "roles/inkscape/tasks/main_lin.yml",
"content": "- name: Add Inkscape repository\n apt_repository:\n repo: ppa:inkscape.dev/stable\n state: present\n update_cache: True\n validate_certs: False\n- name: Install Inkscape\n apt:\n name: inkscape\n state: latest\n",
"license_ty... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/jdk | 7,670 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main_win.yml",
"content": "- name: Install Oracle JDK\n win_package:\n path: https://download.oracle.com/java/22/latest/jdk-22_windows-x64_bin.msi\n arguments: INSTALLLEVEL=3\n\n- name: Find Java version\n win_reg_stat:\n path: HKLM:\\SOFTWARE\\JavaSoft\\JDK\n name: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1916,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/jlink | 7,670 | [
"no_license"
] | [
{
"path": "roles/jlink/tasks/main_win.yml",
"content": "- name: Do not install JLink on Windows\n debug:\n msg: \"Do not install JLink on Windows\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/jlink/tasks/main_lin.yml",
"content"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/julia | 7,670 | [
"no_license"
] | [
{
"path": "roles/julia/tasks/main_win.yml",
"content": "- name: Install Julia\n win_package:\n path: https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.4-win64.exe\n arguments: /VerySilent /AllUsers\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 161... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/jupyter | 7,670 | [
"no_license"
] | [
{
"path": "roles/jupyter/tasks/main_lin.yml",
"content": "- name: Install Jupyter\n apt:\n name: jupyter\n state: latest\n- name: Install Jupyter Console\n apt:\n name: jupyter-console\n state: latest\n- name: Install Jupyter QT Console\n apt:\n name: jupyter-qtconsole\n state: latest\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/libreoffice | 7,670 | [
"no_license"
] | [
{
"path": "roles/libreoffice/tasks/main_win.yml",
"content": "- name: Install LibreOffice\n win_chocolatey:\n name: libreoffice\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/linroom_ad | 7,670 | [
"no_license"
] | [
{
"path": "roles/linroom_ad/tasks/main.yml",
"content": "- name: Install sssd + samba + keyutil\n apt:\n name: \n - sssd\n - sssd-ad\n - realmd\n - samba-common-bin\n - smbclient\n - cifs-utils\n - smbclient\n state: latest\n- name: Install kerberos utils\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/logisim | 7,670 | [
"no_license"
] | [
{
"path": "roles/logisim/tasks/main_lin.yml",
"content": "# TODO install logisim for linux\n- name: Install Logisim\n block:\n - name: Create destination for Logisim\n file:\n path: /opt/logisim\n state: directory\n - name: Download and unpack Logisim\n unarchive:\n src: https://deac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/ltspice | 7,670 | [
"no_license"
] | [
{
"path": "roles/ltspice/tasks/main_lin.yml",
"content": "# TODO install LTSPice\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/ltspice/tasks/main_win.yml",
"content": "# TODO \n# Win: https://ltspice.analog.com/software/LTspice64.msi\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/macroom | 7,670 | [
"no_license"
] | [
{
"path": "roles/macroom/tasks/main.yml",
"content": "- name: Set hostname\n hostname:\n name: '{{ inventory_hostname }}'\n\n- name: Set brew paths\n lineinfile:\n path: '{{ item }}'\n line: 'eval \"$(/opt/homebrew/bin/brew shellenv)\"'\n loop:\n - /etc/profile\n - /etc/zprofile\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/matlab | 7,670 | [
"no_license"
] | [
{
"path": "roles/matlab/tasks/main_win.yml",
"content": "- name: Set Matlab version and destination\n set_fact:\n target_version: \"R2024a_Update_5\"\n license_path: \\\\ucilnicesmb.fri1.uni-lj.si\\ucilnice_d\\install\\matlab\\network.lic\n dest_dir: D:\\matlab\n\n- name: Set ISO path\n set_fact:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3046,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/maven | 7,670 | [
"no_license"
] | [
{
"path": "roles/maven/tasks/main_win.yml",
"content": "- name: Install maven\n win_chocolatey:\n name: maven\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 56,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/minecraft-education | 7,670 | [
"no_license"
] | [
{
"path": "roles/minecraft-education/tasks/main_lin.yml",
"content": "- name: Do not install Minecraft\n debug:\n msg: \"Do not install Minecraft\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/mono | 7,670 | [
"no_license"
] | [
{
"path": "roles/mono/tasks/main_lin.yml",
"content": "- name: Install Mono\n apt:\n name: mono-complete\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/mono/tasks/main_win.yml",
"content": "- name: Do not install... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/msys2 | 7,670 | [
"no_license"
] | [
{
"path": "roles/msys2/tasks/main_lin.yml",
"content": "- name: Do not install Msys2\n debug:\n msg: \"Do not install Msys2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/mysql-odbc-connector | 7,670 | [
"no_license"
] | [
{
"path": "roles/mysql-odbc-connector/tasks/main_lin.yml",
"content": "- name: Install MariaDB ODBC connector\n apt:\n name: odbc-mariadb\n state: latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/mysql-odbc-connector/tasks/ma... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/mysql_workbench | 7,670 | [
"no_license"
] | [
{
"path": "roles/mysql_workbench/tasks/main_lin.yml",
"content": "- name: Download mysql workbench\n get_url:\n url: https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community_8.0.38-1ubuntu24.04_amd64.deb\n dest: /tmp/mysql-workbench-community_8.0.38-1ubuntu24.04_amd64.deb\n http... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/netbeans | 7,670 | [
"no_license"
] | [
{
"path": "roles/netbeans/tasks/main_lin.yml",
"content": "- name: Install NetBeans from .deb\n apt:\n deb: https://github.com/codelerity/netbeans-installers/releases/download/v19-build1/apache-netbeans_19-1_amd64.deb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/ninja | 7,670 | [
"no_license"
] | [
{
"path": "roles/ninja/tasks/main_win.yml",
"content": "- name: Install Ninja\n debug:\n msg: \"Do not install Ninja\"\n\n- name: Check Ninja install status\n win_stat:\n path: \"%ProgramFiles%\\\\Ninja-build\\\\ninja.exe\"\n register: file\n \n- when: not file.stat.exists\n block:\n - name: D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 698,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/nodejs | 7,670 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main_win.yml",
"content": "- name: Install NodeJS\n win_chocolatey:\n name: nodejs\n\n- name: Install NodeJS-LTS\n win_chocolatey:\n name: nodejs-lts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/notepad++ | 7,670 | [
"no_license"
] | [
{
"path": "roles/notepad++/tasks/main_win.yml",
"content": "# TODO disable update check\n- name: Install Notepad++\n win_chocolatey:\n name: notepadplusplus\n\n- name: Add Notepad++ to PATH\n win_path:\n name: PATH\n elements: C:\\Program Files\\Notepad++\\\n scope: machine\n state: present... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/ocaml | 7,670 | [
"no_license"
] | [
{
"path": "roles/ocaml/tasks/main_lin.yml",
"content": "- name: Install Ocaml\n apt:\n name: ocaml\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 63,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/octave | 7,670 | [
"no_license"
] | [
{
"path": "roles/octave/tasks/main_win.yml",
"content": "# chocolatey package is broken\n- name: Set Octave version\n set_fact:\n target_version: \"9.2.0\"\n\n- name: Install Octave\n win_package:\n # path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe\n p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/omnetpp | 7,670 | [
"no_license"
] | [
{
"path": "roles/omnetpp/tasks/main_win.yml",
"content": "- name: Set OMNet++ version\n set_fact:\n target_version: \"6.0.1\"\n target_dir: \"C:\\\\OMNeT++\"\n\n- name: Check OMNet++ install status\n win_stat:\n path: \"{{ target_dir }}\"\n register: file\n\n- when: not file.stat.exists\n block... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1469,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/openssl | 7,670 | [
"no_license"
] | [
{
"path": "roles/openssl/tasks/main_win.yml",
"content": "# We have it at least in git and msys2 but what the hell.\n- name: Install OpenSSL\n win_chocolatey:\n name: openssl\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/orange | 7,670 | [
"no_license"
] | [
{
"path": "roles/orange/tasks/main_lin.yml",
"content": "- name: Install pipx\n apt:\n name: pipx\n state: latest\n- name: Install orange\n pip:\n executable: pipx\n name: orange3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/pandas | 7,670 | [
"no_license"
] | [
{
"path": "roles/pandas/tasks/main_lin.yml",
"content": "- name: Install pandas\n apt:\n name: python3-pandas\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/pelles-c | 7,670 | [
"no_license"
] | [
{
"path": "roles/pelles-c/tasks/main_win.yml",
"content": "- name: Set PellesC version\n set_fact:\n target_version: \"11.00\"\n target_checksum: \"a8ae79f0e340e4c0cec0869dd72fcd875496acc470174aed8eb377eab8bbce96\"\n\n- name: Check PellesC install status\n win_stat:\n path: C:\\Program Files\\Pel... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1519,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/powerdesigner | 7,670 | [
"no_license"
] | [
{
"path": "roles/powerdesigner/tasks/main_win.yml",
"content": "- name: Install PowerDesigner\n win_package:\n path: \"{{ installers }}\\\\PowerDesigner 12.5\\\\cd1\\\\setup\\\\setup.exe\"\n arguments: \"/s /f1\\\"{{ installers }}\\\\PowerDesigner 12.5\\\\setup.iss\\\" /f2\\\"C:\\\\powerdesigner_log.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4746,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/projectlibre | 7,670 | [
"no_license"
] | [
{
"path": "roles/projectlibre/tasks/main_lin.yml",
"content": "- name: Install projectlibre\n apt:\n deb: https://downloads.sourceforge.net/project/projectlibre/ProjectLibre/1.9.3/projectlibre_1.9.3-1.deb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/pulseview | 7,670 | [
"no_license"
] | [
{
"path": "roles/pulseview/tasks/main_win.yml",
"content": "- name: Download PulseView\n win_get_url:\n url: https://sigrok.org/download/binary/pulseview/pulseview-0.4.2-64bit-static-release-installer.exe\n # url: https://sigrok.org/download/binary/pulseview/pulseview-NIGHTLY-64bit-static-release-ins... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/putty | 7,670 | [
"no_license"
] | [
{
"path": "roles/putty/tasks/main_win.yml",
"content": "- name: Install Putty\n win_chocolatey:\n name: putty\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/putty/tasks/main_lin.yml",
"content": "- name: Install serial terminals (p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/pyodbc | 7,670 | [
"no_license"
] | [
{
"path": "roles/pyodbc/tasks/main_lin.yml",
"content": "- name: Install pyodbc\n apt:\n name: python3-pyodbc\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/pyodbc/tasks/main_win.yml",
"content": "- name: Install... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/python3 | 7,670 | [
"no_license"
] | [
{
"path": "roles/python3/tasks/main_lin.yml",
"content": "- name: Install python3\n apt:\n name: python3\n state: latest\n\n- name: Install ipython\n apt:\n name: python3-ipython\n state: latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/pytorch | 7,670 | [
"no_license"
] | [
{
"path": "roles/pytorch/tasks/main_lin.yml",
"content": "- name: Install pytorch\n apt:\n name:\n - python3-torch\n - python3-skorch\n - python3-torch-ignite\n state: latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/qcadesigner-e | 7,670 | [
"no_license"
] | [
{
"path": "roles/qcadesigner-e/tasks/main_lin.yml",
"content": "- name: Install QCADesigner-E build deps\n block:\n - name: Install automake\n apt:\n name: automake\n state: latest\n - name: Install automake\n apt:\n name: libgtk2.0-dev\n state: latest\n- name: C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/racket | 7,670 | [
"no_license"
] | [
{
"path": "roles/racket/tasks/main_lin.yml",
"content": "- name: Install racket\n apt:\n name: racket\n state: latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/racket/tasks/main_win.yml",
"content": "- name: Install Racke... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/rlwrap | 7,670 | [
"no_license"
] | [
{
"path": "roles/rlwrap/tasks/main_win.yml",
"content": "- name: Do not install rlwrap\n debug:\n msg: \"Do not install rlwrap\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/rstudio | 7,670 | [
"no_license"
] | [
{
"path": "roles/rstudio/tasks/main_win.yml",
"content": "- name: Install R\n win_chocolatey:\n name: r.project\n package_params: /AddToPath\n\n- name: Find R directory\n win_find:\n paths: C:\\Program Files\\R\n patterns: ['R-*']\n file_type: directory\n register: base\n\n- name: Add R to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1716,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/sagemath | 7,670 | [
"no_license"
] | [
{
"path": "roles/sagemath/tasks/main_lin.yml",
"content": "# # SageMath se se prevede za Ubutnu 24.04: https://github.com/sagemath/sage/issues/38051#issuecomment-2123452861\n# - name: Install SageMath - Jupyter\n# apt:\n# name: sagemath-jupyter\n# state: latest\n\n- name: Do not install SageMath\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/scenebuilder | 7,670 | [
"no_license"
] | [
{
"path": "roles/scenebuilder/tasks/main_lin.yml",
"content": "# TODO install SceneBuilder \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/scenebuilder/tasks/main_win.yml",
"content": "- name: Install SceneBuilder\n win_package:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/scipy | 7,670 | [
"no_license"
] | [
{
"path": "roles/scipy/tasks/main_win.yml",
"content": "- name: Install python3-scipy, scikit-learn\n win_command: pip install scipy scikit-learn\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/sifive | 7,670 | [
"no_license"
] | [
{
"path": "roles/sifive/tasks/main_lin.yml",
"content": "# SiFive je bil nekoc prosto dostopen.\n# Sedaj hocejo, da se registriras... da prides do kode\n# Potem pa ti ne dajo izvorne kode.\n# ucilnice_install/2022-23/ORS_VGRS_Bulic\n# \n#\n- name: create destination for SiFive\n file:\n path: /opt/SiFiv... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/smlnj | 7,670 | [
"no_license"
] | [
{
"path": "roles/smlnj/tasks/main_lin.yml",
"content": "- name: Install SML/NJ\n apt:\n name: smlnj\n state: latest\n- name: Install SML/NJ\n apt:\n name: smlnj\n state: latest\n- name: Install Emacs extension for SML\n apt:\n name: elpa-sml-mode\n state: latest\n\n",
"license_type"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/statsmodels | 7,670 | [
"no_license"
] | [
{
"path": "roles/statsmodels/tasks/main_win.yml",
"content": "- name: Install statsmodels\n win_command: pip install statsmodels\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/statsmodels/tasks/main_lin.yml",
"content": "- name: Ins... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/stm32algobuilder | 7,670 | [
"no_license"
] | [
{
"path": "roles/stm32algobuilder/tasks/main_lin.yml",
"content": "- name: Do not install AlgoBuilder\n debug:\n msg: \"Do not install AlgoBuilder on Linux\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/stm32algobuilder/tasks/main_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/stm32cube | 7,670 | [
"no_license"
] | [
{
"path": "roles/stm32cube/tasks/main_win.yml",
"content": "- name: Check ST tools install status\n win_stat:\n path: C:\\ST\\\n register: file\n \n- when: not file.stat.exists\n block:\n - name: Set download filenames\n set_fact:\n cubemx_download_file: C:\\CubeMX.exe\n cubepro... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5168,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/stm32duino | 7,670 | [
"no_license"
] | [
{
"path": "roles/stm32duino/tasks/main_win.yml",
"content": "#- name: Install Arduino IDE\n# win_package:\n# # path: https://downloads.arduino.cc/arduino-ide/arduino-ide_2.0.0_Windows_64bit.exe\n# path: https://downloads.arduino.cc/arduino-ide/arduino-ide_2.2.1_Windows_64bit.exe\n# arguments: /S /... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/stm32unicleogui | 7,670 | [
"no_license"
] | [
{
"path": "roles/stm32unicleogui/tasks/main_win.yml",
"content": "# TODO check install status\n- name: Check UnicleoGUI install status\n win_stat:\n path: C:\\Program Files (x86)\\STMicroelectronics\\Unicleo-GUI\\Unicleo-GUI.exe\n register: file\n- when: not file.stat.exists\n block:\n - name: Down... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/tensorflow | 7,670 | [
"no_license"
] | [
{
"path": "roles/tensorflow/tasks/main_lin.yml",
"content": "- name: Install TensorFlow\n pip:\n executable: pipx\n name: tensorflow\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/tensorflow/tasks/main_win.yml",
"content": "- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/twincat3 | 7,670 | [
"no_license"
] | [
{
"path": "roles/twincat3/tasks/main_win.yml",
"content": "- name: Install TwinCat 3\n debug:\n msg: TODO - write twincat installer scripts\n #win_package:\n # path: \"{{ installers }}\\\\TwinCat3\\\\setup\\\\setup.exe\"\n # arguments: \"/s /f1\\\"{{ installers }}\\\\PowerDesigner 12.5\\\\setup.iss... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/unity | 7,670 | [
"no_license"
] | [
{
"path": "roles/unity/tasks/main_win.yml",
"content": "- name: Install Unity\n win_chocolatey:\n name: unity\n\n# Don’t install Unity Hub because it wants a login when run.\n\n# TODO Figure out license stuff.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
},
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/virtualbox | 7,670 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main_lin.yml",
"content": "- name: \"Install VirtualBox\"\n apt:\n name: virtualbox\n state: latest\n- name: \"Install VirtualBox GUI\"\n apt:\n name: virtualbox-qt\n state: latest\n- name: \"Install VirtualBox kernel module\"\n apt:\n name: virtualbox-dkm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/visual2 | 7,670 | [
"no_license"
] | [
{
"path": "roles/visual2/tasks/main_win.yml",
"content": "- name: Set Visual2 version\n set_fact:\n target_version: \"1.06.10\"\n\n- name: Check Visual2 install status\n win_stat:\n path: \"%ProgramFiles%\\\\VisUAL2\\\\VisUAL2.exe\"\n register: file\n \n- when: not file.stat.exists\n block:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/visual_studio | 7,670 | [
"no_license"
] | [
{
"path": "roles/visual_studio/tasks/main_win.yml",
"content": "- name: Install Visual Studio 2022 Build Tools\n win_chocolatey:\n name: visualstudio2022buildtools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/visual_studio/tasks/mai... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | UL-FRI/classroom | 3265465b490ef2aacd7e5a7844e3721ef4376b78 | 0 | roles/visualstudio19 | 7,670 | [
"no_license"
] | [
{
"path": "roles/visualstudio19/tasks/main_lin.yml",
"content": "- name: Do not install VisualStudio on Linux\n debug:\n msg: Do not install VisualStudio on Linux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/visualstudio19/tasks/mai... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.