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
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/golang
7,406
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n- name: Install golang package\n package:\n name: golang\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/google-chrome
7,406
[ "no_license" ]
[ { "path": "roles/google-chrome/README.md", "content": "# Google Chrome\n\n## Manual Followup\n\n1. Log into Google Chrome and enable sync\n\n2. Press `Ctrl` + ⌥ + I, click on the kebab menu, and select \"Bottom\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 590, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/google-cloud-sdk
7,406
[ "no_license" ]
[ { "path": "roles/google-cloud-sdk/tasks/main.yml", "content": "---\n- name: Included distribution-specific tasks\n include_tasks: \"{{ os }}.yml\"\n\n- name: Run ~/.local/src/google-cloud-sdk/install.sh\n command:\n cmd: |\n ~/.local/src/google-cloud-sdk/install.sh\n --usage-reporting false...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2010, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/gpg
7,406
[ "no_license" ]
[ { "path": "roles/gpg/tasks/main.yml", "content": "---\n- name: Install gpg package\n package:\n name: gpg\n state: present\n when: os == 'macos'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/gphotos-uploader-cli
7,406
[ "no_license" ]
[ { "path": "roles/gphotos-uploader-cli/files/.bashrc.d/gphotos-uploader-cli.sh", "content": "function gphotos-uploader-cli {\n ~/.local/bin/gphotos-uploader-cli --config ~/.config/gphotos-uploader-cli $@\n}\nexport -f gphotos-uploader-cli\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1445, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/gtop
7,406
[ "no_license" ]
[ { "path": "roles/gtop/tasks/main.yml", "content": "---\n- name: Install gtop package\n npm:\n name: gtop\n state: present\n global: yes\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/hashicorp-repository
7,406
[ "no_license" ]
[ { "path": "roles/hashicorp-repository/tasks/main.yml", "content": "---\n- name: Add the hashicorm dnf repo\n command:\n cmd: dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo\n warn: false\n args:\n creates: /etc/yum.repos.d/hashicorp.repo\n become: yes\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 306, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/helm
7,406
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "---\n- name: Install helm package\n package:\n name: helm\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/httpie
7,406
[ "no_license" ]
[ { "path": "roles/httpie/tasks/main.yml", "content": "---\n- name: Install httpie\n package:\n name: httpie\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/inkscape
7,406
[ "no_license" ]
[ { "path": "roles/inkscape/tasks/linux.yml", "content": "---\n- name: Install inkscape package\n package:\n name: inkscape\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/inksc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 215, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/isort
7,406
[ "no_license" ]
[ { "path": "roles/isort/meta/main.yml", "content": "---\ndependencies:\n - role: pipx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/isort/tasks/main.yml", "content": "---\n- name: install isort with pipx\n shell:\n cmd: pipx insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 144, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/iterm2
7,406
[ "no_license" ]
[ { "path": "roles/iterm2/tasks/main.yml", "content": "---\n- name: Install iTerm2 package\n homebrew_cask:\n name: iterm2\n state: present\n when: os == \"macos\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/iterm2/README.md", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 752, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/jl
7,406
[ "no_license" ]
[ { "path": "roles/jl/tasks/main.yml", "content": "---\n- name: Install jl package\n homebrew:\n name: koenbollen/public/jl\n state: present\n when: os == \"macos\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/jless
7,406
[ "no_license" ]
[ { "path": "roles/jless/tasks/main.yml", "content": "---\n- name: Install jless package\n package:\n name: jless\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/jq
7,406
[ "no_license" ]
[ { "path": "roles/jq/tasks/main.yml", "content": "---\n- name: Install jq\n package:\n name: jq\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/karabiner-elements
7,406
[ "no_license" ]
[ { "path": "roles/karabiner-elements/tasks/main.yml", "content": "---\n- name: Install karabiner-elements package\n homebrew_cask:\n name: karabiner-elements\n state: present\n when: os == 'macos'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/keybindings
7,406
[ "no_license" ]
[ { "path": "roles/keybindings/tasks/main.yml", "content": "---\n- block:\n - name: Ensure ~/Library/KeyBindings\n file:\n path: $HOME/Library/KeyBindings\n state: directory\n\n - name: Copy ~/Library/KeyBindings/DefaultKeyBinding.dict\n copy:\n src: Library/KeyBindings/De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 521, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/licensed
7,406
[ "no_license" ]
[ { "path": "roles/licensed/tasks/main.yml", "content": "---\n- name: Install licensed gem\n package:\n name: licensed\n state: present\n become: '{{ become_for_package }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/macos
7,406
[ "no_license" ]
[ { "path": "roles/macos/README.md", "content": "# MacOS\n\n## Manual Followup\n\n### Fix the keyboard\n\n#### Enable Dvorak\n\n1. Go to Settings -> Keyboard -> Text Input -> Input Sources -> Edit...\n\n2. Click the \"+\" in the lower-left\n\n3. Select Dvorak and click Add\n\n4. Select the default layout and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2492, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/macpaste
7,406
[ "no_license" ]
[ { "path": "roles/macpaste/README.md", "content": "# Macpaste\n\n## Manual Followup\n\nGo to System Preferences -> Privacy & Security -> Input Monitoring\n\nSelect Accessibility and add ~/.local/bin/macpaste\n\nLogout and log back in again.\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1391, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/make
7,406
[ "no_license" ]
[ { "path": "roles/make/tasks/main.yml", "content": "---\n- name: Install make package\n package:\n name: make\n state: present\n become: \"{{ become_for_package }}\"\n when: os == \"linux\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/mplayer
7,406
[ "no_license" ]
[ { "path": "roles/mplayer/meta/main.yml", "content": "---\ndependencies:\n - rpmfusion\n - xquartz\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/mplayer/tasks/main.yml", "content": "---\n- name: Install mplayer package\n package:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 165, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/neardrop
7,406
[ "no_license" ]
[ { "path": "roles/neardrop/tasks/main.yml", "content": "---\n- name: Install NearDrop package\n package:\n name: grishka/grishka/neardrop\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/neovim
7,406
[ "no_license" ]
[ { "path": "roles/neovim/files/.local/bin/vi", "content": "#!/bin/bash\n\n# Runs vi from within a poetry virtualenvironment, if poetry exists\n# This helps LSP clients properly find dependencies when analyzing code\n\nif [ \"${1: -3}\" == \".py\" ] && command -v poetry &> /dev/null && poetry env list &> /dev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8695, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/nerd-fonts
7,406
[ "no_license" ]
[ { "path": "roles/nerd-fonts/tasks/main.yml", "content": "---\n- name: Include distribution-specific tasks\n ansible.builtin.include_tasks: \"{{ os }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/nerd-fonts/tasks/macos.yml", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 286, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/nodejs
7,406
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Ensure ~/.local/node_modules\n file:\n path: ~/.local/node_modules\n state: directory\n\n- name: Install nodejs\n package:\n name: nodejs\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/nord-iterm2
7,406
[ "no_license" ]
[ { "path": "roles/nord-iterm2/tasks/main.yml", "content": "---\n- block:\n - name: Create ~/.local/src/nord-iterm2\n file:\n path: ~/.local/src/nord-iterm2\n state: directory\n \n - name: Download Nord.itermcolor\n get_url:\n url: https://raw.githubusercontent.com/arct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/notion
7,406
[ "no_license" ]
[ { "path": "roles/notion/tasks/main.yml", "content": "---\n- name: Download the notion app\n ansible.builtin.get_url:\n url: https://www.notion.so/desktop/mac-universal/download\n dest: /tmp/Notion.dmg\n\n- name: Open /tmp/Notion.dmg\n ansible.builtin.shell:\n cmd: >\n open /tmp/Notion.dmg\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/password-store
7,406
[ "no_license" ]
[ { "path": "roles/password-store/tasks/main.yml", "content": "---\n- name: Install password-store\n ansible.builtin.package:\n name: pass\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Git clone git@{{ password_store_repository }}\n ansible.builtin.git:\n repo: git@{{ password...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 594, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/pinentry
7,406
[ "no_license" ]
[ { "path": "roles/pinentry/tasks/main.yml", "content": "---\n- name: Install pinentry package\n package:\n name: pinentry\n state: present\n become: \"{{ become_for_package }}\"\n # MacOS comes with a pinentry and we don't want to install another one from\n # brew\n when: os == 'linux'\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/pipx
7,406
[ "no_license" ]
[ { "path": "roles/pipx/tasks/main.yml", "content": "---\n- name: Install pipx package\n package:\n name: pipx\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/pixelbook
7,406
[ "no_license" ]
[ { "path": "roles/pixelbook/README.md", "content": "# Pixelbook\n\nRoles and configurations specific to the Pixelbook running native linux.\n\nThere are three potential places to update:\n\n- `/etc/systemd/logind.conf`\n- `/etc/acpi/events/powerconf`\n- Gnome Power Settings\n\nFor the Pixelbook, `/etc/system...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2221, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/plantuml
7,406
[ "no_license" ]
[ { "path": "roles/plantuml/tasks/main.yml", "content": "---\n- name: Install plantuml package\n package:\n name: plantuml\n state: present\n become: \"{{ become_for_package }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/poetry
7,406
[ "no_license" ]
[ { "path": "roles/poetry/tasks/main.yml", "content": "---\n- name: Install poetry with pipx\n shell:\n cmd: pipx install poetry\n creates: ~/.local/bin/poetry\n\n- name: Include distribution-specific tasks\n include_tasks: \"{{ os }}.yml\"\n\n- name: Register poetry virtualenv path\n shell:\n cmd...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1332, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/powerline-fonts
7,406
[ "no_license" ]
[ { "path": "roles/powerline-fonts/tasks/linux.yml", "content": "---\n- name: Install the gdouros-symbola-fonts package\n package:\n name: gdouros-symbola-fonts\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Ensure ~/.local/share/fonts\n file:\n path: ~/.local/share/fonts\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 902, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/pre-commit
7,406
[ "no_license" ]
[ { "path": "roles/pre-commit/tasks/main.yml", "content": "---\n- name: Installl pre-commit package\n package:\n name: pre-commit\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/procs
7,406
[ "no_license" ]
[ { "path": "roles/procs/tasks/main.yml", "content": "---\n- name: Install procs package\n package:\n name: procs\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/pyenv
7,406
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/linux.yml", "content": "---\n- name: Run curl https://pyenv.run | bash\n shell:\n cmd: curl https://pyenv.run | bash\n creates: ~/.pyenv\n\n- name: Install Python build dependencies\n ansible.builtin.command: dnf builddep -y python3\n register: dnf_result\n become: yes...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1576, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/raycast
7,406
[ "no_license" ]
[ { "path": "roles/raycast/tasks/main.yml", "content": "- name:\n homebrew_cask:\n name: raycast\n state: present\n when: os == \"macos\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/raycast/README.md", "content": "# Raycast\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/remap-right-modifiers
7,406
[ "no_license" ]
[ { "path": "roles/remap-right-modifiers/tasks/main.yml", "content": "---\n- block:\n - name: Copy .local/src/remap-right-modifiers.sh\n ansible.builtin.copy:\n src: .local/src/remap-right-modifiers.sh\n dest: ~/.local/src/remap-right-modifiers.sh\n mode: \"755\"\n\n - name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1140, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/remark
7,406
[ "no_license" ]
[ { "path": "roles/remark/tasks/main.yml", "content": "---\n- name: Install remark package\n npm:\n name: remark\n path: ~/.local/node_modules\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/ripgrep
7,406
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/main.yml", "content": "---\n- name: Install ripgrep\n package:\n name: ripgrep\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/rosetta
7,406
[ "no_license" ]
[ { "path": "roles/rosetta/tasks/main.yml", "content": "---\n- name: Install rosetta\n command: softwareupdate --install-rosetta --agree-to-license\n become: true\n when: os == \"macos\" and ansible_architecture == \"arm64\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/rpmfusion
7,406
[ "no_license" ]
[ { "path": "roles/rpmfusion/tasks/main.yml", "content": "---\n- name: Install RPMFusion repository\n dnf:\n name: https://mirrors.rpmfusion.org/{{ item }}\n state: present\n disable_gpg_check: yes\n loop:\n - free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/rust
7,406
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "---\n- name: Install rust package\n package:\n name: rust\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/shellcheck
7,406
[ "no_license" ]
[ { "path": "roles/shellcheck/tasks/main.yml", "content": "---\n- name: Install shellcheck package\n package:\n name: shellcheck\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/slack
7,406
[ "no_license" ]
[ { "path": "roles/slack/tasks/macos.yml", "content": "---\n# My employer pre-installs Slack on my workstation so\n# check if it exists before installing it\n- name: stat Applications/Slack.app\n ansible.builtin.stat:\n path: Applications/Slack.app\n register: st\n\n- name: Install Slack package\n homeb...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1196, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/ssh
7,406
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Ensure ~/.ssh\n file:\n path: ~/.ssh\n state: directory\n mode: \"700\"\n\n- name: Generate SSH key pair\n openssh_keypair:\n path: ~/.ssh/id_ed25519\n type: ed25519\n state: present\n register: ssh\n\n- block:\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 565, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/tadpoles-push
7,406
[ "no_license" ]
[ { "path": "roles/tadpoles-push/tasks/main.yml", "content": "---\n- name: Copy .local/bin/tadpoles-push\n copy:\n src: .local/bin/tadpoles-push\n dest: ~/.local/bin/tadpoles-push\n mode: 00775\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 594, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/terraformer
7,406
[ "no_license" ]
[ { "path": "roles/terraformer/vars/macos.yml", "content": "---\nrelease_name: terraformer-all-darwin-amd64\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/terraformer/tasks/main.yml", "content": "---\n- name: Include distribution-specifi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 400, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/tox
7,406
[ "no_license" ]
[ { "path": "roles/tox/tasks/main.yml", "content": "---\n- name: Install tox package\n package:\n name: tox\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/transfer-gpg-key
7,406
[ "no_license" ]
[ { "path": "roles/transfer-gpg-key/tasks/main.yml", "content": "---\n- name: Include distribution-specific variables\n ansible.builtin.include_vars:\n file: \"{{ os }}.yml\"\n\n- name: Export the local public gpg key\n ansible.builtin.shell:\n cmd: >\n gpg\n --export {{ personal_email }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1779, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/viddy
7,406
[ "no_license" ]
[ { "path": "roles/viddy/tasks/macos.yml", "content": "---\n- name: Install viddy package\n package:\n name: viddy\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/viddy/tasks/li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 340, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/wget
7,406
[ "no_license" ]
[ { "path": "roles/wget/tasks/main.yml", "content": "---\n- name: Install wget package\n package:\n name: wget\n state: present\n become: \"{{ become_for_package }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/work
7,406
[ "no_license" ]
[ { "path": "roles/work/README.md", "content": "# Work\n\n## Manual Followup\n\n1. Verify that the location of poetry's self venv is correct and the `changes:`\n directive in the yaml is accurate for this system\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 859, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/xquartz
7,406
[ "no_license" ]
[ { "path": "roles/xquartz/tasks/main.yml", "content": "---\n- name: Install xquartz homebrew cask\n homebrew_cask:\n name: xquartz\n state: present\n when: os == 'macos'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/yarn
7,406
[ "no_license" ]
[ { "path": "roles/yarn/tasks/main.yml", "content": "---\n- name: Enable the yarn repository\n get_url:\n url: https://dl.yarnpkg.com/rpm/yarn.repo\n dest: /etc/yum.repos.d/yarn.repo\n become: true\n when: ansible_os_family == \"RedHat\"\n\n- name: Install yarn package\n package:\n name: yarn\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 757, "all_permissive": false }
ansible_role
dsem/ansible-workstation
aae3dacf175d57766e254d08b7a0b0bb8ef763d1
0
roles/zoom
7,406
[ "no_license" ]
[ { "path": "roles/zoom/tasks/linux.yml", "content": "---\n- name: Install zoom rpm key\n rpm_key:\n key: https://us02web.zoom.us/linux/download/pubkey\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Install zoom package\n package:\n name: https://us02web.zoom.us/client/latest/z...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 637, "all_permissive": false }
ansible_role
Maghin/ansible-proxmox-pci
19aeb10332cf12fc3c80a4c4a3feebd4316fb48a
5
roles/proxmox-interface
7,404
[ "no_license" ]
[ { "path": "roles/proxmox-interface/defaults/main.yml", "content": "---\n# defaults file for pve-interface\n\nproxmox_interfaces_file: '/etc/network/interfaces.new'\nproxmox_interfaces_template: 'interfaces.new.j2'\n\nproxmox_wan_interface: 'eth0'\n\nproxmox_lan_interface: ''\n\nproxmox_vmbr2_enabled: fa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2938, "all_permissive": false }
ansible_role
Maghin/ansible-proxmox-pci
19aeb10332cf12fc3c80a4c4a3feebd4316fb48a
5
roles/proxmox-iscsi
7,404
[ "no_license" ]
[ { "path": "roles/proxmox-iscsi/defaults/main.yml", "content": "---\n# defaults file for pve-iscsi\n\nproxmox_lvg_iscsi_config: []\n\nproxmox_isci_config_file: '/etc/iscsi/iscsid.conf'\nproxmox_isci_config_template: 'iscsid.conf.j2'\nproxmox_isci_config:\n noop_out_interval: 5\n noop_out_timeout: 5\n repl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 636, "all_permissive": false }
ansible_role
Maghin/ansible-proxmox-pci
19aeb10332cf12fc3c80a4c4a3feebd4316fb48a
5
roles/proxmox-license
7,404
[ "no_license" ]
[ { "path": "roles/proxmox-license/tasks/main.yml", "content": "---\n# tasks file for pve-licence\n\n#- name: disable warning message (marche pas)\n# lineinfile:\n# state: present\n# dest: /usr/share/pve-manager/js/pvemanagerlib.js\n# regexp: \"^(.*)data.status === \\\\'Active\\\\'(.*)\"\n# line:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
Maghin/ansible-proxmox-pci
19aeb10332cf12fc3c80a4c4a3feebd4316fb48a
5
roles/proxmox-pci
7,404
[ "no_license" ]
[ { "path": "roles/proxmox-pci/tasks/main.yml", "content": "---\n# tasks file for pve-pci\n\n- name: ensure iommu is enabled in default grub command line\n lineinfile:\n path: \"/etc/default/grub\"\n backrefs: true\n regexp: '^#?(GRUB_CMDLINE_LINUX_DEFAULT=.*)quiet\"$'\n line: '\\1quiet intel_iom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1291, "all_permissive": false }
ansible_role
Maghin/ansible-proxmox-pci
19aeb10332cf12fc3c80a4c4a3feebd4316fb48a
5
roles/proxmox-pveproxy
7,404
[ "no_license" ]
[ { "path": "roles/proxmox-pveproxy/meta/main.yml", "content": "galaxy_info:\n author: Maghin\n description:\n company: MerhylStudio\n\n license: MIT\n\n min_ansible_version: 1.2\n\n platforms:\n - name: Debian\n versions:\n - 7\n - 8\n - 9\n # - name: PVE\n # versions:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 962, "all_permissive": false }
ansible_role
Maghin/ansible-proxmox-pci
19aeb10332cf12fc3c80a4c4a3feebd4316fb48a
5
roles/proxmox-requirements
7,404
[ "no_license" ]
[ { "path": "roles/proxmox-requirements/tasks/main.yml", "content": "---\n# tasks file for proxmox-requirements\n\n- name: run sysupgrade\n apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 600\n\n- name: remove unused os-prober\n apt:\n pkg: os-prober\n state: absent\n\n- name: in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
arrsvjes/CTT_Ansible
4898902da9b871204f020d02597681b37ea807f8
0
solutions/wordpress-playbooks/roles/mysql
7,404
[ "no_license" ]
[ { "path": "solutions/wordpress-playbooks/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: Ensure the database service is started\n ansible.builtin.service:\n name: mariadb\n state: started\n enabled: true\n\n- name: Create mysql database\n community.mysql.mysql_db:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
arrsvjes/CTT_Ansible
4898902da9b871204f020d02597681b37ea807f8
0
solutions/wordpress-playbooks/roles/server
7,404
[ "no_license" ]
[ { "path": "solutions/wordpress-playbooks/roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Install required software\n ansible.builtin.dnf:\n name: \n - httpd \n - php-mysqlnd\n - php\n - php-gd\n - mariadb\n - mariadb-server\n - php-commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
arrsvjes/CTT_Ansible
4898902da9b871204f020d02597681b37ea807f8
0
solutions/wordpress-playbooks/roles/wordpress
7,404
[ "no_license" ]
[ { "path": "solutions/wordpress-playbooks/roles/wordpress/handlers/main.yml", "content": "---\n# handlers file for wordpress\n- name: restart apache\n ansible.builtin.service: \n name: httpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1341, "all_permissive": false }
ansible_role
digitalnerd/devops_lab
ad3ad3c6abc7ab731b018beb0d65c419b99eedf3
0
ansible/roles/ansible
7,404
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/ansible.yml", "content": "---\n- name: Install Ansible and Python-pip\n yum:\n name:\n - ansible\n - python-pip\n tags:\n - deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "ansible/rol...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 238, "all_permissive": false }
ansible_role
digitalnerd/devops_lab
ad3ad3c6abc7ab731b018beb0d65c419b99eedf3
0
ansible/roles/apache
7,404
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache Server\n yum:\n name:\n - httpd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
digitalnerd/devops_lab
ad3ad3c6abc7ab731b018beb0d65c419b99eedf3
0
ansible/roles/common
7,404
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/iptables.j2", "content": "*filter\n\n## Default policy\n\n-P INPUT DROP\n\n-A INPUT -i lo -j ACCEPT\n-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT\n-A INPUT -s 10.220.135.0/24 -m state --state NEW -j ACCEPT\n\n## DROP запроса временной метки\n\n-A INPUT -p...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3978, "all_permissive": false }
ansible_role
digitalnerd/devops_lab
ad3ad3c6abc7ab731b018beb0d65c419b99eedf3
0
ansible/roles/docker
7,404
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/docker-compose.yml", "content": "---\n- name: Install Docker-compose\n shell: \"curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose\"\n\n- name: Set X bit to docker-compose\n shell:...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1628, "all_permissive": false }
ansible_role
digitalnerd/devops_lab
ad3ad3c6abc7ab731b018beb0d65c419b99eedf3
0
ansible/roles/ec2-instance
7,404
[ "no_license" ]
[ { "path": "ansible/roles/ec2-instance/tasks/main.yml", "content": "---\n- name: Lanching EC2\n ec2:\n key_name: \"{{ ssh_key_name }}\"\n instance_type: t2.micro\n image: ami-00aa4671cbf840d82\n region: eu-central-1\n group: 80-8080-443-22\n count: 1\n vpc_subnet_id: subnet-6dbb5c07\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 386, "all_permissive": false }
ansible_role
digitalnerd/devops_lab
ad3ad3c6abc7ab731b018beb0d65c419b99eedf3
0
ansible/roles/jenkins
7,404
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/defaults/main.yml", "content": "jenkins_hostname: \"jenkins\"\njenkins_repo: \"http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo\"\njenkins_repo_key: \"https://jenkins-ci.org/redhat/jenkins-ci.org.key\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 803, "all_permissive": false }
ansible_role
digitalnerd/devops_lab
ad3ad3c6abc7ab731b018beb0d65c419b99eedf3
0
ansible/roles/testlink
7,404
[ "no_license" ]
[ { "path": "ansible/roles/testlink/tasks/testlink.yml", "content": "---\n- name: Download the TestLink {{ testlink_version }} archive, unzip the archive to the {{ work_dir }} directory\n shell: |\n cd /tmp\n wget https://github.com/TestLinkOpenSourceTRMS/testlink-code/archive/{{ testlink_version }}.ta...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7990, "all_permissive": false }
ansible_role
rodrigodealer/pet_project
01a64569b8e38685120085de3d3ffa7451723b80
0
ansible/roles/angstwad.docker_ubuntu
7,404
[ "permissive" ]
[ { "path": "ansible/roles/angstwad.docker_ubuntu/tasks/main.yml", "content": "---\n# tasks file for docker.ubuntu\n- name: Fail if not a new release of Ubuntu\n fail:\n msg: \"{{ ansible_distribution_version }} is not an acceptable version of Ubuntu for this role\"\n when: ansible_lsb.id|lower == \"ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7698, "all_permissive": true }
ansible_role
rodrigodealer/pet_project
01a64569b8e38685120085de3d3ffa7451723b80
0
ansible/roles/mysql
7,404
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n\n- name: Check if mysql is installed\n command: dpkg-query -l mysql-server\n register: mysql_installed\n ignore_errors: yes\n\n- name: download foo.conf\n get_url:\n url: http://dev.mysql.com/get/mysql-apt-config_0.8.2-1_all.deb\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
rodrigodealer/pet_project
01a64569b8e38685120085de3d3ffa7451723b80
0
ansible/roles/nginx
7,404
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Nginx package\n become: yes\n apt:\n name: nginx\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
rodrigodealer/pet_project
01a64569b8e38685120085de3d3ffa7451723b80
0
ansible/roles/pets_rails_api
7,404
[ "no_license" ]
[ { "path": "ansible/roles/pets_rails_api/files/db_migrate.sh", "content": "DOCKER_ID=`sudo docker ps | grep \"registry.gitlab.com/rodrigodealer/pets\" | awk '{print $1}'`\n\nsudo docker exec $DOCKER_ID bundle exec rake db:create\nsudo docker exec $DOCKER_ID bundle exec rake db:migrate\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1702, "all_permissive": false }
ansible_role
rodrigodealer/pet_project
01a64569b8e38685120085de3d3ffa7451723b80
0
ansible/roles/redis
7,404
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n- name: Redis package\n become: yes\n apt:\n name: redis-server\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
hanapedia/microservice-topologies
2ac8d5c34fca67686766e86c7e818d2cfeddca6f
0
roles/code-gen
7,404
[ "no_license" ]
[ { "path": "roles/code-gen/templates/gateway.chain.go.j2", "content": "package main\n\nimport (\n\t\"context\"\n\t\"log\"\n\t\"net/http\"\n \"os\"\n \"fmt\"\n \"math/rand\"\n\n\t\"github.com/gin-gonic/gin\"\n\n\t\"google.golang.org/grpc\"\n\t\"google.golang.org/grpc/credentials/insecure\"\n\n{% if tracing...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 26193, "all_permissive": false }
ansible_role
hanapedia/microservice-topologies
2ac8d5c34fca67686766e86c7e818d2cfeddca6f
0
roles/docker-compose
7,404
[ "no_license" ]
[ { "path": "roles/docker-compose/templates/mongoScript.js.j2", "content": "db = new Mongo().getDB(\"{{ name }}\")\ndb.createCollection(\"{{ type }}{{ x }}\", { capped: false })\nlet entries = []\nfor (let i = 0; i <= 50; i++){\n entries.push({key: i, value: Math.floor(Math.random() * 50)})\n}\ndb[\"{{ type ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8564, "all_permissive": false }
ansible_role
hanapedia/microservice-topologies
2ac8d5c34fca67686766e86c7e818d2cfeddca6f
0
roles/dockerfile
7,404
[ "no_license" ]
[ { "path": "roles/dockerfile/tasks/main.yaml", "content": "# vim: set filetype=yaml.ansible :\n---\n- name: Prepare dockerfile for all services\n block:\n - name: Generate dockerfile to regular services\n ansible.builtin.template:\n src: go.Dockerfile.j2\n dest: \"./generated/{{ name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1009, "all_permissive": false }
ansible_role
hanapedia/microservice-topologies
2ac8d5c34fca67686766e86c7e818d2cfeddca6f
0
roles/k8s
7,404
[ "no_license" ]
[ { "path": "roles/k8s/templates/kubernetes-manifest.single_db.yaml.j2", "content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ name }}\n labels:\n istio-injection: enabled\n\n---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ type }}-db\n labels:\n name: {{ type }}-db\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 14311, "all_permissive": false }
ansible_role
hanapedia/microservice-topologies
2ac8d5c34fca67686766e86c7e818d2cfeddca6f
0
roles/save-details
7,404
[ "no_license" ]
[ { "path": "roles/save-details/tasks/main.yaml", "content": "# vim: set filetype=yaml.ansible :\n---\n- name: Generate details file for the topology\n ansible.builtin.template:\n src: topology-details.md.j2\n dest: \"./generated/{{ name }}/topology-details.md\"\n mode: '1777'\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 380, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/build
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/build/tasks/main.yml", "content": "- name: set up .dockerignore\n copy: src=dockerignore dest=\"{{ local_path }}/.dockerignore\"\n\n- name: set up php Dockerfile\n copy: src=Dockerfile.php dest=\"{{ local_path }}/Dockerfile\"\n\n- name: set up php.ini\n template: src=php.ini....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1678, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/common
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Upgrade packages\n apt: update_cache=yes upgrade=dist\n\n- name: Install essentials\n apt: name={{ item }} state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/dbclean
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/dbclean/tasks/main.yml", "content": "---\n- name: find uncompressed database dumps\n find:\n paths: \"{{ db_path }}\"\n patterns: '*.sql'\n register: uncompressed_db\n when: db_dump_cleanup\n\n- name: delete uncompressed database dumps\n file: path={{ item.path }} stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/dbdump
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/dbdump/tasks/main.yml", "content": "---\n- name: ensure db_dumps folder\n file:\n path: \"{{ db_path }}\"\n state: directory\n\n- name: \"dump database\"\n mysql_db:\n state: dump\n name: \"{{ mysql_database }}\"\n login_host: 127.0.0.1\n login_user: \"{{ mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/dbload
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/dbload/tasks/main.yml", "content": "---\n- name: uncompress the database dump\n shell: \"gunzip {{ db_path }}/{{ db_dumpfile }}.gz\"\n \n- name: \"import database\"\n mysql_db:\n state: import\n name: \"{{ mysql_database }}\"\n login_host: 127.0.0.1\n login_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/dbsync
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/dbsync/tasks/main.yml", "content": "---\n- name: \"fetch dbdump from remote\"\n fetch:\n src: \"{{ db_path }}/{{ db_dumpfile }}.gz\"\n dest: \"{{ db_path }}/{{ db_dumpfile }}.gz\"\n flat: yes\n when: db_op == \"pull\"\n\n- name: \"push dbdump to remote\"\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/deploy
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/deploy/templates/deploy.sh.j2", "content": "#!/bin/bash -eux\n\ndocker-compose -f docker-compose-{{ env }}.yml pull\n\n# ensure that all services are running\ndocker-compose -f docker-compose-{{ env }}.yml up --no-recreate -d\n\n\n# Shut down Service A first, and restart with ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2725, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/docker-app
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/docker-app/templates/traefik.toml.j2", "content": "# defaultEntryPoints must be at the top because it should not be in any table below\ndefaultEntryPoints = [\"http\", \"https\"]\n\n[web]\n# Port for the status page\naddress = \":8080\"\n\n# Entrypoints, http and https\n[entryPo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5193, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/docker-compose
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/docker-compose/files/workspace/Dockerfile", "content": "FROM node:alpine\n\n# We need this to avoid permissions errors.\nARG UID\nRUN adduser -u $UID -D -S application\n\n#####################################\n# Image optimizers:\n#####################################\nENV \\\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6070, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/gitlab-ci
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/gitlab-ci/templates/gitlab-ci.yml.j2", "content": "stages:\n - build\n - deploy\n\nbuild_production:\n stage: build\n script:\n - echo \"build app for production\"\n - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY\n - cd ops/ansible\n - cp /var/va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1945, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/mysql-dump
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/mysql-dump/tasks/main.yml", "content": "---\n\n- name: ensure mysql dump dir\n file:\n path: /backup\n state: directory\n group: docker\n mode: 0775\n\n- name: \"put dump cron job into place for {{ env }}\"\n cron:\n name: \"mysqldump {{ env }}\"\n special_ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/remote-user
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/remote-user/tasks/main.yml", "content": "---\n- name: Attempt to connect as root user (may fail)\n local_action: command ansible {{ inventory_hostname }} -m ping -u root\n changed_when: false\n ignore_errors: yes\n register: root_status\n\n- name: Set remote user for each ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/tarsnap-keys
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/tarsnap-keys/tasks/main.yml", "content": "---\n- name: copy tarsnap key\n copy:\n src: \"{{ local_tarsnap_key }}\"\n dest: \"{{ tarsnap_keyfile }}\"\n mode: 0600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/user-tweaks
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/user-tweaks/tasks/main.yml", "content": "---\n\n- name: modify gitlab-runner uid\n user:\n name: gitlab-runner\n uid: \"{{ gitlab_runner_uid }}\"\n groups: gitlab-runner,docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
timkelty/craftcms-boilerplate
fe108bdf2afcf8d9f1282497ca7465eadb57e176
4
ops/ansible/roles/users
7,404
[ "no_license" ]
[ { "path": "ops/ansible/roles/users/tasks/main.yml", "content": "---\n\n# This is from trellis\n# https://roots.io/trellis/\n\n- name: Ensure sudo group is present\n group:\n name: sudo\n state: present\n\n- name: Ensure sudo group has sudo privileges\n lineinfile:\n dest: /etc/sudoers\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1749, "all_permissive": false }
ansible_role
Trofogol/vagrant-api-environment
7cd78e129a3e9ee6e95b77462c6f6a1dc7a31fe4
0
ansible-provision/roles/api-host
7,404
[ "no_license" ]
[ { "path": "ansible-provision/roles/api-host/vars/main.yml", "content": "---\nproject_path: \"/home/vagrant/sample-http-api/\"\nmain_py_script: \"api.py\"\nuwsgi_address: \"\"\nuwsgi_port: \"9090\"\nuwsgi_stats_port: \"9191\"\nnum_of_processes: \"1\"\nnum_of_threads: \"2\"\napplication_obj_name: \"app\"\n......
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4627, "all_permissive": false }