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
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/bat
381
[ "permissive" ]
[ { "path": "roles/bat/defaults/main.yml", "content": "---\n# General\n# If is ~, the latest stable version will be used\ngh_user: sharkdp\ngh_repo: bat\ngh_repo_url: \"https://github.com/{{ gh_user }}/{{ gh_repo }}\"\ntarget_bat_version: ''\n\n# DEBIAN\ndebian_url: ~\n", "license_type": "permissive", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5057, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/brave
381
[ "permissive" ]
[ { "path": "roles/brave/tasks/MacOSX.yml", "content": "---\n- name: \"Brave | MacOSX | Install brave\"\n community.general.homebrew_cask:\n name: brave-browser\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/btop
381
[ "permissive" ]
[ { "path": "roles/btop/tasks/main.yml", "content": "---\n- name: \"{{ role_name }} | Checking for Distribution Config: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: distribution_config\n\n- name: \"{{ role_name }} | Run ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3100, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/claude
381
[ "permissive" ]
[ { "path": "roles/claude/files/scripts/gh-work-issue.sh", "content": "#!/bin/bash\n\n# GitHub Issue Worker\n# Views an issue, creates a branch, and prepares for implementation\n\nset -euo pipefail\n\n# Get current repository or use provided one\nif [ -n \"${GITHUB_REPOSITORY:-}\" ]; then\n REPO=\"$GITHUB_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 74730, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/discord
381
[ "permissive" ]
[ { "path": "roles/discord/tasks/MacOSX.yml", "content": "---\n- name: \"Discord | MacOSX | Install Discord\"\n community.general.homebrew_cask:\n name: discord\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/docker
381
[ "permissive" ]
[ { "path": "roles/docker/templates/daemon.json", "content": "{\n \"default-address-pools\": [\n {\n \"base\": \"172.18.0.0/16\",\n \"size\": 24\n }\n ],\n \"data-root\": \"{{ ansible_user_dir }}/.local/lib/docker\",\n \"experimental\": true,\n \"features\": {\n \"buildkit\": true\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8829, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/flatpak
381
[ "permissive" ]
[ { "path": "roles/flatpak/tasks/Ubuntu.yml", "content": "---\n- name: \"Flatpak | Install flatpak\"\n ansible.builtin.package:\n name: flatpak\n state: present\n become: true\n\n- name: \"Flatpak | Add Flathub remote\"\n community.general.flatpak_remote:\n name: \"flathub\"\n flatpakrepo_url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/fonts
381
[ "permissive" ]
[ { "path": "roles/fonts/tasks/Ubuntu.yml", "content": "---\n- name: \"Fonts | Install\"\n ansible.builtin.apt:\n name:\n - fonts-powerline\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 121 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2714, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/fzf
381
[ "permissive" ]
[ { "path": "roles/fzf/handlers/main.yml", "content": "---\n- name: \"Install FZF\"\n ansible.builtin.shell: \"{{ ansible_user_dir }}/.fzf/install --all --no-update-rc --no-fish\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 120 }, { "pa...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2340, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/gh
381
[ "permissive" ]
[ { "path": "roles/gh/tasks/main.yml", "content": "---\n- name: \"{{ role_name }} | Checking for Distribution Config: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: distribution_config\n\n- name: \"{{ role_name }} | Run Ta...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4836, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/ghostty
381
[ "permissive" ]
[ { "path": "roles/ghostty/uninstall.sh", "content": "#!/bin/bash\nset -e\n\n# macOS only - Ghostty is currently macOS exclusive\ncase \"$(uname -s)\" in\n Darwin)\n # Close Ghostty if running\n if pgrep -x \"Ghostty\" > /dev/null; then\n __task \"Closing Ghostty\"\n _cmd \"osascript -e 'quit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1704, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/git
381
[ "permissive" ]
[ { "path": "roles/git/uninstall.sh", "content": "#!/bin/bash\nset -e\n\n# Note: We only remove git configurations, not git itself\n# as git is often a system dependency\n\n# Remove global git configuration\nif [ -f \"$HOME/.gitconfig\" ]; then\n __task \"Removing global git configuration\"\n _cmd \"rm -f $...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 9755, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/github_release
381
[ "permissive" ]
[ { "path": "roles/github_release/tasks/install_AppImage.yml", "content": "---\n# Install AppImage\n\n- name: Install AppImage\n ansible.builtin.copy:\n src: \"{{ github_release_temp_dir }}/{{ _github_release_asset_name }}\"\n dest: \"{{ github_release_install_path }}/{{ github_release_binary_name }}\"...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 30120, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/glab
381
[ "permissive" ]
[ { "path": "roles/glab/tasks/main.yml", "content": "---\n- name: Set role name\n ansible.builtin.set_fact:\n role_name: glab\n\n- name: Get the path to this role\n ansible.builtin.set_fact:\n role_path: \"{{ lookup('pipe', 'pwd') }}/roles/{{ role_name }}\"\n\n- name: \"{{ role_name }} | Checking for ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5963, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/go
381
[ "permissive" ]
[ { "path": "roles/go/tasks/packages.yml", "content": "---\n- name: Go-Lang | Install GoLang Packages\n ansible.builtin.command:\n cmd: \"go install {{ item.package }}\"\n creates: \"~/go/bin/{{ item.cmd }}\"\n register: go_install\n changed_when: go_install.rc != 0\n loop_control:\n label: \"{{ ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 13457, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/goreleaser
381
[ "permissive" ]
[ { "path": "roles/goreleaser/tasks/Ubuntu.yml", "content": "---\n- name: \"Goreleaser | Add Apt Repository\"\n ansible.builtin.apt_repository:\n repo: \"deb [trusted=yes] https://repo.goreleaser.com/apt/ /\"\n filename: \"goreleaser\"\n state: present\n update_cache: true\n mode: \"0644\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/hammerspoon
381
[ "permissive" ]
[ { "path": "roles/hammerspoon/files/config/init.lua", "content": "--------------------------------------------------------------------------------\n-- Setup\n--------------------------------------------------------------------------------\n\nlilHyper = { 'cmd', 'alt', 'ctrl' } -- or D+F 🤘\nHyper...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 25014, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/helm
381
[ "permissive" ]
[ { "path": "roles/helm/tasks/Ubuntu.yml", "content": "---\n- name: Helm | Add Helm GPG key\n ansible.builtin.apt_key:\n url: https://baltocdn.com/helm/signing.asc\n state: present\n keyring: /usr/share/keyrings/helm.gpg\n become: true\n\n- name: Helm | Install apt-transport-https\n ansible.builti...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6835, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/jj
381
[ "permissive" ]
[ { "path": "roles/jj/handlers/main.yml", "content": "---\n- name: Cleanup jj downloaded tar\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.ansible_tmp/{{ jj_file }}.tar.gz\"\n state: absent\n\n- name: Remove extracted jj directory\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7687, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/just
381
[ "permissive" ]
[ { "path": "roles/just/uninstall.sh", "content": "#!/bin/bash\nset -e\n\n# Detect OS\ncase \"$(uname -s)\" in\n Darwin)\n # Uninstall via Homebrew\n if command -v brew >/dev/null 2>&1 && brew list just >/dev/null 2>&1; then\n __task \"Removing just via Homebrew\"\n _cmd \"brew uninstall just...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1405, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/k8s
381
[ "permissive" ]
[ { "path": "roles/k8s/tasks/MacOSX.yml", "content": "---\n- name: \"K8s | MacOSX | Install kubernetes-cli\"\n community.general.homebrew:\n name: kubernetes-cli\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 126 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2888, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/k9s
381
[ "permissive" ]
[ { "path": "roles/k9s/tasks/Fedora.yml", "content": "---\n# K9s installation for Fedora/RHEL using github_release role\n\n- name: \"K9s | {{ ansible_distribution }} | Check if k9s is installed\"\n ansible.builtin.command: which k9s\n register: k9s_check\n changed_when: false\n failed_when: false\n\n- nam...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 10891, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/kind
381
[ "permissive" ]
[ { "path": "roles/kind/tasks/Ubuntu.yml", "content": "---\n- name: kind | Install kind with Go\n ansible.builtin.command:\n cmd: \"go install {{ item.package }}\"\n creates: \"~/go/bin/{{ item.cmd }}\"\n register: go_install\n changed_when: go_install.rc != 0\n loop_control:\n label: \"{{ item.p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1597, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/kitty
381
[ "permissive" ]
[ { "path": "roles/kitty/uninstall.sh", "content": "#!/bin/bash\nset -e\n\n# Detect OS\ncase \"$(uname -s)\" in\n Darwin)\n # Close Kitty if running\n if pgrep -x \"kitty\" > /dev/null; then\n __task \"Closing Kitty\"\n _cmd \"osascript -e 'quit app \\\"kitty\\\"'\"\n sleep 2\n _tas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4885, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/kwctl
381
[ "permissive" ]
[ { "path": "roles/kwctl/handlers/main.yml", "content": "---\n- name: Cleanup kwctl downloaded tar\n ansible.builtin.file:\n path: \"/tmp/{{ kwctl_file }}.zip\"\n state: absent\n become: true\n\n- name: Remove extracted kwctl directory\n ansible.builtin.file:\n path: /tmp/{{ kwctl_file }}*\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2975, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/lazygit
381
[ "permissive" ]
[ { "path": "roles/lazygit/tasks/MacOSX.yml", "content": "---\n- name: \"Lazygit | MacOSX | Install lazygit\"\n community.general.homebrew:\n name: lazygit\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 116 }, { "pat...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5935, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/lsd
381
[ "permissive" ]
[ { "path": "roles/lsd/files/config.yaml", "content": "color:\n theme: custom\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 23 }, { "path": "roles/lsd/handlers/main.yml", "content": "---\n- name: Cleanup LSD downloaded tar\n ansible....
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 7405, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/lua
381
[ "permissive" ]
[ { "path": "roles/lua/tasks/MacOSX.yml", "content": "---\n- name: \"Lua | MacOSX | Install lua\"\n community.general.homebrew:\n name: \"{{ item }}\"\n state: present\n loop:\n - lua\n - luarocks\n - luajit\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1959, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/nala
381
[ "permissive" ]
[ { "path": "roles/nala/tasks/Ubuntu.yml", "content": "---\n- name: \"Nala | Detecting Installed Nala\"\n ansible.builtin.command:\n cmd: which nala\n changed_when: false\n register: nala_cmd\n failed_when: false\n\n- name: \"Nala | Register nala status installed\"\n ansible.builtin.set_fact:\n nal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1674, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/ncdu
381
[ "permissive" ]
[ { "path": "roles/ncdu/tasks/Ubuntu.yml", "content": "---\n- name: \"NCDU | Installing ncdu\"\n ansible.builtin.apt:\n name: ncdu\n state: latest\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 108 }, { "path": "roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1496, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/neofetch
381
[ "permissive" ]
[ { "path": "roles/neofetch/tasks/Archlinux.yml", "content": "---\n- name: \"Neofetch | Arch | Install neofetch\"\n ansible.builtin.pacman:\n name: neofetch\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 128 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1023, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/nerdfetch
381
[ "permissive" ]
[ { "path": "roles/nerdfetch/tasks/MacOSX.yml", "content": "---\n- name: \"NerdFetch | MacOSX | Install NerdFetch\"\n community.general.homebrew:\n name: nerdfetch\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/nomad
381
[ "permissive" ]
[ { "path": "roles/nomad/tasks/Ubuntu.yml", "content": "---\n- name: Nomad | {{ ansible_distribution }} | Add the HashiCorp GPG key.\n ansible.builtin.apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n keyring: /usr/share/keyrings/hashicorp-archive-keyring.gpg\n state: present\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/npm
381
[ "permissive" ]
[ { "path": "roles/npm/tasks/MacOSX.yml", "content": "---\n# NPM/Node.js installation for macOS\n\n- name: \"NPM | MacOSX | Check for nvm installation\"\n ansible.builtin.stat:\n path: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n register: nvm_check\n\n- name: \"NPM | MacOSX | Determine Node.js source\"\n a...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 38621, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/nvm
381
[ "permissive" ]
[ { "path": "roles/nvm/uninstall.sh", "content": "#!/bin/bash\nset -e\n\n# Remove NVM\nif [ -d \"$HOME/.nvm\" ]; then\n # Unload nvm from current shell if loaded\n if command -v nvm >/dev/null 2>&1; then\n __task \"Unloading nvm from current shell\"\n nvm unload || true\n _task_done\n fi\n \n __...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8619, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/obsidian
381
[ "permissive" ]
[ { "path": "roles/obsidian/tasks/MacOSX.yml", "content": "---\n- name: \"Obsidian | MacOSX | Install Obsidian\"\n community.general.homebrew_cask:\n name: obsidian\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 124 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1043, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/orbstack
381
[ "permissive" ]
[ { "path": "roles/orbstack/tasks/MacOSX.yml", "content": "---\n# - name: \"OrbStack | MacOSX | Detecting CPU [Apple Silicon or Intal]\"\n# ansible.builtin.command: \"sysctl -n machdep.cpu.brand_string\"\n# changed_when: false\n# register: cpu_arch\n#\n# - name: \"OrbStack | MacOSX | Calculating CPU Arc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/podman
381
[ "permissive" ]
[ { "path": "roles/podman/tasks/Ubuntu.yml", "content": "---\n- name: \"Podman | Install Podman\"\n ansible.builtin.apt:\n name:\n - \"{{ item }}\"\n state: present\n become: true\n loop:\n - podman\n\n# install if WSL\n- name: \"Podman | Install Podman WSL Dependencies\"\n when: ansible_hos...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3349, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/pwsh
381
[ "permissive" ]
[ { "path": "roles/pwsh/files/profile.ps1", "content": "#!/usr/bin/env pwsh\n\nInvoke-Expression (&starship init powershell)\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 67 }, { "path": "roles/pwsh/tasks/MacOSX.yml", "content": "---\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1722, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/python
381
[ "permissive" ]
[ { "path": "roles/python/tasks/Ubuntu.yml", "content": "---\n- name: \"Python | Install\"\n ansible.builtin.apt:\n name:\n - python3\n - python3-pip\n - python3-venv\n state: present\n become: true\n\n- name: \"Python | Install pip packages\"\n when: ansible_distribution_major_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1829, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/raycast
381
[ "permissive" ]
[ { "path": "roles/raycast/tasks/MacOSX.yml", "content": "---\n- name: \"RayCast | MacOSX | Install RayCast\"\n community.general.homebrew_cask:\n name: raycast\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/ruby
381
[ "permissive" ]
[ { "path": "roles/ruby/tasks/Ubuntu.yml", "content": "---\n- name: \"Ruby | Install\"\n ansible.builtin.apt:\n name:\n - ruby\n - ruby-dev\n state: latest\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 125 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 232, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/rust
381
[ "permissive" ]
[ { "path": "roles/rust/tasks/Ubuntu.yml", "content": "---\n- name: Rust | Install packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n become: true\n loop:\n - rustc\n - cargo\n\n# - name: Rust | Install LSD\n# ansible.builtin.command: \"cargo ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 693, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/sesh
381
[ "permissive" ]
[ { "path": "roles/sesh/tasks/config.yml", "content": "---\n- name: \"{{ role_name }} | Ensure config directory exists\"\n ansible.builtin.file:\n path: ~/.config/sesh\n state: directory\n mode: '0755'\n\n- name: \"{{ role_name }} | Deploy sesh configuration\"\n ansible.builtin.copy:\n src: sesh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1001, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/slides
381
[ "permissive" ]
[ { "path": "roles/slides/tasks/MacOSX.yml", "content": "---\n- name: \"Install\"\n ansible.builtin.homebrew:\n name: slides\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/spotify
381
[ "permissive" ]
[ { "path": "roles/spotify/tasks/MacOSX.yml", "content": "---\n- name: \"Spotify | MacOSX | Install Spotify\"\n community.general.homebrew_cask:\n name: spotify\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 121 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/ssh
381
[ "permissive" ]
[ { "path": "roles/ssh/uninstall.sh", "content": "#!/bin/bash\nset -e\n\n# The SSH role only manages SSH keys from 1Password\n# We should remove only the keys it deployed, not the entire .ssh directory\n\necho -e \"${YELLOW} [!] ${WHITE}This will remove SSH keys that were deployed from 1Password${NC}\"\necho...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3853, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/sshfs
381
[ "permissive" ]
[ { "path": "roles/sshfs/tasks/Archlinux.yml", "content": "---\n- name: \"SSHFS | {{ ansible_distribution }} | Install sshfs\"\n community.general.pacman:\n name: sshfs\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/starship
381
[ "permissive" ]
[ { "path": "roles/starship/tasks/Ubuntu.yml", "content": "---\n- name: \"Starship | {{ ansible_distribution }} | Install Starship\"\n ansible.builtin.command:\n cmd: which starship\n register: starship_installed\n changed_when: false\n failed_when: false\n\n- name: \"Starship | {{ ansible_distribution...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 12617, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/system
381
[ "permissive" ]
[ { "path": "roles/system/templates/user-sudo.j2", "content": "{{ ansible_env['USER'] }} ALL=(ALL) NOPASSWD: ALL\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 50 }, { "path": "roles/system/templates/hosts.j2", "content": "# Host addres...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 19586, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/taskfile
381
[ "permissive" ]
[ { "path": "roles/taskfile/tasks/main.yml", "content": "---\n- name: TASKFILE | Update Bash Completions\n block:\n - name: TASKFILE | Ensure .task config dir exists\n ansible.builtin.file:\n name: \"{{ ansible_env.HOME }}/.task\"\n state: directory\n mode: \"0755\"\n\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2791, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/terraform
381
[ "permissive" ]
[ { "path": "roles/terraform/tasks/Archlinux.yml", "content": "---\n- name: \"Terraform | {{ ansible_distribution }} | Install Terraform\"\n community.general.pacman:\n name: terraform\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2803, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/terragrunt
381
[ "permissive" ]
[ { "path": "roles/terragrunt/tasks/MacOSX.yml", "content": "---\n- name: \"Terragrunt | MacOSX | Install Terragrunt\"\n ansible.builtin.homebrew:\n name: terragrunt\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 123 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1500, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/tldr
381
[ "permissive" ]
[ { "path": "roles/tldr/handlers/main.yml", "content": "---\n- name: Cleanup Tldr downloaded tar\n ansible.builtin.file:\n path: \"/tmp/{{ tldr_file }}.tar.gz\"\n state: absent\n become: true\n\n- name: Remove extracted Tldr directory\n ansible.builtin.file:\n path: /tmp/tldr\n state: absent\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4392, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/tmate
381
[ "permissive" ]
[ { "path": "roles/tmate/tasks/Ubuntu.yml", "content": "---\n- name: \"TMate | Install\"\n ansible.builtin.apt:\n name:\n - tmate\n state: latest\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 110 }, { "path": "r...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2039, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/tmux
381
[ "permissive" ]
[ { "path": "roles/tmux/tasks/Archlinux.yml", "content": "---\n- name: \"Tmux | {{ ansible_distribution }} | Install tmux\"\n community.general.pacman:\n name: tmux\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byte...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10370, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/tshark
381
[ "permissive" ]
[ { "path": "roles/tshark/tasks/Ubuntu.yml", "content": "---\n- name: TShark | Install TShark\n ansible.builtin.package:\n name: tshark\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 114 }, { "path": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 494, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/warp
381
[ "permissive" ]
[ { "path": "roles/warp/tasks/main.yml", "content": "---\n- name: \"Warp | Checking for Distribution Config: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: warp_distribution_config\n\n- name: \"Warp | Run Tasks: {{ ansible...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1121, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/whalebrew
381
[ "permissive" ]
[ { "path": "roles/whalebrew/tasks/MacOSX.yml", "content": "---\n- name: \"Install\"\n ansible.builtin.homebrew:\n name: whalebrew\n state: present\n\n- name: \"Installing Addons\"\n ansible.builtin.command:\n cmd: whalebrew install {{ item.package }}\n creates: /opt/whalebrew/bin/{{ item.bin }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1188, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/wireguard
381
[ "permissive" ]
[ { "path": "roles/wireguard/tasks/Archlinux.yml", "content": "---\n- name: \"Wireguard | {{ ansible_distribution }} | Install Wireguard\"\n community.general.pacman:\n name: wireguard-tools\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 912, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/zellij
381
[ "permissive" ]
[ { "path": "roles/zellij/handlers/main.yml", "content": "---\n- name: Cleanup zellij downloaded tar\n ansible.builtin.file:\n path: \"/tmp/{{ zellij_file }}.tar.gz\"\n state: absent\n become: true\n\n- name: Remove extracted zellij directory\n ansible.builtin.file:\n path: /tmp/zellij\n state:...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4982, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/zoxide
381
[ "permissive" ]
[ { "path": "roles/zoxide/tasks/Archlinux.yml", "content": "---\n- name: \"Zoxide | {{ ansible_distribution }} | Install Zoxide\"\n community.general.pacman:\n name: zoxide\n state: present\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2152, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/zsh
381
[ "permissive" ]
[ { "path": "roles/zsh/files/zsh/misc_aliases.zsh", "content": "#!/usr/bin/env zsh\n\nalias bt='btop'\nalias comment-header='toilet -f pagga -S'\nalias i='explorer.exe'\nalias ncdu='ncdu --color dark -e -q --exclude-caches --exclude-kernfs -L'\nalias c='clear'\nalias p='podman'\n", "license_type": "permis...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 41, "total_bytes": 77832, "all_permissive": true }
ansible_role
Rupamranjan5146/ansrepo
260ca324471a9a4a9c7935b867902e25c8ca41eb
0
mariadb_sample/roles/generalroles
381
[ "no_license" ]
[ { "path": "mariadb_sample/roles/generalroles/tasks/main.yml", "content": "---\n# tasks file for generalroles\n - name: create group group1\n group: name=group1 state=present\n\n - name: create user1\n user: name=user1 state=present group=group1\n\n - name: create user2\n user: name=user2 state=p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
cloudstruct/rocketpool-deploy
521f9d4714b636e725f1825f710c4bb219940585
13
ansible/roles/base
381
[ "no_license" ]
[ { "path": "ansible/roles/base/defaults/main.yml", "content": "---\ndefault_packages:\n - ufw\n - fail2ban\n - unattended-upgrades\n - acl\n - curl\n - moreutils\n - chrony\n - htop\n - apt-transport-https\n - ca-certificates\n - gnupg-agent\n - software-properties-common\n - update-notifier-com...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5817, "all_permissive": false }
ansible_role
cloudstruct/rocketpool-deploy
521f9d4714b636e725f1825f710c4bb219940585
13
ansible/roles/rocketpool
381
[ "no_license" ]
[ { "path": "ansible/roles/rocketpool/files/apt-metrics.sh", "content": "#!/bin/sh\n\nif [ -f /usr/lib/update-notifier/apt-check ]; then\n # For Ubuntu systems\n APT_CHECK=$(/usr/lib/update-notifier/apt-check 2>&1 || echo \"0;0\")\n UPDATES=$(echo \"$APT_CHECK\" | cut -d ';' -f 1)\n SECURITY=$(ech...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 12180, "all_permissive": false }
ansible_role
ssuperuser/netqagentinstall
78dee1b718a2c89d9a6cded0dd7d1fc46a833e4b
0
roles/services
381
[ "no_license" ]
[ { "path": "roles/services/handlers/main.yml", "content": "- name: enable netq agent and netqd in mgmt\r\n command: \"{{ item }}\"\r\n become: yes\r\n with_items:\r\n - 'systemctl stop netq-agent.service'\r\n - 'systemctl disable netq-agent.service'\r\n - 'systemctl enable netq-agent@<EMAIL>'\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3355, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/beyond-compare
381
[ "no_license" ]
[ { "path": "ansible/roles/beyond-compare/tasks/osx-bc-install.yaml", "content": "---\n\n- name: Check if beyond-compare package is already installed\n shell: brew list --cask | grep beyond-compare\n register: homebrew_bc_installed\n failed_when: homebrew_bc_installed.rc > 1\n\n- name: homebrew cask instal...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 909, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/dotfiles
381
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/src/bash_zsh/all_secret-example.sh", "content": "#!/usr/bin/env sh -ex\n\n\n####------------\n# ALL SECRETS -\n##############--\n\n# Github\n# see https://github.com/settings/tokens\n# token needs no scopes\n#export HOMEBREW_GITHUB_API_TOKEN=\"\"\n\n# mise https://mise.jdx...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 21002, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/git
381
[ "no_license" ]
[ { "path": "ansible/roles/git/templates/gitconfig.j2", "content": "[user]\n name = {{ git_fullname }}\n email = {{ git_mail }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: Ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2195, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/homebrew
381
[ "no_license" ]
[ { "path": "ansible/roles/homebrew/tasks/osx-homebrew-install.yaml", "content": "---\n- name: Check if homebrew is installed (OSX < 12)\n stat:\n path: \"/usr/local/bin/brew\"\n register: \"homebrew_check_11\"\n\n- name: Check if homebrew is installed (OSX >= 12 Monterey)\n stat:\n path: \"/opt/home...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 12620, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/homebrew_cleanup
381
[ "no_license" ]
[ { "path": "ansible/roles/homebrew_cleanup/tasks/osx-homebrew-cleanup.yaml", "content": "---\n\n- name: homebrew cleanup\n command: \"brew cleanup -s\"\n ignore_errors: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible/roles/homebrew_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 202, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/linux
381
[ "no_license" ]
[ { "path": "ansible/roles/linux/tasks/linux-update-pkg.yml", "content": "---\n\n# https://docs.ansible.com/ansible/latest/modules/apt_module.html\n- name: Update all packages for Debian\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n cache_valid_time: 3600 # Every hour\n autoclean...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1195, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/osx
381
[ "no_license" ]
[ { "path": "ansible/roles/osx/tasks/main.yml", "content": "---\n\n- name: Execute OSX Mac App Store (mas) install\n import_tasks: osx-mas-install.yaml\n when: ansible_os_family == 'Darwin'\n tags:\n - travis-do-not\n - corporate-do-not\n\n- name: Execute OSX iTerm2 install\n import_tasks: osx-iterm...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 20235, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/python
381
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/osx-python-install.yaml", "content": "---\n\n- name: homebrew install python packages\n homebrew:\n name: \"{{ item.name | default(item) }}\"\n install_options: \"{{ item.install_options | default(omit) }}\"\n state: present\n update_homebrew: yes\n loop: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 543, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/scansnap
381
[ "no_license" ]
[ { "path": "ansible/roles/scansnap/tasks/main.yml", "content": "---\n\n- name: Execute OSX hombrew installation for fujitsu scansnap\n import_tasks: osx-scansnap-install.yaml\n when: ansible_os_family == 'Darwin'\n tags:\n - travis-do-not\n - corporate-do-not\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1232, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/sublime
381
[ "no_license" ]
[ { "path": "ansible/roles/sublime/tasks/osx-install-pkg-manager-and-config.yaml", "content": "---\n\n- name: Install sublime text package control\n get_url:\n url: \"https://packagecontrol.io/Package%20Control.sublime-package\"\n args:\n dest: \"~/Library/Application Support/Sublime Text 3/Installed ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1836, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/tmux
381
[ "no_license" ]
[ { "path": "ansible/roles/tmux/tasks/tmux-install-plugin-config.yaml", "content": "---\n\n- name: Install tmux plugin manager\n git:\n repo: \"{{ tmux_tpm_repo }}\"\n dest: \"{{ tmux_tpm_dir }}\"\n clone: yes\n update: yes\n\n- name: Copy tmux config\n copy:\n src: \"{{ role_path }}/files/\"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6259, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/vim
381
[ "no_license" ]
[ { "path": "ansible/roles/vim/files/vimrc.md", "content": "vim Configuration\n===\n\n# Learn\n* https://medium.com/actualize-network/how-to-learn-vim-a-four-week-plan-cd8b376a9b85\n* https://superuser.com/questions/246487/how-to-use-vimtutor\n* https://www.vimgolf.com/\n\n# Documentation\n* mouse - http://vi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7929, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/vlc
381
[ "no_license" ]
[ { "path": "ansible/roles/vlc/tasks/osx-vlc-install.yaml", "content": "---\n\n- name: Check if vlc package is already installed\n shell: brew list --cask | grep vlc\n register: homebrew_vlc_installed\n failed_when: homebrew_vlc_installed.rc > 1\n\n- name: homebrew cask install vlc packages\n homebrew:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1832, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/vscode
381
[ "no_license" ]
[ { "path": "ansible/roles/vscode/files/settings.json", "content": "{\n \"workbench.startupEditor\": \"newUntitledFile\",\n \"workbench.list.openMode\": \"singleClick\",\n \"workbench.editor.enablePreview\": false,\n \"workbench.editor.enablePreviewFromQuickOpen\": false,\n \"workbench.editor.enablePrevi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8199, "all_permissive": false }
ansible_role
lony/dotFiles
9ffb957e0b7f12277dd8ae90a4bad513b04572b5
5
ansible/roles/zsh_oh-my-zsh
381
[ "no_license" ]
[ { "path": "ansible/roles/zsh_oh-my-zsh/tasks/osx-zsh-install.yaml", "content": "---\n\n- name: homebrew install zsh packages\n homebrew:\n name: \"{{ item.name | default(item) }}\"\n install_options: \"{{ item.install_options | default(omit) }}\"\n state: present\n update_homebrew: yes\n loop:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2102, "all_permissive": false }
ansible_role
Anthonyhaughton/docker_site
d1fd4d5c621347af2a52bce7b8f381a03c190e83
0
roles/deploy_vm
381
[ "no_license" ]
[ { "path": "roles/deploy_vm/tasks/deploy_vm.yaml", "content": "---\n\n- name: Create EC2 instance\n amazon.aws.ec2_instance:\n region: \"{{ region }}\"\n name: \"docker_web_server\"\n image_id: \"{{ image_id }}\"\n instance_type: \"{{ instance_type }}\"\n key_name: \"{{ key_name }}\"\n sec...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1946, "all_permissive": false }
ansible_role
Anthonyhaughton/docker_site
d1fd4d5c621347af2a52bce7b8f381a03c190e83
0
roles/deploy_website
381
[ "no_license" ]
[ { "path": "roles/deploy_website/tasks/install_docker.yaml", "content": "---\n\n- name: Install Docker\n ansible.builtin.dnf:\n name: \"{{ package_name }}\"\n state: latest\n\n- name: Start and Enable Service\n ansible.builtin.service:\n name: 'docker'\n state: started\n enabled: true\n\n- n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2390, "all_permissive": false }
ansible_role
lumr92/projeto_final_bootcamp_sre_elvenworks
432e11fc04cc55f52ff39da174376474590526a1
0
script_ansible/roles/mysql-server
381
[ "no_license" ]
[ { "path": "script_ansible/roles/mysql-server/tasks/main.yml", "content": "---\n - name: instalacao mysql-server\n apt:\n pkg: \n - mysql-client\n - python3-mysqldb\n - libmysqlclient-dev\n\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
ito-rafael/vagrant-epics
8e717fe30a62c9da549b9d5fa8fa62931252f9bc
0
ansible/roles/EPICS-base
381
[ "no_license" ]
[ { "path": "ansible/roles/EPICS-base/tasks/main.yml", "content": "---\n# tasks file for EPICS-base\n#---------------------------------------\n- name: install requirements\n apt: \n name:\n - libreadline-gplv2-dev\n update_cache: yes\n#---------------------------------------\n- name: create EPICS ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2634, "all_permissive": false }
ansible_role
ito-rafael/vagrant-epics
8e717fe30a62c9da549b9d5fa8fa62931252f9bc
0
ansible/roles/GNOME
381
[ "no_license" ]
[ { "path": "ansible/roles/GNOME/defaults/main.yml", "content": "---\n# defaults file for GNOME", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/GNOME/tasks/conda.yml", "content": "---\n# tasks file for GNOME\n#----------------------...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1659, "all_permissive": false }
ansible_role
ito-rafael/vagrant-epics
8e717fe30a62c9da549b9d5fa8fa62931252f9bc
0
ansible/roles/StreamDevice
381
[ "no_license" ]
[ { "path": "ansible/roles/StreamDevice/vars/main.yml", "content": "---\n# vars file for StreamDevice", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/StreamDevice/handlers/main.yml", "content": "---\n# handlers file for StreamDevice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1570, "all_permissive": false }
ansible_role
ito-rafael/vagrant-epics
8e717fe30a62c9da549b9d5fa8fa62931252f9bc
0
ansible/roles/VNC
381
[ "no_license" ]
[ { "path": "ansible/roles/VNC/vars/main.yml", "content": "---\n# vars file for VNC", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/VNC/defaults/main.yml", "content": "---\n# defaults file for VNC", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1749, "all_permissive": false }
ansible_role
ito-rafael/vagrant-epics
8e717fe30a62c9da549b9d5fa8fa62931252f9bc
0
ansible/roles/asynDriver
381
[ "no_license" ]
[ { "path": "ansible/roles/asynDriver/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - asynDriver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/asynDriver/vars/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1271, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/overcloud-deploy
381
[ "no_license" ]
[ { "path": "roles/overcloud-deploy/handlers/main.yml", "content": "---\n# handlers file for overcloud-deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/overcloud-deploy/defaults/main.yml", "content": "---\n# defaults file for overclou...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2028, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/overcloud-prepare-ssl
381
[ "no_license" ]
[ { "path": "roles/overcloud-prepare-ssl/vars/main.yml", "content": "---\n# vars file for overcloud-prepare-ssl", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/overcloud-prepare-ssl/handlers/main.yml", "content": "---\n# handlers file for o...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1925, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/overcloud-prepare-templates
381
[ "no_license" ]
[ { "path": "roles/overcloud-prepare-templates/vars/main.yml", "content": "---\n# vars file for overcloud-prepare-templates", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/overcloud-prepare-templates/templates/enable-tls.yaml.j2", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2657, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/rebuild-undercloud
381
[ "no_license" ]
[ { "path": "roles/rebuild-undercloud/vars/main.yml", "content": "---\n# vars file for rebuild-undercloud", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/rebuild-undercloud/handlers/main.yml", "content": "---\n# handlers file for rebuild-un...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 967, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/scalelab-inventory
381
[ "no_license" ]
[ { "path": "roles/scalelab-inventory/tasks/main.yml", "content": "---\n\n- name: Ensure gather_facts has been run against localhost\n setup:\n delegate_to: localhost\n delegate_facts: True\n when: hostvars['localhost'].ansible_user_dir is not defined\n\n- name: Ensure gather_facts has been run against un...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3768, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/scalelab-network
381
[ "no_license" ]
[ { "path": "roles/scalelab-network/tasks/main.yml", "content": "---\n# Create a basic network environment for the tenant with the DNS set.\n\n- name: Create public network\n shell: \"source /home/stack/overcloudrc; openstack network create --share --external --provider-physical-network datacentre --provider...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/undercloud-install
381
[ "no_license" ]
[ { "path": "roles/undercloud-install/handlers/main.yml", "content": "---\n# handlers file for undercloud-install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/undercloud-install/tests/test.yml", "content": "---\n- hosts: localhost\n rem...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8711, "all_permissive": false }
ansible_role
jkilpatr/tripleo-quickstart-scalelab
7a4df44dd35d8bdf70ddd022fd86bcae64d5bbc0
0
roles/undercloud-prepare-host
381
[ "no_license" ]
[ { "path": "roles/undercloud-prepare-host/vars/main.yml", "content": "---\n# vars file for undercloud-prep", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/undercloud-prepare-host/templates/undercloud-deploy.repo.j2", "content": "# Installe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3870, "all_permissive": false }
ansible_role
stoffels-it/ansible-roles
f611451f915e02bed4eae730076d975443e8d87c
0
roles/apache
381
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: install apache with mod_wsgi\n apt:\n pkg:\n - apache2\n - libapache2-mod-security2\n - libapache2-mod-evasive\n# - libapache2-mod-wsgi-py3\n update_cache: yes\n- template:\n src: templates/apache_conf_v6_pre_ssl.j2\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1284, "all_permissive": false }
ansible_role
stoffels-it/ansible-roles
f611451f915e02bed4eae730076d975443e8d87c
0
roles/base_every_debian_10
381
[ "no_license" ]
[ { "path": "roles/base_every_debian_10/tasks/main.yml", "content": "- name: install packages\n apt:\n pkg:\n - vim\n - htop\n - net-tools\n - iftop\n - man\n - ntp\n - apt-transport-https\n - less\n - screen\n - netcat-openbsd\n - curl\n - wget\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }