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
danmharris/cloud-ops
8ec1848e8af0fc48503006eacb70db0a3a0f3ba4
0
roles/ssh
3,978
[ "no_license" ]
[ { "path": "roles/ssh/meta/main.yml", "content": "---\ngalaxy_info:\n namespace: danmharris\n author: <NAME>\n description: Installs and configures an SSH server\n\n license: MIT\n\n min_ansible_version: '2.1'\n\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndependencies: []\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1067, "all_permissive": false }
ansible_role
Lonero-Team/Decentralized-Internet
9085b05fa883767930990cf04a31b6b6de47b26c
503
clusterpost/bigchaindb/pkg/configuration/roles/bigchaindb
3,978
[ "permissive" ]
[ { "path": "clusterpost/bigchaindb/pkg/configuration/roles/bigchaindb/tasks/fedora.yml", "content": "# Copyright BigchainDB GmbH and BigchainDB contributors\n# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)\n# Code is Apache-2.0 and docs are CC-BY-4.0\n\n---\n- name: Install dependencies | dnf\n dnf:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": true }
ansible_role
Lonero-Team/Decentralized-Internet
9085b05fa883767930990cf04a31b6b6de47b26c
503
clusterpost/bigchaindb/pkg/configuration/roles/tendermint
3,978
[ "permissive" ]
[ { "path": "clusterpost/bigchaindb/pkg/configuration/roles/tendermint/tasks/start.yml", "content": "# Copyright BigchainDB GmbH and BigchainDB contributors\n# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)\n# Code is Apache-2.0 and docs are CC-BY-4.0\n\n---\n- name: Building Tendermint Docker\n docker_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4475, "all_permissive": true }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-capsule
3,978
[ "no_license" ]
[ { "path": "roles/satellite-capsule/tasks/main.yml", "content": "---\n# tasks file for satellite-capsule\n- name: Ejecutando tareas en satellite server\n when:\n - inventory_hostname in groups['SATELLITE_SERVER']\n block:\n - name: Generando directorio para certificados de Satellite Capsule en {{ sat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6106, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-capsule-configuration
3,978
[ "no_license" ]
[ { "path": "roles/satellite-capsule-configuration/tasks/main.yml", "content": "- name: Obtener lista de todas las cápsulas\n delegate_to: localhost\n ansible.builtin.uri:\n url: \"{{ lookup('env', 'SATELLITE_SERVER_URL') }}/katello/api/capsules\"\n method: GET\n user: \"{{ lookup('env', 'SATELLITE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3996, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-capsule-lfcycleenv
3,978
[ "no_license" ]
[ { "path": "roles/satellite-capsule-lfcycleenv/tasks/main.yml", "content": "- name: Obtener lista de todas las cápsulas\n ansible.builtin.uri:\n url: \"{{ lookup('env', 'SATELLITE_SERVER_URL') }}/katello/api/capsules\"\n method: GET\n user: \"{{ lookup('env', 'SATELLITE_USERNAME') }}\"\n passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3041, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-installation-act-keys
3,978
[ "no_license" ]
[ { "path": "roles/satellite-installation-act-keys/tasks/main.yml", "content": "---\n- name: Crear Activation Keys y asociar con Content Views en Satellite\n delegate_to: localhost\n no_log: False\n redhat.satellite.activation_key:\n name: \"{{ item.0.name }}-{{ env }}\"\n organization: \"{{ satellit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-installation-cv-cvpublish
3,978
[ "no_license" ]
[ { "path": "roles/satellite-installation-cv-cvpublish/tasks/main.yml", "content": "---\n- name: Crear o actualizar content views para cada entorno\n delegate_to: localhost\n redhat.satellite.content_view:\n name: \"{{ item.name }}\"\n organization: \"{{ satellite_organization }}\"\n repositories: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-installation-manifest
3,978
[ "no_license" ]
[ { "path": "roles/satellite-installation-manifest/tasks/main.yml", "content": "- name: Descargar manifiesto desde Red Hat Customer Portal.\n delegate_to: localhost\n redhat.satellite.redhat_manifest:\n uuid: \"{{ satellite_manifest_uuid }}\"\n username: \"{{ RHSM_username }}\"\n password: \"{{ <PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 589, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-installation-orgs
3,978
[ "no_license" ]
[ { "path": "roles/satellite-installation-orgs/vars/main.yml", "content": "---\nsatellite_organization: \"Banco Pichincha\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/satellite-installation-orgs/tasks/main.yml", "content": "- name: Cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-installation-sync-plans
3,978
[ "no_license" ]
[ { "path": "roles/satellite-installation-sync-plans/tasks/main.yml", "content": "---\n- name: Crear plan de sincronizacion en Satellite Server usando intervalos de tiempo.\n delegate_to: localhost\n when:\n - satellite_sync_interval != \"custom cron\"\n redhat.satellite.sync_plan:\n name: \"{{ satel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1879, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-installlation-repos
3,978
[ "no_license" ]
[ { "path": "roles/satellite-installlation-repos/tasks/main.yml", "content": "---\n- name: Habilitar repositorios\n delegate_to: localhost\n redhat.satellite.repository_set:\n organization: \"{{ satellite_organization }}\"\n name: \"{{ item.Name }}\"\n product: \"{{ item.Product }}\"\n state: en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-lifeceycle-environment
3,978
[ "no_license" ]
[ { "path": "roles/satellite-lifeceycle-environment/tasks/main.yml", "content": "- name: Creando rutas de lifecycle_environment completas en Satellite\n delegate_to: localhost\n redhat.satellite.lifecycle_environment:\n name: \"{{ item.lifecycle_environment_name }}\"\n label: \"{{ item.lifecycle_envir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-locations
3,978
[ "no_license" ]
[ { "path": "roles/satellite-locations/tasks/main.yml", "content": "- name: Crear o actualizar ubicaciones en la organizacion {{ satellite_organization }}.\n delegate_to: localhost\n redhat.satellite.location:\n organizations: \"{{ satellite_organization }}\"\n name: \"{{ item }}\"\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
dcornejoc/satellite
0cdab80d2572cfd94d0a145a3f7cb7a074614912
0
roles/satellite-server
3,978
[ "no_license" ]
[ { "path": "roles/satellite-server/tasks/main.yml", "content": "---\n# tasks file for satellite-server\n- name: Anular suscripciones previas del servidor Satellite.\n community.general.redhat_subscription:\n state: absent\n\n- name: Suscribir Satellite Server usando RHSM.\n community.general.redhat_subs...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5814, "all_permissive": false }
ansible_role
raven-ch/test-on-vm
8acf1ecc47fa9915541f356abbfc2c9c8eccaed2
0
roles/consul_agent
3,878
[ "no_license" ]
[ { "path": "roles/consul_agent/tasks/consul_debian.yml", "content": "- name: Update apt\n apt:\n update_cache: yes\n\n- name: Installing addon package \n apt: \n name: \"{{ addon_package }}\"\n state: present \n\n- name: Creating consul user and directories\n include_tasks: consul_user.yml\n\n- ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7517, "all_permissive": false }
ansible_role
raven-ch/test-on-vm
8acf1ecc47fa9915541f356abbfc2c9c8eccaed2
0
roles/consul_server
3,878
[ "no_license" ]
[ { "path": "roles/consul_server/tasks/consul_acl.yml", "content": "- name: Send acl configuration\n template:\n src: \"{{ consul_acl_src }}\"\n dest: \"{{ consul_acl_dest }}\"\n owner: \"{{ consul_user }}\"\n group: \"{{ consul_group }}\"\n mode: \"{{ consul_service_mode }}\"\n notify: reloa...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5178, "all_permissive": false }
ansible_role
raven-ch/test-on-vm
8acf1ecc47fa9915541f356abbfc2c9c8eccaed2
0
roles/redis
3,878
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- include: check_vars.yml\n\n- include: download.yml\n when: redis_install_from_source\n tags:\n - download\n\n- include: dependencies.yml\n when: redis_install_from_source\n tags:\n - install\n\n- include: install.yml\n when: redis_install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
Otus-DevOps-2018-09/mkosterin_infra
c618d3eb77f863a4599c16bad235f5d3bc0914f5
0
ansible/roles/app
3,878
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: Install ruby and rubygems and required packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
Otus-DevOps-2018-09/mkosterin_infra
c618d3eb77f863a4599c16bad235f5d3bc0914f5
0
ansible/roles/db
3,878
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n- name: Add key for custom repository\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: EA312927\n state: present\n tags: install\n- name: Add custom repository\n apt_repository:\n repo: deb http://repo.mongodb.o...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 759, "all_permissive": false }
ansible_role
redhat-cop/openshift-applier
507b05d4a6867ef24d7f189399b8a31396899b78
99
roles/make-applier-projects-unique
3,878
[ "permissive" ]
[ { "path": "roles/make-applier-projects-unique/tasks/update-galaxy-requirements.yml", "content": "---\n- name: \"Set regexp_replace_pairs for galaxy requirements\"\n replace:\n path: \"{{ item.galaxy_requirements }}\"\n regexp: \"{{ pair.regexp }}\"\n replace: \"{{ pair.replace }}\"\n with_items:\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2025, "all_permissive": true }
ansible_role
redhat-cop/openshift-applier
507b05d4a6867ef24d7f189399b8a31396899b78
99
roles/wait-for-api
3,878
[ "permissive" ]
[ { "path": "roles/wait-for-api/defaults/main.yml", "content": "---\n\nwait_for_api_delay: 15\nwait_for_api_retries: 30\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 54 }, { "path": "roles/wait-for-api/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1230, "all_permissive": true }
ansible_role
robert-marriott/ansible-zookeeper-aws
f82c1d52b0a311dd6f78b93d0c6c32c533c3e206
0
roles/java-jdk-install
3,878
[ "no_license" ]
[ { "path": "roles/java-jdk-install/tasks/java_role.yml", "content": "# This is a more complex role for installing java on the target Machines\n# It is from a github repo, and is a locally installed module\n# Run this command for the ansible extension: ansible-galaxy install ansiblebit.oracle-java\n---\n- hos...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1624, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/alacritty
3,878
[ "no_license" ]
[ { "path": "roles/alacritty/tasks/main.yml", "content": "---\n- name: Create config directory\n file:\n path: ~/.config/alacritty\n #state: directory\n state: absent\n#- name: Load dracula theme\n#ansible.builtin.get_url:\n#url: https://raw.githubusercontent.com/dracula/alacritty/05faff15c0158712be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/aldente
3,878
[ "no_license" ]
[ { "path": "roles/aldente/tasks/main.yml", "content": "---\n- name: Install aldente\n community.general.homebrew:\n name: aldente\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/alt-tab
3,878
[ "no_license" ]
[ { "path": "roles/alt-tab/tasks/main.yml", "content": "---\n- name: Install alt-tab\n community.general.homebrew:\n name: alt-tab\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/antigen
3,878
[ "no_license" ]
[ { "path": "roles/antigen/tasks/main.yml", "content": "---\n- name: Download antigen\n get_url:\n url: https://git.io/antigen\n dest: ~/antigen.zsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/appcleaner
3,878
[ "no_license" ]
[ { "path": "roles/appcleaner/tasks/main.yml", "content": "---\n- name: Install appcleaner\n community.general.homebrew:\n name: appcleaner\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/arch
3,878
[ "no_license" ]
[ { "path": "roles/arch/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n community.general.pacman:\n name:\n - less\n - otf-monaspace-nerd\n - docker\n - firefox\n - curl\n - git\n - zsh\n - unzip\n - noto-fonts-emoji\n - base-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1166, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/atlas
3,878
[ "no_license" ]
[ { "path": "roles/atlas/tasks/main.yml", "content": "---\n- block:\n - name: Download atlas\n get_url:\n url: https://release.ariga.io/atlas/atlas-linux-amd64-latest\n dest: ~/.local/bin/atlas\n mode: u+x\n when: ansible_os_family == \"Debian\"\n\n- block:\n - name: Install a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/backgroundmusic
3,878
[ "no_license" ]
[ { "path": "roles/backgroundmusic/tasks/main.yml", "content": "---\n- block:\n - name: Install backgroundmusic\n shell: brew install --cask background-music\n when: ansible_os_family == \"Darwin\"\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
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/chrome
3,878
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n- name: Install chrome\n community.general.homebrew:\n name: google-chrome\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/darwin
3,878
[ "no_license" ]
[ { "path": "roles/darwin/tasks/main.yml", "content": "---\n- name: Upgrade all packages\n community.general.homebrew:\n upgrade_all: true\n update_homebrew: true\n\n- name: Install wget\n community.general.homebrew:\n name: wget\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
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/dbeaver
3,878
[ "no_license" ]
[ { "path": "roles/dbeaver/tasks/main.yml", "content": "---\n- name: Install dbeaver\n community.general.homebrew:\n name: dbeaver-community\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/debian
3,878
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n- name: Upgrade system\n become: true\n apt:\n update_cache: true\n upgrade: dist\n\n- name: Autoremove unused packages\n become: true\n apt:\n autoremove: true\n\n- name: Install necessary packages\n become: true\n apt:\n pkg:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/discord
3,878
[ "no_license" ]
[ { "path": "roles/discord/tasks/main.yml", "content": "---\n- name: Install discord\n community.general.homebrew:\n name: discord\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/drawio
3,878
[ "no_license" ]
[ { "path": "roles/drawio/tasks/main.yml", "content": "---\n- name: Install drawio\n community.general.homebrew:\n name: drawio\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/eza
3,878
[ "no_license" ]
[ { "path": "roles/eza/tasks/main.yml", "content": "---\n- block:\n - name: \"Download eza {{ eza_version }} zip\"\n get_url:\n url: \"https://github.com/eza-community/eza/releases/download/v{{ eza_version }}/eza_x86_64-unknown-linux-gnu.zip\"\n dest: ~/.local/bin/eza.zip\n\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 994, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/figma
3,878
[ "no_license" ]
[ { "path": "roles/figma/tasks/main.yml", "content": "---\n- name: Install figma\n community.general.homebrew:\n name: figma\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/fira-code
3,878
[ "no_license" ]
[ { "path": "roles/fira-code/tasks/main.yml", "content": "---\n- name: Install fira code\n community.general.homebrew:\n name: homebrew/cask-fonts/font-fira-code-nerd-font\n ignore_errors: true\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
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/firefox
3,878
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yml", "content": "---\n- name: Install firefox\n community.general.homebrew:\n name: firefox\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/flameshot
3,878
[ "no_license" ]
[ { "path": "roles/flameshot/tasks/main.yml", "content": "---\n# installing flameshot via ansibles homebrew module doesn't work for some reason\n- name: Install flameshot\n shell: brew install --cask flameshot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/fzf
3,878
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "---\n- name: Get newest fzf version\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: ~/.fzf\n depth: \"1\"\n\n- name: Install fzf\n shell: ~/.fzf/install --completion --no-update-rc --key-bindings\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/generic
3,878
[ "no_license" ]
[ { "path": "roles/generic/tasks/main.yml", "content": "---\n- name: Create .config directory\n file:\n path: ~/.config\n state: directory\n\n- name: Create .local/bin directory\n file:\n path: ~/.local/bin\n state: directory\n recurse: true\n\n- name: Set git config\n ansible.builtin.comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/go
3,878
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- block:\n - name: Remove golang apt repo\n become: true\n apt_repository:\n repo: ppa:longsleep/golang-backports\n state: absent\n\n - name: Download go binaries\n become: true\n ansible.builtin.unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1163, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/gohugo
3,878
[ "no_license" ]
[ { "path": "roles/gohugo/tasks/main.yml", "content": "---\n- block:\n - name: \"Download gohugo {{ gohugo_version }} tar file\"\n get_url:\n url: \"https://github.com/gohugoio/hugo/releases/download/v{{ gohugo_version }}/hugo_extended_{{ gohugo_version }}_Linux-64bit.tar.gz\"\n dest: ~/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/havener
3,878
[ "no_license" ]
[ { "path": "roles/havener/tasks/main.yml", "content": "---\n- block:\n - name: Install havener\n become: true\n shell: curl -sL https://raw.githubusercontent.com/homeport/havener/main/scripts/download-latest.sh | bash\n when: ansible_os_family == \"Debian\"\n\n- block:\n - name: Install have...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/helm
3,878
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "---\n- block:\n - name: Add helm repo key\n become: true\n apt_key:\n url: https://baltocdn.com/helm/signing.asc\n\n - name: Add helm repo\n become: true\n apt_repository:\n repo: \"deb https://baltocdn.com/helm/stabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/htop
3,878
[ "no_license" ]
[ { "path": "roles/htop/tasks/main.yml", "content": "---\n- block:\n - name: Install htop\n become: true\n apt:\n update_cache: true\n pkg:\n - htop\n when: ansible_os_family == \"Debian\"\n\n- block:\n - name: Install htop\n community.general.homebrew:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/i3
3,878
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: Create config directories\n file:\n path: \"{{ path }}\"\n state: directory\n loop:\n - ~/.config/i3\n - ~/.config/i3status\n loop_control:\n loop_var: path\n\n- name: Copy i3 config\n ansible.builtin.copy:\n src: files/i3/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/inkscape
3,878
[ "no_license" ]
[ { "path": "roles/inkscape/tasks/main.yml", "content": "---\n- name: Install inkscape\n community.general.homebrew:\n name: inkscape\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/insomnia
3,878
[ "no_license" ]
[ { "path": "roles/insomnia/tasks/main.yml", "content": "---\n- name: Install insomnia\n community.general.homebrew:\n name: insomnia\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/iterm2
3,878
[ "no_license" ]
[ { "path": "roles/iterm2/tasks/main.yml", "content": "---\n- name: Install iterm2\n community.general.homebrew:\n name: iterm2\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/k9s
3,878
[ "no_license" ]
[ { "path": "roles/k9s/tasks/main.yml", "content": "---\n- block:\n - name: Install k9s\n shell: curl -sS https://webinstall.dev/k9s | bash\n when: ansible_os_family == \"Debian\"\n\n- block:\n - name: Install k9s\n community.general.homebrew:\n name: k9s\n when: ansible_os_family == ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/kap
3,878
[ "no_license" ]
[ { "path": "roles/kap/tasks/main.yml", "content": "---\n- name: Install kap\n community.general.homebrew:\n name: kap\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/karabiner
3,878
[ "no_license" ]
[ { "path": "roles/karabiner/tasks/main.yml", "content": "---\n- name: Create .config/karabiner directory\n file:\n path: ~/.config/karabiner\n state: directory\n\n- name: Copy karabiner config\n copy:\n src: files/karabiner.json\n dest: ~/.config/karabiner/karabiner.json\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/keepassxc
3,878
[ "no_license" ]
[ { "path": "roles/keepassxc/tasks/main.yml", "content": "---\n- name: Install keepassxc\n community.general.homebrew:\n name: keepassxc\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/kitty
3,878
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "---\n- name: Install kitty\n become: true\n community.general.pacman:\n name: kitty\n\n- name: Create config directory\n file:\n path: ~/.config/kitty\n state: directory\n\n- name: Load dracula theme\n ansible.builtin.get_url:\n url: https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/kubectl
3,878
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- block:\n - name: Add google cloud gpg key\n become: true\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n\n - name: Add kubernetes repo\n become: true\n apt_repository:\n repo: \"deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/kustomize
3,878
[ "no_license" ]
[ { "path": "roles/kustomize/tasks/main.yml", "content": "---\n- block:\n - name: \"Download kustomize {{ kustomize_version }} tar file\"\n get_url:\n url: \"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv{{ kustomize_version }}/kustomize_v{{ kustomize_version }}_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/microsoft-remote-desktop
3,878
[ "no_license" ]
[ { "path": "roles/microsoft-remote-desktop/tasks/main.yml", "content": "---\n- name: Install microsoft-remote-desktop\n community.general.homebrew:\n name: microsoft-remote-desktop\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/migrate
3,878
[ "no_license" ]
[ { "path": "roles/migrate/tasks/main.yml", "content": "---\n- block:\n - name: \"Download migrate {{ migrate_version }} package\"\n get_url:\n url: \"https://github.com/golang-migrate/migrate/releases/download/v{{ migrate_version }}/migrate.linux-amd64.deb\"\n dest: /tmp\n\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1035, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/mysqlworkbench
3,878
[ "no_license" ]
[ { "path": "roles/mysqlworkbench/tasks/main.yml", "content": "---\n- name: Install mysqlworkbench\n community.general.homebrew:\n name: mysqlworkbench\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/neovim
3,878
[ "no_license" ]
[ { "path": "roles/neovim/files/init.lua", "content": "-- Install packer\nlocal install_path = vim.fn.stdpath 'data' .. '/site/pack/packer/start/packer.nvim'\nlocal is_bootstrap = false\nif vim.fn.empty(vim.fn.glob(install_path)) > 0 then\n is_bootstrap = true\n vim.fn.system { 'git', 'clone', '--depth', '1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 22660, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/nextcloud
3,878
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n- name: Install nextcloud\n community.general.homebrew:\n name: nextcloud\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/nodejs
3,878
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- block:\n - name: \"Add nodejs v{{ nodejs_version }} repo\"\n become: true\n shell: \"curl -fsSL https://deb.nodesource.com/setup_{{ nodejs_version }}.x | sudo -E bash -\"\n\n - name: Install nodejs\n become: true\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/notion
3,878
[ "no_license" ]
[ { "path": "roles/notion/tasks/main.yml", "content": "---\n- name: Install notion\n community.general.homebrew:\n name: notion\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/openvpn-connect
3,878
[ "no_license" ]
[ { "path": "roles/openvpn-connect/tasks/main.yml", "content": "---\n# installing flameshot via ansibles homebrew module doesn't work for some reason\n- name: Install openvpn-connect\n community.general.homebrew:\n name: openvpn-connect\n ignore_errors: true\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/packer
3,878
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "---\n- block:\n - name: Add hashicorp repo key\n become: true\n apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n\n - name: Add hashicorp repo\n become: true\n apt_repository:\n repo: \"deb https://apt.releas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/raycast
3,878
[ "no_license" ]
[ { "path": "roles/raycast/tasks/main.yml", "content": "---\n- name: Install raycast\n community.general.homebrew:\n name: raycast\n ignore_errors: true\n\n- name: Copy config\n copy:\n src: files/com.raycast.macos.plist\n dest: ~/Library/Preferences/com.raycast.macos.plist\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/rectangle
3,878
[ "no_license" ]
[ { "path": "roles/rectangle/tasks/main.yml", "content": "---\n- block:\n # installing flameshot via ansibles homebrew module doesn't work for some reason\n - name: Install rectangle\n community.general.homebrew:\n name: rectangle\n ignore_errors: true\n\n - name: Copy config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/skhd
3,878
[ "no_license" ]
[ { "path": "roles/skhd/tasks/main.yml", "content": "---\n- block:\n - name: Create .config/skhd directory\n file:\n path: ~/.config/skhd\n state: directory\n\n - name: Copy skhd config\n copy:\n src: files/skhdrc\n dest: ~/.config/skhd/skhdrc\n mode: \"+x\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/spotify
3,878
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "---\n- name: Install spotify\n community.general.homebrew:\n name: spotify\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/starship
3,878
[ "no_license" ]
[ { "path": "roles/starship/tasks/main.yml", "content": "---\n- block:\n - name: Install or update starship\n become: true\n shell: sh -c \"$(curl -fsSL https://starship.rs/install.sh)\" -- -f\n when: ansible_os_family != \"Archlinux\"\n\n- block:\n - name: Install or update starship\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1667, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/terraform
3,878
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- block:\n - name: Add hashicorp repo key\n become: true\n apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n\n - name: Add hashicorp repo\n become: true\n apt_repository:\n repo: \"deb https://apt.rel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/the-unarchiver
3,878
[ "no_license" ]
[ { "path": "roles/the-unarchiver/tasks/main.yml", "content": "---\n- name: Install the-unarchiver\n community.general.homebrew:\n name: the-unarchiver\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/thunderbird
3,878
[ "no_license" ]
[ { "path": "roles/thunderbird/tasks/main.yml", "content": "---\n- name: Install thunderbird\n community.general.homebrew:\n name: thunderbird\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/tmux
3,878
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- block:\n - name: Install tmux\n become: true\n apt:\n update_cache: true\n pkg:\n - tmux\n when: ansible_os_family == \"Debian\"\n\n- block:\n - name: Install tmux\n community.general.homebrew:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1604, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/vim
3,878
[ "no_license" ]
[ { "path": "roles/vim/files/.vimrc", "content": "set mouse-=a\nset noautoindent\nset number\n\nif has(\"syntax\")\n syntax on\nendif", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 160, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/vlc
3,878
[ "no_license" ]
[ { "path": "roles/vlc/tasks/main.yml", "content": "---\n- name: Install vlc\n community.general.homebrew:\n name: vlc\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/vscode
3,878
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Install vscode\n community.general.homebrew:\n name: visual-studio-code\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/zoxide
3,878
[ "no_license" ]
[ { "path": "roles/zoxide/tasks/main.yml", "content": "---\n- block:\n - name: \"Download zoxide {{ zoxide_version }} deb file\"\n get_url:\n url: \"https://github.com/ajeetdsouza/zoxide/releases/download/v{{ zoxide_version }}/zoxide_{{ zoxide_version }}_amd64.deb\"\n dest: /tmp/zoxide.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
BaldFabi/dotfiles
982263e663ce3aa63c587d697474b2ed426e9f0e
0
roles/zsh
3,878
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Copy config files\n template:\n src: templates/.zshrc.j2\n dest: ~/.zshrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/zsh/templates/.zshrc.j2", "content": "HISTFI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1752, "all_permissive": false }
ansible_role
abdoulinho00/spring-nutrition
c64968029c8d10a06809f5bda0a1b7f4e6f94acb
0
provisionning/roles/tomcat_role
3,878
[ "no_license" ]
[ { "path": "provisionning/roles/tomcat_role/tasks/main.yml", "content": "--- \n\n\n- name: adding tomcat user\n shell : adduser tomcat \n ignore_errors : yes\n\n- name : installing open-jdk-8\n apt : name=openjdk-8-jdk state=present\n\n- name : Installing Tomcat 8.0.43\n unarchive: src=\"files/apache-tom...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1171, "all_permissive": false }
ansible_role
exoscale-labs/exo-services-demo
d298fafc68a1bdd291aeec11bac0ab9ed4b06e8b
0
cloud-init/playbooks/prometheus/roles/grafana
3,878
[ "no_license" ]
[ { "path": "cloud-init/playbooks/prometheus/roles/grafana/tasks/main.yml", "content": "- name: install gpg\n apt:\n name: gnupg,software-properties-common\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- name: add gpg hey\n apt_key:\n url: \"https://packages.grafana.com/gpg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1778, "all_permissive": false }
ansible_role
manjku/nxos_ansible_playbooks
952ba65ed90f932ef831942a33746d50a7bed8e9
0
Ansible-NXOS/roles/configure_grpc
3,878
[ "no_license" ]
[ { "path": "Ansible-NXOS/roles/configure_grpc/handlers/main.yml", "content": "---\n# handlers file for configure_grpc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "Ansible-NXOS/roles/configure_grpc/README.md", "content": "configure_grpc\n===...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 6557, "all_permissive": false }
ansible_role
manjku/nxos_ansible_playbooks
952ba65ed90f932ef831942a33746d50a7bed8e9
0
Ansible-NXOS/roles/gnmic_cli
3,878
[ "no_license" ]
[ { "path": "Ansible-NXOS/roles/gnmic_cli/tasks/main.yml", "content": "---\n- name: Creating gnmic cli using jinja template\n ansible.builtin.include_tasks: create_gnmic_cli.yml\n\n- name: Executing gnmic cli on linux host\n ansible.builtin.include_tasks: shell_exec_gnmic.yml\n ", "license_type": "no_l...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 13315, "all_permissive": false }
ansible_role
manjku/nxos_ansible_playbooks
952ba65ed90f932ef831942a33746d50a7bed8e9
0
Ansible-NXOS/roles/nxos_copy_file_bootflash
3,878
[ "no_license" ]
[ { "path": "Ansible-NXOS/roles/nxos_copy_file_bootflash/vars/main.yml", "content": "---\nlocal_file_location: /tmp/gnmi.pfx\nnxos_file: gnmi.pfx\nnxos_delete_file: false\nverify_file_copy: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "Ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3334, "all_permissive": false }
ansible_role
254In61/ocp4-upi
34acfbe399ba5e8eccf9d3be50c73680722754c9
1
roles/baselines
3,878
[ "no_license" ]
[ { "path": "roles/baselines/tasks/installation-program.yml", "content": "---\n# main tasks\n- name: Create a directory to hold the OpenShift Container Platform installation files\n file:\n path: \"{{ openshift_build_dir }}\"\n state: directory\n\n- name: Check if openshift installer bin file is presen...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5414, "all_permissive": false }
ansible_role
fbimoura/taking_relatorio
25330d5176218c9d53913809e81c4950e934a248
0
roles/relatorio
3,878
[ "no_license" ]
[ { "path": "roles/relatorio/tasks/main.yml", "content": "---\n# tasks file for send_log\n- name: Debugging\n debug:\n var: database_username\n \n- name: Gera arquivo de log\n blockinfile:\n path: /home/ansible/relatorio\n create: yes\n block: |\n Nome do servidor: {{ resultado_name }}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
makuznet/apidoc
0474cde8914351faac8b04eb06ec6b7f16620b1c
0
roles/nginx
3,898
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: enable_n_autostart_nginx\n service:\n name: nginx\n state: started\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/nginx/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 517, "all_permissive": false }
ansible_role
makuznet/apidoc
0474cde8914351faac8b04eb06ec6b7f16620b1c
0
roles/vhost
3,898
[ "no_license" ]
[ { "path": "roles/vhost/tasks/main.yml", "content": "---\n- name: remove simlink default\n file:\n path: \"/etc/nginx/sites-enabled/default\"\n state: absent\n notify:\n - reload_nginx\n\n- name: creating vhost dir\n file:\n path: \"{{ item.dir_path }}\"\n state: directory\n loop:\n - {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1261, "all_permissive": false }
ansible_role
sungminyang/intranet
4423df1502b0c352f636ad7304f592095310c00d
0
docs/ansible/dev/roles/apache
3,898
[ "no_license" ]
[ { "path": "docs/ansible/dev/roles/apache/tasks/main.yml", "content": "---\n- name: install apache\n apt: name=apache2 update_cache=yes state=present install_recommends=no\n\n- name: enable apache modules\n apache2_module: state=present name={{ item }}\n with_items:\n - rewrite\n - headers\n - ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
sungminyang/intranet
4423df1502b0c352f636ad7304f592095310c00d
0
docs/ansible/dev/roles/php
3,898
[ "no_license" ]
[ { "path": "docs/ansible/dev/roles/php/templates/apcu.ini", "content": "; {{ ansible_managed }}\nextension=apcu.so\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "docs/ansible/dev/roles/php/tasks/main.yml", "content": "---\n- name: install php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
wangtingwei1995/gpuhub-deploy
90743a00eb4507dd2cbed47f7ae17ae9570e688f
1
roles/agent-deploy
3,898
[ "no_license" ]
[ { "path": "roles/agent-deploy/tasks/main.yml", "content": "- name: 磁盘xfs分区以及自动挂载设置\n script: /root/gpushare-deploy/roles/agent/files/disk.sh \"{{ DISK }}\" \"{{ MOUNT_PATH }}\" \n- name: 增加apt gpushare 专有apt源\n shell: echo \"当前环境是在线环境,设置apt源为公网源\" && sleep 3 && \\\n mv /etc/apt/sources.list /et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1445, "all_permissive": false }
ansible_role
wangtingwei1995/gpuhub-deploy
90743a00eb4507dd2cbed47f7ae17ae9570e688f
1
roles/agent-opt
3,898
[ "no_license" ]
[ { "path": "roles/agent-opt/tasks/main.yml", "content": "- name: 渲染分发docker-compose yaml到各个节点agent\n template: src=docker-compose.yaml.j2 dest=/tmp/docker-compose.yaml\n\n- name: 启动docker-compose\n shell: cd /tmp && docker-compose up -d && docker-compose ps \n\n\n\n\n\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 609, "all_permissive": false }
ansible_role
wangtingwei1995/gpuhub-deploy
90743a00eb4507dd2cbed47f7ae17ae9570e688f
1
roles/nfs-deploy
3,898
[ "no_license" ]
[ { "path": "roles/nfs-deploy/files/disk.sh", "content": "# 获取硬盘名\nDISK=$1\nDISK_FULL_PATH=${1}1\nMOUNT_PATH=$2 #/data\n\n\n\n# 检查硬盘是否存在\nCHECK_DISK_EXIST=`/sbin/fdisk -l 2> /dev/null | grep -o \"/dev/$DISK\"`\n[ ! \"$CHECK_DISK_EXIST\" ] && { echo \"Error: Disk is not found !\"; exit 1;}\n\n# 检查硬盘是否已存在分区\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8374, "all_permissive": false }
ansible_role
wangtingwei1995/gpuhub-deploy
90743a00eb4507dd2cbed47f7ae17ae9570e688f
1
roles/replace-configmap
3,898
[ "no_license" ]
[ { "path": "roles/replace-configmap/tasks/main.yml", "content": "#要求ansible版本2.5.1之上\n- name: 在tmp目录创建渲染目标目录\n file: path=/tmp/configmap-kpl/{{ item }} state=directory\n with_items:\n - gpuhub\n\n- name: 渲染分发gpuhub的configmap配置文件\n template: src={{ item }} dest=/tmp/configmap-kpl/gpuhub/{{ item | basename...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
wangtingwei1995/gpuhub-deploy
90743a00eb4507dd2cbed47f7ae17ae9570e688f
1
roles/replace-makefile
3,898
[ "no_license" ]
[ { "path": "roles/replace-makefile/tasks/main.yml", "content": "- name: 匹配kpl和gpuhub服务所有Makefile文件将其注册为变量\n shell: find {{GPUHUB_WORKSPACE}} -maxdepth 3 -type f -name \"Makefile\" && find {{GPUHUB_WORKSPACE}}/src/server/cmd/server -maxdepth 1 -type f -name \"Makefile\"\n register: Makefile_result\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
Earl-Villamor/Villamor_HOA14
1f063feff649f3aeb9cfa79346536e841511b07f
0
roles/Glance
3,898
[ "no_license" ]
[ { "path": "roles/Glance/tasks/main.yml", "content": " - name: Creating an admin-openrc.sh file\n tags: glance, ubuntu, file\n copy:\n src: admin-openrc.sh\n dest: /home/earlv\n owner: root\n group: root\n mode: 0744\n\n - name: Glance Installation\n apt:\n name: glan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1351, "all_permissive": false }