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
pratibhaJ2019/cloud-quickstart-projects
db41413c3afb3125d338a3e454b65e292682a2c9
0
_shared_playbooks/pihole/roles/deploy-pihole
344
[ "no_license" ]
[ { "path": "_shared_playbooks/pihole/roles/deploy-pihole/templates/docker-compose.yml", "content": "---\nversion: \"3.7\"\n\nservices:\n cloudflared:\n container_name: cloudflared\n image: visibilityspots/cloudflared:latest\n environment:\n PORT: '5053'\n # Servers from Mozilla's trusted ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5366, "all_permissive": false }
ansible_role
pratibhaJ2019/cloud-quickstart-projects
db41413c3afb3125d338a3e454b65e292682a2c9
0
_shared_playbooks/pihole/roles/fix-ubuntu-system-dns
344
[ "no_license" ]
[ { "path": "_shared_playbooks/pihole/roles/fix-ubuntu-system-dns/tasks/main.yml", "content": "---\n- name: Edit resolved.conf to disable the systemd-resolved stub resolver\n become: true\n lineinfile:\n path: /etc/systemd/resolved.conf\n regexp: '#?DNSStubListener=yes'\n line: DNSStubListener=no\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
pratibhaJ2019/cloud-quickstart-projects
db41413c3afb3125d338a3e454b65e292682a2c9
0
_shared_playbooks/splunk/roles/splunk
344
[ "no_license" ]
[ { "path": "_shared_playbooks/splunk/roles/splunk/tasks/main.yml", "content": "---\n- name: Start Splunk\n become: true\n docker_compose:\n project_name: so1\n definition:\n # BEGIN inline docker-compose.yml\n version: \"3.7\"\n services:\n splunk:\n image: splunk/splun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1094, "all_permissive": false }
ansible_role
pratibhaJ2019/cloud-quickstart-projects
db41413c3afb3125d338a3e454b65e292682a2c9
0
_shared_playbooks/ubuntu-docker/roles/docker
344
[ "no_license" ]
[ { "path": "_shared_playbooks/ubuntu-docker/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker and Pip\n become: true\n apt:\n name:\n - docker.io\n - python3-pip\n update_cache: true\n state: present\n tags:\n - docker\n\n- name: Install Pips for managing Docker\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
pratibhaJ2019/cloud-quickstart-projects
db41413c3afb3125d338a3e454b65e292682a2c9
0
_shared_playbooks/ubuntu-docker/roles/packages
344
[ "no_license" ]
[ { "path": "_shared_playbooks/ubuntu-docker/roles/packages/tasks/main.yml", "content": "---\n- name: Update all packages\n become: true\n apt:\n autoremove: true\n update_cache: true\n upgrade: full\n\n- name: Install useful packages\n become: true\n apt:\n name:\n - fail2ban\n update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
pratibhaJ2019/cloud-quickstart-projects
db41413c3afb3125d338a3e454b65e292682a2c9
0
_shared_playbooks/wordpress/roles/database
344
[ "no_license" ]
[ { "path": "_shared_playbooks/wordpress/roles/database/tasks/main.yml", "content": "---\n- name: Start MySQL database\n become: true\n docker_compose:\n project_name: db\n definition:\n # BEGIN inline docker-compose.yml\n version: \"3.7\"\n services:\n db:\n image: mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
pratibhaJ2019/cloud-quickstart-projects
db41413c3afb3125d338a3e454b65e292682a2c9
0
_shared_playbooks/wordpress/roles/wordpress
344
[ "no_license" ]
[ { "path": "_shared_playbooks/wordpress/roles/wordpress/tasks/main.yml", "content": "---\n- name: Start Wordpress\n become: true\n docker_compose:\n project_name: wp\n definition:\n # BEGIN inline docker-compose.yml\n version: \"3.7\"\n services:\n wp:\n image: wordpres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1011, "all_permissive": false }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/bat
344
[ "permissive" ]
[ { "path": "roles/bat/tasks/arch.yml", "content": "---\n- name: Install bat\n ansible.builtin.package:\n name:\n - bat\n state: latest\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/bottom
344
[ "permissive" ]
[ { "path": "roles/bottom/tasks/arch.yml", "content": "---\n- name: Install bottom\n ansible.builtin.package:\n name:\n - bottom\n state: latest\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/brave
344
[ "permissive" ]
[ { "path": "roles/brave/tasks/arch.yml", "content": "---\n- name: Install Brave\n ansible.builtin.package:\n name:\n - brave-browser\n state: latest\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/discord
344
[ "permissive" ]
[ { "path": "roles/discord/tasks/arch.yml", "content": "---\n- name: Install Discord\n ansible.builtin.package:\n name:\n - discord\n state: latest\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/docker
344
[ "permissive" ]
[ { "path": "roles/docker/tasks/arch.yml", "content": "---\n- name: Uninstall old docker\n ansible.builtin.package:\n name: \n - docker\n - docker-compose\n state: absent\n become: yes\n\n- name: Install Docker\n ansible.builtin.package:\n name:\n - docker\n - docker-compose\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1062, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/doppler-cli
344
[ "permissive" ]
[ { "path": "roles/doppler-cli/tasks/arch.yml", "content": "---\n- name: Download installer\n get_url:\n dest: /tmp/install-doppler.sh\n mode: 0755\n url: https://cli.doppler.com/install.sh\n become: yes\n\n- name: Execute installer\n shell: /tmp/install-doppler.sh\n become: yes\n\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/firefox
344
[ "permissive" ]
[ { "path": "roles/firefox/tasks/arch.yml", "content": "---\n- name: Install Firefox\n ansible.builtin.package:\n name:\n - firefox\n state: latest\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/flatpak
344
[ "permissive" ]
[ { "path": "roles/flatpak/tasks/arch.yml", "content": "---\n- name: Install flatpak on Arch Linux\n pacman:\n name: flatpak\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/fonts
344
[ "permissive" ]
[ { "path": "roles/fonts/tasks/arch.yml", "content": "---\n- name: Find latest Nerd Fonts release.\n ansible.builtin.uri:\n url: https://api.github.com/repos/ryanoasis/nerd-fonts/releases/latest\n return_content: true\n headers:\n Authorization: \"token {{ github_api_token }}\"\n register: ner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2181, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/github-cli
344
[ "permissive" ]
[ { "path": "roles/github-cli/tasks/arch.yml", "content": "---\n- name: Install Github-cli\n ansible.builtin.package:\n name:\n - github-cli\n state: latest\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/go
344
[ "permissive" ]
[ { "path": "roles/go/tasks/arch.yml", "content": "---\n- name: Install Go language\n ansible.builtin.package:\n name:\n - go\n state: latest\n become: yes\n\n#- name: Config folder\n# ansible.builtin.file:\n# mode: \"0755\"\n# path: \"{{ ansible_user_dir }}/Development/language/go\"\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/hyprland
344
[ "permissive" ]
[ { "path": "roles/hyprland/tasks/arch.yml", "content": "---\n- name: Include variables\n include_vars: vars.yml\n\n- name: Install Hyprland dependencies\n ansible.builtin.pacman:\n name: \"{{ hyprland_dependencies }}\"\n state: present\n become: true\n\n- name: Install Hyprland\n ansible.builtin.pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 447, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/keyd
344
[ "permissive" ]
[ { "path": "roles/keyd/tasks/arch.yml", "content": "---\n- name: Include variables\n include_vars: vars.yml\n\n- name: Remove keyd\n ansible.builtin.file:\n path: /tmp/keyd\n state: absent\n become: true\n\n- name: Install keyd dependencies\n ansible.builtin.pacman:\n name: \"{{ keyd_dependencie...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1607, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/lazygit
344
[ "permissive" ]
[ { "path": "roles/lazygit/tasks/arch.yml", "content": "---\n- name: Install Lazygit\n kewlfft.aur.aur:\n use: yay\n state: latest\n name:\n - lazygit\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/nvim
344
[ "permissive" ]
[ { "path": "roles/nvim/tasks/vars.yml", "content": "---\nnvim_dependencies:\n - ripgrep\n - git\n - make\n - unzip\n - gcc\n - fd\n - tree-sitter\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 93 }, { "path": "roles/nvim/tasks/arch....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 393, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/nvm
344
[ "permissive" ]
[ { "path": "roles/nvm/tasks/arch.yml", "content": "---\n- name: Install nvm\n ansible.builtin.package:\n name:\n - nvm\n state: latest\n become: yes\n\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/obsidian
344
[ "permissive" ]
[ { "path": "roles/obsidian/tasks/main.yml", "content": "---\n#- name: Run Ubuntu Tasks\n# ansible.builtin.import_tasks: ubuntu.yml\n# when: ansible_os_family == 'Debian'\n\n- name: Run Arch Linux Tasks\n ansible.builtin.import_tasks: arch.yml\n when: ansible_os_family == 'Archlinux'\n", "license_type...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1501, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/postman
344
[ "permissive" ]
[ { "path": "roles/postman/tasks/arch.yml", "content": "---\n- name: Install Postman\n kewlfft.aur.aur:\n use: yay\n state: latest\n name:\n - postman-bin\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/pyenv
344
[ "permissive" ]
[ { "path": "roles/pyenv/tasks/arch.yml", "content": "---\n- name: Install Pyenv\n kewlfft.aur.aur:\n use: yay\n state: latest\n name:\n - pyenv\n - pyenv-virtualenv\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/qtile
344
[ "permissive" ]
[ { "path": "roles/qtile/tasks/arch.yml", "content": "---\n\n- name: Include variables\n include_vars: vars.yml\n\n- name: Gather service facts\n ansible.builtin.service_facts:\n\n- name: Install Qtile dependencies\n ansible.builtin.pacman:\n name: \"{{ qtile_dependencies }}\"\n state: present\n bec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1355, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/ripgrep
344
[ "permissive" ]
[ { "path": "roles/ripgrep/tasks/arch.yml", "content": "---\n- name: Install Ripgrep\n ansible.builtin.package:\n name:\n - ripgrep\n state: latest\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/rofi
344
[ "permissive" ]
[ { "path": "roles/rofi/tasks/arch.yml", "content": "---\n- name: Include variables\n include_vars: vars.yml\n\n- name: \"Installing Rofi dependencies\"\n ansible.builtin.pacman:\n name: \"{{ Rofi_dependencies }}\"\n state: present\n become: true\n\n- name: Install Rofi\n ansible.builtin.pacman:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/sddm
344
[ "permissive" ]
[ { "path": "roles/sddm/tasks/arch.yml", "content": "---\n\n- name: \"Install SDDM\"\n ansible.builtin.pacman:\n name: \n - sddm\n state: present\n become: true\n\n- name: \"Enable SDDM\"\n ansible.builtin.systemd:\n name: sddm\n enabled: yes\n state: started\n become: true", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/spotify
344
[ "permissive" ]
[ { "path": "roles/spotify/tasks/arch.yml", "content": "---\n- name: Install Spotify\n kewlfft.aur.aur:\n use: yay\n state: latest\n name:\n - spotify\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/stow
344
[ "permissive" ]
[ { "path": "roles/stow/tasks/vars.yml", "content": "---\n\nstow_dependencies:\n - git\n\n\nexclude_list:\n - qtile\n - alacritty\n - dunst\n - rofi\n - picom", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 100 }, { "path": "roles/stow/t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1038, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/system
344
[ "permissive" ]
[ { "path": "roles/system/tasks/ubuntu.yml", "content": "---\n- name: \"System | Update APT Repos and Upgrade APT Packages\"\n ansible.builtin.apt:\n update_cache: true\n upgrade: full\n state: latest\n autoremove: true\n autoclean: true\n become: true\n\n- name: \"System | Install\"\n ansib...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2078, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/visual-studio-code
344
[ "permissive" ]
[ { "path": "roles/visual-studio-code/tasks/arch.yml", "content": "---\n- name: Install VS-Code\n kewlfft.aur.aur:\n use: yay\n state: latest\n name:\n - visual-studio-code-bin\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 120 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/wayland-Rofi
344
[ "permissive" ]
[ { "path": "roles/wayland-Rofi/tasks/arch.yml", "content": "---\n- name: Include variables\n include_vars: vars.yml\n\n- name: \"Installing wRofi dependencies\"\n ansible.builtin.pacman:\n name: \"{{ wRofi_dependencies }}\"\n state: present\n become: true\n\n- name: Install wRofi\n kewlfft.aur.aur:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/zellij
344
[ "permissive" ]
[ { "path": "roles/zellij/tasks/arch.yml", "content": "---\n- name: Install Zellij\n ansible.builtin.package:\n name:\n - zellij\n state: latest\n become: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/zoxide
344
[ "permissive" ]
[ { "path": "roles/zoxide/tasks/arch.yml", "content": "---\n- name: Install Zoxide\n ansible.builtin.package:\n name:\n - zoxide\n state: latest\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": true }
ansible_role
mohamed-souiyeh/dotfiles
08fd091c58b92d7bdb9c62ba9951f6d02bb1b61d
1
roles/zsh
344
[ "permissive" ]
[ { "path": "roles/zsh/tasks/arch.yml", "content": "---\n- name: Install ZSH\n ansible.builtin.package:\n name:\n - zsh\n state: latest\n become: yes\n\n- name: Set ZSH as default\n user:\n name: \"{{ ansible_env['USER'] }}\"\n shell: /usr/bin/zsh\n become: yes\n\n- name: Set public\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": true }
ansible_role
babilun0723/ansible_space
a8043098ac35febf0068a466b15b73402414dc79
0
roles/IISwebserver
349
[ "no_license" ]
[ { "path": "roles/IISwebserver/tasks/main.yml", "content": "\n---\n - name: Install Notepad++ with Chocolatey\n win_chocolatey:\n name: notepadplusplus\n state: present\n\n - name: Install Octopus Tentacle with Chocolatey\n win_chocolatey:\n name: octopusdeploy.tentacle\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2009, "all_permissive": false }
ansible_role
babilun0723/ansible_space
a8043098ac35febf0068a466b15b73402414dc79
0
roles/scrapy
349
[ "no_license" ]
[ { "path": "roles/scrapy/tasks/main.yml", "content": "\n---\n - name: Install epel \n yum: \n name: epel-release\n state: present\n\n - name: Install yum packages\n yum: \n name: \"{{item}}\"\n state: present\n with_items:\n - gcc\n - python-pip\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 929, "all_permissive": false }
ansible_role
babilun0723/ansible_space
a8043098ac35febf0068a466b15b73402414dc79
0
roles/sms_misc_webservers
349
[ "no_license" ]
[ { "path": "roles/sms_misc_webservers/tasks/main.yml", "content": "\n---\n - name: Install Notepad++ with Chocolatey\n win_chocolatey:\n name: notepadplusplus\n state: present\n\n - name: Install Octopus Tentacle with Chocolatey\n win_chocolatey:\n name: octopusdeploy.tentacle\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2133, "all_permissive": false }
ansible_role
Muxxxi/k3s-ansible-deployment
74fa4861bc5de303af980c7b7d380ead38a7aaaf
0
roles/install_k3s
349
[ "no_license" ]
[ { "path": "roles/install_k3s/defaults/main.yml", "content": "\nk3s_version: \"v1.27.4+k3s1\" # https://github.com/k3s-io/k3s/releases\ncert_manager_version: 1.12.3 # https://artifacthub.io/packages/helm/cert-manager/cert-manager\nlonghorn_version: 1.5.1 # https://artifacthub.io/packages/helm/longhorn/longho...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7722, "all_permissive": false }
ansible_role
Steve-Walsh/ansible_project
79a6678f7e901c67c8f473157b0803cda247f1dc
0
ansible_project/roles/haproxy
349
[ "no_license" ]
[ { "path": "ansible_project/roles/haproxy/tasks/main.yml", "content": "---\n - name: Update cache filess\n apt: update_cache=yes cache_valid_time=3600\n\n - name: Install haproxy\n apt: name=haproxy state=present\n\n - name: configure the haproxy.cfg file\n template:\n src: \"haproxy.cfg.j2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 771, "all_permissive": false }
ansible_role
JamesAllenRed/jboss-EAP
40415637552344e748ee0ecf4a25baa7aea75b68
0
roles/jboss-standalone
349
[ "no_license" ]
[ { "path": "roles/jboss-standalone/tasks/main.yml", "content": "---\r\n- name: Install Java 1.7 and some basic dependencies\r\n yum: name={{item}} state=present\r\n with_items:\r\n - unzip\r\n - java-1.7.0-openjdk\r\n - libselinux-python\r\n - libsemanage-python\r\n sudo: yes\r\n\r\n- name: Downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2175, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/age
349
[ "no_license" ]
[ { "path": "roles/age/tasks/main.yaml", "content": "---\n- name: Get latest Age version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/age.json\n register: age_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Age for FreeBSD\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1176, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/alacritty
349
[ "no_license" ]
[ { "path": "roles/alacritty/templates/alacritty.j2", "content": "# Alacritty configuration file.\n#\n# For more information, visit\n# https://github.com/alacritty/alacritty#configuration.\n\n# Solarized Light theme colors.\ncolors:\n primary:\n background: '0xfdf6e3'\n foreground: '0x586e75'\n normal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3187, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/appimage
349
[ "no_license" ]
[ { "path": "roles/appimage/defaults/main.yaml", "content": "---\nappimage_packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/appimage/tasks/main.yaml", "content": "---\n- name: Install FUSE for Arch\n become: true\n community...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1146, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/audio
349
[ "no_license" ]
[ { "path": "roles/audio/tasks/main.yaml", "content": "---\n- name: Install audio packages for Arch\n become: true\n community.general.pacman:\n name:\n - alsa-lib\n - alsa-utils\n when: ansible_pkg_mgr == \"pacman\"\n\n- name: Install audio packages for Debian\n ansible.builtin.apt:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/avro
349
[ "no_license" ]
[ { "path": "roles/avro/files/avro-tools.sh", "content": "#!/usr/bin/env bash\n\njava -jar '/usr/local/share/java/jar/avro-tools.jar' \"$@\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/avro/README.md", "content": "# Avro\n\nAvro is an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1265, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/aws
349
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yaml", "content": "---\n- name: Install AWSCLI for FreeBSD\n become: true\n community.general.pkgng:\n name: py39-awscli\n when: ansible_system == \"FreeBSD\"\n\n- name: Install AWSCLI for Alpine\n become: true\n community.general.apk:\n name: aws-cli\n when: ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/bash
349
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yaml", "content": "---\n- name: Install Bash for FreeBSD\n become: true\n community.general.pkgng:\n name: bash\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Bash for Linux\n ansible.builtin.package:\n name:\n - bash\n - bash-completion\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9840, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/bashdb
349
[ "no_license" ]
[ { "path": "roles/bashdb/tasks/main.yaml", "content": "---\n- name: Get latest BashDB version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/bashdb.json\n register: bashdb_formula\n when: ansible_system == \"Linux\"\n\n- name: Install BashD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1318, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/bat
349
[ "no_license" ]
[ { "path": "roles/bat/tasks/main.yaml", "content": "---\n- name: Get latest Bat version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/bat.json\n register: bat_formula\n when: ansible_pkg_mgr == \"apt\"\n\n- name: Install Bat for Debian\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1005, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/bats
349
[ "no_license" ]
[ { "path": "roles/bats/tasks/main.yaml", "content": "---\n- name: Install Bats for FreeBSD\n become: true\n community.general.pkgng:\n name: bats-core\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Bats for Linux\n ansible.builtin.package:\n name: \"{{ 'bash-bats' if ansible_pkg_mgr == 'p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/beekeeper
349
[ "no_license" ]
[ { "path": "roles/beekeeper/tasks/main.yaml", "content": "---\n- name: Install Beekeeper for Linux\n become: true\n community.general.flatpak:\n name: io.beekeeperstudio.Studio\n when: ansible_system == \"Linux\"\n\n- name: Install Beekeeper for MacOS\n community.general.homebrew_cask:\n accept_ext...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 543, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/build
349
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yaml", "content": "---\n- name: Install build tools for FreeBSD\n become: true\n community.general.pkgng:\n name:\n - cmake\n - gcc\n - gdb\n - gmake\n - llvm\n - openocd\n when: ansible_system == \"FreeBSD\"\n\n- name: Install build tool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1867, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/caffeine
349
[ "no_license" ]
[ { "path": "roles/caffeine/tasks/main.yaml", "content": "---\n- name: Check if Caffeine shell extension is installed for GNOME desktops\n ansible.builtin.command: gnome-extensions show <EMAIL>\n ignore_errors: true\n register: caffeine_shell_check\n when: ansible_system == \"Linux\" and gnome_desktop\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1464, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/chrome
349
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yaml", "content": "---\n- name: Install Google Chrome for Debian\n ansible.builtin.apt:\n deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n become: true\n when: ansible_pkg_mgr == \"apt\" and system_architecture == \"amd64\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1271, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/compass
349
[ "no_license" ]
[ { "path": "roles/compass/tasks/main.yaml", "content": "---\n- name: Get latest MongoDB Compass version for Linux\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/cask/mongodb-compass.json\n register: compass_cask_linux\n when: ansible_system == \"Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1523, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/croc
349
[ "no_license" ]
[ { "path": "roles/croc/tasks/main.yaml", "content": "---\n- name: Get latest Croc version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/croc.json\n register: croc_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Croc for Free...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1784, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/cuda
349
[ "no_license" ]
[ { "path": "roles/cuda/tasks/docker.yaml", "content": "---\n- name: Download Nvidia Docker repository key for Ubuntu\n ansible.builtin.get_url:\n dest: /tmp/nvidia-docker-archive-keyring.pub\n mode: \"644\"\n url: https://nvidia.github.io/nvidia-docker/gpgkey\n become: true\n when: ansible_pkg_mg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2803, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/datree
349
[ "no_license" ]
[ { "path": "roles/datree/tasks/main.yaml", "content": "---\n- name: Get latest Datree version for Linux\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/datree.json\n register: datree_formula_linux\n when: ansible_system == \"Linux\"\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3021, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/dbeaver
349
[ "no_license" ]
[ { "path": "roles/dbeaver/tasks/main.yaml", "content": "---\n- name: Install DBeaver for Linux\n become: true\n community.general.flatpak:\n name: io.dbeaver.DBeaverCommunity\n when: ansible_system == \"Linux\"\n\n- name: Install DBeaver for MacOS\n community.general.homebrew_cask:\n accept_externa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/defterm
349
[ "no_license" ]
[ { "path": "roles/defterm/tasks/windows.yaml", "content": "---\n- name: Install Windows Terminal for Windows\n community.windows.win_scoop:\n name: windows-terminal\n when: ansible_system == \"Win32NT\" and \"Windows 10\" in ansible_distribution\n\n# Configuration file can be in multiple locations depen...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4758, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/deno
349
[ "no_license" ]
[ { "path": "roles/deno/tasks/main.yaml", "content": "---\n- name: Install Deno for FreeBSD\n become: true\n community.general.pkgng:\n name: deno\n when: ansible_system == \"FreeBSD\"\n\n# TODO: Add Deno Alpine install when supported. See\n# https://github.com/denoland/deno/issues/3711 for status.\n#\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2155, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/deskenv
349
[ "no_license" ]
[ { "path": "roles/deskenv/files/xfce.sh", "content": "#!/usr/bin/env bash\n\n# Remove desktop icons by setting them to 0 size.\nxfconf-query -c xfce4-desktop -np /desktop-icons/style -t int -s 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path": "rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 10665, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/direnv
349
[ "no_license" ]
[ { "path": "roles/direnv/tasks/main.yaml", "content": "---\n- name: Install Direnv for FreeBSD\n become: true\n community.general.pkgng:\n name: direnv\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Direnv for Linux\n ansible.builtin.package:\n name: direnv\n become: true\n when: ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/docker
349
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Install Docker for Alpine\n become: true\n community.general.apk:\n name: docker\n when: ansible_pkg_mgr == \"apk\"\n\n- name: Install Docker for Arch\n become: true\n community.general.pacman:\n name: docker\n when: ansible_pkg_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3775, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/docker_compose
349
[ "no_license" ]
[ { "path": "roles/docker_compose/README.md", "content": "# Docker Compose\n\nDocker Compose is an Ansible role\n\n## Requirements\n\n## Role Variables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/docker_compose/tasks/main.yaml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2280, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/doctl
349
[ "no_license" ]
[ { "path": "roles/doctl/tasks/main.yaml", "content": "---\n- name: Get latest Digital Ocean CLI version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/doctl.json\n register: doctl_formula\n when: ansible_system == \"Linux\"\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1521, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/duf
349
[ "no_license" ]
[ { "path": "roles/duf/tasks/main.yaml", "content": "---\n- name: Get latest Duf version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/duf.json\n register: duf_formula\n when: ansible_pkg_mgr in [\"apt\", \"zypper\"]\n\n- name: Install Duf ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1617, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/dust
349
[ "no_license" ]
[ { "path": "roles/dust/tasks/main.yaml", "content": "---\n- name: Get latest Dust version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/dust.json\n register: dust_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Dust for Alpi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1355, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/dvc
349
[ "no_license" ]
[ { "path": "roles/dvc/tasks/main.yaml", "content": "---\n- name: Get latest DVC version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/dvc.json\n register: dvc_formula\n when: ansible_system == \"Linux\"\n\n- name: Install DVC for Debian\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1630, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/essential
349
[ "no_license" ]
[ { "path": "roles/essential/tasks/main.yaml", "content": "---\n- name: Install essential packages for Debian\n ansible.builtin.apt:\n name:\n - apt-file\n - apt-transport-https\n - lsb-release\n - pbuilder\n - ubuntu-dev-tools\n become: true\n when: ansible_pkg_mgr == \"apt\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2160, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/etcher
349
[ "no_license" ]
[ { "path": "roles/etcher/tasks/main.yaml", "content": "---\n# Homebrew Balena Etcher cask is unmaintained.\n- name: Get latest Balena Etcher version for Fedora\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://api.github.com/repos/balena-io/etcher/releases/latest\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2559, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/exa
349
[ "no_license" ]
[ { "path": "roles/exa/README.md", "content": "# Exa\n\nExa is an Ansible role\n\n## Requirements\n\n## Role Variables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/exa/tasks/main.yaml", "content": "---\n- name: Get latest Exa version\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1121, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/fd
349
[ "no_license" ]
[ { "path": "roles/fd/tasks/main.yaml", "content": "---\n- name: Get latest FD version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/fd.json\n register: fd_formula\n when: ansible_system == \"Linux\"\n\n- name: Install FD for Alpine\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1438, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/ffsend
349
[ "no_license" ]
[ { "path": "roles/ffsend/tasks/main.yaml", "content": "---\n- name: Get latest FFSend version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/ffsend.json\n register: ffsend_formula\n when: ansible_system == \"Linux\"\n\n# TODO: Integrate onc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1419, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/firefox
349
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yaml", "content": "---\n- name: Install Firefox for Debian\n ansible.builtin.apt:\n name: firefox-esr\n become: true\n when: ansible_pkg_mgr == \"apt\" and deb_distro_base == \"debian\"\n\n- name: Install Firefox for FreeBSD\n become: true\n community.general.pkgn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/fish
349
[ "no_license" ]
[ { "path": "roles/fish/tasks/main.yaml", "content": "---\n- name: Install Fish for FreeBSD\n become: true\n community.general.pkgng:\n name: fish\n when: ansible_system == \"FreeBSD\"\n\n- name: Install Fish for Linux\n ansible.builtin.package:\n name: fish\n become: true\n when: ansible_system =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 12883, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/flatpak
349
[ "no_license" ]
[ { "path": "roles/flatpak/defaults/main.yaml", "content": "---\nflatpak_packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/flatpak/tasks/main.yaml", "content": "---\n- name: Install Flatpak for Linux\n ansible.builtin.package:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/font
349
[ "no_license" ]
[ { "path": "roles/font/tasks/main.yaml", "content": "---\n- name: Tap Homebrew fonts for MacOS\n community.general.homebrew_tap:\n name: homebrew/cask-fonts\n when: ansible_system == \"Darwin\"\n\n- name: Install Fira Code for Arch\n become: true\n community.general.pacman:\n name: ttf-fira-code\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/fzf
349
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yaml", "content": "---\n- name: Get latest Fzf version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/fzf.json\n register: fzf_formula\n when: ansible_system == \"Linux\"\n\n- name: Install FzF for FreeBSD\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1859, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/gcp
349
[ "no_license" ]
[ { "path": "roles/gcp/tasks/main.yaml", "content": "---\n- name: Dowload Google Cloud SDK for Alpine\n ansible.builtin.unarchive:\n dest: /usr/lib/\n mode: \"755\"\n remote_src: true\n src: https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz\n become: true\n when: ansible_pkg_mgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3133, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/gdu
349
[ "no_license" ]
[ { "path": "roles/gdu/tasks/main.yaml", "content": "---\n- name: Get latest GDU version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/gdu.json\n register: gdu_formula\n when: ansible_system == \"Linux\"\n\n- name: Install GDU for FreeBSD\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/git
349
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yaml", "content": "---\n_git_delta_arch:\n amd64: x86_64\n arm64: aarch64\n_git_delta_env: \"{{ 'musl' if ansible_pkg_mgr in ['apk', 'apt'] else 'gnu' }}\"\ngit_user_email: \"{{ git_user_name | lower | replace(' ', '.') }}<EMAIL>\"\ngit_user_name: User Name\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2543, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/github
349
[ "no_license" ]
[ { "path": "roles/github/README.md", "content": "# Github\n\nGithub is an Ansible role\n\n## Requirements\n\n## Role Variables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/github/tasks/main.yaml", "content": "---\n- name: Get latest G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1496, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/gitlab
349
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yaml", "content": "---\n- name: Install GitLab Runner for Alpine\n become: true\n community.general.apk:\n name: gitlab-runner\n when: ansible_pkg_mgr == \"apk\"\n\n- name: Install GitLab Runner for Arch\n become: true\n community.general.pacman:\n name: gitlab-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1778, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/gitui
349
[ "no_license" ]
[ { "path": "roles/gitui/tasks/main.yaml", "content": "---\n- name: Get latest GitUI version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/gitui.json\n register: gitui_formula\n when: ansible_system == \"Linux\"\n\n- name: Install GitUI for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1182, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/glow
349
[ "no_license" ]
[ { "path": "roles/glow/tasks/main.yaml", "content": "---\n- name: Get latest Glow version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/glow.json\n register: glow_formula\n when: ansible_system == \"Linux\" and ansible_pkg_mgr != \"apk\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1596, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/go
349
[ "no_license" ]
[ { "path": "roles/go/defaults/main.yaml", "content": "---\n_go_root:\n Darwin: >-\n {{ '/opt/homebrew/opt/go/libexec' if system_architecture == 'arm64' else\n '/usr/local/opt/go/libexec' }}\n FreeBSD: \"\"\n Linux: /usr/local/go\n Win32NT: \"\"\ngo_path: \"{{ ansible_env.HOME }}/.go\"\ngo_root: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2280, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/hadolint
349
[ "no_license" ]
[ { "path": "roles/hadolint/tasks/main.yaml", "content": "---\n- name: Get latest Hadolint version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/hadolint.json\n register: hadolint_formula\n when: ansible_system == \"Linux\"\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 901, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/hdf5
349
[ "no_license" ]
[ { "path": "roles/hdf5/tasks/main.yaml", "content": "---\n# Alpine HDF5 package does not contain command line tools. It only contains\n# shared object libraries.\n- name: Install HDF5 tools for Linux\n ansible.builtin.package:\n name: \"{{ 'hdf5-tools' if ansible_pkg_mgr == 'apt' else 'hdf5' }}\"\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/helix
349
[ "no_license" ]
[ { "path": "roles/helix/files/languages.toml", "content": "# Helix configuration file for language specific settings.\n#\n# For more information, visit https://docs.helix-editor.com/languages.html.\n\n[[language]]\nname = \"bash\"\nauto-format = true\nfile-types = [\"sh\", \"bash\", \"zsh\", \".bash_login\",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4789, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/helm
349
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yaml", "content": "---\n- name: Get latest Helm version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/helm.json\n register: helm_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Helm for Free...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2245, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/helmfile
349
[ "no_license" ]
[ { "path": "roles/helmfile/tasks/main.yaml", "content": "---\n- name: Get latest Helmfile version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/helmfile.json\n register: helmfile_formula\n when: ansible_system == \"Linux\"\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1205, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/htmlq
349
[ "no_license" ]
[ { "path": "roles/htmlq/tasks/main.yaml", "content": "---\n- name: Get latest Htmlq version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/htmlq.json\n register: htmlq_formula\n when: ansible_system == \"Linux\"\n\n- name: Install Htmlq for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1228, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/hyper
349
[ "no_license" ]
[ { "path": "roles/hyper/meta/main.yaml", "content": "---\ndependencies:\n - role: appimage\n when: ansible_pkg_mgr == \"pacman\"\n - role: powershell\n when: ansible_system == \"Win32NT\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3827, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/hyperfine
349
[ "no_license" ]
[ { "path": "roles/hyperfine/tasks/main.yaml", "content": "---\n- name: Get latest Hyperfine version\n ansible.builtin.uri:\n method: GET\n return_content: true\n url: https://formulae.brew.sh/api/formula/hyperfine.json\n register: hyperfine_formula\n when: ansible_pkg_mgr == \"apt\"\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1116, "all_permissive": false }
ansible_role
0xO0O0/stinkyboots
039655a522558e22513f93f576194ee80ffb7dd8
0
roles/java
349
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yaml", "content": "---\n- name: Install Java for Alpine\n become: true\n community.general.apk:\n name:\n - maven\n - openjdk17\n when: ansible_pkg_mgr == \"apk\"\n\n- name: Install Java for Arch\n become: true\n community.general.pacman:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1986, "all_permissive": false }