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 | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/bash-prompt | 227 | [
"no_license"
] | [
{
"path": "roles/bash-prompt/tasks/main.yml",
"content": "# Custom bash prompt\n- name: copy ps1 script into ~/.config/\n template:\n src: templates/home/user/.config/ps1.sh.j2\n dest: \"{{ansible_facts.user_dir}}/.config/ps1.sh\"\n- name: source ps1 script from bashrc\n lineinfile:\n path: \"{{a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/i3 | 227 | [
"no_license"
] | [
{
"path": "roles/i3/handlers/main.yml",
"content": "---\n# handlers file for i3\n- name: i3 reload config\n shell: i3-msg reload\n- name: i3 restart inplace\n shell: i3-msg restart || true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
"path": "roles/i3... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/i3-dpms | 227 | [
"no_license"
] | [
{
"path": "roles/i3-dpms/templates/home/user/scripts/i3-dpms/lock.sh.j2",
"content": "#!/bin/bash\n\nlock() {\n i3lock \\\n -c 000000 \\\n --show-failed-attempts \\\n --ignore-empty-password \\\n{% if i3lock_background_image is string %} \\\n -i {{ i3lock_background_image }} \\\n{% endif %} \\\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/i3-screencap | 227 | [
"no_license"
] | [
{
"path": "roles/i3-screencap/tasks/debian.yml",
"content": "- name: apt install scrot\n apt:\n name: scrot\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/i3-screencap/tasks/main.yml",
"content": "# i3 keyboard bindsym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2095,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/i3-volume | 227 | [
"no_license"
] | [
{
"path": "roles/i3-volume/tasks/main.yml",
"content": "# i3 keyboard bindsyms: volume\n- name: add volume control bindsyms to i3 config\n notify: i3 reload config\n lineinfile:\n path: \"{{ansible_facts.user_dir}}/.config/i3/config\"\n line: \"{{item}}\"\n loop:\n - \"bindsym {{raise_volume_key... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/i3blocks-bar | 227 | [
"no_license"
] | [
{
"path": "roles/i3blocks-bar/tasks/debian.yml",
"content": "- name: apt install i3blocks\n apt:\n name: i3blocks\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/i3blocks-bar/templates/home/user/.config/i3blocks/scripts/net... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9580,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/user-bin | 227 | [
"no_license"
] | [
{
"path": "roles/user-bin/defaults/main.yml",
"content": "---\nuser_bin_set_path_file: \"{{ansible_facts.user_dir}}/.bash_profile\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/user-bin/tasks/main.yml",
"content": "- name: make ~/bin\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/wicd-on | 227 | [
"no_license"
] | [
{
"path": "roles/wicd-on/templates/home/user/scripts/wicd-on/wicd-on.sh.j2",
"content": "#!/bin/bash\n\npython3 {{ansible_facts.user_dir}}/scripts/wicd-on/wicd-on.py;\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/wicd-on/templates/home/us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3770,
"all_permissive": false
} |
ansible_role | johnmgoodman/my-playbook | 747bcc30ad84651d5e700fd710fdb9badc840e38 | 0 | roles/wicd-wifi | 227 | [
"no_license"
] | [
{
"path": "roles/wicd-wifi/tasks/main.yml",
"content": "---\n# tasks file for wicd-wifi\n- import_tasks: debian.yml\n when: ansible_facts['os_family']|lower == 'debian'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/wicd-wifi/defaults/main... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | xarenard/ansible_vagrant_nginx_ec2 | 45f83106208b5be6c66d1bf2d32ae750137d7cbf | 0 | roles/nginx | 227 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx package\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items: \"{{ nginx_packages }}\"\n when: (\"ansible_os_family == 'Debian'\")\n tags:\n nginx\n\n- name: add nginx main configuration\n template:\n src: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/build_sv_timestamp_analysis | 227 | [
"permissive"
] | [
{
"path": "roles/build_sv_timestamp_analysis/tasks/main.yaml",
"content": "# Copyright (C) 2025 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name: Clone sv-timestamp-analysis\n git:\n repo: https://github.com/seapath/sv-timestamp-analysis\n dest: ../sv-timestamp-analysis\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/build_sv_timestamp_logger | 227 | [
"permissive"
] | [
{
"path": "roles/build_sv_timestamp_logger/tasks/main.yaml",
"content": "# Copyright (C) 2025 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name: set platform\n set_fact:\n target_architecture: \"{{ hostvars[subscriber_name]['target_platform'] | default(target_platform) }}\"\n- name: Clone... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 776,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/build_svtrace | 227 | [
"permissive"
] | [
{
"path": "roles/build_svtrace/templates/svtrace.cfg.j2",
"content": "[DEFAULT]\nSV_INTERFACE={{ sv_interface }}\nSV_BUFFER_SIZE=100000\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 64
},
{
"path": "roles/build_svtrace/tasks/main.yaml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 596,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/deploy_sv_timestamp_logger | 227 | [
"permissive"
] | [
{
"path": "roles/deploy_sv_timestamp_logger/tasks/main.yaml",
"content": "# Copyright (C) 2025 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name: set platform\n set_fact:\n target_architecture: \"{{ hostvars[inventory_hostname]['target_platform'] | default(target_platform) }}\"\n- name: T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/end_sv_timestamp_logger | 227 | [
"permissive"
] | [
{
"path": "roles/end_sv_timestamp_logger/tasks/main.yaml",
"content": "# Copyright (C) 2025 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name: set platform\n set_fact:\n target_architecture: \"{{ hostvars[inventory_hostname]['target_platform'] | default(target_platform) }}\"\n- name: Gene... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 900,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/end_svtrace | 227 | [
"permissive"
] | [
{
"path": "roles/end_svtrace/tasks/main.yaml",
"content": "# Copyright (C) 2025 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name: End svtrace\n command:\n killall --wait \"svtrace.py\" --signal SIGINT\n- name: Fetch svtrace result file\n synchronize:\n src: /tmp/results\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/generate_sv_timestamp_results | 227 | [
"permissive"
] | [
{
"path": "roles/generate_sv_timestamp_results/tasks/main.yaml",
"content": "# Copyright (C) 2024 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name: Get publisher hostname\n set_fact:\n publisher_name: \"{{ hostvars[groups['publisher'][0]].inventory_hostname }}\"\n- name: Generate SV resu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 938,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/run_sv_timestamp_logger | 227 | [
"permissive"
] | [
{
"path": "roles/run_sv_timestamp_logger/tasks/main.yaml",
"content": "# Copyright (C) 2025 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name: set platform\n set_fact:\n target_architecture: \"{{ hostvars[inventory_hostname]['target_platform'] | default(target_platform) }}\"\n- name: Stop... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1174,
"all_permissive": true
} |
ansible_role | seapath/svtrace-ansible | 4752c68a0acdffe65a38bd100cbed2c009b5799b | 0 | roles/run_svtrace | 227 | [
"permissive"
] | [
{
"path": "roles/run_svtrace/tasks/main.yaml",
"content": "# Copyright (C) 2025 <NAME>, Inc.\n# SPDX-License-Identifier: Apache-2.0\n---\n- name : Run svtrace\n shell: |\n . {{ svtrace_venv_path }}/bin/activate\n taskset -c {{ svtrace_core }} svtrace.py --record --conf /etc/svtrace.cfg --machine {{ \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 763,
"all_permissive": true
} |
ansible_role | daro1337/ansible | eb3d2a6c6fb74881f4eebc5ff1bac84d55b12840 | 0 | roles/ubuntu | 227 | [
"no_license"
] | [
{
"path": "roles/ubuntu/tasks/users.yml",
"content": " - name: Set authorized key for root\n authorized_key:\n user: root\n key: '{{ item }}'\n state: present\n with_file:\n - ../files/ssh-keys/daro.pub\n\n - name: Create users assigns to group, set password.\n user:\n na... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1669,
"all_permissive": false
} |
ansible_role | capitanfuturo/oci-free-pulumi | 35d34018772fcd2775b163d257728242da5857ed | 0 | oci-free/configuration/roles/docker | 227 | [
"no_license"
] | [
{
"path": "oci-free/configuration/roles/docker/defaults/main.yml",
"content": "# docker\ndocker_edition: \"ce\"\ndocker_package_state: present\ndocker_service_state: started\ndocker_service_enabled: true\ndocker_service_manage: true\ndocker_users:\n - ubuntu\n\n# docker compose\ndocker_install_compose_plug... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | capitanfuturo/oci-free-pulumi | 35d34018772fcd2775b163d257728242da5857ed | 0 | oci-free/configuration/roles/noip | 227 | [
"no_license"
] | [
{
"path": "oci-free/configuration/roles/noip/tasks/main.yml",
"content": "- name: Check if client is to build\n stat:\n path: /usr/local/bin/noip-duc\n register: client_bin\n\n- name: Download noip duc client\n ansible.builtin.get_url:\n url: https://dmej8g5cpdyqd.cloudfront.net/downloads/noip-duc_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1514,
"all_permissive": false
} |
ansible_role | capitanfuturo/oci-free-pulumi | 35d34018772fcd2775b163d257728242da5857ed | 0 | oci-free/configuration/roles/ubuntu-bootstrap | 227 | [
"no_license"
] | [
{
"path": "oci-free/configuration/roles/ubuntu-bootstrap/defaults/main.yml",
"content": "reboot_always: No\nreboot_delay: 8\nreboot_up_delay: 16\nreboot_message: \"Ansible role robertdebock.reboot initiated a reboot.\"\n\nntp_enabled: True\nntp_timezone: Europe/Berlin\n\nswap_file_size_mb: \"4096\"\nswap_sw... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | avanderm/overlord | ba843850744e0d8598e819e5a72fa446f6554f20 | 0 | roles/bundles | 231 | [
"no_license"
] | [
{
"path": "roles/bundles/handlers/main.yml",
"content": "---\n# handlers file for bundles",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/bundles/tasks/main.yml",
"content": "---\n# tasks file for bundles\n- name: Install bundles\n packa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/avr-dev | 231 | [
"no_license"
] | [
{
"path": "roles/avr-dev/tasks/main.yml",
"content": "- name: Install AVR dev tools\n become: true\n community.general.pacman:\n update_cache: true\n name:\n - avr-gdb # debugger\n - avr-gcc # compiler\n - avr-libc # libraries\n - avrdude # firmware download\n - make ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/bluetooth | 231 | [
"no_license"
] | [
{
"path": "roles/bluetooth/tasks/main.yml",
"content": "- name: Install bluetooth utilities\n become: true\n community.general.pacman:\n update_cache: false\n name:\n - bluez-utils # bluetoothctl\n state: present\n register: pacman_output\n changed_when:\n - pacman_output.packages is de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/docker | 231 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install docker\n become: true\n community.general.pacman:\n update_cache: true\n name:\n - docker\n - docker-compose\n - docker-buildx\n - fuse-overlayfs\n state: present\n register: pacman_output\n changed_when:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/fastfetch | 231 | [
"no_license"
] | [
{
"path": "roles/fastfetch/vars/main.yml",
"content": "fastfetch_config_dir: \"{{ ansible_env.HOME }}/.config/fastfetch\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/fastfetch/tasks/main.yml",
"content": "- name: Ensure fastfetch co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/ghostty | 231 | [
"no_license"
] | [
{
"path": "roles/ghostty/tasks/main.yml",
"content": "- name: Install ghostty\n become: true\n community.general.pacman:\n update_cache: false\n name:\n - ghostty\n state: present\n register: pacman_output\n changed_when:\n - pacman_output.packages is defined\n - pacman_output.packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/git | 231 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Ensure git config directory exists\n ansible.builtin.file:\n path: \"{{ git_config_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Symlink git config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/{{ item.src }}\"\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/greetd | 231 | [
"no_license"
] | [
{
"path": "roles/greetd/tasks/arch.yml",
"content": "- name: Install greetd packages\n become: true\n community.general.pacman:\n update_cache: true\n name:\n - greetd\n state: present\n\n# - name: Enable greetd service\n# become: true\n# ansible.builtin.service:\n# name: greetd\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/hyprland | 231 | [
"no_license"
] | [
{
"path": "roles/hyprland/vars/main.yml",
"content": "hyprland_config_dir: \"{{ ansible_env.HOME }}/.config/hypr\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/hyprland/tasks/main.yml",
"content": "- name: Install pacman packages\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/install-packages-desktop | 231 | [
"no_license"
] | [
{
"path": "roles/install-packages-desktop/vars/main.yml",
"content": "aur_helper: \"yay\"\naur_helper_dir: \"/tmp/.{{ aur_helper }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/install-packages-desktop/tasks/ubuntu.yml",
"content":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/install-packages-system | 231 | [
"no_license"
] | [
{
"path": "roles/install-packages-system/tasks/main.yml",
"content": "- name: Arch\n ansible.builtin.include_tasks: \"arch.yml\"\n when: ansible_distribution | lower == 'archlinux'\n\n- name: Alpine\n ansible.builtin.include_tasks: \"alpine.yml\"\n when: ansible_distribution | lower == 'alpine'\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3115,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/kde | 231 | [
"no_license"
] | [
{
"path": "roles/kde/vars/main.yml",
"content": "kde_config_dir: \"{{ ansible_env.HOME }}/.config\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/kde/tasks/main.yml",
"content": "- name: Install pacman packages\n become: true\n comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/keepass | 231 | [
"no_license"
] | [
{
"path": "roles/keepass/tasks/main.yml",
"content": "- name: Install KeePassXC\n become: true\n community.general.pacman:\n update_cache: false\n name:\n - keepassxc\n state: present\n register: pacman_output\n changed_when:\n - pacman_output.packages is defined\n - pacman_output.pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/kicad | 231 | [
"no_license"
] | [
{
"path": "roles/kicad/tasks/main.yml",
"content": "- name: Install KiCad package\n become: true\n community.general.pacman:\n update_cache: false\n name:\n - kicad\n - kicad-library\n - kicad-library-3d\n\n- name: Clone KiCad library repo\n ansible.builtin.git:\n repo: \"{{ kicad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/lazygit | 231 | [
"no_license"
] | [
{
"path": "roles/lazygit/vars/main.yml",
"content": "lazygit_config_dir: \"{{ ansible_env.HOME }}/.config/lazygit\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/lazygit/tasks/main.yml",
"content": "- name: Ensure lazygit config direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/locale | 231 | [
"no_license"
] | [
{
"path": "roles/locale/tasks/main.yml",
"content": "- name: Ensure locale(s) exist\n become: true\n ansible.builtin.locale_gen:\n name:\n - en_US.UTF-8\n - sv_SE.UTF-8\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/neovim | 231 | [
"no_license"
] | [
{
"path": "roles/neovim/files/init.lua",
"content": "local set = vim.opt\n\nset.tabstop = 2\nset.shiftwidth = 2\nset.shiftround = true\nset.expandtab = true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/neovim/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/package-handler-settings | 231 | [
"no_license"
] | [
{
"path": "roles/package-handler-settings/tasks/arch.yml",
"content": "- name: Enable colour in pacman output\n become: true\n ansible.builtin.lineinfile:\n path: /etc/pacman.conf\n search_string: '#Color'\n line: Color\n\n- name: Enable pacman easter egg\n become: true\n ansible.builtin.linein... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/plex | 231 | [
"no_license"
] | [
{
"path": "roles/plex/vars/main.yml",
"content": "aur_helper: \"yay\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "roles/plex/tasks/main.yml",
"content": "- name: Install Plex for Desktop\n kewlfft.aur.aur:\n use: \"{{ aur_helper }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/printer | 231 | [
"no_license"
] | [
{
"path": "roles/printer/tasks/main.yml",
"content": "- name: Install printing utilities\n become: true\n community.general.pacman:\n update_cache: true\n name:\n - cups # Printing\n - ghostscript\n - print-manager # KDE compatibility\n - system-config-printer # CUPS printer conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/ssh | 231 | [
"no_license"
] | [
{
"path": "roles/ssh/vars/main.yml",
"content": "ssh_config_dir: \"{{ ansible_env.HOME }}/.ssh\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/ssh/tasks/main.yml",
"content": "- name: \"Ensure {{ ssh_config_dir }} directory exists\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/steam | 231 | [
"no_license"
] | [
{
"path": "roles/steam/tasks/main.yml",
"content": "- name: Enable multilib repo stage 1\n become: true\n ansible.builtin.lineinfile:\n dest: \"/etc/pacman.conf\"\n state: \"present\"\n line: \"[multilib]\"\n regexp: \"^\\\\[multilib\\\\]\"\n insertafter: \"^#\\\\[multilib\\\\]\"\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/teams | 231 | [
"no_license"
] | [
{
"path": "roles/teams/tasks/main.yml",
"content": "- name: Install Microsoft Teams\n kewlfft.aur.aur:\n use: yay\n update_cache: true\n name:\n - teams-for-linux\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/tmux | 231 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- name: Ensure tmux config directory exists\n ansible.builtin.file:\n path: \"{{ tmux_config_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Symlink tmux config\n ansible.builtin.file:\n src: \"{{ role_path }}/files/{{ item.src }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2188,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/vim | 231 | [
"no_license"
] | [
{
"path": "roles/vim/files/vimrc",
"content": "\" Set 'nocompatible' mode to prevent unintended behaviour\nset nocompatible\n\n\" Attempt to determine the type of a file based on its name and possibly its\n\" contents. Use this to allow intelligent auto-indenting for each filetype,\n\" and for plugins that ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1497,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/virt-manager | 231 | [
"no_license"
] | [
{
"path": "roles/virt-manager/tasks/main.yml",
"content": "- name: Install virtualization packages\n become: true\n community.general.pacman:\n update_cache: true\n name:\n - dnsmasq\n - libvirt\n - qemu-base\n - virt-manager\n - qemu-hw-usb-host # Needed for USB passthrough... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/virtualbox | 231 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yml",
"content": "- name: Install VirtualBox packages\n become: true\n community.general.pacman:\n update_cache: true\n name:\n - virtualbox\n - virtualbox-host-modules-arch\n - virtualbox-guest-iso\n\n- name: Ensure a vboxusers group exists\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/vscodium | 231 | [
"no_license"
] | [
{
"path": "roles/vscodium/files/settings.json",
"content": "{\n \"security.workspace.trust.untrustedFiles\": \"open\",\n \"git.openRepositoryInParentFolders\": \"always\",\n \"workbench.startupEditor\": \"none\",\n \"editor.fontFamily\": \"'MesloLGS Nerd Font Mono', 'monospace', monospace\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1676,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/wireguard | 231 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/main.yml",
"content": "- name: Install Wireguard GUI client\n kewlfft.aur.aur:\n use: \"{{ aur_helper }}\"\n update_cache: true\n name:\n - wireguird # Wireguard GUI client\n state: present",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | znibb/dotfiles | 2e89684cb77c0bb6b732c6cdbd8b165705a682cb | 0 | roles/zsh | 231 | [
"no_license"
] | [
{
"path": "roles/zsh/files/themes/palette-blue.toml",
"content": "\n# Colour theming - Blue\n[palettes.gruvbox]\ncolor_fg0 = '#fbf1c7'\n\ncolor_bg0 = '#003366'\ncolor_bg1 = '#264d80'\ncolor_bg2 = '#4d73b3'\ncolor_bg3 = '#7399cc'\ncolor_bg4 = '#99bfff'\ncolor_bg5 = '#bfdbff'\ncolor_bg6 = '#cce6ff'\n\ncolor_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9393,
"all_permissive": false
} |
ansible_role | scalp42/ec2_postgres_cluster | 5a3ada7e8d808b2f0d3cc546af9657007ed7d6de | 0 | ansible/roles/postgres | 231 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/templates/pg_hba.conf.j2",
"content": "{# -*- mode: jinja2 -*- #}\n\n# pg_hba.conf\n\n# Managed by Ansible; manual edits will be lost!\n# Last updated: {{ ansible_date_time.iso8601 }}\n\n# TYPE DATABASE USER ADDRESS METHOD\n{% for item in ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6366,
"all_permissive": false
} |
ansible_role | stzakar/study_ansible | 950788f8fd93a21ddbcc4bfa9e5098d00e6adee3 | 0 | roles/deploy_apache_web | 231 | [
"no_license"
] | [
{
"path": "roles/deploy_apache_web/defaults/main.yml",
"content": "---\n# defaults file for deply_apache_web\ndestin_folder: /var/www/html\nsh_ipt_pwd: /etc/NetworkManager/dispatcher.d/pre-up.d/iptables.sh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2069,
"all_permissive": false
} |
ansible_role | stzakar/study_ansible | 950788f8fd93a21ddbcc4bfa9e5098d00e6adee3 | 0 | roles/deploy_iptables | 231 | [
"no_license"
] | [
{
"path": "roles/deploy_iptables/handlers/main.yml",
"content": "---\n# handlers file for deploy_iptables\n- name: Cent OS handlers\n block:\n - name: IP_tables_save\n shell: iptables-save > /etc/sysconfig/iptables\n\n - name: IP_tables_restore\n copy:\n dest: \"{{ cent_ipt_pwd }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1557,
"all_permissive": false
} |
ansible_role | venmaniselvan/HAkube8-ansibleplaybook | 48dc36d9737c98422a51ece24bdc8301215839e7 | 0 | roles/haproxy | 231 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n# tasks file for haproxy\n- name: Update YUM package\n yum: name=* state=latest\n- name: Install haproxy\n yum:\n name: haproxy\n state: present\n- name: Stop haproxy service\n service:\n name: haproxy\n state: stopped\n- name: Set se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | venmaniselvan/HAkube8-ansibleplaybook | 48dc36d9737c98422a51ece24bdc8301215839e7 | 0 | roles/kubeadm-init-master | 231 | [
"no_license"
] | [
{
"path": "roles/kubeadm-init-master/tasks/main.yml",
"content": "---\n# tasks file for kubeadm-init-master\n- name: reset kubeadm\n shell: kubeadm reset -f\n- name: verify the haproxy service\n service:\n name: haproxy\n state: started\n- name: Initializing Kubernetes cluster\n shell: kubeadm init... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | venmaniselvan/HAkube8-ansibleplaybook | 48dc36d9737c98422a51ece24bdc8301215839e7 | 0 | roles/kubeadm-join-masters | 231 | [
"no_license"
] | [
{
"path": "roles/kubeadm-join-masters/tasks/main.yml",
"content": "---\n# tasks file for kubeadm-join-masters\n- name: reset kubeadm\n shell: kubeadm reset -f\n- name: Generated token - 1.\n local_action: shell sed -n 73,75p ./token > ./mastertoken\n- name: Copy master token\n copy:\n src: mastertoken... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | venmaniselvan/HAkube8-ansibleplaybook | 48dc36d9737c98422a51ece24bdc8301215839e7 | 0 | roles/kubeadm-join-workers | 231 | [
"no_license"
] | [
{
"path": "roles/kubeadm-join-workers/tasks/main.yml",
"content": "---\n# tasks file for kubeadm-join-workers\n- name: reset kubeadm\n shell: kubeadm reset -f\n- name: Generated token - 1.\n local_action: shell sed -n 83,84p ./token > ./workertoken\n- name: Copy master token\n copy:\n src: workertoken... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | venmaniselvan/HAkube8-ansibleplaybook | 48dc36d9737c98422a51ece24bdc8301215839e7 | 0 | roles/prerequisites | 231 | [
"no_license"
] | [
{
"path": "roles/prerequisites/tasks/main.yml",
"content": "---\n# tasks file for prerequisites\n- name: Upgrade all packages\n yum: name=* state=latest\n- name: Install Docker\n package:\n name: docker\n state: latest\n become: yes\n- name: Start Docker service\n service:\n name: docker\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1352,
"all_permissive": false
} |
ansible_role | dschier-wtd/presentations | 368b01beebebc5b5de83b6826dc35e69145b9ea7 | 8 | 20220215-ansible-anwendertreffen/ansible/collections/ansible_collections/namespace/collection/roles/bash | 231 | [
"no_license"
] | [
{
"path": "20220215-ansible-anwendertreffen/ansible/collections/ansible_collections/namespace/collection/roles/bash/meta/argument_specs.yml",
"content": "---\n# roles/bash/meta/argument_specs.yml\n\nargument_specs:\n # roles/bash/tasks/main.yml entry point\n main:\n short_description: \"The main entryp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | roopalya/Wordress-with-Cloudformation | 6fa60d032556a21117281117144c27e92f228cb4 | 0 | roles/wordpress | 231 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Download WordPress \n get_url: \n url=https://wordpress.org/latest.tar.gz \n dest=/tmp/wordpress.tar.gz\n validate_certs=no \n become: true\n\n- name: Extract WordPress \n unarchive: src=/tmp/wordpress.tar.gz dest=/var/www/ c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1734,
"all_permissive": false
} |
ansible_role | mendinuetaj/gorilla-test | 49f61bf3e6f79ff87217e82b23d2b128f4c4bffc | 0 | ansible/playbooks/gorilla-test/roles/administrable | 231 | [
"no_license"
] | [
{
"path": "ansible/playbooks/gorilla-test/roles/administrable/tasks/main.yml",
"content": "- name: Create admin group\n become: true\n group:\n name: admin\n state: present\n\n- name: Attach admin group to sudoers\n become: true\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | SedaMelkhi/skincare | ffeac0808e432c01929258cd05557e1e545f2229 | 0 | ansible/roles/docker | 231 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "---\n- name: Gather facts - need ansible_distribution_release\n setup:\n gather_subset: all\n changed_when: false\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | sofinan/infra | f67453355777963aec56cf7a5d33737061a98bbf | 0 | infra/ansible/roles/app | 230 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for app\n- name: Add unit file for Puma\n copy:\n src: puma.service\n dest: /etc/systemd/system/puma.service\n notify: reload puma\n\n- name: Add config for DB connection\n template:\n src: db_config.j2\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | sofinan/infra | f67453355777963aec56cf7a5d33737061a98bbf | 0 | infra/ansible/roles/db | 230 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/db/tasks/main.yml",
"content": "---\n# tasks file for db\n- name: Change mongo config file\n template:\n src: mongod.conf.j2\n dest: /etc/mongod.conf\n mode: 0644\n notify: restart mongod\n\n- name: Show info abouit the env this host belongs to\n debug:\n msg: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | ALEXGRISHIN1405/Ansible | e9c49335b159427a0c23691b472210983b183c39 | 0 | ansible-playbook/roles/api | 230 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/api/tasks/main.yml",
"content": "---\n- name: Установка необходимых пакетов для API\n apt:\n name:\n - python3\n - python3-pip\n state: present\n\n- name: Установка Flask\n pip:\n name: Flask\n\n- name: Создание директории для API\n file:\n path: /o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | ALEXGRISHIN1405/Ansible | e9c49335b159427a0c23691b472210983b183c39 | 0 | ansible-playbook/roles/basic | 230 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/basic/tasks/main.yml",
"content": "---\n\n - name: Обновление списка пакетов\n apt:\n update_cache: yes\n\n - name: Установка необходимых пакетов\n apt:\n name:\n - vim\n - git\n - curl\n - ufw\n - htop\n - apache2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | ALEXGRISHIN1405/Ansible | e9c49335b159427a0c23691b472210983b183c39 | 0 | ansible-playbook/roles/postgresql | 230 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/postgresql/tasks/main.yml",
"content": "---\n- name: Установка необходимых пакетов для PostgreSQL\n apt:\n name: python3-psycopg2\n state: present\n\n- name: Добавление GPG ключа для PostgreSQL\n apt_key:\n url: \"https://www.postgresql.org/media/keys/ACCC4CF8.as... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1884,
"all_permissive": false
} |
ansible_role | JonathanPorta/ansible-minecraft | 599138922eba1673a4659817d06e63d64885621b | 4 | roles/bungee | 230 | [
"no_license"
] | [
{
"path": "roles/bungee/tasks/main.yml",
"content": "---\n# Install a bungee server\n- name: Bungee Server | {{ username }} should exist.\n user: name={{ username }}\n\n- name: Bungee Server | Installation directory should exist.\n shell: mkdir -p {{ installation_directory }} owner={{ username }} group={{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3031,
"all_permissive": false
} |
ansible_role | JonathanPorta/ansible-minecraft | 599138922eba1673a4659817d06e63d64885621b | 4 | roles/common | 230 | [
"no_license"
] | [
{
"path": "roles/common/tasks/tasks/yum.yml",
"content": "---\n# Install some YUM packages and make sure the system is up to date.\n- name: Yum | Update system.\n yum: name=* state=latest\n\n- name: Yum | Install user tools.\n yum: name={{ item }} state=latest\n with_items:\n - vim\n - git\n - wget\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1405,
"all_permissive": false
} |
ansible_role | JonathanPorta/ansible-minecraft | 599138922eba1673a4659817d06e63d64885621b | 4 | roles/spigot | 230 | [
"no_license"
] | [
{
"path": "roles/spigot/tasks/main.yml",
"content": "---\n# Install a spigot server\n- name: Spigot Server | {{ username }} should exist.\n user: name={{ username }}\n\n- name: Spigot Server | Installation directory should exist.\n shell: mkdir -p {{ installation_directory }} owner={{ username }} group={{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5562,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/install_digest_cm | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/install_digest_cm/README.md",
"content": "install_digest_cm\n===============================================================================\n\nThis role installs the additional ConfigMaps that enable disconnected install support in early Maximo Application Suite operators. ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3903,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/mirror_case_prepare | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/mirror_case_prepare/defaults/main.yml",
"content": "---\n# Target Registry\n# -----------------------------------------------------------------------------\nregistry_public_host: \"{{ lookup('env', 'REGISTRY_PUBLIC_HOST') }}\"\nregistry_public_port: \"{{ lookup('env', 'REGIST... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9505,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/mirror_extras_prepare | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/mirror_extras_prepare/vars/catalog.yml",
"content": "---\nextra_images:\n - name: cpopen/ibm-maximo-operator-catalog\n registry: icr.io\n tag: \"{{ catalog_tag }}\"\n digest: \"{{ catalog_digest }}\"\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 10773,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/mirror_images | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/mirror_images/tasks/main.yml",
"content": "---\n# 1. Check for undefined properties that do not have a default\n# -----------------------------------------------------------------------------\n- name: \"{{ manifest_name }} : Fail if required properties are not provided\"\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7249,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/ocp_contentsourcepolicy | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/ocp_contentsourcepolicy/tasks/main.yml",
"content": "---\n# Configure the Cluster to pull images from the mirror\n# - Configure the Image Content Source Policy\n# - wait for nodes to restart\n\n\n# 1. Param check\n# ------------------------------------------------------------... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7991,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/ocp_operators_mirror | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/ocp_operators_mirror/defaults/main.yml",
"content": "---\n# Get Registry facts from environment variables if they have not been passed to the role\nregistry_public_host: \"{{ lookup('env', 'REGISTRY_PUBLIC_HOST') }}\"\nregistry_public_port: \"{{ lookup('env', 'REGISTRY_PUBLIC... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8129,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/ocp_release_mirror | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/ocp_release_mirror/README.md",
"content": "case_mirror\n===========\nThis role uses the specifed OpenShift Release to mirror the OpenShift release container images to the mirror registry and configure the cluster to pull images from this mirror.\n\nWhen mirroring is complete,... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6689,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/registry | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/registry/templates/namespace.yml.j2",
"content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: \"{{ registry_namespace }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "ibm/mas_airgap/roles/registry/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 14535,
"all_permissive": false
} |
ansible_role | ibm-mas/ansible-airgap | 1675821e6485ee1adca2d04dbfac34fbe98de82b | 0 | ibm/mas_airgap/roles/simulate_network | 230 | [
"no_license"
] | [
{
"path": "ibm/mas_airgap/roles/simulate_network/templates/mc.yml.j2",
"content": "---\napiVersion: machineconfiguration.openshift.io/v1\nkind: MachineConfig\nmetadata:\n labels:\n machineconfiguration.openshift.io/role: worker\n name: 50-workers-etc-hosts-config\nspec:\n config:\n ignition:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6516,
"all_permissive": false
} |
ansible_role | Alphaegen/Docker-Swarm-demo | 8f300cd01b69a532fbebbab7b68b15a601948c20 | 0 | roles/database | 230 | [
"no_license"
] | [
{
"path": "roles/database/defaults/main.yml",
"content": "---\n# defaults file for database\ncustomer: default\nenviron: default",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/database/tasks/main.yml",
"content": "- name: Install Docker\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | Alphaegen/Docker-Swarm-demo | 8f300cd01b69a532fbebbab7b68b15a601948c20 | 0 | roles/docker | 230 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for roles/docker\n- name: add gpg key\n apt_key:\n url: \"{{ docker_repo_key }} \"\n state: present\n\n- name: Add repository\n apt_repository:\n repo: \"{{ docker_repo }}\"\n\n- name: Remove wrong packages\n apt:\n name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | Alphaegen/Docker-Swarm-demo | 8f300cd01b69a532fbebbab7b68b15a601948c20 | 0 | roles/network | 230 | [
"no_license"
] | [
{
"path": "roles/network/defaults/main.yml",
"content": "---\n# defaults file for roles/network\ncustomer: default\nenviron: default",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/network/tasks/main.yml",
"content": "---\n# tasks file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | Alphaegen/Docker-Swarm-demo | 8f300cd01b69a532fbebbab7b68b15a601948c20 | 0 | roles/swarm | 230 | [
"no_license"
] | [
{
"path": "roles/swarm/tasks/main.yml",
"content": "---\n# tasks file for swarm\n- name: check/init swarm\n docker_swarm:\n state: present\n register: __output_swarm\n when: inventory_hostname in groups['swarm_managers'][0]\n\n- name: install manager\n docker_swarm:\n state: join\n timeout: 60\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | Alphaegen/Docker-Swarm-demo | 8f300cd01b69a532fbebbab7b68b15a601948c20 | 0 | roles/web | 230 | [
"no_license"
] | [
{
"path": "roles/web/defaults/main.yml",
"content": "---\n# defaults file for web\ncustomer: default\nenviron: default\nsource_port: 8080\nweb_port: 80\napp_image: alphaegen/swarm-demo\nreplicas: 1\ncpus: 0.5\nmem: 500M",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | TarQ1/ServerDeploy | 826c541e9fb384f5f3b21546d3c1ab890495ed34 | 0 | roles/fail2ban | 230 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": "--- \n\n- name : \"update apt\"\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name : \"install fail2ban\"\n apt:\n pkg=fail2ban\n state=latest\n\n- name : \"start fail2ban\"\n service :\n name : fail2ban\n state : started... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | TarQ1/ServerDeploy | 826c541e9fb384f5f3b21546d3c1ab890495ed34 | 0 | roles/mount | 230 | [
"no_license"
] | [
{
"path": "roles/mount/tasks/main.yml",
"content": "--- \n\n- name : \"mount md0 harddrive\"\n ansible.posix.mount:\n path: UUID=e3c6d63f-9105-4b12-82f3-91947ab1a565\n src: /dev/disk0\n fstype: ext4\n opts: defaults\n state: present\n\n- name : \"mount md2 harddrive\"\n ansible.posix.mount:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | TarQ1/ServerDeploy | 826c541e9fb384f5f3b21546d3c1ab890495ed34 | 0 | roles/ssh | 230 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "--- \n\n- name : \"import ssh config\"\n template:\n src: sshd_config\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: \"0644\"\n\n notify: \"reload config\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | praveensams16/dec_ansible | c4d6e7c64a46bf7cd0052a4b70f28f419ce0d153 | 0 | roles/apache | 226 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for roles/apache\n- name: installing packages \n yum: \n name: \"{{ item }}\"\n state: \"installed\"\n with_items:\n - \"{{ pack }}\"\n delegate_to: \"node03\"\n\n- name: copying the template \n template:\n src: \"htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | praveensams16/dec_ansible | c4d6e7c64a46bf7cd0052a4b70f28f419ce0d153 | 0 | roles/commands | 226 | [
"no_license"
] | [
{
"path": "roles/commands/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - commands",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/commands/defaults/main.yml",
"content": "---\n# defaults file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | praveensams16/dec_ansible | c4d6e7c64a46bf7cd0052a4b70f28f419ce0d153 | 0 | roles/shortcuts | 226 | [
"no_license"
] | [
{
"path": "roles/shortcuts/files/fun.sh",
"content": "des()\n\t{\n\tdocker ps -aq | xargs docker stop \n\tdocker ps -aq | xargs docker rm\n\t} \n\nalias st='docker ps -a'\n\ncom()\n\t{\n\tgit add .\n\tgit commit -am \"test\"\n\tgit push origin master\n }\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1156,
"all_permissive": false
} |
ansible_role | andreaslindeboom/singlebox-mesos | fd7bae480548de2073d9d1bf81aaed6df1e6113d | 0 | ansible/roles/docker | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: add Docker GPG key\n apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=58118E89F3A912897C070ADBF76221572C52609D\n\n- name: add Docker repository to sources\n apt_repository: repo='deb https://apt.dockerproject.org/repo ubun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | andreaslindeboom/singlebox-mesos | fd7bae480548de2073d9d1bf81aaed6df1e6113d | 0 | ansible/roles/mesos | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/mesos/tasks/main.yml",
"content": "---\n- name: ensure master node is running\n docker:\n name: mesos-master\n image: andreaslindeboom/mesos-master\n ports: 5050:5050\n state: present\n\n- name: ensure slave node is running\n docker:\n name: mesos-slave\n image: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | andreaslindeboom/singlebox-mesos | fd7bae480548de2073d9d1bf81aaed6df1e6113d | 0 | ansible/roles/provisioning-tools | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/provisioning-tools/tasks/main.yml",
"content": "---\n- name: Install Python\n apt: name=python state=present\n\n- name: Install pip\n apt: name=python-pip state=present\n\n- name: Install Docker-py\n pip: name=docker-py version=1.2.2\n\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | Cocossoul/minecraft_server | 45a393de5c5c7d09c2f1a2906fc901c5317bcb96 | 0 | infra/roles/copy_ssh_key | 226 | [
"no_license"
] | [
{
"path": "infra/roles/copy_ssh_key/tasks/main.yml",
"content": "---\n- name: Set authorized keys taken from url\n ansible.posix.authorized_key:\n user: \"{{ ansible_user }}\"\n state: present\n key: https://github.com/cocossoul.keys\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | Cocossoul/minecraft_server | 45a393de5c5c7d09c2f1a2906fc901c5317bcb96 | 0 | infra/roles/core | 226 | [
"no_license"
] | [
{
"path": "infra/roles/core/tasks/main.yml",
"content": "---\n- name: Update and upgrade apt packages\n become: true\n ansible.builtin.apt:\n update_cache: true\n upgrade: true\n cache_valid_time: 86400 # Cache valid for a day\n\n- name: Install unattended-upgrades\n become: true\n ansible.buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | Cocossoul/minecraft_server | 45a393de5c5c7d09c2f1a2906fc901c5317bcb96 | 0 | infra/roles/docker | 226 | [
"no_license"
] | [
{
"path": "infra/roles/docker/handlers/main.yml",
"content": "---\n- name: Restart the Docker service\n become: true\n ansible.builtin.systemd:\n name: docker.service\n daemon_reload: true\n state: restarted\n enabled: true\n masked: false\n listen: \"restart docker service\"\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | ROBERTPASCAL/labo | 1391049b2c994c238d5b757d5112a674e08c2e93 | 1 | ansible/roles/search_head | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/search_head/tasks/10_install_mc.yml",
"content": "- name: Copy Mission Control App to server\n copy:\n src: \"../apps/{{ splunk_mc_app }}\"\n dest: /tmp/mc_app.tgz\n\n- name: Unarchive Mission Control App\n unarchive:\n src: /tmp/mc_app.tgz\n dest: /opt/splunk/etc/apps... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7074,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.