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
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/nala
7,414
[ "no_license" ]
[ { "path": "roles/nala/tasks/main.yml", "content": "---\n- name: Run Ubuntu Tasks\n ansible.builtin.import_tasks: ubuntu.yml\n when: ansible_os_family == 'Debian'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/nala/tasks/ubuntu.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1766, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/neofetch
7,414
[ "no_license" ]
[ { "path": "roles/neofetch/tasks/main.yml", "content": "---\n- name: Run Ubuntu Tasks\n ansible.builtin.import_tasks: Ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Run Arch Tasks\n ansible.builtin.import_tasks: Archlinux.yml\n when: ansible_os_family == 'Archlinux'\n\n- name: \"Neofetch | E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/neovim
7,414
[ "no_license" ]
[ { "path": "roles/neovim/tasks/Ubuntu.yml", "content": "- name: \"Neovim | Ubuntu | Dependencies\"\n ansible.builtin.apt:\n name:\n - python3-venv\n state: present\n become: true\n- name: neovim | install neovim wtth the prebuilt archives \n ansible.builtin.shell: |\n curl -LO https://githu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 956, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/nerdfont
7,414
[ "no_license" ]
[ { "path": "roles/nerdfont/tasks/Ubuntu.yml", "content": "---\n- name: \"Nerd Fonts | Ensure NerdFonts Directory Exists\"\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.local/share/fonts/NerdFonts\"\n state: directory\n mode: '0755'\n\n- name: \"Nerd Fonts | Download Selected Nerd Fonts\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 929, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/npm
7,414
[ "no_license" ]
[ { "path": "roles/npm/tasks/ubuntu.yml", "content": "---\n- name: \"NPM | Get latest STABLE NodeJS version\"\n ansible.builtin.shell:\n cmd: curl -sL https://nodejs.org/dist/index.json | jq -r '.[] | select(.lts) | .version' | head -n 1\n register: nodejs_latest_version\n changed_when: false\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2960, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/nvidia
7,414
[ "no_license" ]
[ { "path": "roles/nvidia/tasks/Ubuntu.yml", "content": "---\n- name: \"NVIDIA | Check NVIDIA installation status\"\n ansible.builtin.shell: \n cmd: \"nvidia-smi --query-gpu=name --format=csv,noheader 2>/dev/null || echo 'not installed'\"\n register: nvidia_check\n changed_when: false\n failed_when: fa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5677, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/nvm
7,414
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n- name: \"NVM | Download Latest Version JSON\"\n ansible.builtin.uri:\n url: https://api.github.com/repos/nvm-sh/nvm/releases/latest\n register: nvm_latest_version_json\n changed_when: false\n\n- name: \"NVM | Registering NVM Latest Release\"\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/nvtop
7,414
[ "no_license" ]
[ { "path": "roles/nvtop/tasks/Ubuntu.yml", "content": "---\n- name: \"nvtop | Ubuntu | Install nvtop\"\n ansible.builtin.apt:\n name: nvtop\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/nvtop/tasks/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 418, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/obs
7,414
[ "no_license" ]
[ { "path": "roles/obs/tasks/Archlinux.yml", "content": "---\n- name: \"obs-studio | Arch | Install obs-studio\"\n community.general.pacman:\n name: obs-studio\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/pwsh
7,414
[ "no_license" ]
[ { "path": "roles/pwsh/tasks/ubuntu.yml", "content": "---\n- name: \"PowerShell | Create apt trusted.gpg.d directory\"\n ansible.builtin.file:\n path: /etc/apt/trusted.gpg.d\n state: directory\n mode: '0755'\n become: true\n\n- name: \"PowerShell | Download and Add Microsoft Key\"\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1019, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/rofi
7,414
[ "no_license" ]
[ { "path": "roles/rofi/tasks/Ubuntu.yml", "content": "---\n- name: \"rofi | Ubuntu | Install rofi\"\n ansible.builtin.apt:\n name: rofi\n state: present\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/rofi/tasks/main.ym...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 752, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/ros2
7,414
[ "no_license" ]
[ { "path": "roles/ros2/tasks/Ubuntu.yml", "content": "---\n- name: \"ROS2 | Check ROS2 installation status\"\n ansible.builtin.shell: \n cmd: \"which ros2 2>/dev/null || echo 'not installed'\"\n register: ros2_check\n changed_when: false\n failed_when: false\n\n- name: \"ROS2 | Prepare and Install ROS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 15682, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/rust
7,414
[ "no_license" ]
[ { "path": "roles/rust/tasks/ubuntu.yml", "content": "---\n- name: Rust | Install packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n become: true\n loop:\n - rustc\n - cargo\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/snap
7,414
[ "no_license" ]
[ { "path": "roles/snap/tasks/Ubuntu.yml", "content": "---\n- name: \"Snap | Install snapd\"\n ansible.builtin.apt:\n name: \n - snapd\n - squashfs-tools\n state: present\n update_cache: true\n become: true\n\n\n- name: Ensure Snap service is started and enabled\n ansible.builtin.systemd...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1039, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/spotify
7,414
[ "no_license" ]
[ { "path": "roles/spotify/tasks/ubuntu.yml", "content": "---\n- name: Check if Spotify client is installed\n command: dpkg -l | grep spotify-client\n register: result\n failed_when: result.rc != 0\n ignore_errors: true\n\n- name: Spotify | Add Spotify apt key and repository\n ansible.builtin.shell: |\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 926, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/ssh
7,414
[ "no_license" ]
[ { "path": "roles/ssh/tasks/ubuntu.yml", "content": "---\n- name: \"SSH | Copy SSH keys\"\n copy:\n dest: \"{{ ansible_user_dir | default(ansible_env.HOME) }}/.ssh/{{ ssh_key_item.key }}\"\n content: \"{{ ssh_key_item.value }}\"\n mode: 0600\n no_log: true\n loop_control:\n loop_var: ssh_key_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3433, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/sshfs
7,414
[ "no_license" ]
[ { "path": "roles/sshfs/tasks/Archlinux.yml", "content": "---\n- name: \"SSHFS | Arch | Install sshfs\"\n community.general.pacman:\n name: sshfs\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/sshfs/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 228, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/swaylock
7,414
[ "no_license" ]
[ { "path": "roles/swaylock/tasks/main.yml", "content": "---\n- import_tasks: Ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Run Arch Tasks\n ansible.builtin.import_tasks: Archlinux.yml\n when: ansible_os_family == 'Archlinux'\n\n- name: \"swaylock | Config folder\"\n ansible.builtin.file:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 796, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/swaync
7,414
[ "no_license" ]
[ { "path": "roles/swaync/tasks/main.yml", "content": "---\n- import_tasks: Ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Run Arch Tasks\n ansible.builtin.import_tasks: Archlinux.yml\n when: ansible_os_family == 'Archlinux'\n\n- name: \"swaync | Config folder\"\n ansible.builtin.file:\n m...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 792, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/swayosd
7,414
[ "no_license" ]
[ { "path": "roles/swayosd/tasks/Archlinux.yml", "content": "---\n- name: \"swayosd | Arch | Install swayosd\"\n community.general.pacman:\n name: swayosd\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "role...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1372, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/swww
7,414
[ "no_license" ]
[ { "path": "roles/swww/tasks/Ubuntu.yml", "content": "---\n- name: \"SWWW | Check if SWWW is installed and version is correct\"\n ansible.builtin.shell: swww -V 2>/dev/null || echo \"not installed\"\n register: swww_version_check\n changed_when: false\n failed_when: false\n\n- name: \"SWWW | Register SWW...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5849, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/system
7,414
[ "no_license" ]
[ { "path": "roles/system/tasks/Archlinux.yml", "content": "---\n- name: \"System | Arch | Update pacman\"\n community.general.pacman:\n update_cache: true\n upgrade: true\n state: latest\n become: true\n\n- name: \"System | Arch | Install\"\n community.general.pacman:\n name:\n - jq\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2721, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/terraform
7,414
[ "no_license" ]
[ { "path": "roles/terraform/tasks/ubuntu.yml", "content": "---\n- name: Terraform | Create keyrings directory\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\n become: true\n\n- name: Terraform | Add HashiCorp GPG key\n ansible.builtin.shell: |\n curl -fsSL ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 959, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/tmate
7,414
[ "no_license" ]
[ { "path": "roles/tmate/tasks/Archlinux.yml", "content": "---\n- name: \"Tmate | Arch | Install Tmate\"\n community.general.pacman:\n name: tmate\n state: present\n become: true\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
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/tmux
7,414
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- import_tasks: Ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Run Arch Tasks\n ansible.builtin.import_tasks: Archlinux.yml\n when: ansible_os_family == 'Archlinux'\n\n- name: \"tmux | Ensure role tmux config directory exists\"\n ansib...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5250, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/unity
7,414
[ "no_license" ]
[ { "path": "roles/unity/tasks/ubuntu.yml", "content": "---\n- name: \"Unity Hub | Install dependencies\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n become: true\n loop:\n - apt-transport-https\n - wget\n - gnupg\n\n- name: \"Unity Hub | Ensure keyring directory exists\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1165, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/unrealengine
7,414
[ "no_license" ]
[ { "path": "roles/unrealengine/templates/unreal-engine.desktop.j2", "content": "[Desktop Entry]\nName=Unreal Engine\nComment=Unreal Engine Editor\nExec=/opt/UnrealEngine/Engine/Binaries/Linux/UnrealEditor\nIcon=/opt/UnrealEngine/Engine/Content/Slate/Icons/UE4Icon.png\nTerminal=false\nType=Application\nCatego...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4036, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/uv
7,414
[ "no_license" ]
[ { "path": "roles/uv/tasks/Archlinux.yml", "content": "---\n- name: \"UV | Check if UV is installed\"\n ansible.builtin.shell: command -v uv || echo \"not installed\"\n register: uv_check\n changed_when: false\n\n- name: \"UV | Install UV\"\n when: uv_check.stdout == \"not installed\"\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/vivaldi
7,414
[ "no_license" ]
[ { "path": "roles/vivaldi/tasks/main.yml", "content": "---\n- name: \"Vivaldi | Checking for Distribution Config: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: vivaldi_distribution_config\n\n- name: \"Vivaldi | Run Tasks...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2393, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/vscode
7,414
[ "no_license" ]
[ { "path": "roles/vscode/tasks/Ubuntu.yml", "content": "---\n- name: VsCode | Ubuntu | Install code via Snap\n community.general.snap:\n name: code\n classic: yes\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/waybar
7,414
[ "no_license" ]
[ { "path": "roles/waybar/files/waybar/style.css", "content": "* {\n border: none;\n border-radius: 0px;\n padding: 0;\n margin: 0;\n font-family: Maple Mono;\n font-weight: bold;\n opacity: 1;\n font-size: 18px;\n}\n\nwindow#waybar {\n background: #282828;\n border-top: 1px solid #928374;\n}\n\ntoo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1973, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/waypaper
7,414
[ "no_license" ]
[ { "path": "roles/waypaper/tasks/Ubuntu.yml", "content": "---\n- name: \"waypaper | Check if waypaper is installed and version is correct\"\n ansible.builtin.shell: waypaper -V 2>/dev/null || echo \"not installed\"\n register: waypaper_version_check\n changed_when: false\n failed_when: false\n\n- name: \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6520, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/winget
7,414
[ "no_license" ]
[ { "path": "roles/winget/tasks/main.yml", "content": "---\n- name: Confirm winget.exe is installed\n ansible.windows.win_package:\n name: winget\n state: present\n register: winget_installed\n failed_when: winget_installed is not defined\n ignore_errors: true\n\n- name: Install Winget Package Manag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1600, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/wireguard
7,414
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/ubuntu.yml", "content": "---\n- name: \"Wireguard | Install Wireguard\"\n ansible.builtin.apt:\n name: wireguard\n state: present\n update_cache: true\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 508, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/yazi
7,414
[ "no_license" ]
[ { "path": "roles/yazi/tasks/main.yml", "content": "---\n- name: Run Ubuntu Tasks\n ansible.builtin.import_tasks: Ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Run Arch Tasks\n ansible.builtin.import_tasks: Archlinux.yml\n when: ansible_os_family == 'Archlinux'\n\n- name: \"yazi | Config fo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2399, "all_permissive": false }
ansible_role
valiantlynx/dotfiles
bd7551fcf01392ee5ee30f6bd2814c992dc30a1a
3
roles/zoxide
7,414
[ "no_license" ]
[ { "path": "roles/zoxide/tasks/ubuntu.yml", "content": "---\n- name: \"Zoxide | Ubuntu | Install\"\n ansible.builtin.apt:\n name:\n - zoxide\n state: present\n become: true\n when: ansible_distribution_version >= '21.04'\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 294, "all_permissive": false }
ansible_role
atlefren/newbeercellar
fcf5a174f45a3d21ce9613b88977a88d9bae4aa5
3
provisioning/roles/database
7,414
[ "no_license" ]
[ { "path": "provisioning/roles/database/tasks/main.yml", "content": "---\n - name: ensure packages are installed\n apt: name={{item}}\n with_items:\n - postgresql-9.3\n - python-psycopg2\n - postgresql-contrib\n environment:\n LC_ALL: en_US.UTF-8\n\n - name: create postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
atlefren/newbeercellar
fcf5a174f45a3d21ce9613b88977a88d9bae4aa5
3
provisioning/roles/nginx
7,414
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "---\n - name: install nginx\n apt: pkg=nginx state=latest\n\n - name: copy nginx sites\n template: src=nginx.j2\n dest=/etc/nginx/sites-available/{{app.name}}\n owner=root\n group=root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
atlefren/newbeercellar
fcf5a174f45a3d21ce9613b88977a88d9bae4aa5
3
provisioning/roles/setup
7,414
[ "no_license" ]
[ { "path": "provisioning/roles/setup/tasks/main.yml", "content": "---\n - name: ensure apt cache is up to date\n apt: update_cache=yes\n\n - name: install nb language-pack\n apt: pkg=language-pack-nb state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
atlefren/newbeercellar
fcf5a174f45a3d21ce9613b88977a88d9bae4aa5
3
provisioning/roles/vagrant
7,414
[ "no_license" ]
[ { "path": "provisioning/roles/vagrant/tasks/main.yml", "content": "---\n - name: install heroku toolbelt\n shell: wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh\n creates=/usr/local/heroku\n\n - name: install pip requirements\n pip: requirements=/vagrant/requirements.txt virt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1698, "all_permissive": false }
ansible_role
HernanSaltiveri/VagrantEnvironment
bde579973fb260e9b24264944a5c59511622d114
0
Roles/adjustDocker
7,414
[ "no_license" ]
[ { "path": "Roles/adjustDocker/tasks/main.yml", "content": "\n\n\n- name: Refresh Docker Version\n become: true\n shell: \"sudo apt-get install docker-ce=18.06.1~ce~3-0~ubuntu -y --force-yes\"\n ignore_errors: yes\n\n\n\n\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": 153, "all_permissive": false }
ansible_role
HernanSaltiveri/VagrantEnvironment
bde579973fb260e9b24264944a5c59511622d114
0
Roles/mysql
7,414
[ "no_license" ]
[ { "path": "Roles/mysql/tasks/main.yml", "content": "\n\n\n- name: Create Docker Network\n become: true\n shell: \"docker network create mysql --subnet=192.168.0.0/16\"\n ignore_errors: yes\n\n- name: Create Mysql Management\n become: true\n shell: \"docker run -d --net=mysql --name=management1 --ip=192...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
HernanSaltiveri/VagrantEnvironment
bde579973fb260e9b24264944a5c59511622d114
0
Roles/rabbitmq
7,414
[ "no_license" ]
[ { "path": "Roles/rabbitmq/tasks/main.yml", "content": "\n\n- name: Create Docker Network\n become: true\n shell: \"docker network create rabbits\" \n ignore_errors: yes\n\n- name: Create Rabbit Cluster Node 1 \n become: true\n shell: \"sudo docker run -d --rm --net rabbits -v /conf/rabbitmq/conf/rabbit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2759, "all_permissive": false }
ansible_role
HernanSaltiveri/VagrantEnvironment
bde579973fb260e9b24264944a5c59511622d114
0
Roles/redis
7,414
[ "no_license" ]
[ { "path": "Roles/redis/templates/redis-cli.sh.j2", "content": "\n\n#!/bin/sh\n\n\n\nMASTER1={{ redis.cluster.master.node1 }}\nMASTER2={{ redis.cluster.master.node2 }}\nMASTER3={{ redis.cluster.master.node3 }}\n\nSLAVE1={{ redis.cluster.master.node1 }}\nSLAVE2={{ redis.cluster.master.node2 }}\nSLAVE3={{ redi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3236, "all_permissive": false }
ansible_role
jameseck/ansible-jehome
b3f12dec2ab764b20343cd1aed03e007150ac08b
1
roles/edgerouter_static_hosts
7,414
[ "no_license" ]
[ { "path": "roles/edgerouter_static_hosts/tasks/main.yml", "content": "---\n- name: debug\n debug:\n msg: \"hosts_map is: {{ hosts_map | type_debug }}\"\n\n- name: set hosts_map to dict if string\n set_fact:\n hosts_dict: \"{{ hosts_map | from_json }}\"\n when: hosts_map | type_debug == 'str'\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1390, "all_permissive": false }
ansible_role
jameseck/ansible-jehome
b3f12dec2ab764b20343cd1aed03e007150ac08b
1
roles/kubeadm
7,414
[ "no_license" ]
[ { "path": "roles/kubeadm/tasks/main.yml", "content": "---\n- name: debug\n debug:\n msg: \"bootstrap is {{ bootstrap }}\"\n\n- name: yum upgrade all\n yum:\n name: \"*\"\n state: latest\n\n- name: Install Python Pip\n package:\n name: python-pip\n state: present\n\n- name: Install/Upgrade ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1957, "all_permissive": false }
ansible_role
jameseck/ansible-jehome
b3f12dec2ab764b20343cd1aed03e007150ac08b
1
roles/kubeadm_join
7,414
[ "no_license" ]
[ { "path": "roles/kubeadm_join/tasks/main.yml", "content": "---\n- name: debug token\n debug:\n var: token\n- name: debug certkey\n debug:\n var: cert_key\n\n- name: debug certhash\n debug:\n var: cert_hash\n\n- name: Join control-plane node to cluster\n shell: >\n kubeadm join \"{{ master_ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
jameseck/ansible-jehome
b3f12dec2ab764b20343cd1aed03e007150ac08b
1
terraform/ansible/roles/kubeadm
7,414
[ "no_license" ]
[ { "path": "terraform/ansible/roles/kubeadm/tasks/bootstrap.yml", "content": "---\n- name: Check k8s status to determine if we need to run kubeadm\n command: \"kubectl get componentstatuses\"\n changed_when: False\n failed_when: False\n register: k8s_status\n\n- name: Run kubeadm to init k8s\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2859, "all_permissive": false }
ansible_role
Ryo-T/ansible
95259186b1f3d3825cde7e317e3d0c62790822ba
0
ansible/roles/common
7,414
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/resolv.yml", "content": "---\n\n- name: Configure resolv.conff\n template: src=resolv.conf.j2 dest=/etc/resolv.conf\n tags: resolv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles/common/templ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1276, "all_permissive": false }
ansible_role
stephenpearson/vagrant-barbican
46812629b92054e31684cd3c3b8930146003c37a
0
provisioning/roles/finish
7,414
[ "no_license" ]
[ { "path": "provisioning/roles/finish/tasks/main.yml", "content": "---\n- meta: flush_handlers\n\n- name: Show Login details\n debug: msg=\"Keystone creds are admin / {{ admin_pass }} in Default domain\"\n\n- name: \"** WARNING ** Rebooting machine in 10 seconds\"\n shell: \"nohup bash -c 'sleep 10; reboot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
stephenpearson/vagrant-barbican
46812629b92054e31684cd3c3b8930146003c37a
0
provisioning/roles/keystone
7,414
[ "no_license" ]
[ { "path": "provisioning/roles/keystone/templates/adminrc.j2", "content": "export OS_PROJECT_DOMAIN_NAME=Default\nexport OS_USER_DOMAIN_NAME=Default\nexport OS_PROJECT_NAME=admin\nexport OS_USERNAME=admin\nexport OS_PASSWORD={{ <PASSWORD> }}\nexport OS_AUTH_URL=http://barbican:35357/v3\nexport OS_IDENTITY_AP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1110, "all_permissive": false }
ansible_role
TechnoCraftDevops/Ansible-Docker
01bebb4e83e1c9911918ec52a75bba5ebbdfc828
0
roles/os_update_upgrade
7,414
[ "no_license" ]
[ { "path": "roles/os_update_upgrade/tasks/main.yml", "content": "- name: Update & Upgrade\n apt:\n upgrade: yes\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
lingxiao26/vagrant-ansible
ab7d02acd430ba10f5a3b524863157f1c1341311
0
ansible-init/roles/common
7,414
[ "no_license" ]
[ { "path": "ansible-init/roles/common/tasks/main.yml", "content": "---\n\n- name: create ssh directory for root\n file:\n path: /root/.ssh/\n state: directory\n mode: 0700\n\n- name: copy ssh_public_key to root\n copy:\n src: \"{{ item }}\"\n dest: /root/.ssh/\n with_items:\n - authorize...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 887, "all_permissive": false }
ansible_role
lingxiao26/vagrant-ansible
ab7d02acd430ba10f5a3b524863157f1c1341311
0
ansible-init/roles/nodejs
7,414
[ "no_license" ]
[ { "path": "ansible-init/roles/nodejs/tasks/main.yml", "content": "---\n- name: download node repo\n get_url: \n url: https://rpm.nodesource.com/setup_10.x\n dest: /tmp/node_install.sh\n\n- name: install nodejs repo\n shell: \n cmd: /bin/bash /tmp/node_install.sh\n # warn: no\n\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
lingxiao26/vagrant-ansible
ab7d02acd430ba10f5a3b524863157f1c1341311
0
ansible-init/roles/vimrc
7,414
[ "no_license" ]
[ { "path": "ansible-init/roles/vimrc/vars/main.yml", "content": "users:\n - username: root\n - username: vagrant", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible-init/roles/vimrc/tasks/main.yml", "content": "---\n- name: clone vimrc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }
ansible_role
lingxiao26/vagrant-ansible
ab7d02acd430ba10f5a3b524863157f1c1341311
0
ansible-init/roles/zsh
7,414
[ "no_license" ]
[ { "path": "ansible-init/roles/zsh/tasks/extra.yml", "content": "---\n- name: create .zsh\n file:\n state: directory\n dest: ~{{ username }}/.zsh\n become: yes\n become_user: \"{{ username }}\"\n loop: \"{{ users | map(attribute='username') | list }}\"\n loop_control:\n loop_var: username\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2123, "all_permissive": false }
ansible_role
younglinuxer/zebra-kubeasz
d1a905a25d6683cf821e0476945e7570fb8f5127
0
kubeasz-3.0.0/roles/cluster-addon
7,414
[ "no_license" ]
[ { "path": "kubeasz-3.0.0/roles/cluster-addon/tasks/ingress.yml", "content": "\n- name: 创建 nginx-ingress部署\n shell: \"{{ base_dir }}/bin/kubectl apply -f {{ base_dir }}/roles/cluster-addon/templates/nginx-ingress\"\n run_once: true\n connection: local\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
younglinuxer/zebra-kubeasz
d1a905a25d6683cf821e0476945e7570fb8f5127
0
kubeasz-3.0.0/roles/zebra-base
7,414
[ "no_license" ]
[ { "path": "kubeasz-3.0.0/roles/zebra-base/templates/zebra-mysql/zebra-mysql.yaml", "content": "\n---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n namespace: default\n name: rabbitmq\n annotations:\n k8s.kuboard.cn/workload: rabbitmq\n k8s.kuboard.cn/displayName: rabbitmq\n deployment.kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9726, "all_permissive": false }
ansible_role
pavaraj29/ansible-windows
4c476d9c7cae8a3d91727fcc0c651ef80b7f1a7f
0
windows/roles/configure_iis
7,414
[ "no_license" ]
[ { "path": "windows/roles/configure_iis/handlers/main.yml", "content": "---\n# handlers file for configure_iis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "windows/roles/configure_iis/defaults/main.yml", "content": "---\n# defaults file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2155, "all_permissive": false }
ansible_role
pavaraj29/ansible-windows
4c476d9c7cae8a3d91727fcc0c651ef80b7f1a7f
0
windows/roles/create_db
7,414
[ "no_license" ]
[ { "path": "windows/roles/create_db/tasks/main.yml", "content": "---\n# tasks file for create_db\n- name: mssql installation\n script: files/create_db.ps1 MSSQLSERVER51 devopsdb1\n tags: createdb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1726, "all_permissive": false }
ansible_role
pavaraj29/ansible-windows
4c476d9c7cae8a3d91727fcc0c651ef80b7f1a7f
0
windows/roles/install_iis
7,414
[ "no_license" ]
[ { "path": "windows/roles/install_iis/handlers/main.yml", "content": "---\n# handlers file for install_iis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "windows/roles/install_iis/tasks/main.yml", "content": "---\n# tasks file for install_iis...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 362, "all_permissive": false }
ansible_role
pavaraj29/ansible-windows
4c476d9c7cae8a3d91727fcc0c651ef80b7f1a7f
0
windows/roles/mssql_install
7,414
[ "no_license" ]
[ { "path": "windows/roles/mssql_install/vars/main.yml", "content": "---\n# vars file for mssql_install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "windows/roles/mssql_install/files/mssql_install.ps1", "content": "param(\n [Parameter(Posi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1513, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/common
7,414
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Ensure hostname set\n hostname:\n name: \"{{ inventory_hostname }}\"\n when: not inventory_hostname is match('(\\d{1,3}\\.){3}\\d{1,3}')\n register: hostname\n tags: hostname\n\n- name: Generate /etc/hosts file\n template:\n src=hosts.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/dashboard
7,414
[ "no_license" ]
[ { "path": "roles/dashboard/tasks/main.yml", "content": "---\n# - name: Install k8s Dashboard\n# become: no\n# k8s_raw:\n# state: present\n# definition: \"{{ lookup('url', 'https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml')}}\"\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2781, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/firewall
7,414
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "- name: Install ufw ( Firewall )\n apt:\n name: ufw\n state: present\n\n- name: Limit the ssh connection\n ufw:\n rule: limit\n port: ssh\n proto: tcp\n\n- name: Allow openssh server\n ufw:\n rule: allow\n name: OpenSSH\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1951, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/ingress
7,414
[ "no_license" ]
[ { "path": "roles/ingress/files/4-deploy-ingress-control.yml", "content": "apiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\n name: nginx-ingress-controller\n namespace: ingress\nspec:\n replicas: 1\n revisionHistoryLimit: 3\n template:\n metadata:\n labels:\n app: nginx-ingres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6451, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/kubeadm
7,414
[ "no_license" ]
[ { "path": "roles/kubeadm/tasks/main.yml", "content": "---\n# tasks file for kubeadm\n- include: docker.yml\n\n- name: Install python PIP\n apt:\n name: python-pip\n state: latest\n\n- name: Install pip openshift\n pip:\n name: openshift\n state: latest\n\n# https://gist.github.com/alexellis/fd...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2499, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/master
7,414
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n- name: Reset Kubernetes\n shell: kubeadm reset -f\n when: clean_install\n register: kubeadm_reset\n\n- name: \"pull images {{ kubernetes_version }}\"\n shell: kubeadm config images pull\n when: kubeadm_reset is not skipped\n become: true\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2152, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/metallb
7,414
[ "no_license" ]
[ { "path": "roles/metallb/tasks/main.yml", "content": "# - name: install MetalLB (Loadbalancer)\n# become: no\n# k8s_raw:\n# state: present\n# definition: \"{{ lookup('url', 'https://raw.githubusercontent.com/google/metallb/v0.7.3/manifests/metallb.yaml', validate_certs=false)}}\"\n- name: instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/ssh
7,414
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Make directory\n file:\n path: /home/{{ sshuser }}/.ssh\n state: directory\n- name: Check that the authorized keys file exists\n stat:\n path: /home/{{ sshuser }}/.ssh/authorized_keys\n register: stat_result\n- name: Create empty file\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/sudo
7,414
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "- name: NOPASSWD sudo\n lineinfile: \"dest=/etc/sudoers.d/{{ sshuser }}\n create=yes state=present mode=0440\n owner=root group=root\n line='{{ sshuser }} ALL=(ALL) NOPASSWD: ALL'\"\n notify: \"restart machine\"", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
gilliangoud/k8s
7f5ff6665d7c839bd0955901c53a1350f6374dd4
0
roles/workers
7,414
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yml", "content": "---\n# tasks file for minions\n- name: Reset Kubernetes\n shell: kubeadm reset -f\n when: clean_install\n register: kubeadm_reset\n\n- name: Join Kubernetes Cluster\n shell: kubeadm join --ignore-preflight-errors=all --token {{ token }} {{ groups['ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
thursdaddy/dotfiles
d1e5dcbc29d9bec1c70c7029caa5774936366eb5
0
roles/thurs.dotfiles
7,414
[ "no_license" ]
[ { "path": "roles/thurs.dotfiles/tasks/main.yml", "content": "---\n- include_vars: \"{{ ansible_distribution | lower | replace(' ', '') }}.yml\"\n tags:\n - always\n- include_tasks: \"{{ ansible_distribution | lower | replace(' ', '') }}.yml\"\n tags:\n - always\n\n- name: dots block\n block:\n -...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3806, "all_permissive": false }
ansible_role
runsap/runsap.hana
be537d6826f82a351ceb6e66372fc20a441d7a5f
0
roles/client_patch
7,414
[ "no_license" ]
[ { "path": "roles/client_patch/tasks/check-software.yml", "content": "---\n- name: Check if software exists\n block:\n - name: Is software available '{{software_location}}'\n stat:\n path: \"{{software_location}}\"\n register: software_available\n - name: Software not available\n fail:\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2735, "all_permissive": false }
ansible_role
runsap/runsap.hana
be537d6826f82a351ceb6e66372fc20a441d7a5f
0
roles/hdb_backup
7,414
[ "no_license" ]
[ { "path": "roles/hdb_backup/tasks/main.yml", "content": "- name: File backup\n block:\n - name: Inlcude location\n ansible.builtin.include_tasks: backup_location.yml\n - name: Perform backup\n ansible.builtin.include_tasks: perform_backup.yml\n vars:\n backup_method: FILE\n backup_lo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2486, "all_permissive": false }
ansible_role
runsap/runsap.hana
be537d6826f82a351ceb6e66372fc20a441d7a5f
0
roles/hdb_restore
7,414
[ "no_license" ]
[ { "path": "roles/hdb_restore/tasks/perform_restore.yml", "content": "- name: Inform user that restore will be started\n ansible.builtin.debug:\n msg: |\n --------------------------------------------------------------------\n\n The restore will be started in the next step.\n\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2819, "all_permissive": false }
ansible_role
runsap/runsap.hana
be537d6826f82a351ceb6e66372fc20a441d7a5f
0
roles/server_patch
7,414
[ "no_license" ]
[ { "path": "roles/server_patch/tasks/db-version-show.yml", "content": "---\n- name: What is the current sap hana version\n ansible.builtin.shell: |\n set timeout 20\n /usr/sap/{{ sap_sid | upper }}/HDB{{ hana_instance_nr }}/HDB version\n register: hdbversion\n become: true\n become_user: \"{{ sap_s...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5466, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_project
19015996aba8bcf7d10dd49f8276b57eb06f1c04
0
dz/roles/dbserver
7,414
[ "no_license" ]
[ { "path": "dz/roles/dbserver/templates/my.cnf.j2", "content": "[client]\nuser=root\npassword='{{ <PASSWORD> }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "dz/roles/dbserver/tasks/main.yml", "content": "---\n# tasks file for roles/dbserve...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4843, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_project
19015996aba8bcf7d10dd49f8276b57eb06f1c04
0
dz/roles/inetRouter
7,414
[ "no_license" ]
[ { "path": "dz/roles/inetRouter/tasks/main.yml", "content": "---\n# tasks file for roles/inetRouter\n\n- name: Set timezone to Europe/Moscow\n timezone:\n name: Europe/Moscow\n\n- name: Set ip forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n sysctl_set: yes\n reload: yes\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_project
19015996aba8bcf7d10dd49f8276b57eb06f1c04
0
dz/roles/log
7,414
[ "no_license" ]
[ { "path": "dz/roles/log/tasks/rsyslog_c.yml", "content": "---\n# tasks file for roles/log\n\n- name: Check rsyslog \n yum: \n name: rsyslog\n state: present\n notify: start rsyslog\n\n- name: Copy rsyslog config\n copy:\n src: rsyslog_c.conf\n dest: /etc/rsyslog.conf\n notify: restart rsyslo...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1083, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_project
19015996aba8bcf7d10dd49f8276b57eb06f1c04
0
dz/roles/webserver
7,414
[ "no_license" ]
[ { "path": "dz/roles/webserver/files/scripts/bootstrap.sh", "content": "#!/usr/bin/env bash\n\ndisk=$(fdisk -l | grep 5368 | awk -F ':' '{print $1}' | sed 's/\\Disk \\/dev//')\n\nuseradd -m borg\necho password | passwd borg --stdin\necho y | mkfs.ext4 /dev$disk\nmkdir /backup/\necho /dev$disk /backup/ ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6570, "all_permissive": false }
ansible_role
konstantin-zubarev/dz_project
19015996aba8bcf7d10dd49f8276b57eb06f1c04
0
dz/roles/zabbix
7,414
[ "no_license" ]
[ { "path": "dz/roles/zabbix/handlers/main.yml", "content": "---\n# handlers file for roles/zabbix\n\n- name: start nginx\n systemd:\n name: nginx\n state: started\n enabled: yes\n\n- name: restart nginx\n systemd:\n name: nginx\n state: restarted\n\n- name: start php-fpm\n systemd:\n nam...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6504, "all_permissive": false }
ansible_role
jinleileiking/kafka-playbooks
47a696d3de6353c14aa9e1d1df77a21f5958a17b
0
roles/kafka
7,414
[ "no_license" ]
[ { "path": "roles/kafka/tasks/kafka.yml", "content": "---\n- name: copy dest files\n tags: deploy\n copy: src=dist/kafka/{{ dist_filename }}.tgz dest={{ ansible_env.HOME }}\n\n- name: untar\n tags: deploy\n shell: tar xvf {{ dist_filename }}.tgz\n args: \n chdir: \"{{ ansible_env.HOME }}\"\n\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2070, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/chromium_flatpak
7,414
[ "no_license" ]
[ { "path": "roles/chromium_flatpak/tasks/main.yaml", "content": "---\n- name: Install Chromium Flatpak\n community.general.flatpak:\n name: \"org.chromium.Chromium\"\n remote: flathub\n executable: /usr/bin/flatpak\n method: system\n state: present\n become: false\n\n- name: Grant access for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 978, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/cleanup
7,414
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yaml", "content": "---\n- name: Log removing packages\n ansible.builtin.debug:\n msg: \"{{ dnf_packages_cleanup }}\"\n\n- name: Remove DNF packages\n ansible.builtin.dnf:\n name: \"{{ dnf_packages_cleanup }}\"\n state: absent\n allowerasing: true\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/container
7,414
[ "no_license" ]
[ { "path": "roles/container/tasks/main.yaml", "content": "---\n# docker tasks\n# #############################################################################\n- name: Install dnf-plugins-core\n ansible.builtin.dnf:\n name: dnf-plugins-core\n state: present\n when: container_engine == \"docker\" and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2220, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/cursors
7,414
[ "no_license" ]
[ { "path": "roles/cursors/tasks/main.yaml", "content": "---\n- name: Download macOS cursors archive\n ansible.builtin.get_url:\n url: \"{{ cursors_archive_url }}\"\n dest: \"{{ cursors_archive_path }}\"\n mode: \"0644\"\n register: download_result\n changed_when: download_result.changed\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1206, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/dnf
7,414
[ "no_license" ]
[ { "path": "roles/dnf/tasks/main.yaml", "content": "---\n- name: Log installing packages\n ansible.builtin.debug:\n msg: \"{{ dnf_packages }}\"\n\n- name: Install DNF packages\n ansible.builtin.dnf:\n name: \"{{ dnf_packages }}\"\n state: present\n become: true\n when: (dnf_packages | default([]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/dotfiles
7,414
[ "no_license" ]
[ { "path": "roles/dotfiles/files/.gitconfig", "content": "[user]\n name = <NAME>\n email = <EMAIL>\n[includeIf \"gitdir:~/Github/WORK/\"]\n path = ~/.gitconfig-work\n[includeIf \"gitdir:~/Bitbucket/\"]\n path = ~/.gitconfig-work\n[alias]\n lol = log --graph --decorate --pretty=oneline --abbrev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 12263, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/flatpak
7,414
[ "no_license" ]
[ { "path": "roles/flatpak/tasks/main.yaml", "content": "---\n- name: Log install apps\n ansible.builtin.debug:\n msg: \"{{ flatpak_packages }}\"\n\n- name: Install apps\n community.general.flatpak:\n name: \"{{ flatpak_packages }}\"\n remote: flathub\n executable: /usr/bin/flatpak\n method: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/gnome_terminal
7,414
[ "no_license" ]
[ { "path": "roles/gnome_terminal/tasks/main.yaml", "content": "---\n- name: Install gnome-terminal\n ansible.builtin.dnf:\n name: \"gnome-terminal\"\n state: present\n become: true\n\n- name: Load gnome-terminal settings\n ansible.builtin.shell: |\n dconf load /org/gnome/terminal/legacy/profiles:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/gnome_text_editor
7,414
[ "no_license" ]
[ { "path": "roles/gnome_text_editor/tasks/main.yaml", "content": "---\n- name: Load gnome-text-editor settings\n ansible.builtin.shell: |\n dconf load /org/gnome/TextEditor/ < {{ role_path }}/files/preferences.conf\n changed_when: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/google_chrome
7,414
[ "no_license" ]
[ { "path": "roles/google_chrome/tasks/main.yaml", "content": "---\n- name: Download Google Chrome\n ansible.builtin.get_url:\n url: https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm\n dest: /tmp/google-chrome-stable_current_x86_64.rpm\n mode: \"0644\"\n\n- name: Import Goog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/google_chrome_flatpak
7,414
[ "no_license" ]
[ { "path": "roles/google_chrome_flatpak/tasks/main.yaml", "content": "---\n- name: Install Google Chrome Flatpak\n community.general.flatpak:\n name: \"com.google.Chrome\"\n remote: flathub\n executable: /usr/bin/flatpak\n method: system\n state: present\n become: false\n\n- name: Grant acce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 976, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/intellij_idea
7,414
[ "no_license" ]
[ { "path": "roles/intellij_idea/files/config/options/linux/keymap.xml", "content": "<application>\n <component name=\"KeymapManager\">\n <active_keymap name=\"BG-KEYMAP\" />\n </component>\n</application>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7744, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/keybindings
7,414
[ "no_license" ]
[ { "path": "roles/keybindings/tasks/main.yaml", "content": "---\n- name: Load screenshot keybindings\n ansible.builtin.shell: |\n dconf load /org/gnome/shell/keybindings/ < {{ role_path }}/files/screenshot.conf\n changed_when: true\n\n- name: Remove existing media keys keybindings\n ansible.builtin.she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/konsole
7,414
[ "no_license" ]
[ { "path": "roles/konsole/tasks/main.yaml", "content": "---\n- name: Install konsole\n ansible.builtin.dnf:\n name: \"konsole\"\n state: present\n become: true\n\n- name: Ensure konsole profile directory exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.local/share/konsole\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1667, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/microsoft_edge_flatpak
7,414
[ "no_license" ]
[ { "path": "roles/microsoft_edge_flatpak/tasks/main.yaml", "content": "---\n- name: Install Microsoft Edge Flatpak\n community.general.flatpak:\n name: \"com.microsoft.Edge\"\n remote: flathub\n executable: /usr/bin/flatpak\n method: system\n state: present\n become: false\n\n- name: Grant a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/nautilus
7,414
[ "no_license" ]
[ { "path": "roles/nautilus/tasks/main.yaml", "content": "---\n- name: Load Nautilus settings\n ansible.builtin.shell: |\n dconf load /org/gnome/nautilus/preferences/ < {{ role_path }}/files/preferences.conf\n changed_when: true\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
zbhavyai/fedora-setup
1d1475e7ac0562acd7b7011adaf6dc39d71394ab
4
roles/port_open
7,414
[ "no_license" ]
[ { "path": "roles/port_open/tasks/main.yaml", "content": "---\n- name: Log opening ports\n ansible.builtin.debug:\n msg: \"Opening ports: {{ port_open_list }}\"\n\n- name: Open and persist firewall ports\n ansible.posix.firewalld:\n port: \"{{ item }}/tcp\"\n state: enabled\n permanent: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }