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
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/revit
6,176
[ "no_license" ]
[ { "path": "roles/revit/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### Local...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3765, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/rke
6,176
[ "no_license" ]
[ { "path": "roles/rke/tasks/main.yml", "content": "#Linux\n# - name: Verifica versao do HELM\n# shell: curl -Ls -o /dev/null -w %{url_effective} \"https://github.com/helm/helm/releases/latest\" | grep -oE \"[^/]+$\"\n# register: versao_helm\n# ignore_errors: True\n\n- name: Install RKE version v0.2.2 -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 981, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/rstudio
6,176
[ "no_license" ]
[ { "path": "roles/rstudio/tasks/main.yml", "content": "# Linux\n\n- name: Adiciona apt key do r-cran\n ansible.builtin.apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n when: ansible_os_family == 'Debian'\n\n- name: Adicionar repositório r-cran - Linux Debian 12\n ansible.builtin.apt_reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3878, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/sam
6,176
[ "no_license" ]
[ { "path": "roles/sam/tasks/main.yml", "content": "#Windows\n\n- name: Baixar o instalador do SAM\n win_get_url:\n url: 'https://discovirtual.ifsc.edu.br/index.php/s/f9ntED2i8RfgxDJ/download'\n dest: 'C:\\users\\sam-windows-2018-11-11-r3.exe'\n force: no\n url_username: \"{{ url_username }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1237, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/savpdf
6,176
[ "no_license" ]
[ { "path": "roles/savpdf/tasks/main.yml", "content": "# Renomeia os arquivos salvos com a impressora cups-pdf\n- name: Copia savpdf - Linux\n ansible.builtin.copy:\n src: savpdf\n dest: /usr/local/bin/savpdf\n owner: root\n group: root\n mode: '0755'\n when: ansible_os_family == 'Debian'\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2909, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/scanner
6,176
[ "no_license" ]
[ { "path": "roles/scanner/tasks/main.yml", "content": "- name: Verificando se tem o software do scanner epson instalado - Linux Debian\n ansible.builtin.stat:\n path: /opt/iscan-perfection-v330-bundle-2.30.4.x64.deb/installed\n register: result_epson\n changed_when: false\n failed_when: false\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1186, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/scidavis
6,176
[ "no_license" ]
[ { "path": "roles/scidavis/tasks/main.yml", "content": "##### Linux Debian\n\n- name: Instala SCIdavis usando flatpak\n community.general.flatpak:\n name: https://dl.flathub.org/repo/appstream/net.sourceforge.scidavis.flatpakref\n state: present\n when: ansible_os_family == 'Debian'\n\n- name: Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/scratch
6,176
[ "no_license" ]
[ { "path": "roles/scratch/tasks/main.yml", "content": "#Windows\n\n- name: Baixar e instalar o Scratch 2 - Windows\n win_package:\n path: https://scratch.mit.edu/scratchr2/static/sa/Scratch-461.exe\n arguments: -silent -eulaAccepted -desktopShortcut -allowDownload\n product_id: '{6E988774-5309-E02E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/scrcpy
6,176
[ "no_license" ]
[ { "path": "roles/scrcpy/tasks/main.yaml", "content": "- name: Install packages\n ansible.builtin.apt:\n pkg:\n - ffmpeg\n - libsdl2-2.0-0\n - adb\n - wget\n - gcc\n - git\n - pkg-config\n - meson\n - ninja-build\n - libsdl2-dev\n - libavcodec-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/sg2_plr
6,176
[ "no_license" ]
[ { "path": "roles/sg2_plr/tasks/main.yml", "content": "# https://www.factorymation.com/software-downloads\n\n- name: Install PL2303 Prolific Driver\n ansible.windows.win_package:\n path: http://ansiblefiles.sj.ifsc.edu.br/PL2303_Prolific_DriverInstaller_v1.5.0.exe\n creates_path: C:\\Program Files (x8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/sinal
6,176
[ "no_license" ]
[ { "path": "roles/sinal/tasks/main.yml", "content": "---\n# Linux\n- name: Instalar pacotes para o pc do sinal - Linux Debian\n apt:\n state: latest\n pkg:\n - gcc\n - vim\n - curl\n - ethtool\n - lm-sensors\n - tcpdump\n - nfs-common\n when: ansible_os_family == 'Debian'\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1627, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/softwares_rac
6,176
[ "no_license" ]
[ { "path": "roles/softwares_rac/tasks/main.yml", "content": "# === CoolSelector 2 ===\n\n- name: Verifica se o CoolSelector 2 está instalado (verificando o executável)\n win_stat:\n path: \"{{ coolselector_exe_final }}\"\n register: coolselector_instalado\n\n- name: Cria diretório C:\\instaladores se nã...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1845, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/softwares_remotos
6,176
[ "no_license" ]
[ { "path": "roles/softwares_remotos/tasks/main.yml", "content": "# Debian\n- name: Instalar pacotes necessarios para o remmina - Linux Debian\n ansible.builtin.apt:\n state: present\n pkg:\n - remmina\n - remmina-common\n - remmina-plugin-rdp\n when: ansible_os_family == 'Debian'\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1461, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/softwares_sdr
6,176
[ "no_license" ]
[ { "path": "roles/softwares_sdr/tasks/main.yml", "content": "#Linux\n\n- name: Instalar pacotes necessários e referentes ao GNU-RADIO - Linux\n apt:\n state: latest\n pkg:\n - gnuradio\n - gqrx-sdr\n - rtl-sdr\n - gr-osmosdr\n when: ansible_os_family == 'Debian'\n\n- name: Instalar pacote...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/sources_list
6,176
[ "no_license" ]
[ { "path": "roles/sources_list/handlers/main.yml", "content": "- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/sources_list/tasks/main.yml", "content": "---\n# Linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1216, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/spotify
6,176
[ "no_license" ]
[ { "path": "roles/spotify/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 dest: /etc/apt/trusted.gpg.d/spotify.gpg\n when: ansible_os_family == 'Debian'\n\n- name: Adiciona re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/sqlitestudio
6,176
[ "no_license" ]
[ { "path": "roles/sqlitestudio/tasks/main.yml", "content": "- name: Instala sqlitestudio via flatpak\n ansible.builtin.unarchive:\n src: http://ansiblefiles.sj.ifsc.edu.br/sqlitestudio-3.4.4.tar.xz\n dest: /opt\n remote_src: true\n creates: /opt/SQLiteStudio\n when: ansible_os_family == 'Debian...
{ "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/sshd_config
6,176
[ "no_license" ]
[ { "path": "roles/sshd_config/files/sshd_config", "content": "#Este arquivo eh gerenciado pelo Ansible, nao editar.\n\nPermitRootLogin yes\nBanner /etc/issue.net.ifsc\nChallengeResponseAuthentication no\nUsePAM yes\nX11Forwarding yes\nPrintMotd no\nAcceptEnv LANG LC_*\nSubsystem sftp /usr/lib/openssh/sftp-se...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 994, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/teams_microsoft
6,176
[ "no_license" ]
[ { "path": "roles/teams_microsoft/tasks/main.yml", "content": "---\n# #Linux\n- name: Instalar o .deb Microsoft teams - Linux\n ansible.builtin.apt:\n deb: https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.5.00.23861_amd64.deb\n when: ansible_os_family == 'Debian'\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/teamviewer
6,176
[ "no_license" ]
[ { "path": "roles/teamviewer/tasks/main.yml", "content": "- name: Adicionar a chave do repositório do TeamViewer\n apt_key:\n url: https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc\n state: present\n when: ansible_os_family == 'Debian'\n\n- name: Adicionar repositório TeamVi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/tiled
6,176
[ "no_license" ]
[ { "path": "roles/tiled/tasks/main.yml", "content": "# Linux\n- name: Instalar Tiled - flatpak\n community.general.flatpak:\n name: org.mapeditor.Tiled\n state: present\n when: ansible_os_family == 'Debian'\n\n# Windows\n- name: Baixar e instalar Tiled - Windows\n chocolatey.chocolatey.win_chocolate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/token_assinador_serpro
6,176
[ "no_license" ]
[ { "path": "roles/token_assinador_serpro/tasks/main.yml", "content": "- name: Adicionar a chave do repositório do assinador serpro - Linux\n ansible.builtin.apt_key:\n url: https://assinadorserpro.estaleiro.serpro.gov.br/repository/AssinadorSERPROpublic.asc\n keyring: /etc/apt/trusted.gpg.d/AssinadorS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/token_gd_starsign
6,176
[ "no_license" ]
[ { "path": "roles/token_gd_starsign/tasks/main.yml", "content": "# https://safesign.gdamericadosul.com.br/download\n- name: Copia pacotes\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /tmp/\n owner: root\n group: root\n mode: '0644'\n loop:\n - libjpeg-turbo8_2.1.2-0ubuntu1_amd64....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2072, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/token_safenet
6,176
[ "no_license" ]
[ { "path": "roles/token_safenet/tasks/main.yml", "content": "- name: Instalar os pacotes para o token SafeNet\n ansible.builtin.apt:\n pkg:\n - libc6\n - libgcc1\n - libgdk-pixbuf2.0-0\n - libglib2.0-0\n - libgtk2.0-0\n - libpango-1.0-0\n - libpcsclite1\n - libstdc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3632, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/tracker
6,176
[ "no_license" ]
[ { "path": "roles/tracker/tasks/main.yml", "content": "- name: Baixa e extrai tracker\n unarchive:\n src: http://ansiblefiles.sj.ifsc.edu.br/tracker-6.1.3.bz\n dest: /opt/\n creates: /opt/tracker\n remote_src: yes\n owner: root\n group: root\n mode: 0755\n when: ansible_os_family == 'D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/unattendedUpgrades_adm
6,176
[ "no_license" ]
[ { "path": "roles/unattendedUpgrades_adm/tasks/main.yaml", "content": "### configura o Unattended Upgrades\n# https://wiki.debian.org/UnattendedUpgrades\n# http://man7.org/linux/man-pages/man7/systemd.time.7.html\n\n- name: Instala unattended-upgrades\n ansible.builtin.apt:\n pkg:\n - unattended-upg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2372, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/upgrade_11to12
6,176
[ "no_license" ]
[ { "path": "roles/upgrade_11to12/tasks/main.yml", "content": "- name: Update all packages to their latest version\n ansible.builtin.apt:\n upgrade: full\n when: (ansible_os_family == 'Debian' and ansible_distribution_release == 'bullseye')\n\n- name: Upgrade the /etc/apt/sources.list\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1974, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/virtualbox
6,176
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "# Debian 12\n- name: Remove /etc/apt/source.list.d/virtualbox.list.list\n ansible.builtin.file:\n state: absent\n path: /etc/apt/sources.list.d/virtualbox.list.list\n when: (ansible_os_family == 'Debian' and ansible_distribution_release == 'bo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1674, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/warsaw
6,176
[ "no_license" ]
[ { "path": "roles/warsaw/tasks/main.yml", "content": "---\n# #Linux\n- name: Instalar o .deb warsaw - Linux Debian\n apt:\n deb: https://cloud.gastecnologia.com.br/bb/downloads/ws/warsaw_setup64.deb\n when: ansible_os_family == 'Debian'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/windows_update
6,176
[ "no_license" ]
[ { "path": "roles/windows_update/tasks/main.yml", "content": "---\n- name: Desabilitar as atualizações automáticas do Windows\n win_regedit:\n path: HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\n name: NoWindowsUpdate\n data: 1\n type: dword\n when: ansible_os_family ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/wine
6,176
[ "no_license" ]
[ { "path": "roles/wine/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: Install wine32 and wine64\n ansible.builtin.apt:\n update_cache: true\n name:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/wireshark
6,176
[ "no_license" ]
[ { "path": "roles/wireshark/tasks/main.yml", "content": "# Linux\n- name: Instalar pacotes para o Wireshark - Linux\n ansible.builtin.apt:\n pkg:\n - wireshark\n - wireshark-doc\n when: ansible_os_family == 'Debian'\n\n- name: Set CAP_NET_RAW+eip on /usr/bin/dumpcap for Wireshark - Linux\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 807, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/x2goserver
6,176
[ "no_license" ]
[ { "path": "roles/x2goserver/tasks/main.yml", "content": "# Debian e Ubuntu\n- name: Adicionar a chave para o x2goserver - Linux\n apt_key:\n keyserver: keys.gnupg.net\n id: <KEY>\n when: (ansible_os_family == 'Debian' and ansible_distribution_release != 'bullseye')\n\n- name: Arquivo do source list ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 860, "all_permissive": false }
ansible_role
ctic-sje-ifsc/ansible
d6a4020fb4b4eb07cfae33bff4a8b96e1dda6550
9
roles/zoiper
6,176
[ "no_license" ]
[ { "path": "roles/zoiper/tasks/main.yml", "content": "---\n# Linux\n\n- name: Baixar e instalar zoiper 5.5.15 - Linux\n ansible.builtin.apt:\n deb: http://ansiblefiles.sj.ifsc.edu.br/Zoiper5_5.5.15_x86_64.deb\n when: ansible_os_family == 'Debian'\n\n# Windows\n- name: Baixar e instalar o Zoiper 5.6.4 - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
ansfox/lvm_task
185f467b546c04124b7f639723a473f4d1b9a2fa
0
roles/lvm_task
6,176
[ "no_license" ]
[ { "path": "roles/lvm_task/tasks/main.yml", "content": "---\n\n- name: \"Creating VG's\"\n community.general.lvg:\n vg: \"{{ item.vg }}\"\n pvs: \"{{ item.pvs }}\"\n loop: \"{{ vg_list }}\"\n\n\n- name: \"Creating LV's\"\n community.general.lvol:\n vg: \"{{ item.vg }}\"\n lv: \"{{ item.lv }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
MRDO5/jenkins-lts
f3b0f033e62c393c253280535724cd340e7f2759
1
roles/java8
6,176
[ "no_license" ]
[ { "path": "roles/java8/defaults/main.yml", "content": "---\nsoftware_version: 1:1.8.0.181-3\n\npackages_install:\n# - oracle-java8-installer\n# - default-jdk\n - default-jre\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/java...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 644, "all_permissive": false }
ansible_role
jbjordanleemac/total_ansible_playbook_examples_033021
ff29cd332ef1a59644e64e533667eb20040c1b50
0
roles/BackupSudoers_Role
6,176
[ "no_license" ]
[ { "path": "roles/BackupSudoers_Role/files/backupsudoers.sh", "content": "#!/bin/bash\n\ncd /opt/file_backup_dir\ncp /etc/sudoers sudoers.`date +%Y-%m-%d_%H-%M-%S`\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/BackupSudoers_Role/handlers...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 527, "all_permissive": false }
ansible_role
jbjordanleemac/total_ansible_playbook_examples_033021
ff29cd332ef1a59644e64e533667eb20040c1b50
0
roles/ExtrasudoerslineAdding_Role
6,176
[ "no_license" ]
[ { "path": "roles/ExtrasudoerslineAdding_Role/tasks/extrasudoerslineadding_orig.yml", "content": "---\n# tasks file for roles/ExtrasudoerslineAdding_Role\n\n- name: extra sudoers line adding\n lineinfile:\n path: /etc/sudoers\n state: present\n insertafter: '%wheel\tALL=(ALL)\tALL'\n line: '%del...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 653, "all_permissive": false }
ansible_role
jbjordanleemac/total_ansible_playbook_examples_033021
ff29cd332ef1a59644e64e533667eb20040c1b50
0
roles/Firewalld_Role
6,176
[ "no_license" ]
[ { "path": "roles/Firewalld_Role/handlers/main.yml", "content": "---\n# handlers file for roles/Firewalld_Role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/Firewalld_Role/tasks/main.yml", "content": "---\n# tasks file for roles/Firewall...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 469, "all_permissive": false }
ansible_role
jbjordanleemac/total_ansible_playbook_examples_033021
ff29cd332ef1a59644e64e533667eb20040c1b50
0
roles/InfoSearch_Role
6,176
[ "no_license" ]
[ { "path": "roles/InfoSearch_Role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/InfoSearch_Role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/InfoSearch_Role/handlers/main.yml", "content...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 438, "all_permissive": false }
ansible_role
jbjordanleemac/total_ansible_playbook_examples_033021
ff29cd332ef1a59644e64e533667eb20040c1b50
0
roles/Java180openjdkloading_Role
6,176
[ "no_license" ]
[ { "path": "roles/Java180openjdkloading_Role/tasks/main.yml", "content": "---\n# tasks file for roles/Java180openjdkloading_Role\n\n- import_tasks: java180openjdkloading.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/Java180openjdkloadi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 521, "all_permissive": false }
ansible_role
jbjordanleemac/total_ansible_playbook_examples_033021
ff29cd332ef1a59644e64e533667eb20040c1b50
0
roles/Sshd_Role
6,176
[ "no_license" ]
[ { "path": "roles/Sshd_Role/handlers/main.yml", "content": "---\n# handlers file for roles/Sshd_Role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/Sshd_Role/vars/main.yml", "content": "---\n# vars file for roles/Sshd_Role", "license_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 424, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/checkmk
6,176
[ "no_license" ]
[ { "path": "ansible/roles/checkmk/tasks/debian.yml", "content": "# roles/qemu/tasks/debian.yml\n---\n- name: 'Checkmk | Install Checkmk package'\n ansible.builtin.apt:\n deb: '{{ checkmk_package_path }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1469, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/common
6,176
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# tasks file for common\n- name: 'Common | Ensure ansible_user variable is defined'\n ansible.builtin.fail:\n msg: \"The variable 'ansible_user' is not defined. Please provide it in your inventory or play...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4475, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/containers
6,176
[ "no_license" ]
[ { "path": "ansible/roles/containers/meta/main.yml", "content": "# SPDX-License-Identifier: MIT-0\ngalaxy_info:\n author: thetolkienblack\n description: This role installs and configures container runtimes.\n company: Graylock\n license: MIT\n min_ansible_version: \"2.8\"\n galaxy_tags:\n - containe...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 9944, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/core
6,176
[ "no_license" ]
[ { "path": "ansible/roles/core/templates/cockpit/cockpit_session.apparmor.j2", "content": "#include <tunables/global>\n\nprofile /usr/lib/cockpit/cockpit-session flags=(attach_disconnected) {\n\n# Standard abstractions\n# Adjust based on what's available on your system\n# If missing, comment out or create yo...
{ "task_files": 22, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 49, "total_bytes": 52157, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/crowdsec
6,176
[ "no_license" ]
[ { "path": "ansible/roles/crowdsec/tasks/debian.yml", "content": "# roles/qemu/tasks/debian.yml\n---\n- name: 'Crowdsec | Debian | Add CrowdSec repository key'\n ansible.builtin.apt_key:\n url: https://packagecloud.io/crowdsec/crowdsec/gpgkey\n state: present\n\n- name: 'Crowdsec | Debian | Add CrowdS...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 7104, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/crowdsec_docker
6,176
[ "no_license" ]
[ { "path": "ansible/roles/crowdsec_docker/tasks/debian.yml", "content": "# roles/qemu/tasks/debian.yml\n---\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/crowdsec_docker/tasks/parsers.yml", "content": "---\n- name: Install pars...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 6600, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/development_tools
6,176
[ "no_license" ]
[ { "path": "ansible/roles/development_tools/vars/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\ndevelopment_tools_openjdk_version: 17\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/development_tools/defaults/main.yml"...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4835, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/docker_containers
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_containers/vars/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# vars file for ansible_role_template\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/docker_containers/templates/docker-c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9044, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/elasticsearch
6,176
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# tasks file for ansible_role_template\n- name: 'ElasticSearch | Include OS-specific tasks'\n ansible.builtin.include_tasks: \"{{ ansible_os_family | lower }}.yml\"\n\n- name: 'ElasticSearch | Generat...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5566, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/falco
6,176
[ "no_license" ]
[ { "path": "ansible/roles/falco/tests/test.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n- name: Test falco role\n hosts: localhost\n remote_user: root\n roles:\n - falco\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "ansible/ro...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1588, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/fleet_server
6,176
[ "no_license" ]
[ { "path": "ansible/roles/fleet_server/tasks/debian.yml", "content": "# roles/qemu/tasks/debian.yml\n---\n- name: Add Elastic GPG Key\n ansible.builtin.apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elastic APT repository\n ansible.builtin.apt_repos...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3881, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/grafana
6,176
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/debian.yml", "content": "# roles/qemu/tasks/debian.yml\n---\n- name: 'Grafana | Debian | Install Python crypto libraries'\n ansible.builtin.apt:\n name:\n - python3-cryptography\n - python3-openssl\n state: present\n become: true\n\n- name: 'Grafana |...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3749, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/graylog
6,176
[ "no_license" ]
[ { "path": "ansible/roles/graylog/requirements.yml", "content": "collections:\n - name: community.crypto\n version: 2.26.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/graylog/templates/log4j2.xml.j2", "content": "<?xml ve...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 12546, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/hashicorp
6,176
[ "no_license" ]
[ { "path": "ansible/roles/hashicorp/meta/main.yml", "content": "# SPDX-License-Identifier: MIT-0\ngalaxy_info:\n author: thetolkienblack\n description: This role installs HashiCorp tools for DevOps and infrastructure automation.\n company: Graylock\n license: MIT\n min_ansible_version: \"2.1\"\n galaxy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1892, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/kibana
6,176
[ "no_license" ]
[ { "path": "ansible/roles/kibana/handlers/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n- name: Restart Kibana\n ansible.builtin.service:\n name: kibana\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "ans...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4206, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/mongodb
6,176
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/meta/main.yml", "content": "# SPDX-License-Identifier: MIT-0\ngalaxy_info:\n author: thetolkienblack\n description: Graylog role used to install and configure Graylog server.\n company: Graylock\n license: MIT\n min_ansible_version: \"2.8\"\n galaxy_tags:\n - mongod...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9209, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/netdata
6,176
[ "no_license" ]
[ { "path": "ansible/roles/netdata/defaults/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\nnetdata_release_channel: stable\nnetdata_claim_url: https://app.netdata.cloud\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansible/roles/n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1727, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/opensearch
6,176
[ "no_license" ]
[ { "path": "ansible/roles/opensearch/tasks/opensearch/main.yml", "content": "---\n- name: 'OpenSearch | Include Debian-specific tasks for OpenSearch'\n ansible.builtin.include_tasks: \"{{ ansible_os_family | lower }}.yml\"\n when: not opensearch_binary.stat.exists\n\n- name: \"OpenSearch | Debian | Allow O...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 25282, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/trivy
6,176
[ "no_license" ]
[ { "path": "ansible/roles/trivy/tasks/debian.yml", "content": "# roles/qemu/tasks/debian.yml\n---\n- name: 'Trivy | Debian | Add Trivy APT repository GPG key'\n ansible.builtin.apt_key:\n url: \"{{ trivy_repo_key_url }}\"\n state: present\n\n- name: 'Trivy | Debian | Add Trivy APT repository'\n ansib...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2951, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/virtualization
6,176
[ "no_license" ]
[ { "path": "ansible/roles/virtualization/vars/lxd.yml", "content": "---\nvirtualization_lxd_api_port: 8443\nvirtualization_lxd_subnet: 10.0.0.0/24\nvirtualization_lxd_network_ports:\n - { port: \"{{ virtualization_lxd_api_port }}\", proto: \"tcp\", comment: \"LXD REST API\" }\n - { port: \"8443-8445\", pro...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 27, "total_bytes": 21700, "all_permissive": false }
ansible_role
thetolkienblack/homelab-automation
66064029307b9753deacf20a18bb997e77e6b74c
1
ansible/roles/wazuh
6,176
[ "no_license" ]
[ { "path": "ansible/roles/wazuh/tasks/agent/debian.yml", "content": "---\n- name: 'Wazuh | Agent | Install Wazuh agent'\n block:\n\n - name: 'Wazuh | Agent | Import Wazuh signing key'\n ansible.builtin.shell: |\n set -o pipefail\n curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH \\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7055, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/_docker_compose_generator
6,176
[ "no_license" ]
[ { "path": "ansible/roles/_docker_compose_generator/tasks/main.yaml", "content": "---\n- name: Ensure Destination Exists\n file:\n path: \"{{ docker_compose_generator_output_path }}\"\n state: directory\n\n- name: Writing `docker-compose.yaml` to Destination\n template:\n src: ../templates/docker-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4749, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_adguard
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_adguard/tasks/main.yaml", "content": "---\n- name: Ensure Adguard Directories Exist\n file:\n path: \"{{ adguard_docker_directory }}\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate Adguard Stack\n includ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1140, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_diun
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_diun/tasks/main.yaml", "content": "---\n- name: Ensure Diun Directories Exist\n file:\n path: \"{{docker_dir}}/diun\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate Diun Stack\n include_role:\n name: _...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1119, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_ghost
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_ghost/tasks/main.yaml", "content": "---\n- name: Ensure Ghost Blog Directories Exist\n file:\n path: \"{{docker_dir}}/ghost\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate Ghost Blog Stack\n include_role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1423, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_gotify
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_gotify/tasks/main.yaml", "content": "---\n- name: Ensure Gotify Directories Exist\n file:\n path: \"{{docker_dir}}/gotify\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate Gotify Stack\n include_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1363, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_mealie_demo
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_mealie_demo/tasks/main.yaml", "content": "---\n- name: Ensure Mealie Demo Directories Exist\n file:\n path: \"{{docker_dir}}/mealie-demo\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate Mealie Demo Stack\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2187, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_mealie_next
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_mealie_next/tasks/main.yaml", "content": "---\n- name: Ensure Mealie-Next Directories Exist\n file:\n path: \"{{docker_dir}}/mealie-next\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate Mealie-Next Stack\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1906, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_netdata
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_netdata/tasks/main.yaml", "content": "---\n- name: Ensure Netdata Agent Directories Exist\n file:\n path: \"{{docker_dir}}/netdata-agent\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate Netdata Agent Stack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1616, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_onedev
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_onedev/tasks/main.yaml", "content": "---\n- name: Ensure Onedev Directories Exist\n file:\n path: \"{{docker_dir}}/onedev\"\n state: directory\n owner: \"{{ main_username }}\"\n group: \"{{ main_username }}\"\n\n- name: Generate OneDev Stack\n include_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_p2p_stack
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_p2p_stack/tasks/main.yaml", "content": "---\n- name: Generate Peer to Peer Stack\n include_role:\n name: compose-generator\n vars:\n containers:\n - service_name: letsencrypt\n active: true\n image: linuxserver/letsencrypt\n container_name: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1970, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_plausible
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_plausible/templates/plausible-conf.env.j2", "content": "ADMIN_USER_EMAIL={{ plausible_email }}\nADMIN_USER_NAME={{ plausible_username }}\nADMIN_USER_PWD={{ <PASSWORD> }}\nBASE_URL=https://analytics.{{ primary_domain }}\nSECRET_KEY_BASE={{ plausible_secret_key }}\nDISABLE_REGI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3235, "all_permissive": false }
ansible_role
hay-kot/infra
85223e3d222b134650acde2ecf6accf0b2f2a213
1
ansible/roles/docker_traefik
6,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_traefik/files/dynamic.linode.yaml", "content": "http:\n routers:\n to-portfolio:\n rule: \"Host(`hay-kot.dev`)\"\n service: portfolio\n tls:\n certResolver: \"mytlschallenge\"\n\n to-next-docs:\n rule: \"(Host(`mealie.hay-kot.dev`) && PathPre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5597, "all_permissive": false }
ansible_role
ains/wittl-archive
8210f9c6c418caab84b939ee3306a851ac29013d
1
deploy/roles/base
6,176
[ "no_license" ]
[ { "path": "deploy/roles/base/tasks/main.yml", "content": "---\n\n- name: Update existing packages\n apt: upgrade=dist update_cache={{ update_apt_cache }}\n\n- name: Autoremove unused packages\n command: apt-get -y autoremove\n\n- name: Ensure OpenSSl and libssl are the latest versions\n apt: name={{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
ains/wittl-archive
8210f9c6c418caab84b939ee3306a851ac29013d
1
deploy/roles/celery
6,176
[ "no_license" ]
[ { "path": "deploy/roles/celery/handlers/main.yml", "content": "---\n- name: restart celery workers\n service: name={{project_name}}-celeryworker state={{item}}\n with_items:\n - stopped\n - started\n sudo_user: root\n\n- name: restart celery beat\n service: name={{project_name}}-celerybeat state={...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3002, "all_permissive": false }
ansible_role
ains/wittl-archive
8210f9c6c418caab84b939ee3306a851ac29013d
1
deploy/roles/redis
6,176
[ "no_license" ]
[ { "path": "deploy/roles/redis/tasks/packages.yml", "content": "---\n- name: Commmon | Install redis package.\n apt: >\n pkg={{item}}\n state=installed\n update-cache=yes\n with_items:\n - redis-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
ains/wittl-archive
8210f9c6c418caab84b939ee3306a851ac29013d
1
deploy/roles/web
6,176
[ "no_license" ]
[ { "path": "deploy/roles/web/tasks/sass.yml", "content": "---\n\n- name: Install Ruby\n apt: name=ruby-full update_cache={{ update_apt_cache }} state=installed\n tags: packages\n\n- name: Install SASS\n command: gem install sass\n tags: sass", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7047, "all_permissive": false }
ansible_role
rezoleo/ansible-playbooks
aea2748ccbff5eca2234f64bb66728e9f52bfd53
1
roles/common
6,176
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install essentials\n ansible.builtin.apt:\n update_cache: true\n name:\n - vim\n - molly-guard\n - htop\n - iftop\n state: present\n\n- name: Color ls\n ansible.builtin.blockinfile:\n path: /root/.bashrc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1240, "all_permissive": false }
ansible_role
rezoleo/ansible-playbooks
aea2748ccbff5eca2234f64bb66728e9f52bfd53
1
roles/monitoring
6,176
[ "no_license" ]
[ { "path": "roles/monitoring/templates/snmpd.conf.j2", "content": "# {{ ansible_managed }}\n\nsysLocation {{ monitoring_server_location }}\nsysContact Rezoleo <<EMAIL>>\nrouser {{ monitoring_snmp_user }} authpriv\n\n# We do not want annoying \"Connection from UDP: \" messages in syslog.\n# If the foll...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4822, "all_permissive": false }
ansible_role
rezoleo/ansible-playbooks
aea2748ccbff5eca2234f64bb66728e9f52bfd53
1
roles/ntp
6,176
[ "no_license" ]
[ { "path": "roles/ntp/handlers/main.yml", "content": "---\n- name: Restart timesyncd\n ansible.builtin.systemd:\n name: systemd-timesyncd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/ntp/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
rezoleo/ansible-playbooks
aea2748ccbff5eca2234f64bb66728e9f52bfd53
1
roles/nut
6,176
[ "no_license" ]
[ { "path": "roles/nut/templates/nut.conf.j2", "content": "# {{ ansible_managed }}\n\n# MODE should be choosen between standalone, netserver and netclient\n\nMODE=netserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/nut/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1527, "all_permissive": false }
ansible_role
rezoleo/ansible-playbooks
aea2748ccbff5eca2234f64bb66728e9f52bfd53
1
roles/ssh
6,176
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Install sshd\n ansible.builtin.apt:\n name:\n - ssh\n state: present\n\n- name: Download CA file from Vault\n ansible.builtin.get_url:\n url: https://vault.rezoleo.fr/v1/ssh/public_key\n dest: /etc/ssh/trusted-user-ca-keys.pem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
rezoleo/ansible-playbooks
aea2748ccbff5eca2234f64bb66728e9f52bfd53
1
roles/vault_agent
6,176
[ "no_license" ]
[ { "path": "roles/vault_agent/handlers/main.yml", "content": "- name: Restart vault-agent-certificates\n ansible.builtin.systemd:\n name: vault-agent-certificates\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/vau...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5653, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/bootstrap_local_keys
6,176
[ "no_license" ]
[ { "path": "roles/bootstrap_local_keys/defaults/main.yml", "content": "---\n# defaults file for bootstrap_local_keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/bootstrap_local_keys/vars/main.yml", "content": "---\n# vars file for bo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 806, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/config_nfs
6,176
[ "no_license" ]
[ { "path": "roles/config_nfs/handlers/main.yml", "content": "# handlers file for config_nfs\n- name: restart autofs\n service:\n name: autofs\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/config_nfs/tasks/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2209, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/config_sshd
6,176
[ "no_license" ]
[ { "path": "roles/config_sshd/defaults/main.yml", "content": "---\n# defaults file for config_sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/config_sshd/handlers/main.yml", "content": "---\n# handlers file for config_sshd\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1397, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/create_remote_admin
6,176
[ "no_license" ]
[ { "path": "roles/create_remote_admin/vars/main.yml", "content": "---\n# vars file for create_remote_user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/create_remote_admin/defaults/main.yml", "content": "---\n# defaults file for create...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1650, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/forward_keys
6,176
[ "no_license" ]
[ { "path": "roles/forward_keys/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - forward_keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/forward_keys/tasks/main.yml", "content": "---\n# tasks...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 430, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/install_docker
6,176
[ "no_license" ]
[ { "path": "roles/install_docker/handlers/main.yml", "content": "---\n# handlers file for install_docker\n- name: restart docker\n service:\n name: docker\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/install_doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1214, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/issue_motd
6,176
[ "no_license" ]
[ { "path": "roles/issue_motd/vars/main.yml", "content": "---\n# vars file for issue_motd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/issue_motd/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6104, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/manage_users
6,176
[ "no_license" ]
[ { "path": "roles/manage_users/vars/main.yml", "content": "---\n# vars file for manage_users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/manage_users/handlers/main.yml", "content": "---\n# handlers file for manage_users\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1640, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/sys_pkgs
6,176
[ "no_license" ]
[ { "path": "roles/sys_pkgs/tasks/main.yml", "content": "---\n# tasks file for sys_pkgs\n- name: Update cache\n ansible.builtin.apt:\n update_cache: true\n changed_when: false\n\n- name: Dist upgrade\n ansible.builtin.apt:\n upgrade: dist\n notify:\n - update-initramfs\n - update-grub\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1164, "all_permissive": false }
ansible_role
villabioinfo/bio-cluster-admin
2aa8d562c5ea2e2961676ea02575afc770ad3ec0
2
roles/zfs_network
6,176
[ "no_license" ]
[ { "path": "roles/zfs_network/handlers/main.yml", "content": "---\n# handlers file for zfs_network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/zfs_network/defaults/main.yml", "content": "---\n# defaults file for zfs_network\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1948, "all_permissive": false }
ansible_role
Grupo-Unite/Ansible-Playbooks
886eefc54a2e8d29542bc908b10df9e5e76bcae1
0
linux_create_user/roles/linux-create-user
6,196
[ "no_license" ]
[ { "path": "linux_create_user/roles/linux-create-user/tasks/main.yml", "content": "---\n- name: Add user\n become: yes\n become_user: root\n user:\n name: '{{ user }}'\n state: present\n\n- name: Create directory .ssh\n become: yes\n become_user: root\n file:\n path: /home/{{ user }}/.ssh/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1184, "all_permissive": false }
ansible_role
rajeshkalavapalli/expense-ansible-roles
60da84f66bb8d162cbe8eb7670575efe724e2d43
0
roles/backend
6,196
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "- name: desableing nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n \n- name: enable node 20\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: installing node 20\n ansible.builtin.dnf:\n name: nodejs \n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1271, "all_permissive": false }
ansible_role
rajeshkalavapalli/expense-ansible-roles
60da84f66bb8d162cbe8eb7670575efe724e2d43
0
roles/common
6,196
[ "no_license" ]
[ { "path": "roles/common/tasks/app-set.yaml", "content": "- name: create app directory # this will not impact the process\n ansible.builtin.file:\n path: \"{{APP_LOCATION}}\" \n state: directory\n\n- name: Download the application\n ansible.builtin.get_url:\n url: https://expense-builds.s3.us-eas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
rajeshkalavapalli/expense-ansible-roles
60da84f66bb8d162cbe8eb7670575efe724e2d43
0
roles/frontend
6,196
[ "no_license" ]
[ { "path": "roles/frontend/templates/expense.conf.j2", "content": "proxy_http_version 1.1;\n\nlocation /api/ { proxy_pass http://{{ FRONT_HOST }}:8080/; }\n\nlocation /health {\n stub_status on;\n access_log off;\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1032, "all_permissive": false }
ansible_role
amarnathjamale/HomeLab
f492b7765da964a21e826650df5cc829c2d0d0c6
0
collections/ansible_collections/amar/homelab/roles/zsh
6,196
[ "no_license" ]
[ { "path": "collections/ansible_collections/amar/homelab/roles/zsh/tasks/main.yml", "content": "---\n# tasks file for zsh\n- name: Install package\n ansible.builtin.package:\n name: \"{{ zsh_package_name }}\"\n state: present\n become: true\n\n- name: Clone fzf\n ansible.builtin.git:\n repo: \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4175, "all_permissive": false }