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 | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/cookiecutter | 7,418 | [
"permissive"
] | [
{
"path": "roles/cookiecutter/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: cookiecutter\n tags: user\n\n- name: upgrade\n community.general.pipx:\n name: cruft\n tags: user\n\n- name: config\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/cookiec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/ctags | 7,418 | [
"permissive"
] | [
{
"path": "roles/ctags/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: universal-ctags\n become: true\n tags: admin\n\n- name: config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/ctags\"\n dest: ~/.ctags\n state: link\n force: true\n tags:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/curl | 7,418 | [
"permissive"
] | [
{
"path": "roles/curl/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: curl\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/direnv | 7,418 | [
"permissive"
] | [
{
"path": "roles/direnv/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: direnv\n become: true\n tags: admin\n\n- name: directory\n ansible.builtin.file:\n state: directory\n name: ~/.config/direnv/\n mode: 0750\n tags: user\n\n- name: config\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/docker | 7,418 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: keyring\n ansible.builtin.apt_key:\n url: \"https://download.docker.com/linux/ubuntu/gpg \"\n keyring: \"/etc/apt/trusted.gpg.d/docker.gpg\"\n when: ansible_distribution != 'MacOSX'\n become: true\n tags: admin\n\n- name: reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1300,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/duf | 7,418 | [
"permissive"
] | [
{
"path": "roles/duf/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: duf\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/elixir | 7,418 | [
"permissive"
] | [
{
"path": "roles/elixir/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: elixir\n become: true\n tags: admin\n\n- name: config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/iex.exs\"\n dest: ~/.iex.exs\n state: link\n force: true\n tags: use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/emacs | 7,418 | [
"permissive"
] | [
{
"path": "roles/emacs/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: \"{{ 'emacs-nox' if ansible_distribution != 'MacOSX' else 'emacs' }}\"\n become: true\n tags: admin\n\n- name: manager\n ansible.builtin.git:\n repo: https://github.com/syl20bnr/spacemacs\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/fd | 7,418 | [
"permissive"
] | [
{
"path": "roles/fd/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: \"{{ 'fd-find' if ansible_distribution != 'MacOSX' else 'fd' }}\"\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/fish | 7,418 | [
"permissive"
] | [
{
"path": "roles/fish/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: fish\n become: true\n tags: admin\n\n- name: directory\n ansible.builtin.file:\n state: directory\n name: ~/.config/fish/\n mode: 0750\n tags: user\n\n- name: config\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1412,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/fzf | 7,418 | [
"permissive"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: fzf\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/gcloud | 7,418 | [
"permissive"
] | [
{
"path": "roles/gcloud/tasks/main.yml",
"content": "---\n\n- name: keyring\n ansible.builtin.apt_key:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n keyring: \"/etc/apt/trusted.gpg.d/cloud.google.gpg\"\n when: ansible_distribution != 'MacOSX'\n become: true\n tags: admin\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/gemini | 7,418 | [
"permissive"
] | [
{
"path": "roles/gemini/files/settings.json",
"content": "{\n \"autoAccept\": \"true\"\n}\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 29
},
{
"path": "roles/gemini/tasks/main.yml",
"content": "---\n\n- name: package\n community.genera... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 430,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/git | 7,418 | [
"permissive"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: git\n become: true\n tags: admin\n\n- name: storage\n ansible.builtin.package:\n name: git-lfs\n become: true\n tags: admin\n\n- name: config\n ansible.builtin.copy:\n src: \"{{ role_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/github | 7,418 | [
"permissive"
] | [
{
"path": "roles/github/tasks/main.yml",
"content": "---\n\n- name: keyring\n ansible.builtin.apt_key:\n url: \"https://cli.github.com/packages/githubcli-archive-keyring.gpg\"\n keyring: \"/etc/apt/trusted.gpg.d/github-cli.gpg\"\n when: ansible_distribution == 'Debian'\n become: true\n tags: admin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/glances | 7,418 | [
"permissive"
] | [
{
"path": "roles/glances/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: glances\n tags: user\n\n- name: directory\n ansible.builtin.file:\n path: ~/.config/glances\n state: directory\n mode: 0750\n tags: user\n\n- name: config\n ansible.builtin.file:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/glom | 7,418 | [
"permissive"
] | [
{
"path": "roles/glom/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: glom\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/golang | 7,418 | [
"permissive"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: golang\n become: true\n tags: admin\n\n- name: directory\n ansible.builtin.file:\n name: ~/go\n state: directory\n mode: 0750\n tags: user\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/gpustat | 7,418 | [
"permissive"
] | [
{
"path": "roles/gpustat/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: gpustat\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/graphviz | 7,418 | [
"permissive"
] | [
{
"path": "roles/graphviz/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: graphviz\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/groovy | 7,418 | [
"permissive"
] | [
{
"path": "roles/groovy/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: groovy\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/haskell | 7,418 | [
"permissive"
] | [
{
"path": "roles/haskell/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: haskell-platform\n become: true\n tags: admin\n\n- name: manager\n ansible.builtin.package:\n name: haskell-stack\n become: true\n tags: admin\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/howdoi | 7,418 | [
"permissive"
] | [
{
"path": "roles/howdoi/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: howdoi\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/htop | 7,418 | [
"permissive"
] | [
{
"path": "roles/htop/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: htop\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/httpie | 7,418 | [
"permissive"
] | [
{
"path": "roles/httpie/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: httpie\n tags: user\n\n- name: prompt\n community.general.pipx:\n name: httpie\n inject_packages:\n - http-prompt\n state: inject\n tags: user\n\n- name: directory\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/httpstat | 7,418 | [
"permissive"
] | [
{
"path": "roles/httpstat/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: httpstat\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/hylang | 7,418 | [
"permissive"
] | [
{
"path": "roles/hylang/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: hy\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/input | 7,418 | [
"permissive"
] | [
{
"path": "roles/input/tasks/main.yml",
"content": "---\n\n- name: config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/inputrc\"\n dest: ~/.inputrc\n state: link\n force: true\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/invoke | 7,418 | [
"permissive"
] | [
{
"path": "roles/invoke/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: invoke\n tags: user\n\n- name: config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/invoke.yaml\"\n dest: ~/.invoke.yaml\n state: link\n force: true\n tags: user\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/ipython | 7,418 | [
"permissive"
] | [
{
"path": "roles/ipython/tasks/main.yml",
"content": "---\n\n- name: interpreter\n community.general.pipx:\n name: ipython\n tags: user\n\n- name: config\n git:\n repo: https://github.com/fmind/ipython.d\n dest: ~/.ipython\n depth: 1\n tags: user\n",
"license_type": "permissive",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/iredis | 7,418 | [
"permissive"
] | [
{
"path": "roles/iredis/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: iredis\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/java | 7,418 | [
"permissive"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: default-jdk\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/jc | 7,418 | [
"permissive"
] | [
{
"path": "roles/jc/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: jc\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/jello | 7,418 | [
"permissive"
] | [
{
"path": "roles/jello/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: jello\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/jq | 7,418 | [
"permissive"
] | [
{
"path": "roles/jq/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: jq\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/julia | 7,418 | [
"permissive"
] | [
{
"path": "roles/julia/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: julia\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/jupyter | 7,418 | [
"permissive"
] | [
{
"path": "roles/jupyter/handlers/main.yml",
"content": "---\n\n- name: Build jupyter lab\n ansible.builtin.shell: jupyter-lab build\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 87
},
{
"path": "roles/jupyter/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 492,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/just | 7,418 | [
"permissive"
] | [
{
"path": "roles/just/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: rust-just\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/kaggle | 7,418 | [
"permissive"
] | [
{
"path": "roles/kaggle/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: kaggle\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/kube-shell | 7,418 | [
"permissive"
] | [
{
"path": "roles/kube-shell/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: kube-shell\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/latex | 7,418 | [
"permissive"
] | [
{
"path": "roles/latex/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: texlive\n become: true\n tags: admin\n\n- name: libraries\n ansible.builtin.package:\n name: \"{{ packages }}\"\n vars:\n packages:\n - texlive-science\n - texlive-pictures\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 531,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/litecli | 7,418 | [
"permissive"
] | [
{
"path": "roles/litecli/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: litecli\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/mycli | 7,418 | [
"permissive"
] | [
{
"path": "roles/mycli/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: mycli\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/neofetch | 7,418 | [
"permissive"
] | [
{
"path": "roles/neofetch/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: neofetch\n become: true\n tags: admin\n\n- name: directory\n ansible.builtin.file:\n name: ~/.config/neofetch\n state: directory\n mode: 0750\n tags: user\n\n- name: config\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/neovim | 7,418 | [
"permissive"
] | [
{
"path": "roles/neovim/handlers/main.yml",
"content": "---\n\n- name: Install nvim plugins\n shell: nvim --headless +PlugInstall +quitall\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 94
},
{
"path": "roles/neovim/tasks/main.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1057,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/nim | 7,418 | [
"permissive"
] | [
{
"path": "roles/nim/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: nim\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/nodejs | 7,418 | [
"permissive"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: keyring\n ansible.builtin.apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key\"\n keyring: \"/etc/apt/trusted.gpg.d/nodesource.gpg\"\n when: ansible_distribution != 'MacOSX'\n become: true\n tags: admin\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/ollama | 7,418 | [
"permissive"
] | [
{
"path": "roles/ollama/tasks/main.yml",
"content": "---\n\n- name: install\n ansible.builtin.shell:\n cmd: \"curl -fsSL https://ollama.com/install.sh | sh\"\n when: ansible_system == 'Linux'\n tags: user\n\n- name: install\n ansible.builtin.homebrew:\n name: ollama\n when: ansible_system == 'Dar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/openai | 7,418 | [
"permissive"
] | [
{
"path": "roles/openai/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: openai\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/pandoc | 7,418 | [
"permissive"
] | [
{
"path": "roles/pandoc/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: pandoc\n become: true\n tags: admin\n\n- name: plugins\n ansible.builtin.package:\n name:\n - pandoc-citeproc\n - pandoc-plantuml-filter\n when: ansible_distribution != 'MacOSX... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/parallel | 7,418 | [
"permissive"
] | [
{
"path": "roles/parallel/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: parallel\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/percol | 7,418 | [
"permissive"
] | [
{
"path": "roles/percol/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: percol\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/pgcli | 7,418 | [
"permissive"
] | [
{
"path": "roles/pgcli/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: pgcli\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/pigz | 7,418 | [
"permissive"
] | [
{
"path": "roles/pigz/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: pigz\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/plantuml | 7,418 | [
"permissive"
] | [
{
"path": "roles/plantuml/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: plantuml\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/poetry | 7,418 | [
"permissive"
] | [
{
"path": "roles/poetry/tasks/main.yml",
"content": "---\n\n- name: project\n community.general.pipx:\n name: poetry\n tags: user\n\n- name: directory\n ansible.builtin.file:\n path: ~/.config/pypoetry\n state: directory\n mode: 0750\n tags: user\n\n- name: config\n ansible.builtin.file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/ptpython | 7,418 | [
"permissive"
] | [
{
"path": "roles/ptpython/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: ptpython\n tags: user\n\n- name: prompt\n community.general.pipx:\n name: ptpython\n inject_packages:\n - ipython\n state: inject\n tags: user\n\n- name: directory\n ansible.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/ptrepl | 7,418 | [
"permissive"
] | [
{
"path": "roles/ptrepl/files/config.json",
"content": "{\n \"EDITING_MODE\": \"vi\",\n \"EXIT_COMMAND\": \"q\",\n \"SHOW_MODE_IN_PROMPT\": true\n}\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 87
},
{
"path": "roles/ptrepl/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 454,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/pyenv | 7,418 | [
"permissive"
] | [
{
"path": "roles/pyenv/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.git:\n repo: https://github.com/pyenv/pyenv.git\n dest: ~/.pyenv\n depth: 1\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/python | 7,418 | [
"permissive"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: \"{{ 'python3-dev' if ansible_distribution != 'MacOSX' else 'python' }}\"\n become: true\n tags: admin\n\n- name: manager\n ansible.builtin.package:\n name: python3-pip\n when: ansible_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/racket | 7,418 | [
"permissive"
] | [
{
"path": "roles/racket/tasks/main.yml",
"content": "---\n\n- name: repository\n ansible.builtin.apt_repository:\n repo: ppa:plt/racket\n filename: racket\n when: ansible_distribution != 'MacOSX'\n become: true\n tags: admin\n\n- name: package\n ansible.builtin.package:\n name: racket\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/ranger | 7,418 | [
"permissive"
] | [
{
"path": "roles/ranger/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: ranger-fm\n tags: user\n\n- name: directory\n ansible.builtin.file:\n path: ~/.config/ranger\n state: directory\n mode: 0750\n tags: user\n\n- name: config\n ansible.builtin.file:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/rich-cli | 7,418 | [
"permissive"
] | [
{
"path": "roles/rich-cli/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: rich-cli\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/rlang | 7,418 | [
"permissive"
] | [
{
"path": "roles/rlang/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: r-base-core\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/saws | 7,418 | [
"permissive"
] | [
{
"path": "roles/saws/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: saws\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/scapy | 7,418 | [
"permissive"
] | [
{
"path": "roles/scapy/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: scapy\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/scrapy | 7,418 | [
"permissive"
] | [
{
"path": "roles/scrapy/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: scrapy\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/shell | 7,418 | [
"permissive"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "---\n\n- name: checker\n ansible.builtin.package:\n name: shellcheck\n become: true\n tags: admin\n\n- name: linter\n community.general.pipx:\n name: bashate\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/shell-functools | 7,418 | [
"permissive"
] | [
{
"path": "roles/shell-functools/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: shell-functools\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"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 | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/silversearcher | 7,418 | [
"permissive"
] | [
{
"path": "roles/silversearcher/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: \"{{ 'silversearcher-ag' if ansible_distribution != 'MacOSX' else 'the_silver_searcher' }}\"\n become: true\n tags: admin\n\n- name: ignore\n ansible.builtin.file:\n src: \"{{ rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/sphinx | 7,418 | [
"permissive"
] | [
{
"path": "roles/sphinx/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: sphinx\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/sql | 7,418 | [
"permissive"
] | [
{
"path": "roles/sql/tasks/main.yml",
"content": "---\n\n- name: linter\n community.general.pipx:\n name: sqlfluff\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/starship | 7,418 | [
"permissive"
] | [
{
"path": "roles/starship/tasks/main.yml",
"content": "---\n\n- name: package\n unarchive:\n src: https://github.com/starship/starship/releases/latest/download/starship-{{ 'x86_64-unknown-linux-musl' if ansible_distribution != 'MacOSX' else 'aarch64-apple-darwin' }}.tar.gz\n dest: ~/.local/bin\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/streampipe | 7,418 | [
"permissive"
] | [
{
"path": "roles/streampipe/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: streampipe\n ignore_errors: true\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"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 | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/supervisor | 7,418 | [
"permissive"
] | [
{
"path": "roles/supervisor/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: supervisor\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/termtosvg | 7,418 | [
"permissive"
] | [
{
"path": "roles/termtosvg/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: termtosvg\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/terraform | 7,418 | [
"permissive"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n\n- name: keyring\n ansible.builtin.apt_key:\n url: \"https://apt.releases.hashicorp.com/gpg\"\n keyring: \"/usr/share/keyrings/hashicorp-archive-keyring.gpg\"\n when: ansible_distribution != 'MacOSX'\n become: true\n tags: admin\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/thefuck | 7,418 | [
"permissive"
] | [
{
"path": "roles/thefuck/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: thefuck\n tags: user\n\n- name: directory\n ansible.builtin.file:\n path: ~/.config/thefuck/\n state: directory\n mode: 0750\n tags: user\n\n- name: config\n ansible.builtin.file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/tqdm | 7,418 | [
"permissive"
] | [
{
"path": "roles/tqdm/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: tqdm\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/uv | 7,418 | [
"permissive"
] | [
{
"path": "roles/uv/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: uv\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/vim | 7,418 | [
"permissive"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: vim\n become: true\n tags: admin\n\n- name: config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/vimrc\"\n dest: ~/.vimrc\n state: link\n force: true\n tags: user\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1954,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/visidata | 7,418 | [
"permissive"
] | [
{
"path": "roles/visidata/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: visidata\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/w3m | 7,418 | [
"permissive"
] | [
{
"path": "roles/w3m/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: w3m\n become: true\n tags: admin\n\n- name: images\n ansible.builtin.package:\n name: w3m-img\n when: ansible_distribution != 'MacOSX'\n become: true\n tags: admin\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/watchdog | 7,418 | [
"permissive"
] | [
{
"path": "roles/watchdog/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: watchdog\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/wharfee | 7,418 | [
"permissive"
] | [
{
"path": "roles/wharfee/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: wharfee\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/xonsh | 7,418 | [
"permissive"
] | [
{
"path": "roles/xonsh/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: xonsh[full]\n tags: user\n\n- name: extensions\n community.general.pipx:\n name: xonsh\n inject_packages:\n - xontrib-clp\n - xontrib-langenv\n - xontrib-makefile-complete\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/xxh | 7,418 | [
"permissive"
] | [
{
"path": "roles/xxh/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: xxh-xxh\n tags: user\n\n- name: directory\n ansible.builtin.file:\n path: ~/.config/xxh\n state: directory\n mode: 0750\n tags: user\n\n- name: config\n ansible.builtin.file:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/youget | 7,418 | [
"permissive"
] | [
{
"path": "roles/youget/tasks/main.yml",
"content": "---\n\n- name: package\n community.general.pipx:\n name: you-get\n tags: user\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/zoxide | 7,418 | [
"permissive"
] | [
{
"path": "roles/zoxide/tasks/main.yml",
"content": "---\n\n- name: package\n ansible.builtin.package:\n name: zoxide\n become: true\n tags: admin\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": true
} |
ansible_role | fmind/dotfiles | 8df994f5e0a4ecce3bd79bb0a58a124a440f7b1c | 7 | roles/zsh | 7,418 | [
"permissive"
] | [
{
"path": "roles/zsh/files/zshrc",
"content": "# BINDKEY\nbindkey -v\n# PLUGINS\nplugins=(\n alias-tips\n aws\n colored-man-pages\n command-not-found\n docker\n docker-compose\n fzf\n gcloud\n gh\n git\n gitfast\n httpie\n invoke\n poetry\n pyenv\n starship\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2568,
"all_permissive": true
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-apache/provisioning/roles/project.common | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-apache/provisioning/roles/project.common/defaults/main.yml",
"content": "---\n# defaults file for project.common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "wordpress-apache/provisioning/roles/project.common/vars/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-apache/provisioning/roles/project.mysql | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-apache/provisioning/roles/project.mysql/tasks/main.yml",
"content": "---\n# tasks file for project.mysql\n- name: Install MySQL\n apt:\n name:\n - mysql-server\n - python-mysqldb\n state: present\n\n- name: Create MySQL Database\n mysql_db: name={{ wp_mysql_db }} state... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-apache/provisioning/roles/project.php | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-apache/provisioning/roles/project.php/handlers/main.yml",
"content": "---\n# handlers file for project.php\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "wordpress-apache/provisioning/roles/project.php/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-apache/provisioning/roles/project.server | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-apache/provisioning/roles/project.server/handlers/main.yml",
"content": "---\n# handlers file for project.server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "wordpress-apache/provisioning/roles/project.server/tests/test.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-apache/provisioning/roles/project.wordpress | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-apache/provisioning/roles/project.wordpress/tasks/main.yml",
"content": "---\n# tasks file for project.wordpress\n- name: Copy wordpress.zip in tmp\n copy: src=wordpress.zip dest=/tmp/wordpress.zip\n\n- name: Create project folder\n file: dest=/var/www/{{ url_server }} state=directory... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1601,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-nginx/provisioning/roles/project.mysql | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-nginx/provisioning/roles/project.mysql/tasks/main.yml",
"content": "---\n# tasks file for project.mysql\n # MySQL\n- name: Install MySQL\n apt: \n name:\n - mysql-server-5.6\n - python-mysqldb \n state: present\n\n- name: Generate new root password\n command: open... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1220,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-nginx/provisioning/roles/project.nginx | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-nginx/provisioning/roles/project.nginx/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - project.nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "wordpress-nginx/provisioning/roles/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-nginx/provisioning/roles/project.php | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-nginx/provisioning/roles/project.php/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - project.php",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "wordpress-nginx/provisioning/roles/proj... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | jgarciarey/ansible | f6ab043099673bdf329a7f88d83b913a6d77d75b | 0 | wordpress-nginx/provisioning/roles/project.wordpress | 7,418 | [
"no_license"
] | [
{
"path": "wordpress-nginx/provisioning/roles/project.wordpress/defaults/main.yml",
"content": "---\n# defaults file for project.wordpress\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "wordpress-nginx/provisioning/roles/project.wordpress/handle... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | costadanilofreitas/pos-structure | 9b07abb4d1245bc3b6b38a93bc5506b535dbf39a | 0 | scripts/rpmbuild/BUILD/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS | 7,418 | [
"no_license"
] | [
{
"path": "scripts/rpmbuild/BUILD/edeployPOS-1.0/edeployPOS-1.0/tmp/roles/eDeployPOS/files/bash_profile",
"content": "# .bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi\n\n# User specific environment and startup programs\n\nPATH=$PATH:$HOME/.local/bin:$HOM... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2660,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.