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 | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | 1 | ansible_old/roles/capture | 7,508 | [
"no_license"
] | [
{
"path": "ansible_old/roles/capture/tasks/main.yml",
"content": "- user:\n name: capture\n groups: wireshark\n shell: /bin/false\n home: /var/run/capture\n- file: \n path: /srv/capture\n state: directory\n owner: capture\n group: capture\n mode: 0755\n- file:\n path: /var/log/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 866,
"all_permissive": false
} |
ansible_role | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | 1 | ansible_old/roles/mon-if | 7,508 | [
"no_license"
] | [
{
"path": "ansible_old/roles/mon-if/handlers/main.yml",
"content": "- name: mon-if up\n systemd:\n name: mon-if\n state: restarted \n daemon_reload: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible_old/roles/mon-if/tasks/main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | 1 | ansible_old/roles/ntp | 7,508 | [
"no_license"
] | [
{
"path": "ansible_old/roles/ntp/tasks/main.yml",
"content": "- lineinfile:\n path: /etc/ntp.conf \n regexp: \"server 0.debian.pool.ntp.org iburst\"\n line: \"#server 0.debian.pool.ntp.org iburst\"\n notify: restart ntp\n- lineinfile:\n path: /etc/ntp.conf \n regexp: \"server 1.debian.pool.n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | 1 | ansible_old/roles/static_ip | 7,508 | [
"no_license"
] | [
{
"path": "ansible_old/roles/static_ip/handlers/main.yml",
"content": "- name: reboot os\n include: 'reboot_os.yml'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible_old/roles/static_ip/tasks/main.yml",
"content": "- template:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | 1 | ansible_old/roles/tshark | 7,508 | [
"no_license"
] | [
{
"path": "ansible_old/roles/tshark/tasks/main.yml",
"content": "- apt: \n name: tshark\n- lineinfile:\n path: /usr/share/wireshark/init.lua\n regexp: '^disable_lua ='\n line: 'disable_lua = true'\n- group:\n name: wireshark\n state: present\n- file:\n path: /usr/bin/dumpcap\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | 1 | ansible_old/roles/zabbix-agent | 7,508 | [
"no_license"
] | [
{
"path": "ansible_old/roles/zabbix-agent/files/etc/zabbix/scripts/check_seconds_behind_pcap.sh",
"content": "#!/bin/bash\n\nPCAP_DIR=\"/var/log/capture\"\n\nfnc_get_file_date () {\n\t# /var/log/capture/packet_01802_20170526135516.pcap\n\tfile_name_full_path=$1\t\n\tif [ \"${file_name_full_path}\" != \"\" ]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2762,
"all_permissive": false
} |
ansible_role | klargdev/IaC-ERD-Backend | 105c8ea8c25bbeeca5ba53246efe9f13bc934a7c | 0 | roles/elasticsearch | 7,508 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Verify system requirements\n assert:\n that:\n - ansible_memtotal_mb > 2000\n - ansible_processor_vcpus > 1\n msg: \"System doesn't meet minimum requirements (2GB RAM, 2 CPUs)\"\n\n- name: Install prerequisites\n apt:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6984,
"all_permissive": false
} |
ansible_role | klargdev/IaC-ERD-Backend | 105c8ea8c25bbeeca5ba53246efe9f13bc934a7c | 0 | roles/kibana | 7,508 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n- name: Install Kibana\n apt:\n name: kibana\n state: present\n update_cache: yes\n\n- name: Create Kibana directories\n file:\n path: \"{{ item.path }}\"\n state: directory\n owner: \"{{ item.owner }}\"\n group: \"{{ item.grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5874,
"all_permissive": false
} |
ansible_role | klargdev/IaC-ERD-Backend | 105c8ea8c25bbeeca5ba53246efe9f13bc934a7c | 0 | roles/thehive | 7,508 | [
"no_license"
] | [
{
"path": "roles/thehive/tasks/main.yml",
"content": "---\n- name: Add TheHive GPG key\n apt_key:\n url: https://raw.githubusercontent.com/TheHive-Project/TheHive/master/PGP-PUBLIC-KEY\n state: present\n\n- name: Ensure keyrings directory exists\n file:\n path: /etc/apt/keyrings\n state: direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5710,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/alacritty | 7,508 | [
"no_license"
] | [
{
"path": "roles/alacritty/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name: alacritty\n state: latest\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/awesome | 7,508 | [
"no_license"
] | [
{
"path": "roles/awesome/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name: awesome\n state: latest\n update_cache: yes\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/brave | 7,508 | [
"no_license"
] | [
{
"path": "roles/brave/tasks/Ubuntu.yml",
"content": "---\n- name: \"Ensure required packages are installed (Debian/Ubuntu)\"\n ansible.builtin.apt:\n name: apt-transport-https\n state: present\n become: true\n\n- name: \"Download Brave's GPG key\"\n get_url:\n url: https://brave-browser-apt-rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/bruno | 7,508 | [
"no_license"
] | [
{
"path": "roles/bruno/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install via Flatpak\"\n ansible.builtin.flatpak:\n name: com.usebruno.Bruno\n state: present\n\n- name: \"Install Bruno CLI\"\n ansible.builtin.npm:\n name: \"@usebruno/cli\"\n state: present\n global: yes\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/dbeaver | 7,508 | [
"no_license"
] | [
{
"path": "roles/dbeaver/handlers/main.yml",
"content": "- name: Clean up .deb file after installation\n ansible.builtin.file:\n path: /tmp/dbeaver-ce_latest_amd64.deb\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/discord | 7,508 | [
"no_license"
] | [
{
"path": "roles/discord/tasks/Ubuntu.yml",
"content": "- name: \"Install via Flatpak\"\n ansible.builtin.flatpak:\n name: com.discordapp.Discord\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/docker | 7,508 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/Ubuntu.yml",
"content": "---\n# These steps are based on the official Docker documentation: https://docs.docker.com/engine/install/ubuntu/#installation-methods\n- name: \"Update APT cache\"\n ansible.builtin.apt:\n update_cache: true\n become: true\n\n- name: \"Install dep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1907,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/flatpak | 7,508 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.package:\n name: flatpak\n state: present\n become: true\n\n- name: \"Add Flathub remote\"\n community.general.flatpak_remote:\n name: \"flathub\"\n flatpakrepo_url: \"https://flathub.org/repo/f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/fonts | 7,508 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/Ubuntu.yml",
"content": "---\n- name: \"Check if FiraCode is installed\"\n ansible.builtin.shell:\n cmd: fc-list | grep -q \"FiraCode\"\n register: font_installed\n ignore_errors: yes\n\n- name: \"Download FiraCode\"\n ansible.builtin.get_url:\n url: https://github.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/fzf | 7,508 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/Ubuntu.yml",
"content": "---\n- name: \"Uninstall APT fzf\"\n ansible.builtin.apt:\n name: fzf\n state: absent\n become: true\n\n- name: \"Clone Latest Version\"\n ansible.builtin.git:\n repo: https://github.com/junegunn/fzf.git\n depth: 1\n dest: \"{{ ansible_us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/gcloud | 7,508 | [
"no_license"
] | [
{
"path": "roles/gcloud/tasks/Ubuntu.yml",
"content": "---\n- name: \"Ensure required packages are installed (Debian/Ubuntu)\"\n ansible.builtin.apt:\n name: apt-transport-https\n state: present\n become: yes\n\n- name: \"Check if Google Cloud SDK repository exists\"\n ansible.builtin.shell:\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/git | 7,508 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: \"Run Tasks: {{ distribution_name }}\"\n ansible.builtin.include_tasks: \"{{ distribution_name }}.yml\"\n\n- name: \"Set diff.colorMoved\"\n community.general.git_config:\n name: diff.colorMoved\n scope: global\n value: zebra\n\n- nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2004,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/go | 7,508 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n- name: \"Run {{ distribution_name }} Tasks\"\n ansible.builtin.import_tasks: \"{{ distribution_name }}.yml\"\n\n- name: \"Install Packages\"\n import_tasks: packages.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/lua | 7,508 | [
"no_license"
] | [
{
"path": "roles/lua/tasks/main.yml",
"content": "---\n- name: \"Run {{ distribution_name }} Tasks\"\n ansible.builtin.import_tasks: \"{{ distribution_name }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/lua/tasks/Ubuntu.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/music | 7,508 | [
"no_license"
] | [
{
"path": "roles/music/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install via Flatpak\"\n ansible.builtin.flatpak:\n name: com.spotify.Client\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/neofetch | 7,508 | [
"no_license"
] | [
{
"path": "roles/neofetch/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name: neofetch\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/neofetch/tasks/main.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/neovim | 7,508 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install build prerequisites\"\n ansible.builtin.apt:\n name:\n - ninja-build\n - cmake\n - gettext\n - curl\n - build-essential\n state: present\n become: yes\n\n- name: \"Create ~/src directory if it does... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1462,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/npm | 7,508 | [
"no_license"
] | [
{
"path": "roles/npm/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install Node.js with nvm\"\n shell: |\n bash -ic \"source ~/.nvm/nvm.sh && nvm install node\"\n args:\n creates: ~/.nvm/versions/node\n\n- name: \"Set default Node.js version\"\n shell: |\n bash -ic \"source ~/.nvm/nvm.sh && nvm ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/nvm | 7,508 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/Ubuntu.yml",
"content": "---\n- name: \"Create ~/.nvm directory if it doesn't exist\"\n file:\n path: \"{{ ansible_user_dir }}/.nvm\"\n state: directory\n\n- name: \"Download Latest Version JSON\"\n ansible.builtin.uri:\n url: https://api.github.com/repos/nvm-sh/nvm/rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/obsidian | 7,508 | [
"no_license"
] | [
{
"path": "roles/obsidian/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n community.general.flatpak:\n name: \"md.obsidian.Obsidian\"\n state: present\n\n- name: \"Create vaults dir\"\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/vaults\"\n state: directory\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/pass | 7,508 | [
"no_license"
] | [
{
"path": "roles/pass/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install dependencies for gopass\"\n ansible.builtin.apt:\n name:\n - git\n - gnupg\n - rng-tools\n state: present\n become: yes\n\n- name: \"Add gopass GPG key\"\n ansible.builtin.shell: |\n curl -fsSLo /usr/share... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/python | 7,508 | [
"no_license"
] | [
{
"path": "roles/python/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name:\n - python3\n - python3-pip\n - python3-venv\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/ruby | 7,508 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name:\n - ruby\n - ruby-dev\n - rubygems\n state: latest\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/rust | 7,508 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install packages\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop:\n - rustc\n - cargo\n become: true\n\n# - name: \"Cargo | Install [sshs]\"\n# ansible.builtin.command: \"carg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/screenlock | 7,508 | [
"no_license"
] | [
{
"path": "roles/screenlock/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name: xscreensaver\n state: latest\n update_cache: yes\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/slack | 7,508 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install via Flatpak\"\n ansible.builtin.flatpak:\n name: com.slack.Slack\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/spf | 7,508 | [
"no_license"
] | [
{
"path": "roles/spf/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.shell:\n cmd: \"bash -c \\\"$(curl -sLo- https://superfile.netlify.app/install.sh)\\\"\"\n become: yes\n",
"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 | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/ssh | 7,508 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/Ubuntu.yml",
"content": "---\n- name: Create .ssh directory\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.ssh\"\n state: directory\n mode: '0700'\n\n- name: Copy SSH config template\n ansible.builtin.template:\n src: config.j2\n dest: \"{{ ansible_user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/sshfs | 7,508 | [
"no_license"
] | [
{
"path": "roles/sshfs/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name: sshfs\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/system | 7,508 | [
"no_license"
] | [
{
"path": "roles/system/tasks/Ubuntu.yml",
"content": "---\n- name: \"Update APT Repos and Upgrade APT Packages\"\n ansible.builtin.apt:\n update_cache: true\n upgrade: full\n autoremove: true\n autoclean: true\n become: true\n\n- name: \"Install\"\n ansible.builtin.apt:\n name:\n - j... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/telegram | 7,508 | [
"no_license"
] | [
{
"path": "roles/telegram/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install via Flatpak\"\n ansible.builtin.flatpak:\n name: org.telegram.desktop\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/tldr | 7,508 | [
"no_license"
] | [
{
"path": "roles/tldr/tasks/Ubuntu.yml",
"content": "---\n# - name: \"Checking for Distribution Config: {{ distribution_name }}\"\n# ansible.builtin.stat:\n# path: \"{{ role_path }}/tasks/{{ distribution_name }}.yml\"\n# register: tldr_distribution_config\n#\n# - name: \"Run Tasks: {{ distribution_n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2627,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/tmux | 7,508 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/Ubuntu.yml",
"content": "---\n- name: \"Install\"\n ansible.builtin.apt:\n name: tmux\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/tmux/tasks/main.yml",
"content": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/wezterm | 7,508 | [
"no_license"
] | [
{
"path": "roles/wezterm/tasks/Ubuntu.yml",
"content": "---\n# These steps are based on the official wezterm documentation: https://wezfurlong.org/wezterm/install/linux.html#__tabbed_1_3\n- name: \"Add WezTerm GPG key\"\n ansible.builtin.shell: \"curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | cyf0rk/dev | b342ef3c793c2b141c331b0f4ba74705d5179d67 | 0 | roles/zsh | 7,508 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/Ubuntu.yml",
"content": "- name: \"Ensure Zsh with dependencies are installed\"\n ansible.builtin.apt:\n name: zsh\n state: present\n update_cache: yes\n become: true\n\n- name: \"Ensure zsh is the default shell\"\n ansible.builtin.user:\n name: \"{{ host_user }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | mukeshsirvi18/ansible-config | f162a090123d4115a208a007c103012e48707b4e | 0 | roles/docker | 7,508 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Remove any previous Docker packages\n apt:\n name: \"{{ item }}\"\n state: absent\n loop:\n - docker.io\n - docker-doc\n - docker-compose\n - docker-compose-v2\n - podman-docker\n - containerd\n - runc\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | mukeshsirvi18/ansible-config | f162a090123d4115a208a007c103012e48707b4e | 0 | roles/jenkins | 7,508 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n- name: Install required dependencies\n apt:\n name: wget\n state: present\n update_cache: yes\n\n- name: Install Java 17\n apt:\n name: openjdk-17-jdk\n state: present\n update_cache: yes\n\n- name: Dow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1110,
"all_permissive": false
} |
ansible_role | alirezalari/openNebula | 3b192173b2a97aee4b99f4c4538073b7b5b8f2be | 0 | ansible/roles/opennebula-master | 7,509 | [
"permissive"
] | [
{
"path": "ansible/roles/opennebula-master/tasks/main.yml",
"content": "- name: Install OpenNebula master dependencies\n apt:\n name:\n - gnupg\n - wget\n - lsb-release\n state: present\n\n- name: Add OpenNebula repository key\n apt_key:\n url: https://downloads.opennebula.io/repo/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": true
} |
ansible_role | alirezalari/openNebula | 3b192173b2a97aee4b99f4c4538073b7b5b8f2be | 0 | ansible/roles/opennebula-slave | 7,509 | [
"permissive"
] | [
{
"path": "ansible/roles/opennebula-slave/tasks/main.yml",
"content": "- name: Install OpenNebula slave dependencies\n apt:\n name:\n - gnupg\n - wget\n - lsb-release\n state: present\n\n# Add more tasks for setting up the OpenNebula slave\n",
"license_type": "permissive",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": true
} |
ansible_role | beckitrue/VPN-Pritunl | 67610ab5b29bf35219229f33f4893c57c2caf1ad | 5 | roles/ntp | 7,509 | [
"no_license"
] | [
{
"path": "roles/ntp/README.md",
"content": "NTP\n=========\n\nInstalls, configures, and starts NTP service\n\nRequirements\n------------\n\nyum\n\nRole Variables\n--------------\n\nThere are no role variables as currently written.\n\nDependencies\n------------\n\nAnsible 2.8 - yum lock_timeout\n\nExample P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | beckitrue/VPN-Pritunl | 67610ab5b29bf35219229f33f4893c57c2caf1ad | 5 | roles/vpn-config | 7,509 | [
"no_license"
] | [
{
"path": "roles/vpn-config/tasks/main.yml",
"content": "---\n# This role configures the Pritunl VPN and returns the setup key and \n# default password \n\n- name: Increase open file limit\n blockinfile:\n path: /etc/security/limits.conf\n block: |\n marker: \"<!-- {mark} ANSIBLE MANAGED BLOCK -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | beckitrue/VPN-Pritunl | 67610ab5b29bf35219229f33f4893c57c2caf1ad | 5 | roles/vpn-install-pritunl | 7,509 | [
"no_license"
] | [
{
"path": "roles/vpn-install-pritunl/tasks/main.yml",
"content": "---\n# This role installs, starts, and enables Pritunl and MongoDB on \n# the AWS EC2 instance created in the vpn-provision-ec2 roles\n\n- name: Add multiple repositories into the same file (1/2)\n yum_repository:\n name: mongodb-org-4.0\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2345,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/cert-build | 7,509 | [
"no_license"
] | [
{
"path": "roles/cert-build/defaults/main.yml",
"content": "---\n# defaults file for cert-build\n# These are overwritten by querry from web interface\n\ntemp_work: []\nPriv_Key: False\nCert_OK: False\nCert_content: \"\"\n#\nCN_name: \"donotuse.com\"\n# CN_name: \"tower.oai.olympusglobal.com\"\nSAN_name: []\... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 8999,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/docker | 7,509 | [
"no_license"
] | [
{
"path": "roles/docker/README.md",
"content": "Role Name\n=========\n\nInstall Docker and also make sure correct version and enabled in startup\n\nRequirements\n------------\n\nJoined to the domain and has sys_setup completed.\n\nRole Variables\n--------------\n\ngroup_package_install: will have required p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2778,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/docker-ee | 7,509 | [
"no_license"
] | [
{
"path": "roles/docker-ee/tasks/backup/main.yml",
"content": "---\n# tasks file for docker\n\n- name: Get Installed Docker Version\n # shell: \"docker version --format '{{.Server.Version}}'\"\n shell: \"docker version --format '{{ '{{' }} .Server.Version {{ '}}' }}'\"\n register: version\n changed_when... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5618,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/docker-files | 7,509 | [
"no_license"
] | [
{
"path": "roles/docker-files/handlers/main.yml",
"content": "---\n# handlers file for docker-files\n\n- name: restart docker\n service: name=docker state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/docker-files/vars/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2053,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/geerlingguy.postfix | 7,509 | [
"no_license"
] | [
{
"path": "roles/geerlingguy.postfix/tasks/main.yml",
"content": "---\n- name: Ensure postfix is installed.\n package:\n name: postfix\n state: present\n\n- name: Update Postfix configuration.\n lineinfile:\n dest: \"{{ postfix_config_file }}\"\n line: \"{{ item.name }} = {{ item.value }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/generate_realm_scripts | 7,509 | [
"no_license"
] | [
{
"path": "roles/generate_realm_scripts/handlers/main.yml",
"content": "---\n# handlers file for generate_realm_scripts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/generate_realm_scripts/defaults/main.yml",
"content": "---\n# defaults... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/magento-redis | 7,509 | [
"no_license"
] | [
{
"path": "roles/magento-redis/templates/obj-prod.conf.j2",
"content": "# {{ ansible_managed }}\n## blueacorn redis obj-prod config\n# 0:6380 ses-prod\n# 0:6381 fpc-prod\n# 0:6382 obj-prod\n##\n\ninclude /etc/redis/base.conf\n\nport 6382\nmaxmemory 2gb\ndbfilename obj-prod.rdb\nappendfilename obj-prod.aof\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 3957,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/mysql-files | 7,509 | [
"no_license"
] | [
{
"path": "roles/mysql-files/tasks/main.yml",
"content": "---\n# tasks file for mysql-files\n\n- name: template my.cnf.j2\n template:\n src: my.cnf.j2\n dest: /etc/my.cnf\n owner: root\n group: root\n mode: 0644\n notify: restart mysqld\n\n\n\n\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1669,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/mytestrole | 7,509 | [
"no_license"
] | [
{
"path": "roles/mytestrole/tasks/main.yml",
"content": "---\n# tasks file for mytestrole\n\n- name: test copy a template testfile\n template:\n src: mytesttemplate.j2\n dest: /tmp/mytestconfig.ini\n owner: root\n group: root\n mode: 0600\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/reboot-server | 7,509 | [
"no_license"
] | [
{
"path": "roles/reboot-server/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role: ansible-role-reboot-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/reboot-server/tasks/reboot-if-kernel-up... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/system_setup | 7,509 | [
"no_license"
] | [
{
"path": "roles/system_setup/tasks/sudoers-update.yaml",
"content": "- name: Add Group to Sudoers\n lineinfile:\n dest: /etc/sudoers\n state: present\n # regexp: '^%wheel'\n regexp: '^\"%<EMAIL>\"'\n #line: '%wheel ALL=(ALL) NOPASSWD: ALL'\n line: '\"%<EMAIL>\" ALL=(ALL) NOPASSWD:... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4298,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/transfer_files | 7,509 | [
"no_license"
] | [
{
"path": "roles/transfer_files/defaults/main.yml",
"content": "---\n# defaults file for transfer_files role\n\nshare_path: /mnt/S_Drive/CertImport/\n\nshare_file: Hilary_Yen.txt\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/transfer_f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/transfer_keys | 7,509 | [
"no_license"
] | [
{
"path": "roles/transfer_keys/vars/main.yml",
"content": "---\n# vars file for transfer_keys",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/transfer_keys/tasks/main.yml",
"content": "---\n# tasks file for transfer_keys\n# This role take... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | griffin-oly/realm_tools | 6bb0436f7b463fe31b04bab58056db7adb484160 | 0 | roles/yum_updates | 7,509 | [
"no_license"
] | [
{
"path": "roles/yum_updates/tasks/reboot.yml",
"content": "---\n# Reboot has been requested\n\n# - name: Rebooting {{ inventory_hostname }}\n# command: \"/sbin/shutdown -r +1\"\n# async: 0\n# poll: 0\n# become: true\n# ignore_errors: true\n# register: rebooting\n# \n# - name: Reboot | Wait for ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1955,
"all_permissive": false
} |
ansible_role | Skanyi/LAMP-Ansible-WP | 74c04071224634d67e6e47df71dd92565c4eb0b1 | 0 | roles/apache2 | 7,509 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n- name: Update software packages cache\n apt:\n update_cache: yes \n cache_valid_time: 3600\n\n- name: Install apache2 and pip\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2652,
"all_permissive": false
} |
ansible_role | Skanyi/LAMP-Ansible-WP | 74c04071224634d67e6e47df71dd92565c4eb0b1 | 0 | roles/mysql | 7,509 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n - name: Install Mysql\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb\n - libmysqlclient-dev\n\n - name: Copy my.conf file\n comma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | Skanyi/LAMP-Ansible-WP | 74c04071224634d67e6e47df71dd92565c4eb0b1 | 0 | roles/php | 7,509 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n - name: Install PHP and extensions\n apt:\n name: \"{{ item }}\"\n state: present\n\n with_items:\n - php5\n - libapache2-mod-php5\n - php5-mcrypt\n - php5-gd\n - libssh2-php\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | Skanyi/LAMP-Ansible-WP | 74c04071224634d67e6e47df71dd92565c4eb0b1 | 0 | roles/wordpress | 7,509 | [
"no_license"
] | [
{
"path": "roles/wordpress/defaults/main.yml",
"content": "---\n# defaults file for wordpress\nwp_auth_key: <KEY>\nwp_secure_auth_key: <KEY>\nwp_logged_in_key: <KEY>\nwp_nonce_key: <KEY>\nwp_auth_salt: OSEQMqybeH_,^_&t):q,rY?qu9i9#[eL1@MtaVQZJt<EFK_.$0C2D4CKT>NQ-DF+\nwp_secure_auth_salt: 6SuNlc*W%(]{wU8C[SF... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3586,
"all_permissive": false
} |
ansible_role | zhyrkin/OTUS.Lesson33.OSPF | 7f2f17994e41f7a7448aa3ba6c600dc165211b4a | 0 | roles/disable_asymetrik_route | 7,509 | [
"no_license"
] | [
{
"path": "roles/disable_asymetrik_route/tasks/main.yml",
"content": "---\n- name: config net.ipv4.conf\n ansible.posix.sysctl:\n name: net.ipv4.conf.all.rp_filter\n value: '0'\n state: present\n sysctl_set: true\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": 150,
"all_permissive": false
} |
ansible_role | zhyrkin/OTUS.Lesson33.OSPF | 7f2f17994e41f7a7448aa3ba6c600dc165211b4a | 0 | roles/enable_ip_forwarding | 7,509 | [
"no_license"
] | [
{
"path": "roles/enable_ip_forwarding/tasks/main.yml",
"content": "---\n- name: config net.ipv4.conf\n ansible.posix.sysctl:\n name: net.ipv4.conf.all.forwarding\n value: '1'\n state: present\n sysctl_set: true\n reload: true\n\n- name: config net.ipv4.conf\n ansible.posix.sysctl:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | zhyrkin/OTUS.Lesson33.OSPF | 7f2f17994e41f7a7448aa3ba6c600dc165211b4a | 0 | roles/install_frr | 7,509 | [
"no_license"
] | [
{
"path": "roles/install_frr/tasks/main.yml",
"content": "---\n- name: Run the equivalent of \"apt-get update\" as a separate step\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install utils\n ansible.builtin.apt:\n name:\n - frr\n - frr-pythontools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2071,
"all_permissive": false
} |
ansible_role | zhyrkin/OTUS.Lesson33.OSPF | 7f2f17994e41f7a7448aa3ba6c600dc165211b4a | 0 | roles/install_utils | 7,509 | [
"no_license"
] | [
{
"path": "roles/install_utils/tasks/main.yml",
"content": "---\n- name: Run the equivalent of \"apt-get update\" as a separate step\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install utils\n ansible.builtin.apt:\n name:\n - vim\n - traceroute\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | shan5a6/ansible-roles | e57e790b8aa98dd500b4b6911b784672560a87d0 | 6 | roles/deploy-cicd | 7,509 | [
"no_license"
] | [
{
"path": "roles/deploy-cicd/tasks/main.yaml",
"content": "---\r\n# Download a WAR File to the Tomcat webapps directory to be deployed\r\n- name: Download a WAR File to the Tomcat webapps directory to be deployed\r\n maven_artifact:\r\n group_id: in.shan5a6\r\n artifact_id: myweb\r\n extension: wa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | shan5a6/ansible-roles | e57e790b8aa98dd500b4b6911b784672560a87d0 | 6 | roles/deploy-cicd-dotnet | 7,509 | [
"no_license"
] | [
{
"path": "roles/deploy-cicd-dotnet/tasks/main.yaml",
"content": "---\n- name: download the artifact from the nexus\n get_url:\n url: http://{{nexusserverip}}/repository/{{nexus_repo}}/{{nexus_appname}}/{{artifact_name}}.tar.gz\n dest: /tmp/{{artifact_name}}.tar.gz\n url_username: \"{{nexus_userna... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | shan5a6/ansible-roles | e57e790b8aa98dd500b4b6911b784672560a87d0 | 6 | roles/dotnet | 7,509 | [
"no_license"
] | [
{
"path": "roles/dotnet/templates/dotnetrepo.j2",
"content": "[packages-microsoft-com-prod]\nname=packages-microsoft-com-prod\nbaseurl=https://packages.microsoft.com/centos/7/prod\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nsslverify=1\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | shan5a6/ansible-roles | e57e790b8aa98dd500b4b6911b784672560a87d0 | 6 | roles/tomcat | 7,509 | [
"no_license"
] | [
{
"path": "roles/tomcat/handlers/main.yaml",
"content": "---\r\n- name: reload deamons\r\n systemd:\r\n daemon_reload: yes\r\n\r\n- name: restart tomcat\r\n systemd:\r\n name: tomcat-service\r\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1933,
"all_permissive": false
} |
ansible_role | martin-c/calliope-build | 7fbd2ccdf699739c7715a721d5b621b916c2a96a | 0 | deploy/playbooks/roles/basic-utilities | 7,509 | [
"no_license"
] | [
{
"path": "deploy/playbooks/roles/basic-utilities/tasks/main.yml",
"content": "---\n# This role sets up a set of basic utilities on a system\n#\n- include: Solaris.yml\n when: ansible_os_family == \"Solaris\"\n\n- include: Debian.yml\n when: ansible_os_family == \"Debian\"\n\n# set the set_root_password a... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2161,
"all_permissive": false
} |
ansible_role | martin-c/calliope-build | 7fbd2ccdf699739c7715a721d5b621b916c2a96a | 0 | deploy/playbooks/roles/gcc-arm-embedded | 7,509 | [
"no_license"
] | [
{
"path": "deploy/playbooks/roles/gcc-arm-embedded/meta/main.yml",
"content": "---\n# List Role dependencies here\ndependencies:\n - { role: basic-utilities }\n - { role: python }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "deploy/playbooks/r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3050,
"all_permissive": false
} |
ansible_role | martin-c/calliope-build | 7fbd2ccdf699739c7715a721d5b621b916c2a96a | 0 | deploy/playbooks/roles/microbit-build | 7,509 | [
"no_license"
] | [
{
"path": "deploy/playbooks/roles/microbit-build/vars/main.yml",
"content": "---\n# Define variables here, this file is automatically imported.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "deploy/playbooks/roles/microbit-build/tasks/main.yml",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2396,
"all_permissive": false
} |
ansible_role | martin-c/calliope-build | 7fbd2ccdf699739c7715a721d5b621b916c2a96a | 0 | deploy/playbooks/roles/python | 7,509 | [
"no_license"
] | [
{
"path": "deploy/playbooks/roles/python/meta/main.yml",
"content": "---\n# List Role dependencies here\ndependencies:\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "deploy/playbooks/roles/python/tasks/Debian.yml",
"content": "# tasks for ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1785,
"all_permissive": false
} |
ansible_role | cemac/jupyterhub_provisioning | 8bdc0c7792b85c7e940c1e5d2c47e5c5dd2264cd | 3 | roles/jupyterhub | 7,509 | [
"no_license"
] | [
{
"path": "roles/jupyterhub/templates/jupyterhub_config.j2",
"content": "import sys\n{% if jupyterhub_install.auth.name | default(jupyterhub_auth) == 'azure' %}\nimport os\nfrom oauthenticator.azuread_local import LocalAzureAdOAuthenticator\nc.JupyterHub.authenticator_class = LocalAzureAdOAuthenticator\nc.A... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 18177,
"all_permissive": false
} |
ansible_role | cemac/jupyterhub_provisioning | 8bdc0c7792b85c7e940c1e5d2c47e5c5dd2264cd | 3 | roles/miniconda | 7,509 | [
"no_license"
] | [
{
"path": "roles/miniconda/templates/wrapper.j2",
"content": "#!/bin/bash\nMINICONDA_DIR='{{ miniconda_install.path }}'\nexport PATH=\"${MINICONDA_DIR}/bin:${PATH}\"\nexec $(basename ${0}) \"${@}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6965,
"all_permissive": false
} |
ansible_role | cemac/jupyterhub_provisioning | 8bdc0c7792b85c7e940c1e5d2c47e5c5dd2264cd | 3 | roles/resources | 7,509 | [
"no_license"
] | [
{
"path": "roles/resources/tasks/main.yml",
"content": "---\n\n# configure:\n- import_tasks: 'configure.yml'\n tags:\n - 'configure'\n - 'configure_resources'\n - 'resources'\n - 'resources_configure'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 19188,
"all_permissive": false
} |
ansible_role | xywgo/Ansilbe | 349d8ea40a18b4bedb558fb96206dc22cf3cd1c4 | 0 | roles/bbr | 7,509 | [
"no_license"
] | [
{
"path": "roles/bbr/defaults/main.yml",
"content": "---\n# defaults file for roles/bbr\n\n# 定义 BBR 所需的最低内核版本\nbbr_min_kernel_version: \"4.9\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/bbr/vars/main.yml",
"content": "---\n# vars f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2724,
"all_permissive": false
} |
ansible_role | xywgo/Ansilbe | 349d8ea40a18b4bedb558fb96206dc22cf3cd1c4 | 0 | roles/compose | 7,509 | [
"no_license"
] | [
{
"path": "roles/compose/templates/docker-compose.j2",
"content": "#------------------------- ENVIRONMENT\n# My Docker Hosts:\n\n#------------------------- THIS COMPOSE FILE\n\n\n# +++++++++++++NETWORKS++++++++\n{% if compose_proxy_enable or compose_traefik_enable %}\nnetworks:\n {% if compose_proxy_enable... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 11875,
"all_permissive": false
} |
ansible_role | xywgo/Ansilbe | 349d8ea40a18b4bedb558fb96206dc22cf3cd1c4 | 0 | roles/init | 7,509 | [
"no_license"
] | [
{
"path": "roles/init/vars/main.yml",
"content": "---\n# vars file for /home/ubuntu/ansible/roles/init\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/init/defaults/main.yml",
"content": "---\n# defaults file for /home/ubuntu/ansible/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1770,
"all_permissive": false
} |
ansible_role | xywgo/Ansilbe | 349d8ea40a18b4bedb558fb96206dc22cf3cd1c4 | 0 | roles/swap | 7,509 | [
"no_license"
] | [
{
"path": "roles/swap/defaults/main.yml",
"content": "---\n# defaults file for swap\n# swap 文件路径\nswap_path: /swapfile\n# swap 文件大小,单位为 MB\nswap_size: 2048\n# 是否启用 swap 文件\nswap_state: present\n# 系统 swappiness 值,范围为 0-100\nswap_swappiness: 60\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2805,
"all_permissive": false
} |
ansible_role | ayosef/pynet_test | 1b750a62467fbbcb2436c035ce49d41b435f45ba | 0 | class5_ex1/roles/access_switch | 7,509 | [
"permissive"
] | [
{
"path": "class5_ex1/roles/access_switch/tasks/main.yml",
"content": "---\n- name: Generate configuration files\n template: src=access_switch.j2 dest=/home/ayosef/ANSIBLE/CFGS/{{item.hostname}}.txt\n with_items: \"{{ switches }}\"\n\n",
"license_type": "permissive",
"detected_licenses": [
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": true
} |
ansible_role | ayosef/pynet_test | 1b750a62467fbbcb2436c035ce49d41b435f45ba | 0 | class5_ex2/roles/access_switch | 7,509 | [
"permissive"
] | [
{
"path": "class5_ex2/roles/access_switch/tasks/main.yml",
"content": "---\n- name: Generate configuration file\n template: src=access_switch.j2 dest=/home/ayosef/ANSIBLE/CFGS/{{item.hostname}}.txt\n with_items: \"{{ switches }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": true
} |
ansible_role | CSCfi/fairdata-matomo | 3bbd4dc51399396f3567ec65fc27e78c0b5f591f | 0 | roles/apache2 | 7,509 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/apache2-conf.yml",
"content": "###############################################################\n# Author(s):\n# <NAME> <<EMAIL>>\n#\n# License: MIT\n#\n# (C) 2019 Copyright CSC – IT CENTER FOR SCIENCE LTD.\n# All Rights Reserved.\n##########################################... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3289,
"all_permissive": false
} |
ansible_role | CSCfi/fairdata-matomo | 3bbd4dc51399396f3567ec65fc27e78c0b5f591f | 0 | roles/docker-compose | 7,509 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "###############################################################\n# Author(s):\n# <NAME> <<EMAIL>>\n#\n# License: MIT\n#\n# (C) 2019 Copyright CSC – IT CENTER FOR SCIENCE LTD.\n# All Rights Reserved.\n###########################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | CSCfi/fairdata-matomo | 3bbd4dc51399396f3567ec65fc27e78c0b5f591f | 0 | roles/python | 7,509 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "###############################################################\n# Author(s):\n# <NAME> <<EMAIL>>\n#\n# License: MIT\n#\n# (C) 2019 Copyright CSC – IT CENTER FOR SCIENCE LTD.\n# All Rights Reserved.\n###################################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | prabhakaran2304/ansible_all | 6781014c84d117b20a8cb847a1ab257ef569e6f5 | 0 | roles/ssh-banner | 7,504 | [
"permissive"
] | [
{
"path": "roles/ssh-banner/tasks/main.yml",
"content": "---\n- name: Adding banner info in sshd.conf\n lineinfile: dest=/etc/ssh/sshd_config regexp='#Banner none' line=\"Banner /etc/issue\"\n tags:\n - ssh-banner-configuration\n\n- name: Update ssh banner\n template: src=ssh-banner.j2 dest=/etc/issue... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": true
} |
ansible_role | aleksatesic/graylog-server | 062363c729312743d2aeadccad209cfefbb8a08b | 0 | roles/graylog | 7,504 | [
"no_license"
] | [
{
"path": "roles/graylog/tasks/main.yml",
"content": "---\n# name: roles/graylog2/main.yml\n\n - name: Install common packages\n apt:\n pkg:\n - openjdk-8-jre-headless\n - apt-transport-https\n - uuid-runtime\n - pwgen\n - fail2ban\n state: present\n upd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 17868,
"all_permissive": false
} |
ansible_role | ChallengeClub-isucon14-cc4/isucon-template | 8f479f76bb8fd4a94a4938c21ed8b8ac19859098 | 0 | ansible/roles/env | 7,504 | [
"no_license"
] | [
{
"path": "ansible/roles/env/tasks/main.yaml",
"content": "--- #ファイルコピーの方が楽かもしれない\n- name: Replace XXXXX\n ansible.builtin.lineinfile:\n path: \"/home/isucon/env.sh\"\n regexp: '^XXXXX='\n line: \"XXXXX={{ nginx_ip }}\"\n backup: true # 変更前にバックアップを作成します\n notify: \n - restart_webapp\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | ChallengeClub-isucon14-cc4/isucon-template | 8f479f76bb8fd4a94a4938c21ed8b8ac19859098 | 0 | ansible/roles/web | 7,504 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/deploy_rust.yaml",
"content": "- name: Create target directory if it doesn't exist\n ansible.builtin.file:\n path: /home/isucon/webapp/rust/target/release\n state: directory\n mode: \"0755\"\n owner: isucon\n group: isucon\n\n\n- name: Copy isupipe binary\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | WhizUs/single-master-kubernetes-cluster-runbook | a678ace0f8c5e973375148573b36d48c92713a50 | 1 | ansible-playbook/roles/kubernetes-master-provisioning | 7,504 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/kubernetes-master-provisioning/tasks/copy-certificates.yml",
"content": "\n- name: create directory that contains the ca certificate and key\n file: path=/etc/kubernetes/pki/etcd/ state=directory mode=0755\n- name: copy ca cert to master nodes\n copy:\n src: /Users/eri... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2171,
"all_permissive": false
} |
ansible_role | WhizUs/single-master-kubernetes-cluster-runbook | a678ace0f8c5e973375148573b36d48c92713a50 | 1 | ansible-playbook/roles/kubernetes-node-init-setup | 7,504 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/kubernetes-node-init-setup/tasks/main.yml",
"content": "---\n - include_tasks: install-docker.yml\n - include_tasks: install-kube-tools.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "ansible-playbook/roles/k... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | WhizUs/single-master-kubernetes-cluster-runbook | a678ace0f8c5e973375148573b36d48c92713a50 | 1 | ansible-playbook/roles/kubernetes-worker-provisioning | 7,504 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/kubernetes-worker-provisioning/tasks/connect-to-master-node.yml",
"content": "- name: connect worker to master node\n command: sh /tmp/print-join-command.sh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 418,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.