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 | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/docker.io | 1,339 | [
"no_license"
] | [
{
"path": "roles/docker.io/tasks/main.yaml",
"content": "---\n - name: Install Docker.io\n become: true\n apt: name=docker.io update_cache=yes state=latest\n\n - name: Enable Docker Service\n become: true\n shell: systemctl enable docker\n - name: Restart Docker Service \n become: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/join-cluster | 1,339 | [
"no_license"
] | [
{
"path": "roles/join-cluster/tasks/main.yaml",
"content": "---\n- name: Check cluster joined or not\n become: true\n stat:\n path: /etc/kubernetes/pki/ca.crt\n register: already_joined\n\n- name: Copy join command from Ansiblehost to the worker nodes.\n when: already_joined.stat.exists == False\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/kubernetes | 1,339 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yaml",
"content": "---\n- name: Add kubernetes signed GPG key to Install\n become: true\n shell: curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add\n\n- name: Add Software Repositories\n become: true\n shell: sudo apt-add-repository \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/longhorn | 1,339 | [
"no_license"
] | [
{
"path": "roles/longhorn/tasks/main.yaml",
"content": "---\n- name: Deploy longhorn\n shell: kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml\n ignore_errors: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/metallb | 1,339 | [
"no_license"
] | [
{
"path": "roles/metallb/tasks/main.yaml",
"content": "- name: Copy metal-lb-config\n become: true\n copy:\n src: roles/metallb/files/metallb-config.yaml\n dest: /tmp/metallb-config.yaml \n mode: 0777\n- name: apply-ip-address\n become: true\n ansible.builtin.replace:\n path: /tmp/metallb-co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1019,
"all_permissive": false
} |
ansible_role | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/monitoring | 1,339 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/main.yaml",
"content": "---\n- name: Copy loki value.yaml\n become: true\n copy:\n src: roles/monitoring/files/loki-value.yaml\n dest: /tmp/loki-value.yaml\n mode: 0777\n- name: Helm Repo add loki-stack\n kubernetes.core.helm_repository:\n name: grafana\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/nginx-ingress | 1,339 | [
"no_license"
] | [
{
"path": "roles/nginx-ingress/tasks/main.yaml",
"content": "- name: Copy nginx-ingress.yaml\n become: true\n copy:\n src: roles/nginx-ingress/files/nginx-ingress.yaml\n dest: /tmp/nginx-ingress.yaml\n mode: 0777\n \n- name: Deploy nginx ingress controller\n kubernetes.core.k8s:\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/snap | 1,339 | [
"no_license"
] | [
{
"path": "roles/snap/tasks/main.yaml",
"content": "- name: Install helm\n become: true\n snap:\n name: helm\n classic: true\n state: present",
"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 | pyaephyohein/ansible-k8s-cluster | 793790c1b3d42402ee0a7871a0309ce0a2eca7db | 0 | roles/swapoff | 1,339 | [
"no_license"
] | [
{
"path": "roles/swapoff/tasks/main.yaml",
"content": "---\n- name: swapoff\n become: true\n shell: swapoff -a && sed -i.bak '/ swap / s/^\\(.*\\)$/#\\1/g' /etc/fstab\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | isaacbordas-lasalle/EntregableAnsible | 209562e93e0c77ebbeac7a0b22abca42ba9af185 | 0 | ansible/roles/copyfiles | 1,339 | [
"no_license"
] | [
{
"path": "ansible/roles/copyfiles/tasks/main.yml",
"content": "- name: Copy first_file.txt to /tmp\n copy: src=files/first_file.txt dest=/tmp/first_file.txt\n- name: Copy second_file.txt to /tmp\n copy: src=files/second_file.txt dest=/tmp/second_file.txt\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/debian | 1,339 | [
"no_license"
] | [
{
"path": "roles/debian/tasks/main.yml",
"content": "- name: Update and Upgrade Apt\n become: true\n ansible.builtin.apt:\n update_cache: true \n upgrade: true\n\n- name: Install packages using apt\n become: true\n ansible.builtin.apt:\n name: \"{{ packages.default | select | list }}\"\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/debug | 1,339 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yaml",
"content": "- name: Output Ansible Facts\n ansible.builtin.debug:\n msg: \"{{ ansible_facts }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/flatpak | 1,339 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/main.yml",
"content": "- name: Add the flathub flatpak repository remote to installation\n become: true\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: \"https://dl.flathub.org/repo/flathub.flatpakrepo\"\n\n- name: \"Install a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/immichframe | 1,339 | [
"no_license"
] | [
{
"path": "roles/immichframe/tasks/file_management.yml",
"content": "- name: Create Folders\n become: true\n ansible.builtin.file:\n path: \"{{ folder_path }}\"\n state: directory\n recurse: true\n owner: \"{{ users[0].name }}\"\n group: \"{{ 'staff' if is_macos else 'users'}}\"\n mode: ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2847,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/macosx | 1,339 | [
"no_license"
] | [
{
"path": "roles/macosx/defaults/main.yml",
"content": "macos_pkgs:\n - gnu-tar",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/macosx/tasks/main.yaml",
"content": "- name: Install required packages\n community.general.homebrew:\n na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/nextcloudcmd | 1,339 | [
"no_license"
] | [
{
"path": "roles/nextcloudcmd/tasks/main.yaml",
"content": "- name: 🔄 Perform Nextcloud Syncs\n block:\n - name: Make sure target directories exist\n ansible.builtin.file:\n path: \"{{ item.target }}\"\n state: directory\n recurse: true\n owner: \"{{ users[0].name }}\"\n group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 681,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/nixos | 1,339 | [
"no_license"
] | [
{
"path": "roles/nixos/filter_plugins/nix.py",
"content": "#!/usr/bin/python\nclass FilterModule(object):\n def filters(self):\n return {\n 'nix_list': self.filter_list\n }\n\n def filter_list(self, list: list):\n nix_list_string = '[' + \" \".join(list) + ']'\n\n ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7728,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/prune_proxmox_nodes | 1,339 | [
"no_license"
] | [
{
"path": "roles/prune_proxmox_nodes/defaults/main.yml",
"content": "pruned_nodes:\n - themisto\n\nssh_known_hosts_file: '/etc/ssh/ssh_known_hosts'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/prune_proxmox_nodes/tasks/main.yml",
"con... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1675,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/rclone-bisync | 1,339 | [
"no_license"
] | [
{
"path": "roles/rclone-bisync/tasks/main.yml",
"content": "- name: Debug\n ansible.builtin.debug:\n msg: \"Performing bisync on {{ item.remote }}\\\n and {{ item.target }}\"\n loop: \"{{ rclone_bisyncs }}\"\n when: (rclone_bisyncs is defined) and (rclone_bisyncs | length > 0)\n\n- name: 🔄 Perfo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | anultravioletaurora/books-of-plays | 52f4c862ddd234707eeb36ea775ce39de20b5353 | 1 | roles/steam-rom-manager | 1,339 | [
"no_license"
] | [
{
"path": "roles/steam-rom-manager/tasks/main.yml",
"content": "- name: Run Parsers\n ansible.builtin.command: 'steam-rom-manager add'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/steam-rom-manager/templates/userConfigurations.json.j2",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7987,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/agent2 | 1,339 | [
"no_license"
] | [
{
"path": "roles/agent2/tasks/linux/firewalld.yml",
"content": "---\n- name: Add firewalld service\n when:\n - zbxagent_listen_port == 10050\n become: true\n ansible.posix.firewalld:\n service: zabbix-agent\n permanent: true\n state: enabled\n immediate: true\n\n- name: Add firewalld port\... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 30,
"total_bytes": 73494,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/host | 1,339 | [
"no_license"
] | [
{
"path": "roles/host/vars/main.yml",
"content": "---\n_zbxhost_tls_encryption_values:\n cert: 4\n psk: 2\n unencrypted: 1\n\n_zbxhost_tls_accept: >-\n {{ _zbxhost_tls_encryption_values[zbxagent_tls_accept] if zbxagent_tls_accept is defined else omit }}\n_zbxhost_tls_connect: >-\n {{ _zbxhost_tls_encry... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 51810,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/nginx | 1,339 | [
"no_license"
] | [
{
"path": "roles/nginx/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME> (@trippsc2)\n namespace: trippsc2\n role_name: nginx\n description: This role installs NGINX as a web frontend for Zabbix Server on a Linux system.\n license: MIT\n\n min_ansible_version: '2.16'\n\n platforms:\n ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 39998,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/proxy | 1,339 | [
"no_license"
] | [
{
"path": "roles/proxy/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME> (@trippsc2)\n namespace: trippsc2\n role_name: proxy\n description: This role installs and configures the Zabbix Proxy on a Linux system.\n license: MIT\n\n min_ansible_version: '2.16'\n\n platforms:\n - name: De... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 89145,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/proxy_postgresql | 1,339 | [
"no_license"
] | [
{
"path": "roles/proxy_postgresql/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts:\n - subjects\n roles:\n - role: trippsc2.zabbix.proxy_postgresql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/proxy_post... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 25260,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/proxy_sqlite3 | 1,339 | [
"no_license"
] | [
{
"path": "roles/proxy_sqlite3/tasks/validate.yml",
"content": "---\n- name: Include OS specific variables\n ansible.builtin.include_vars: \"{{ _file }}\"\n vars:\n _file: \"{{ lookup('first_found', _params) }}\"\n _params:\n files:\n - \"{{ ansible_distribution }}-{{ ansible_distributio... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 8558,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/repo | 1,339 | [
"no_license"
] | [
{
"path": "roles/repo/vars/Ubuntu-jammy.yml",
"content": "---\n_zbx_os_is_supported: true\n_zbx_os_is_tested: true\n\n_zbx_repo_package_url_by_major_version:\n '7.2': https://repo.zabbix.com/zabbix/7.2/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.2+ubuntu22.04_all.deb\n '7.0': https:/... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 8160,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/server | 1,339 | [
"no_license"
] | [
{
"path": "roles/server/tasks/zabbix-vault-user.yml",
"content": "---\n- name: Ensure user secret is in Hashicorp Vault\n block:\n - name: Check if user secret has been created\n delegate_to: localhost\n community.hashi_vault.vault_kv2_get:\n token: \"{{ vault_token | default(omit) }}\"... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 123121,
"all_permissive": false
} |
ansible_role | trippsoft/ansible-collection-zabbix | cba01c47af39e07e39d87a46ea6375647f5dd4dd | 1 | roles/server_postgresql | 1,339 | [
"no_license"
] | [
{
"path": "roles/server_postgresql/meta/argument_specs.yml",
"content": "---\nargument_specs:\n main:\n short_description: Zabbix Server PostgreSQL\n description:\n - This role installs PostgreSQL server for use by a Zabbix Server on a Linux system.\n - This role uses **trippsc2.postgresql.... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 37142,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-base | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-base/tasks/main.yml",
"content": "---\n- block:\n\n - import_tasks: yum.yml\n tags:\n - yum\n\n - import_tasks: epel.yml\n when:\n - apigee_install_epel\n - apigee_release in apigee_releases_with_epel\n tags:\n - epel\n\n become: true\n become_user: r... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-bootstrap | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-bootstrap/tasks/main.yml",
"content": "---\n- block:\n\n - import_tasks: selinux.yml\n tags:\n - selinux\n\n - import_tasks: account.yml\n tags:\n - account\n - response\n\n - import_tasks: installation-path.yml\n tags:\n - installation-path\n\n - imp... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4983,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-dev-portal | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-dev-portal/tasks/response.yml",
"content": "---\n- name: Set PostgreSQL response file path\n set_fact:\n apigee_pdb_response_path: '{{ apigee_tmp_dir }}/response-pdb.txt'\n\n- name: Set developer portal response file path\n set_fact:\n apigee_dp_response_path: '{{ apigee_tmp_... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8300,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-edge | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-edge/templates/response-edge.txt.j2",
"content": "HOSTIP=\"{{ ansible_default_ipv4.address }}\"\n\nMSIP=\"{{ apigee.msip }}\"\nADMIN_EMAIL=\"{{ apigee_admin_email }}\"\nAPIGEE_ADMINPW=\"{{ apigee_admin_password }}\"\nLICENSE_FILE=\"{{ apigee_tmp_dir }}/license.txt\"\n\n{% if apigee.l... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 10939,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-mirror | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-mirror/tasks/systemd.yml",
"content": "---\n- name: Install Nginx service configuration\n copy:\n src: apigee-nginx.service\n dest: /etc/systemd/system/apigee-nginx.service\n owner: root\n group: root\n mode: 0755\n\n- name: Reload systemd\n command: systemctl daemon... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2840,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-organization | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-organization/defaults/main.yml",
"content": "---\napigee_tmp_dir: /tmp/apigee\napigee_clean_up: true\n\napigee_cluster_hostname: '{{ inventory_hostname }}'\n\napigee_admin_email: <EMAIL>\napigee_admin_password: <PASSWORD>\n\napigee_organization_name: apigee\napigee_environment_name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2661,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-tls-keystore | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-tls-keystore/tasks/main.yml",
"content": "---\n- block:\n\n - block:\n\n - name: Copy keystore to {{ inventory_hostname }}:{{ apigee_tls_keystore_dest }}\n copy:\n src: '{{ apigee_tls_keystore_src }}'\n dest: '{{ apigee_tls_keystore_dest }}'\n\n when: apigee... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1583,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-tls-mp | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-tls-mp/tasks/main.yml",
"content": "---\n- block:\n\n - name: Check for message processor\n stat:\n path: /opt/apigee/edge-message-processor\n register: apigee_mp_path\n\n\n - block:\n\n - import_role:\n name: apigee-tls-keystore\n vars:\n - apigee_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4841,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-tls-ms | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-tls-ms/tasks/main.yml",
"content": "---\n- block:\n\n - name: Check for management server\n stat:\n path: /opt/apigee/edge-management-server\n register: apigee_ms_path\n\n\n - block:\n\n - import_role:\n name: apigee-tls-keystore\n vars:\n - apigee_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2882,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-tls-ui | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-tls-ui/templates/response-tls-ui.txt.j2",
"content": "HTTPSPORT={{ apigee_tls_ui_port }}\nDISABLE_HTTP={{ 'y' if apigee_tls_ui_plaintext_disabled else 'n' }}\nKEY_ALGO={{ apigee_tls_ui_keystore_type }}\nKEY_FILE_PATH={{ apigee_tls_ui_keystore_dest }}\nKEY_PASS={{ apigee_tls_ui_keysto... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2138,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-tmp-dir | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-tmp-dir/tasks/main.yml",
"content": "---\n- block:\n\n - name: Create temp directory\n file:\n path: '{{ apigee_tmp_dir }}'\n state: directory\n owner: apigee\n group: apigee\n mode: 0700\n\n become: true\n become_user: '{{ apigee_become_user }}'\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | mondiniit/apigee-ansible-install | f22faaf323cd758f01068232627a5c47bf91889e | 1 | roles/apigee-validate | 1,339 | [
"no_license"
] | [
{
"path": "roles/apigee-validate/defaults/main.yml",
"content": "---\napigee_cluster_hostname: '{{ inventory_hostname }}'\n\napigee_admin_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/apigee-validate/tasks/main.yml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | JohnNeuron/rag-local-model | e201ace2d92af7539a7580977f84f2ddb77e1ac5 | 0 | controlnode/playbooks/roles/configuracao-default-so | 1,419 | [
"no_license"
] | [
{
"path": "controlnode/playbooks/roles/configuracao-default-so/tasks/main.yml",
"content": "- name: Upgrade de todos os pacotes do S.O \n apt: \n name: '*'\n state: latest \n\n- name: Instalacao do GIT client\n apt:\n name: git\n state: latest\n\n- name: Atualizar lista de pacotes\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | JohnNeuron/rag-local-model | e201ace2d92af7539a7580977f84f2ddb77e1ac5 | 0 | controlnode/playbooks/roles/configuracao-python-gunicorn | 1,419 | [
"no_license"
] | [
{
"path": "controlnode/playbooks/roles/configuracao-python-gunicorn/tasks/main.yml",
"content": "\n- name: Instalar python3-pip se não estiver presente\n apt:\n name: python3-pip\n state: present\n update_cache: yes\n become: yes\n\n- name: Instalação de pacotes Python necessários\n pip:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | lenon/owa-to-pop3 | 69bf63319963c356870f3b655c229864259e8188 | 0 | roles/davmail | 1,419 | [
"permissive"
] | [
{
"path": "roles/davmail/tasks/main.yml",
"content": "---\n- name: install davmail package\n pkgng: name=davmail\n\n- name: create an user for davmail\n user: name={{ davmail_user }} createhome=no\n\n- name: set permissions for required directories\n file: path={{ item }} state=directory owner={{ davmail... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2167,
"all_permissive": true
} |
ansible_role | silvam11/awx-ansible-tests | 33be1ddcc737681e5f2438e8731b10f100ec960f | 0 | roles/dns | 1,419 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "# Example vmware_dns_config command from Ansible Playbooks\n- name: Configure ESXi hostname and DNS servers\n local_action:\n module: vmware_dns_config\n hostname: '{{ hostname }}'\n username: '{{ username }}'\n password: '{{ <PASSWORD> }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | silvam11/awx-ansible-tests | 33be1ddcc737681e5f2438e8731b10f100ec960f | 0 | roles/helloworld | 1,419 | [
"no_license"
] | [
{
"path": "roles/helloworld/tasks/main.yml",
"content": "- name: this is a hello world example\n copy:\n src: ./config.cfg\n dest: /home/ansible/config.cfg\n owner: ansible\n group: ansible\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | Fantomatic/ThunderCluster | e2b9deae658aa15fda688c57533b542a9b338625 | 0 | roles/build-container | 1,419 | [
"no_license"
] | [
{
"path": "roles/build-container/dockerfiles/thunderstruck-config/API/routes/test.yaml",
"content": "testh: test1\ntest: '[test1,test2]'\ntestg: '[set,set2]'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/build-container/dockerfiles/contai... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 28,
"total_bytes": 76048,
"all_permissive": false
} |
ansible_role | Fantomatic/ThunderCluster | e2b9deae658aa15fda688c57533b542a9b338625 | 0 | roles/docker-swarm | 1,419 | [
"no_license"
] | [
{
"path": "roles/docker-swarm/tasks/main.yaml",
"content": "---\n- name: Include os-specific variables\n include_vars: \"main.yml\"\n\n- name: Install python-pip\n package:\n name: \"{{ item.1 }}\"\n state: present\n with_indexed_items: \"{{ python_pip_packages }}\"\n\n- include: docker_engine.yml\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | Fantomatic/ThunderCluster | e2b9deae658aa15fda688c57533b542a9b338625 | 0 | roles/generate-graph | 1,419 | [
"no_license"
] | [
{
"path": "roles/generate-graph/templates/dashboard_general.json.j2",
"content": "{\n \"dashboard\": {\n \"refresh\": \"10s\",\n \"rows\": [\n {\n \"collapse\": false,\n \"height\": -7,\n \"panels\": [\n {\n \"content\": \"<font size=\\\"4\\\"><b><center>... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 24104,
"all_permissive": false
} |
ansible_role | Fantomatic/ThunderCluster | e2b9deae658aa15fda688c57533b542a9b338625 | 0 | roles/monitoring-swarm | 1,419 | [
"no_license"
] | [
{
"path": "roles/monitoring-swarm/tasks/main.yml",
"content": "---\n- name: target for influxdb database on sto\n file:\n path: \"{{ sto_path }}/influxdb-monitoring/{{ inventory_hostname }}\"\n state: directory\n mode: 0755\n when: inventory_hostname == 'node1'\n\n- name: write fichier de configu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3259,
"all_permissive": false
} |
ansible_role | Fantomatic/ThunderCluster | e2b9deae658aa15fda688c57533b542a9b338625 | 0 | roles/swarm | 1,419 | [
"no_license"
] | [
{
"path": "roles/swarm/tasks/label.yml",
"content": "---\n- name: Get list of labels\n command: >-\n docker inspect\n --format {% raw %}'{{range $key, $value := .Spec.Labels}}{{printf \"%s\\n\" $key}}{{end}}'{% endraw %}\n {{ ansible_hostname }}\n register: docker_swarm_labels\n c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4504,
"all_permissive": false
} |
ansible_role | ad-it/ansible | d812a93392fac224ba37fc2c983190fb05a00fb1 | 0 | roles/deploy_apache_web | 1,419 | [
"no_license"
] | [
{
"path": "roles/deploy_apache_web/defaults/main.yml",
"content": "---\n# defaults file for deploy_apache_web\ndestin_fldr: /var/www/html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/deploy_apache_web/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | wowpetr/devops1-ansible-collection | 3dd28b42cf3dac7acbc2f7d163c3812d029acd96 | 0 | roles/test-create-file | 1,419 | [
"no_license"
] | [
{
"path": "roles/test-create-file/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Test for create_file module\n company: Netology\n\n license: MIT\n\n min_ansible_version: 2.1\n\n platforms:\n - name: Centos\n versions:\n - 7\n - 8\n\n galaxy_tags: []\n\ndependencie... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | mattrybin/testing-terraform | 9203cb4ae4f3337c23f706d5297faa2d5416e4cd | 0 | ansible/roles/elasticsearch | 1,419 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/templates/elasticsearch.yml",
"content": "path.data: /var/lib/elasticsearch\npath.logs: /var/log/elasticsearch\n\nnetwork.host: \"127.0.0.1\"\nhttp.port: 8881",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 881,
"all_permissive": false
} |
ansible_role | mattrybin/testing-terraform | 9203cb4ae4f3337c23f706d5297faa2d5416e4cd | 0 | ansible/roles/git | 1,419 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n- name: Install Git package\n yum:\n name: git\n state: present\n\n- name: Add git user.name\n shell: git config --global user.name \"<NAME>\"\n\n- name: Add git user.email\n shell: git config --global user.email \"<EMAIL>\"\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | mattrybin/testing-terraform | 9203cb4ae4f3337c23f706d5297faa2d5416e4cd | 0 | ansible/roles/gradle | 1,419 | [
"no_license"
] | [
{
"path": "ansible/roles/gradle/tasks/main.yml",
"content": "---\n- name: Download gradle\n get_url:\n url: https://services.gradle.org/distributions/gradle-4.7-bin.zip\n dest: /tmp/gradle.zip\n mode: '0440'\n\n- name: Install unzip\n yum:\n name: unzip\n state: present\n\n- name: Install j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | mattrybin/testing-terraform | 9203cb4ae4f3337c23f706d5297faa2d5416e4cd | 0 | ansible/roles/kibana | 1,419 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/tasks/main.yml",
"content": "- name: Add repository Kibana\n yum_repository:\n name: kibana\n description: Kibana repository for 7.x packages\n baseurl: https://artifacts.elastic.co/packages/7.x/yum\n gpgcheck: yes\n gpgkey: https://artifacts.elastic.co/GPG-KE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | MadJlzz/dotfiles | 9aafe0d12291914f49e02c3130b6815263d6a522 | 1 | roles/fedora_provision | 1,419 | [
"no_license"
] | [
{
"path": "roles/fedora_provision/tasks/zsa.yml",
"content": "- name: Install required ZSA packages\n become: true\n ansible.builtin.dnf:\n state: present\n name: \"{{ item }}\"\n loop:\n - gtk3\n - webkit2gtk3\n - libusb\n\n- name: Create udev rules required by ZSA/Wally\n become: true\n... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 7537,
"all_permissive": false
} |
ansible_role | fabiendupont/v2v-ansible-test-playbooks | 71608f7ada68ace517de8d0eeb2a297792f03863 | 1 | roles/ims.rhel_pre_migration | 1,419 | [
"no_license"
] | [
{
"path": "roles/ims.rhel_pre_migration/templates/udev_rules_nics.j2",
"content": "{% for nic in ansible_interfaces if not nic == 'lo' %}\n{% set macaddress = hostvars[inventory_hostname]['ansible_%s' | format(nic) | regex_replace('-', '_')].macaddress %}\nSUBSYSTEM==\"net\", ACTION==\"add\", DRIVERS==\"?*\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8012,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/R | 1,419 | [
"no_license"
] | [
{
"path": "roles/R/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/R'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/R'\n state: absent\n\n- name: create new cluster... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/airflow | 1,419 | [
"no_license"
] | [
{
"path": "roles/airflow/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/airflow'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/airflow'\n state: absent\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/athena | 1,419 | [
"no_license"
] | [
{
"path": "roles/athena/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/athena'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/athena'\n state: absent\n\n- name: cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/avro | 1,419 | [
"no_license"
] | [
{
"path": "roles/avro/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/avro'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/avro'\n state: absent\n\n- name: create ne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/cassandra | 1,419 | [
"no_license"
] | [
{
"path": "roles/cassandra/files/docker-compose.yml",
"content": "version: \"3.3\"\nservices:\n cassandra1:\n image: cassandra:3.11.8\n restart: on-failure\n hostname: cassandra1\n environment:\n CASSANDRA_SEEDS: cassandra1\n CASSANDRA_CLUSTER_NAME: cassandra-test\n networks:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/couchDB | 1,419 | [
"no_license"
] | [
{
"path": "roles/couchDB/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/couchDB'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/couchDB'\n state: absent\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/couchbase | 1,419 | [
"no_license"
] | [
{
"path": "roles/couchbase/files/docker-compose.yml",
"content": "# creating couchbase docker compose files\n# define couchbase 1\ncouchbase1:\n# get the image from the couchbase/server\n image: couchbase/server\n volumes:\n - ~/couchbase/node1:/opt/couchbase/var\n# define couchbase 2\ncouchbase2:\n# g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/drill | 1,419 | [
"no_license"
] | [
{
"path": "roles/drill/files/docker-compose.yml",
"content": "version: \"3.8\" # a more current version\nservices:\n drill:\n image: apache/drill:latest\n ports:\n - \"8047:8047\"\n stdin_open: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/elasticSearch | 1,419 | [
"no_license"
] | [
{
"path": "roles/elasticSearch/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/elasticSearch'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/elasticSearch'\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/flink | 1,419 | [
"no_license"
] | [
{
"path": "roles/flink/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/flink'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/flink'\n state: absent\n\n- name: create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/hbase | 1,419 | [
"no_license"
] | [
{
"path": "roles/hbase/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/hbase'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/hbase'\n state: absent\n\n- name: create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/hive | 1,419 | [
"no_license"
] | [
{
"path": "roles/hive/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/hive'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/hive'\n state: absent\n\n- name: create ne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/install_kafkacat | 1,419 | [
"no_license"
] | [
{
"path": "roles/install_kafkacat/tasks/main.yml",
"content": "---\n- name: install kafkacat package from ubuntu repositories(also updated)\n become: yes\n apt:\n name: kafkacat\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/kafka | 1,419 | [
"no_license"
] | [
{
"path": "roles/kafka/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/kafka'\n\n- name: remove any available cluster\n docker_compose:\n project_src: '{{project_dir}}/kafka'\n state: absent\n remove_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2589,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/mongodb | 1,419 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/mongodb'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/mongodb'\n state: absent\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/neo4j | 1,419 | [
"no_license"
] | [
{
"path": "roles/neo4j/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/neo4j'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/neo4j'\n state: absent\n\n- name: create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/pentaho | 1,419 | [
"no_license"
] | [
{
"path": "roles/pentaho/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/pentaho'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/pentaho'\n state: absent\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/pig | 1,419 | [
"no_license"
] | [
{
"path": "roles/pig/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/pig'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/pig'\n state: absent\n\n- name: create new c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/processor | 1,419 | [
"no_license"
] | [
{
"path": "roles/processor/files/docker-compose.yml",
"content": "version: \"3.4\"\nservices:\n processor1:\n image: ashraful/processor:0.12\n restart: on-failure\n hostname: processor1\n environment:\n KAFKA_SERVERS: kafka1:29092,kafka2:19092,kafka3:39092\n KAFKA_GROUP_ID: group1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/rapidminer | 1,419 | [
"no_license"
] | [
{
"path": "roles/rapidminer/files/prepare-cust-ca.sh",
"content": "#!/bin/bash\n\n# https://mikefarah.gitbook.io/yq/commands/write-update\n\n\nPLATFORM_YML=\"platform-docker-compose.yml\"\nENV_FILE=\".env\"\n\nif ! $(yq r \"$PLATFORM_YML\" services.rm-init-svc.environment|grep -v \"^#\"|grep -q HTTPS_CRT_PA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 15074,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/redis | 1,419 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: copy project files to remote host\n copy:\n src: '{{role_path}}/files/'\n dest: '{{project_dir}}/redis'\n\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/redis'\n state: absent\n\n- name: create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_R | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_R/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/R'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_airflow | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_airflow/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/airflow'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_avro | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_avro/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/avro'\n state: absent",
"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 | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_cassandra | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_cassandra/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: \"{{project_dir}}/cassandra\"\n state: absent\n remove_volumes: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_couchDB | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_couchDB/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/couchDB'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_couchbase | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_couchbase/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/couchbase'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_drill | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_drill/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/drill'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_elasticSearch | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_elasticSearch/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/elasticSearch'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_flink | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_flink/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/flink'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_hbase | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_hbase/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/hbase'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_hive | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_hive/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/hive'\n state: absent",
"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 | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_kafka | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_kafka/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/kafka'\n state: absent\n remove_volumes: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_mongodb | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_mongodb/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/mongodb'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_neo4j | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_neo4j/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/neo4j'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_pentaho | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_pentaho/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/pentaho'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_pig | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_pig/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/pig'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_processor | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_processor/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: \"{{project_dir}}/processors\"\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_project | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_project/tasks/main.yml",
"content": "---\n- name: remove all project data from disk\n file:\n path: \"{{ project_dir }}\"\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_rapidminer | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_rapidminer/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/rapidminer'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | MatVolk/DECIDE-DSS-Ansible | c685976241ba455a771594d7f1199a5886210a72 | 0 | roles/remove_redis | 1,419 | [
"no_license"
] | [
{
"path": "roles/remove_redis/tasks/main.yml",
"content": "---\n- name: remove existing cluster\n docker_compose:\n project_src: '{{project_dir}}/redis'\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.