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 | furious-luke/ansible-roles | 2dd502a978f534991ea6c61d6dca9acd91eabcc3 | 1 | roles/virtualenvwrapper | 6,216 | [
"no_license"
] | [
{
"path": "roles/virtualenvwrapper/tasks/main.yml",
"content": "---\n\n- name: install virtualenvwrapper\n pip:\n executable: pip3\n extra_args: --system\n name: virtualenvwrapper\n become: yes\n\n- name: select virtualenvwrapper Python version\n lineinfile:\n state: present\n dest: \"{{ s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | furious-luke/ansible-roles | 2dd502a978f534991ea6c61d6dca9acd91eabcc3 | 1 | roles/web | 6,216 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "- name: install ufw (Arch)\n pacman: name=ufw state=latest\n become: yes\n when: ansible_distribution == \"Archlinux\"\n\n- name: allow SSH\n ufw: rule=allow name=SSH\n\n- name: deny incoming\n ufw: state=enabled direction=incoming policy=deny\n\n- name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/cart | 6,216 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: set-prompt\n ansible.builtin.shell: set-prompt \"{{ app_name }}-{{ env }}\"\n\n- name: include nodejs role\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs.yml",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/catalogue | 6,216 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: set prompt\n ansible.builtin.shell: set-prompt \"{{ app_name }}-{{ env }}\"\n\n- name: include nodejs role\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs.yml\n\n- name: copy repo file\n ansible.builtin.copy:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/common | 6,216 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: disable default nodejs\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: enable nodejs\n ansible.builtin.shell: dnf module enable nodejs:20 -y\n\n- name: install nodejs\n ansible.builtin.dnf:\n name: nodejs\n state: i... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1665,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/dispatch | 6,216 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yml",
"content": "- name: set-prompt\n ansible.builtin.shell: set-prompt \"{{ app_name }}-{{ env }}\"\n\n- name: install golang\n ansible.builtin.dnf:\n name: golang\n state: installed\n\n- name: include app_prerequisites\n ansible.builtin.include_role:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/mysql | 6,216 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: set prompt\n ansible.builtin.shell: set-prompt \"{{ app_name }}-{{ env }}\"\n\n- name: install MySQL server\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: start MySQL server\n ansible.builtin.systemd_service:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/payment | 6,216 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: set-prompt\n ansible.builtin.shell: set-prompt \"{{ app_name }}-{{ env }}\"\n\n- name: python\n ansible.builtin.include_role:\n name: common\n tasks_from: python.yml",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/redis | 6,216 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: set prompt\n ansible.builtin.shell: set-prompt \"{{ app_name }}-{{ env }}\"\n\n- name: disable default redis\n ansible.builtin.shell: dnf module disable redis -y\n\n- name: enable redis\n ansible.builtin.shell: dnf module enable redis:7 -y\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 720,
"all_permissive": false
} |
ansible_role | goutham817/roboshop-ansible | daf9bae84a32513133a396557ca6b6c923e9936f | 0 | roles/shipping | 6,216 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: set-prompt\n ansible.builtin.shell: set-prompt \"{{ app_name }}-{{ env }}\"\n\n- name: maven include\n ansible.builtin.include_role:\n name: common\n tasks_from: maven.yml\n\n- name: install mysql client\n ansible.builtin.dnf:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | biopet/biopet-ansible | 8f9b6b776676d331e05c015ca3a4737feee67975 | 0 | roles/biopet | 6,216 | [
"no_license"
] | [
{
"path": "roles/biopet/templates/biopet_config.yml.j2",
"content": "gatk_jar: {{ gatk_jar }}\npicard_jar: {{ picard_jar }}\nvarscan_jar: {{ varscan_jar }}\nfastqc:\n exe: {{ fastqc_exe }}\nseqtk:\n exe: {{ seqtk_exe }}\nsickle:\n exe: {{ sickle_exe }}\ncutadapt:\n exe: {{ cutadapt_exe }}\nbwa:\n exe: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2750,
"all_permissive": false
} |
ansible_role | biopet/biopet-ansible | 8f9b6b776676d331e05c015ca3a4737feee67975 | 0 | roles/biopet-tools | 6,216 | [
"no_license"
] | [
{
"path": "roles/biopet-tools/tasks/star.yml",
"content": "- name: Clone star git repo\n git: repo=https://github.com/alexdobin/STAR.git\n dest={{ biopet_dir }}/src/star\n version={{ star_version }}\n force=yes\n register: star_checkout\n\n- name: Compiling star\n command: make STAR\n ... | {
"task_files": 24,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 25,
"total_bytes": 16072,
"all_permissive": false
} |
ansible_role | biopet/biopet-ansible | 8f9b6b776676d331e05c015ca3a4737feee67975 | 0 | roles/references | 6,216 | [
"no_license"
] | [
{
"path": "roles/references/tasks/star_index.yml",
"content": "- stat: path={{ reference_dir }}/{{ reference.species }}/{{ reference.name }}/star/SA\n register: sa_stat\n\n- file: path={{ reference_dir }}/{{ reference.species }}/{{ reference.name }}/star state=directory mode=755\n\n- file: src={{ reference... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3781,
"all_permissive": false
} |
ansible_role | sankamuk/virtualcoaching | b664d9c2e23e7921279bf4c67b2a93fdd02773cb | 1 | ansible/dev/roles/common | 6,216 | [
"no_license"
] | [
{
"path": "ansible/dev/roles/common/tasks/cron.yml",
"content": "- name: 15 Minutes Jobs\n cron:\n name: \"Run Notification For Exam Count Update & Query\"\n user: {{ app_user }}\n minute: \"01,16,31,46\"\n job: \"{{ app_dir }}/{{ app_name }}/api/run_cron.sh 15minutes\"\n\n- name: Hourly Jobs\n... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7596,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/acesso_remoto | 6,176 | [
"no_license"
] | [
{
"path": "roles/acesso_remoto/files/x11vnc.sh",
"content": "#! /bin/sh\n/usr/bin/x11vnc -auth guess -noxdamage -rfbport 5900 -shared -forever -bg -xkb -nopw -accept popup:0 > /dev/null 2> /dev/null\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2716,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/aluno | 6,176 | [
"no_license"
] | [
{
"path": "roles/aluno/meta/main.yml",
"content": "dependencies:\n - role: google_chrome\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/aluno/tasks/main.yml",
"content": "- name: Instalar o lusermod\n ansible.builtin.apt:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5550,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/android-studio | 6,176 | [
"no_license"
] | [
{
"path": "roles/android-studio/tasks/main.yml",
"content": "- name: Remove AndroidStudio softwares from flathub\n community.general.flatpak:\n name:\n - com.google.AndroidStudio\n state: absent\n when: ansible_os_family == 'Debian'\n\n- name: Cria diretórios\n ansible.builtin.file:\n path:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1870,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/anydesk | 6,176 | [
"no_license"
] | [
{
"path": "roles/anydesk/tasks/main.yml",
"content": "- name: Adicionar a chave do repositório do AnyDesk\n ansible.builtin.apt_key:\n url: https://keys.anydesk.com/repos/DEB-GPG-KEY\n state: present\n keyring: /etc/apt/trusted.gpg.d/anydesk.gpg\n when: ansible_os_family == 'Debian'\n\n- name: Ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/apaga_wifi_salvo | 6,176 | [
"no_license"
] | [
{
"path": "roles/apaga_wifi_salvo/tasks/main.yml",
"content": "---\n\n- name: Mantem o estado do arquivo /etc/init.d/apagaWifiSalvo.sh - Linux\n copy:\n src: apagaWifiSalvo.sh\n dest: /etc/init.d/apagaWifiSalvo.sh\n owner: root\n group: root\n mode: 0755\n when: ansible_os_family == 'Debian... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/arduino | 6,176 | [
"no_license"
] | [
{
"path": "roles/arduino/tasks/main.yml",
"content": "#Linux\n\n- name: Removendo versão antiga do arduino - Debian\n ansible.builtin.file:\n path: /opt/arduino-1.8.19\n state: absent\n when: ansible_os_family == 'Debian'\n\n- name: Criar pasta para o arduino 2.3.4 - Debian\n ansible.builtin.file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2382,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/ativar_win | 6,176 | [
"no_license"
] | [
{
"path": "roles/ativar_win/tasks/main.yml",
"content": "#- name: Get product id and product key\n# win_product_facts:\n# when: ansible_os_family == 'Windows'\n\n- name: Ativar o Windows\n win_shell: cscript slmgr.vbs /ipk 7TD3M-8W242-BBVPC-WGBF2-PVWMK ; cscript slmgr.vbs /ato ; New-Item c:\\gatilho_ativ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/atualiza_mac | 6,176 | [
"no_license"
] | [
{
"path": "roles/atualiza_mac/tasks/main.yml",
"content": "# Linux\n\n# Antes de atualizar o MAC, precisa reiniciar as máquinas para confirmar que o /home/aluno estão limpos.\n\n - name: Atualiza o MAC das VMs\n shell: \"/bin/su -c '/usr/bin/VBoxManage modifyvm {{ vms }} --macaddress1 auto --macaddress2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/auto_desligamento | 6,176 | [
"no_license"
] | [
{
"path": "roles/auto_desligamento/tasks/main.yml",
"content": "# Linux\n\n- name: Desativa a hibernação\n ansible.builtin.systemd:\n name: \"{{ item }}\"\n masked: true\n loop:\n - sleep.target\n - suspend.target\n - hibernate.target\n - hybrid-sleep.target\n when: ansible_os_family ==... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1041,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/bipide | 6,176 | [
"no_license"
] | [
{
"path": "roles/bipide/tasks/main.yml",
"content": "# Windows\n\n- name: Create directory C:\\instaladores\n ansible.windows.win_file:\n path: C:\\instaladores\n state: directory\n when: ansible_os_family == 'Windows'\n\n- name: Baixar o instalador do BIP IDE - Windows\n ansible.windows.win_get_ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1595,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/cade-simu | 6,176 | [
"no_license"
] | [
{
"path": "roles/cade-simu/tasks/main.yml",
"content": "#Windows\n\n- name: Baixar o instalador do LINK Cade SIMU 4.0 - Windows\n win_get_url:\n url: 'https://discovirtual.ifsc.edu.br/index.php/s/EWDFkvOHlRoLLD7/download'\n dest: 'C:\\instaladores\\cade-simu.exe'\n timeout: 120\n when: ansible_os... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/cadeia_certificados | 6,176 | [
"no_license"
] | [
{
"path": "roles/cadeia_certificados/tasks/main.yml",
"content": "### Site onde baixar.\n# https://www.gov.br/iti/pt-br/assuntos/navegadores/\n# https://www.gov.br/iti/pt-br/assuntos/repositorio/repositorio-ac-raiz\n\n- name: Cria o diretório /home/certificados\n file:\n path: /home/certificados\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2365,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/chaves_ssh | 6,176 | [
"no_license"
] | [
{
"path": "roles/chaves_ssh/tasks/main.yml",
"content": "## CAD1\n- name: Adicionar entrada da chave pública no /root/.ssh/authorized_keys do CAD1 - Linux\n ansible.posix.authorized_key:\n user: root\n state: present\n key: \"{{ lookup('file', 'cad1.id_rsa.pub') }}\"\n when: ansible_os_family == ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5423,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/clion | 6,176 | [
"no_license"
] | [
{
"path": "roles/clion/tasks/main.yml",
"content": "#Antes de atualizar, verificar se o Ansible já gerencia snap\n\n- name: Instala snapd - Linux\n apt: name={{ packages }} state=latest\n vars:\n packages:\n - snapd\n when: ansible_os_family == 'Debian'\n\n- name: Instala Clion via SNAP\n command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2264,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/cmaptools | 6,176 | [
"no_license"
] | [
{
"path": "roles/cmaptools/tasks/main.yml",
"content": "- name: Baixa e extrai cmaptools\n unarchive:\n src: https://discovirtual.ifsc.edu.br/index.php/s/wnlZX0c1BM3DGGA/download\n dest: /opt/\n creates: /opt/CmapTools\n remote_src: yes\n owner: root\n group: root\n mode: 0755 \n whe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/code | 6,176 | [
"no_license"
] | [
{
"path": "roles/code/defaults/main.yml",
"content": "---\nall: 1\nadm: 0\nlab: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/code/tasks/main.yml",
"content": "# Debian e Ubuntu\n- name: Adicionar a chave do repositório do vscode - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/config_padrao_adm | 6,176 | [
"no_license"
] | [
{
"path": "roles/config_padrao_adm/tasks/main.yml",
"content": "---\n#Linux\n\n- name: Alterar tempo de retry do dhcp no adm- Linux\n ansible.builtin.copy:\n src: dhclient.conf\n dest: /etc/dhcp/dhclient.conf\n owner: root\n group: root\n mode: 0644\n when: ansible_os_family == 'Debian'\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7470,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/config_padrao_labs | 6,176 | [
"no_license"
] | [
{
"path": "roles/config_padrao_labs/files/apagaAlunoDEB11.sh",
"content": "#!/bin/bash\n\n##Este arquivo eh gerado automaticamente pelo Ansible, nao adianta editar.\n\n#Restaurar o usuario aluno quando manda desligar a maquina ou reiniciar.\nrm -rf /var/spool/cron/crontabs/aluno\nrm -rf /home/aluno\ntar -zx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 19379,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/config_pc_bancada_biblio | 6,176 | [
"no_license"
] | [
{
"path": "roles/config_pc_bancada_biblio/tasks/main.yml",
"content": "---\n\n- name: Cria usuário biblioteca com a senha dos pcs da bancada\n user:\n name: biblioteca\n password: <PASSWORD>./\n append: yes\n when: ansible_os_family == 'Debian'\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/configura_monitores | 6,176 | [
"no_license"
] | [
{
"path": "roles/configura_monitores/tasks/main.yml",
"content": "- name: Cria serviço configura_monitores\n ansible.builtin.copy:\n content: |\n [Desktop Entry]\n Type=Application\n Exec=/usr/local/bin/configura_monitores.sh\n X-GNOME-Autostart-enabled=true\n NoDisplay=false\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 14993,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/configura_wifi | 6,176 | [
"no_license"
] | [
{
"path": "roles/configura_wifi/tasks/main.yml",
"content": "---\n#Linux\n- name: Instala wpasupplicant - Linux\n apt:\n state: latest\n pkg:\n - wpasupplicant\n when: ansible_os_family == 'Debian'\n\n- name: Instala iwlwifi - Debian 11\n apt:\n state: latest\n pkg:\n - firmware-iwlwifi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/coolselector2 | 6,176 | [
"no_license"
] | [
{
"path": "roles/coolselector2/tasks/main.yml",
"content": "### Comando em powershell para mostrar product_id\n### get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize\n### Localizacao do productid 32 bits: HKLM:Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2246,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/create_user_aluno | 6,176 | [
"no_license"
] | [
{
"path": "roles/create_user_aluno/tasks/create_user_aluno.yml",
"content": "# - name: Create user account \"aluno\" with password \"<PASSWORD>\"\n# win_user:\n# name: aluno\n# password: <PASSWORD>\n# state: present\n \n# - name: Set password to never expire for user \"aluno\"\n# win_shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1200,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/criar_vm | 6,176 | [
"no_license"
] | [
{
"path": "roles/criar_vm/meta/main.yml",
"content": "dependencies:\n - role: virtualbox\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/criar_vm/tasks/main.yml",
"content": "#### Linux\n\n- name: Cria diretório /opt/OVA\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1848,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/dbeaver | 6,176 | [
"no_license"
] | [
{
"path": "roles/dbeaver/tasks/main.yml",
"content": "- name: Instala dbeaver via flatpak\n community.general.flatpak:\n name: io.dbeaver.DBeaverCommunity\n when: ansible_os_family == 'Debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/dconf | 6,176 | [
"no_license"
] | [
{
"path": "roles/dconf/tasks/main.yaml",
"content": "# Desativa protetor de tela e define plano de fundo no Linux\n\n# https://help.gnome.org/admin/system-admin-guide/stable/desktop-lockscreen.html.en\n- name: Cria diretório\n ansible.builtin.file:\n path: /etc/dconf/profile\n state: directory\n o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4526,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/docker | 6,176 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Instalar pacotes necessários do Docker\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n when: (ansible_os_family == 'Debian')\n\n- name: Ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3989,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/dongo_sdr | 6,176 | [
"no_license"
] | [
{
"path": "roles/dongo_sdr/tasks/main.yml",
"content": "---\n\n#Linux\n- name: Instalar pacotes necessários e referentes ao dong-SDR - Linux\n ansible.builtin.apt:\n state: latest\n pkg:\n - git\n - cmake\n - build-essential\n - libusb-1.0-0-dev\n when: ansible_os_family == 'Debian'\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1253,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/dropbox_client | 6,176 | [
"no_license"
] | [
{
"path": "roles/dropbox_client/tasks/main.yml",
"content": "---\n#Linux\n- name: Add an apt key by id from a keyserver\n ansible.builtin.apt_key:\n keyserver: pgp.mit.edu\n id: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E\n when: (ansible_os_family == 'Debian' and ansible_distribution_release != 'bulls... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1488,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/ds_hl2 | 6,176 | [
"no_license"
] | [
{
"path": "roles/ds_hl2/tasks/main.yml",
"content": "---\n\n- name: Baixar Daikin DS-HL2\n ansible.windows.win_get_url:\n url: http://ansiblefiles.sj.ifsc.edu.br/ds_hl2_setup_R1.7.exe\n dest: 'C:\\instaladores\\ds_hl2_setup_R1.7.exe'\n force: false\n timeout: 300 # 5 minutos\n when: ansible_os... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/energyplus | 6,176 | [
"no_license"
] | [
{
"path": "roles/energyplus/tasks/main.yml",
"content": "#Windows\n## Codigo nao testado\n\n- name: Verifica se Energy Plus foi instalado\n win_stat:\n path: C:\\EnergyPlusV9-1-0\n register: file_result\n\n- name: Baixa o Energy Plus\n win_get_url:\n url: https://github.com/NREL/EnergyPlus/releases... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1195,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/epoptes_client | 6,176 | [
"no_license"
] | [
{
"path": "roles/epoptes_client/tasks/main.yml",
"content": "---\n# Debian e Ubuntu\n- name: Instalar o epoptes-client\n ansible.builtin.apt:\n pkg:\n - epoptes-client\n when: ansible_os_family == 'Debian'\n\n- name: Adicionar entrada no /etc/default/epoptes-client sobre quem é o server do sidi - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2915,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/epoptes_server | 6,176 | [
"no_license"
] | [
{
"path": "roles/epoptes_server/tasks/main.yml",
"content": "- name: Instala epoptes\n ansible.builtin.apt:\n pkg:\n - epoptes\n when: ansible_distribution == 'Debian'\n tags: epoptes\n\n- name: Remove epoptes-client\n ansible.builtin.apt:\n pkg:\n - epoptes-client\n state: absent\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2010,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/final_semestre | 6,176 | [
"no_license"
] | [
{
"path": "roles/final_semestre/meta/main.yml",
"content": "dependencies:\n - role: aluno\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/final_semestre/tasks/main.yml",
"content": "---\n#Linux\n\n- name: Removentos todas as VMs da máq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/firewall-windows | 6,176 | [
"no_license"
] | [
{
"path": "roles/firewall-windows/tasks/main.yml",
"content": "#Role para ativar ou desativar o firewall do Windows\n\n## Windows 10\n- name: Enable or Disable firewall for Domain, Public and Private profiles\n win_firewall:\n state: disabled\n #state: enabled\n profiles:\n - Domain\n - Priv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/flatpak | 6,176 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/main.yml",
"content": "- name: Instala flatpak\n ansible.builtin.apt:\n update_cache: true\n pkg:\n - flatpak\n when: ansible_os_family == 'Debian'\n\n- name: Add the flathub flatpak repository remote to the user installation\n community.general.flatpak_remote:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2592,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/fonte_garamound | 6,176 | [
"no_license"
] | [
{
"path": "roles/fonte_garamound/tasks/main.yml",
"content": "---\n#Linux\n- name: Copiando as fontes Garamound\n copy:\n src: \"{{ fonts }}\"\n dest: /usr/share/fonts/{{ fonts }}\n owner: root\n group: root\n mode: 0644\n loop:\n - GARA.TTF\n - GARABD.TTF\n - GARAIT.TTF\n loop_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/foxit | 6,176 | [
"no_license"
] | [
{
"path": "roles/foxit/tasks/main.yml",
"content": "---\n#Linux\n- name: Extraindo o foxitsoftware.tgz - Linux Debian\n unarchive:\n src: https://discovirtual.ifsc.edu.br/index.php/s/5exGvwLhycd6AKF/download\n dest: /opt/\n creates: /opt/foxitsoftware\n remote_src: yes\n when: ansible_os_famil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/geogebra | 6,176 | [
"no_license"
] | [
{
"path": "roles/geogebra/tasks/main.yml",
"content": "# Linux\n- name: Instalar geogebra - flatpak\n community.general.flatpak:\n name: org.geogebra.GeoGebra\n state: present\n when: ansible_os_family == 'Debian'\n\n# Windows\n- name: Baixar e instalar Geogebra - Windows\n chocolatey.chocolatey.wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/glpi_agent | 6,176 | [
"no_license"
] | [
{
"path": "roles/glpi_agent/tasks/main.yml",
"content": "- name: Instala fusioninventory - Linux\n ansible.builtin.apt:\n pkg: fusioninventory-agent\n when: ansible_os_family == 'Debian'\n\n- name: Setar GPLI Agent - Linux\n ansible.builtin.lineinfile:\n path: /etc/fusioninventory/agent.cfg\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1812,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/gnome-calculator | 6,176 | [
"no_license"
] | [
{
"path": "roles/gnome-calculator/meta/main.yml",
"content": "dependencies:\n - role: flatpak\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/gnome-calculator/tasks/main.yml",
"content": "- name: Garante a desinstalação da versão antig... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/google_chrome | 6,176 | [
"no_license"
] | [
{
"path": "roles/google_chrome/tasks/main.yml",
"content": "- name: Adiciona chave para o 'Debian'\n ansible.builtin.apt_key:\n url: https://dl.google.com/linux/linux_signing_key.pub\n state: present\n when: ansible_os_family == 'Debian'\n\n- name: Adiciona repositório para o 'Debian'\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/google_earth | 6,176 | [
"no_license"
] | [
{
"path": "roles/google_earth/tasks/main.yml",
"content": "# Linux\n\n- name: Instala Google Earth\n ansible.builtin.apt:\n deb: https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb\n when: ansible_os_family == 'Debian'\n tags: google-earth\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/gradle_8.14.3 | 6,176 | [
"no_license"
] | [
{
"path": "roles/gradle_8.14.3/tasks/main.yml",
"content": "- name: Apagando gradle anterior\n ansible.builtin.file:\n state: absent\n path: '{{ item }}'\n loop:\n - /opt/gradle/gradle-8.2.1\n - /opt/gradle/gradle-8.5\n - /opt/gradle/gradle-8.10\n when: (ansible_os_family == 'Debian')\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/grub | 6,176 | [
"no_license"
] | [
{
"path": "roles/grub/defaults/main.yml",
"content": "---\ntipo: \n - grub_soh_lin \n\n# Tipos:\n# - grub_soh_lin \n# - grub_win\n# - grub_lin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/grub/tasks/main.yml",
"content": "######### ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/hfss | 6,176 | [
"no_license"
] | [
{
"path": "roles/hfss/tasks/main.yml",
"content": "# Windows\n- name: Verifica se HFSS foi instalado\n ansible.windows.win_stat:\n path: C:\\Program Files\\AnsysEM\\Shared Files\\\n register: hfss_info\n changed_when: false\n when: ansible_os_family == 'Windows'\n\n- name: Baixa o HFSS\n ansible.win... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1168,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/hodprint | 6,176 | [
"no_license"
] | [
{
"path": "roles/hodprint/tasks/main.yml",
"content": "- name: Copia hodprint - Linux\n ansible.builtin.copy:\n content: |\n #!/bin/bash\n gtklp $1\n rm -f $1\n dest: /usr/bin/hodprint\n owner: root\n group: root\n mode: '0755'\n when: ansible_os_family == 'Debian'\n#########... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4694,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/imunes | 6,176 | [
"no_license"
] | [
{
"path": "roles/imunes/tasks/main.yml",
"content": "- name: Instalar pacotes necessarios - Linux\n ansible.builtin.apt:\n pkg:\n - git\n - curl\n - gnupg2\n - imagemagick\n - jq\n - make\n - openvswitch-switch\n - socat\n - software-properties-common\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7354,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/ingles_progs | 6,176 | [
"no_license"
] | [
{
"path": "roles/ingles_progs/tasks/main.yml",
"content": "- name: Instalar pacote gnome-subtitles - Linux\n apt: name=gnome-subtitles state=latest\n when: ansible_os_family == 'Debian'\n\n- name: Cria diretório /opt/antconc\n file:\n path: /opt/antconc\n state: directory\n owner: root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/ingressa_ldap | 6,176 | [
"no_license"
] | [
{
"path": "roles/ingressa_ldap/files/pam_mount.conf.xml",
"content": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<!DOCTYPE pam_mount SYSTEM \"pam_mount.conf.xml.dtd\">\n<!--\n\tSee pam_mount.conf(5) for a description.\n-->\n\n<pam_mount>\n\n\t\t<!-- debug should come before everything else,\n\t\tsince thi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 16854,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/insomnia | 6,176 | [
"no_license"
] | [
{
"path": "roles/insomnia/tasks/main.yml",
"content": "- name: Instala Insomnia via flatpak\n community.general.flatpak:\n name: rest.insomnia.Insomnia\n when: ansible_os_family == 'Debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/inst_pkgs | 6,176 | [
"no_license"
] | [
{
"path": "roles/inst_pkgs/tasks/main.yml",
"content": "---\n### Role criado para adicionar todos os tipos de instaladores\n### de pacotes diferentes do padrão e fora do convencional\n\n#Linux\n\n- name: Instalando gerenciadores de pacotes - Linux Debian 11\n apt:\n state: latest\n pkg:\n - flatpa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/instala_impressora_cups | 6,176 | [
"no_license"
] | [
{
"path": "roles/instala_impressora_cups/handlers/main.yml",
"content": "- name: Restart_cups\n ansible.builtin.service:\n name: cups\n state: restarted\n\n- name: Restart_cups-browsed\n ansible.builtin.service:\n name: cups-browsed\n state: restarted\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 14058,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/insync | 6,176 | [
"no_license"
] | [
{
"path": "roles/insync/meta/main.yml",
"content": "dependencies:\n - role: quota\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/insync/tasks/main.yml",
"content": "- name: Adicionar chave GPG do repositório Insync\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/intellijIDEA | 6,176 | [
"no_license"
] | [
{
"path": "roles/intellijIDEA/tasks/main.yml",
"content": "- name: Remove Intellij-IDEA softwares from flathub\n community.general.flatpak:\n name:\n - com.jetbrains.IntelliJ-IDEA-Ultimate\n state: absent\n when: ansible_os_family == 'Debian'\n\n- name: Instala pacotes performance Android\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2766,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/iptables_prof | 6,176 | [
"no_license"
] | [
{
"path": "roles/iptables_prof/tasks/main.yml",
"content": "- name: Instala pacotes\n ansible.builtin.apt:\n pkg:\n - ansible\n when: \"'lab_profs_lin' in group_names\"\n\n- name: Cria diretório\n ansible.builtin.file:\n state: directory\n path: /etc/ansible\n owner: root\n group: roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 14677,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/ipu_softwares | 6,176 | [
"no_license"
] | [
{
"path": "roles/ipu_softwares/tasks/main.yml",
"content": "#Windows\n\n- name: Baixar e instalar o Pack Calculation PRO - Windows\n ansible.windows.win_package:\n path: https://www.ipu.dk/wp-content/uploads/2025/03/packcalculationpro-5630.exe\n arguments:\n - /VERYSILENT\n - /SUPRESSMSGBOX... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1790,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/java21-oracle | 6,176 | [
"no_license"
] | [
{
"path": "roles/java21-oracle/tasks/main.yml",
"content": "- name: Cria diretório /usr/lib/jvm\n ansible.builtin.file:\n path: /usr/lib/jvm\n state: directory\n owner: root\n group: root\n mode: '0755'\n when: (ansible_os_family == 'Debian')\n\n- name: Instala JDK-21 da Oracle\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/java8-oracle | 6,176 | [
"no_license"
] | [
{
"path": "roles/java8-oracle/tasks/main.yml",
"content": "#### Baixa e configura o Java 8 da Oracle. Esta versão funciona com o https://hod.serpro.gov.br\n\n- name: Cria diretório /usr/lib/jvm\n ansible.builtin.file:\n path: /usr/lib/jvm\n state: directory\n owner: root\n group: root\n mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/jetbrains | 6,176 | [
"no_license"
] | [
{
"path": "roles/jetbrains/tasks/main.yml",
"content": "- name: Instala snapd - Linux\n ansible.builtin.apt:\n pkg:\n - snapd\n when: ansible_os_family == 'Debian'\n\n- name: Remove jetbrains softwares from snap\n community.general.snap:\n name:\n - pycharm-professional\n - intellij-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/kile | 6,176 | [
"no_license"
] | [
{
"path": "roles/kile/tasks/main.yml",
"content": "---\n#Linux\n\n#Debian e Ubuntu\n- name: Instalar as sugestoes de pacotes para o kile - Linux Debian\n apt:\n state: latest\n pkg:\n - aspell\n - asymptote\n - context\n - dblatex\n - kbibtex\n - kile-doc\n - kile-l10n\n - lat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/kubernetes | 6,176 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n#Linux\n\n# Debian e Ubuntu\n- name: Adicionar a chave do repositório do kubernetes - Linux\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n when: ansible_os_family == 'Debian'\n\n- name: Adiciona... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 719,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/lightdm-autologin | 6,176 | [
"no_license"
] | [
{
"path": "roles/lightdm-autologin/tasks/main.yml",
"content": "- name: Enable autologin to aluno\n ansible.builtin.replace:\n path: /etc/lightdm/lightdm.conf\n backup: true\n regexp: '#autologin-user='\n replace: 'autologin-user=aluno'\n when: ansible_os_family == 'Debian'\n tags: lightdm\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/limpa_temp_windows | 6,176 | [
"no_license"
] | [
{
"path": "roles/limpa_temp_windows/tasks/main.yml",
"content": "- name: Clean Temp Windows\n win_shell: del /q/f/s C:\\Windows\\TEMP\\*\n args:\n executable: cmd\n when: ( ansible_os_family == 'Windows' and play == 1 )\n\n- name: Clean chocolatey/nuget cache Windows\n win_file:\n path: '{{ cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/ltspice | 6,176 | [
"no_license"
] | [
{
"path": "roles/ltspice/files/LM741.asy",
"content": "Version 4\r\nSymbolType CELL\r\nLINE Normal -32 32 32 64\r\nLINE Normal -32 96 32 64\r\nLINE Normal -32 32 -32 96\r\nLINE Normal -28 48 -20 48\r\nLINE Normal -28 80 -20 80\r\nLINE Normal -24 84 -24 76\r\nLINE Normal 0 32 0 48\r\nLINE Normal 0 96 0 80\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1816,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/matlab | 6,176 | [
"no_license"
] | [
{
"path": "roles/matlab/tasks/main.yml",
"content": "# Lista de pacotes: https://github.com/mathworks-ref-arch/container-images/blob/main/matlab-deps/r2024a/ubuntu22.04/base-dependencies.txt\n- name: Instala pacotes necessários para o Matlab\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3866,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/microsip | 6,176 | [
"no_license"
] | [
{
"path": "roles/microsip/tasks/main.yml",
"content": "##### Windows\n\n- name: Instalar o MicroSIP - Windows\n chocolatey.chocolatey.win_chocolatey:\n name: microsip\n ignore_checksums: true\n when: ansible_os_family == 'Windows'\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/mmanagal | 6,176 | [
"no_license"
] | [
{
"path": "roles/mmanagal/tasks/main.yml",
"content": "#Windows\n\n- name: Baixar e instalar o Mmana-gal - Windows\n win_package:\n path: https://discovirtual.ifsc.edu.br/index.php/s/z3nGEmraAguhHvV/download\n arguments: /VERYSILENT\n product_id: '{93BC44A2-0A38-4144-A7EE-DC4AAF2B4099}_is1'\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/mysql_workbench | 6,176 | [
"no_license"
] | [
{
"path": "roles/mysql_workbench/tasks/main.yml",
"content": "- name: Instala MySQL Workbench\n community.general.snap:\n name:\n - core\n - mysql-workbench-community\n when: ansible_os_family == 'Debian'\n\n- name: Cria atalho mysql-workbench-community\n ansible.builtin.file:\n src: /var... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/nec | 6,176 | [
"no_license"
] | [
{
"path": "roles/nec/tasks/main.yml",
"content": "#Windows\n\n##### 4nec2 V. 5.9.3\n- name: Baixar o 4nec2 - Windows\n ansible.windows.win_get_url:\n url: 'https://discovirtual.ifsc.edu.br/index.php/s/keafBcqKLRLeRGl/download'\n dest: 'C:\\instaladores\\4nec2.exe'\n timeout: 120\n when: ansible_o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/npm | 6,176 | [
"no_license"
] | [
{
"path": "roles/npm/tasks/main.yml",
"content": "#Linux\n\n- name: Instalar pacote NPM - Linux\n ansible.builtin.apt:\n name: npm\n state: present\n when: ansible_os_family == 'Debian'\n\n- name: Criar pasta para instalar os pacotes\n ansible.builtin.file:\n path: /npm\n owner: root\n gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/obs | 6,176 | [
"no_license"
] | [
{
"path": "roles/obs/tasks/main.yml",
"content": "- name: Instala o pacotes necessarios para o OBS - Linux\n ansible.builtin.apt:\n pkg:\n - ffmpeg\n - obs-studio\n when: ansible_distribution == 'Debian'\n\n- name: Instalar OBS studio no Windows\n chocolatey.chocolatey.win_chocolatey:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/octave | 6,176 | [
"no_license"
] | [
{
"path": "roles/octave/tasks/main.yml",
"content": "# Ubuntu\n- name: Adicionar repositório Octave - Linux Ubuntu\n apt_repository:\n repo: ppa:octave/stable\n when: ansible_distribution == 'Ubuntu'\n\n# Debian e Ubuntu\n- name: Instalar os pacotes para o octave - Linux\n apt:\n state: latest\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/packettracer | 6,176 | [
"no_license"
] | [
{
"path": "roles/packettracer/tasks/main.yml",
"content": "- name: Instalar pacotes necessarios para o packettracer 8 - Linux Debian 12\n ansible.builtin.apt:\n pkg:\n - libqt5websockets5\n - libqt5webkit5\n - libqt5webkit5-dev\n - dialog\n - libgl1-mesa-glx\n - libxcb-xine... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1675,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/papel_de_parede_e_icones | 6,176 | [
"no_license"
] | [
{
"path": "roles/papel_de_parede_e_icones/files/trocaplanodefundo.sh",
"content": "#!/bin/sh\ndconf write /org/mate/desktop/background/picture-filename \"'/home/fundo_ifsc_sj.jpg'\"\ngsettings set org.gnome.desktop.background picture-uri /home/fundo_ifsc_sj.jpg\ngsettings set org.cinnamon.desktop.background... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1918,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/pinta | 6,176 | [
"no_license"
] | [
{
"path": "roles/pinta/tasks/main.yml",
"content": "---\n\n# Debian 10\n- name: Adicionar repositório Pinta - Linux Debian 10\n apt_repository:\n repo: ppa:pinta-maintainers/pinta-stable\n when: (ansible_os_family == 'Debian' and ansible_distribution_release == 'buster')\n\n# Debian 10\n- name: Instala... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/postman | 6,176 | [
"no_license"
] | [
{
"path": "roles/postman/tasks/main.yml",
"content": "- name: Instala Postman via flatpak\n community.general.flatpak:\n name: com.getpostman.Postman\n when: ansible_os_family == 'Debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/protege_win | 6,176 | [
"no_license"
] | [
{
"path": "roles/protege_win/tasks/main.yml",
"content": "---\n#Windows\n- name: Copiando protege.cmd - Windows\n win_copy:\n src: protege.cmd\n dest: C:\\protege\\\n when: ansible_os_family == 'Windows'\n\n- name: Copiando desprotege.cmd - Windows\n win_copy:\n src: desprotege.cmd\n dest: C:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3772,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/pycharm | 6,176 | [
"no_license"
] | [
{
"path": "roles/pycharm/tasks/main.yml",
"content": "#Antes de atualizar, verificar se o Ansible já gerencia snap\n\n- name: Instala snapd - Linux\n apt: name=snapd state=latest\n when: ansible_os_family == 'Debian'\n\n- name: Instala PyCharm PRO via SNAP\n command: /usr/bin/snap install pycharm-profess... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/qgis | 6,176 | [
"no_license"
] | [
{
"path": "roles/qgis/tasks/main.yml",
"content": "# Debian\n\n- name: Instalar os pacotes para o qgis\n ansible.builtin.apt:\n pkg:\n - qgis\n - python3-qgis\n - qgis-plugin-grass\n when: ansible_os_family == 'Debian'\n\n# Windows\n- name: Install qgis - Windows\n chocolatey.chocolatey... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/quadro_interativo | 6,176 | [
"no_license"
] | [
{
"path": "roles/quadro_interativo/tasks/main.yml",
"content": "- name: Instalar pacotes necessarios\n apt:\n state: latest\n pkg:\n - xterm\n - xinput-calibrator\n when: ansible_distribution == 'Debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/quartus20 | 6,176 | [
"no_license"
] | [
{
"path": "roles/quartus20/tasks/main.yml",
"content": "- name: Enable i386 architecture\n ansible.builtin.command: dpkg --add-architecture i386\n changed_when: false\n when: ansible_os_family == 'Debian'\n\n- name: Instalar pacotes necessarios para o Quartus 20 - Linux Debian 11\n ansible.builtin.apt:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3597,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/qucsstudio | 6,176 | [
"no_license"
] | [
{
"path": "roles/qucsstudio/meta/main.yml",
"content": "dependencies:\n - role: wine\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/qucsstudio/tasks/main.yml",
"content": "- name: Baixando e extraindo qucsstudio\n ansible.builtin.una... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/quota | 6,176 | [
"no_license"
] | [
{
"path": "roles/quota/tasks/main.yml",
"content": "#### Linux\n\n- name: Instala pacotes\n ansible.builtin.apt:\n pkg:\n - quota\n - libpam-modules\n when: ansible_os_family == 'Debian' and inventory_hostname in groups[\"lab_profs_lin\"]\n\n- name: Configura /etc/fstab\n ansible.builtin.rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2723,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/remove_ldap | 6,176 | [
"no_license"
] | [
{
"path": "roles/remove_ldap/tasks/main.yml",
"content": "# Linux\n- name: Remove pacotes para autenticação LDAP\n ansible.builtin.apt:\n state: absent\n pkg:\n - libnss-ldap\n - libpam-ldap\n - libpam-mount\n - cups-client\n - nslcd\n - nslcd-utils\n when: ansible_dist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1996,
"all_permissive": false
} |
ansible_role | ctic-sje-ifsc/ansible | d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550 | 9 | roles/restaura_vms_grafico | 6,176 | [
"no_license"
] | [
{
"path": "roles/restaura_vms_grafico/tasks/main.yml",
"content": "---\n# Debian e Ubuntu\n- name: Apagar disk1 antes de restaurar as máquinas virtuais - Linux\n file:\n path: /opt/vdi/{{ item }}/UbuntuGrafico-disk001.vdi\n state: absent\n with_items: \"{{nome_vms}}\"\n when: ansible_os_family == '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.