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 | vasco1m/ascn | a55dd489ba1ab1f708f6e615e903e01c2077554e | 2 | roles/deploy_mysql | 899 | [
"no_license"
] | [
{
"path": "roles/deploy_mysql/tasks/main.yml",
"content": "- name: Deploy MySQL\n kubernetes.core.k8s:\n state: present\n namespace: \"{{ ghost_namespace }}\"\n kind: Deployment\n definition:\n apiVersion: apps/v1\n metadata:\n name: mysql-deployment\n labels:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2622,
"all_permissive": false
} |
ansible_role | vasco1m/ascn | a55dd489ba1ab1f708f6e615e903e01c2077554e | 2 | roles/undeploy_ghost | 899 | [
"no_license"
] | [
{
"path": "roles/undeploy_ghost/tasks/main.yml",
"content": "- name: Delete Ghost service\n kubernetes.core.k8s:\n state: absent\n namespace: \"{{ ghost_namespace }}\"\n kind: Service\n definition:\n apiVersion: v1\n metadata:\n name: ghost-service \n labels:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | vasco1m/ascn | a55dd489ba1ab1f708f6e615e903e01c2077554e | 2 | roles/undeploy_mysql | 899 | [
"no_license"
] | [
{
"path": "roles/undeploy_mysql/tasks/main.yml",
"content": "- name: Delete MySQL service\n kubernetes.core.k8s:\n state: absent\n namespace: \"{{ ghost_namespace }}\"\n kind: Service\n definition:\n apiVersion: v1\n metadata:\n name: \"{{ ghost_db_host }}\" # logical name of t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | vickeyhuang/4w4k | 72ebf16584d74e327b2d00af2ed51dafbc26fb44 | 0 | aws/week1/roles/week1-1 | 899 | [
"no_license"
] | [
{
"path": "aws/week1/roles/week1-1/tasks/main.yml",
"content": "---\n - name: week1-1\n cloudformation:\n stack_name: \"Week-1-1\"\n state: present\n region: \"ap-northeast-1\"\n disable_rollback: true\n template: \"cfn-templates/week1-1.yml\"\n stack_policy: \"policies/clo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | vickeyhuang/4w4k | 72ebf16584d74e327b2d00af2ed51dafbc26fb44 | 0 | aws/week1/roles/week1-2 | 899 | [
"no_license"
] | [
{
"path": "aws/week1/roles/week1-2/tasks/main.yml",
"content": "---\n - name: week1-2\n cloudformation:\n stack_name: \"Week-1-2\"\n state: present\n region: \"ap-northeast-1\"\n disable_rollback: true\n template: \"cfn-templates/week1-2.yml\"\n stack_policy: \"policies/clo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | apacheapilog/roles/conf-fetch-apachelog | 899 | [
"no_license"
] | [
{
"path": "apacheapilog/roles/conf-fetch-apachelog/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: include vars\n include_vars: \"group_vars/boss3_log_list\"\n\n- name: Get Date\n action: shell date -d \"-1 day\" +\"%Y-%m-%d\" \n register: yestod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | apacheapilog/roles/conf-fetch-apilog | 899 | [
"no_license"
] | [
{
"path": "apacheapilog/roles/conf-fetch-apilog/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: include vars\n include_vars: \"group_vars/boss3_log_list\"\n\n- name: Get Date\n action: shell date -d \"-1 day\" +\"%Y-%m-%d\" \n register: yestoday\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1339,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | apacheapilog/roles/dir-sync | 899 | [
"no_license"
] | [
{
"path": "apacheapilog/roles/dir-sync/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: sync from the local and save to remote\n synchronize: src=/tmp/tmp dest=/tmp/ mode=push\n tags:\n - task-rsync-directories\n\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | apacheapilog/roles/file-related | 899 | [
"no_license"
] | [
{
"path": "apacheapilog/roles/file-related/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: delete directory \n action: shell rm /tmp/tmp -rf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | backup/roles/conf-fetch-apache-server | 899 | [
"no_license"
] | [
{
"path": "backup/roles/conf-fetch-apache-server/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: include vars\n include_vars: \"{{ item }}\"\n with_items:\n - \"group_vars/os-base-list\"\n - \"group_vars/apache-filedir-list\"\n\n- name: Fetch ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | backup/roles/conf-fetch-dns-server | 899 | [
"no_license"
] | [
{
"path": "backup/roles/conf-fetch-dns-server/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: include vars\n include_vars: \"{{ item }}\"\n with_items:\n - \"group_vars/os-base-list\"\n - \"group_vars/dns-filedir-list\"\n\n- name: Fetch remote... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | backup/roles/conf-fetch-fw-server | 899 | [
"no_license"
] | [
{
"path": "backup/roles/conf-fetch-fw-server/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: include vars\n include_vars: \"{{ item }}\"\n with_items:\n - \"group_vars/os-base-list\"\n\n- name: Fetch remote file to warehouse\n #debug: msg=\"{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | backup/roles/dir-sync-apache-server | 899 | [
"no_license"
] | [
{
"path": "backup/roles/dir-sync-apache-server/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: include vars\n include_vars: \"{{ item }}\"\n with_items:\n - \"group_vars/os-base-list\"\n - \"group_vars/apache-filedir-list\"\n\n- name: sync fr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | backup/roles/dir-sync-dns-server | 899 | [
"no_license"
] | [
{
"path": "backup/roles/dir-sync-dns-server/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: include vars\n include_vars: \"{{ item }}\"\n with_items:\n - \"group_vars/os-base-list\"\n - \"group_vars/dns-filedir-list\"\n\n- name: sync from the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | backup/roles/dir-sync-fw-server | 899 | [
"no_license"
] | [
{
"path": "backup/roles/dir-sync-fw-server/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: include vars\n include_vars: \"{{ item }}\"\n with_items:\n - \"group_vars/os-base-list\"\n - \"group_vars/lvs-filedir-list\"\n\n- name: sync from the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/common | 899 | [
"no_license"
] | [
{
"path": "cron/roles/common/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: become user \n command: pwd\n become: yes\n become_user: mlink\n become_method: su\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/emms_restart_api_41 | 899 | [
"no_license"
] | [
{
"path": "cron/roles/emms_restart_api_41/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: restart task of emmsapi-9068\n command: chdir=/home/mlink/emmsgw/emmsgw_9068 {{ item }}\n with_items:\n - /bin/sh emmsgw_9068.sh stop\n - sleep 5\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/emms_restart_api_42 | 899 | [
"no_license"
] | [
{
"path": "cron/roles/emms_restart_api_42/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: restart task of emmsapi-9108\n command: chdir=/home/mlink/emmsgw/emmsgw_9108 {{ item }}\n with_items:\n - /bin/sh emmsgw_9108.sh stop\n - sleep 5\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/emms_restart_api_43 | 899 | [
"no_license"
] | [
{
"path": "cron/roles/emms_restart_api_43/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: restart task of emmsgw_ctc9202\n command: chdir=/home/mlink/emmsgw/emmsgw_ctc9202 {{ item }}\n with_items:\n - /bin/sh emmsgw_ctc9202.sh stop\n - sleep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/gw-vm207 | 899 | [
"no_license"
] | [
{
"path": "cron/roles/gw-vm207/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: restart task of gw-vm207_03_bjchus\n command: chdir=/home/mlink/gw_207_03_bjchus {{ item }}\n with_items:\n - /bin/sh gw_207_03_bjchus.sh stop\n - sleep 5\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/gw-vm208 | 899 | [
"no_license"
] | [
{
"path": "cron/roles/gw-vm208/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: restart task of gw_208_01_bjchus\n command: chdir=/home/mlink/gw_208_01_bjchus {{ item }}\n with_items:\n - /bin/sh gw_208_01_bjchus.sh stop\n - sleep 5\n - /b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/keepalived_check | 899 | [
"no_license"
] | [
{
"path": "cron/roles/keepalived_check/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: checker keepalived\n shell: systemctl status keepalived -n 100 | egrep \"Loaded:|Active:|Process:|Main PID:|$(date -d '-1 day' +'%b %d')\" | mailx -s 'Keepalived... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/remote_cores_restart | 899 | [
"no_license"
] | [
{
"path": "cron/roles/remote_cores_restart/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute script\n command: chdir=/home/mlink {{ item }}\n with_items:\n - sh script.sh\n ignore_errors: yes\n\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/remote_cores_restart_suning | 899 | [
"no_license"
] | [
{
"path": "cron/roles/remote_cores_restart_suning/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute script\n command: chdir=/home/mlink {{ item }}\n with_items:\n - sh scriptsingle.sh\n ignore_errors: yes\n\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/remote_cron | 899 | [
"no_license"
] | [
{
"path": "cron/roles/remote_cron/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute script\n command: chdir=/root/ {{ item }}\n with_items:\n - sh rsync-backup.sh\n ignore_errors: yes\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | cron/roles/remote_cron_bak_zip_nginx_log | 899 | [
"no_license"
] | [
{
"path": "cron/roles/remote_cron_bak_zip_nginx_log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute scripts\n command: chdir=/root/ {{ item }}\n with_items:\n - sh httplogsbak.sh\n - sh httplogzip.sh\n ignore_errors: yes\n\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | dynamic-inventory/roles/core_log | 899 | [
"no_license"
] | [
{
"path": "dynamic-inventory/roles/core_log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n\n- name: Get hour\n action: shell date +\"%H\" \n register: hour\n\n- name: Execute check core\n# action: shell sh /home/mlink/.monitor_core{{ item.value.core }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | guandongyiwanglog/roles/dir-sync-log | 899 | [
"no_license"
] | [
{
"path": "guandongyiwanglog/roles/dir-sync-log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Get Date\n action: shell date -d \"-1 day\" +\"%Y-%m-%d\" \n register: yestoday\n\n\n- name: sync from the remote to local /playbooks/warehouse/guangdo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | install/roles/config-community | 899 | [
"no_license"
] | [
{
"path": "install/roles/config-community/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Check if rsync rpm is installed\n command: rpm -q net-snmp\n register: rpm_check\n failed_when: rpm_check.rc > 1\n changed_when: no\n tags: \n - task-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | install/roles/config-startup | 899 | [
"no_license"
] | [
{
"path": "install/roles/config-startup/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Get Version\n action: shell uname -r | grep el7 | wc -l\n register: version\n\n- name: restart snmpd service -redhat7\n shell: systemctl enable snmpd\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | install/roles/outmailserver | 899 | [
"no_license"
] | [
{
"path": "install/roles/outmailserver/files/mail.sh",
"content": "ip=$(ip add | grep \"10\\.[0,1,8]\" | awk -F\"[ ,/]\" '{print $6}' | head -n 1)\nhostname=$(hostname)\npath='/etc/mail.rc'\n\n# backup\ncp $path $path.bak -rf\n\n# change\ncon=$(cat $path | grep -v \"#\" |grep \"set from\")\nif [ $? -ne 0 ];... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/bossbill_log | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/bossbill_log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute bossbill quota.log\n command: chdir=/home/mlink/bossbill {{ item }}\n with_items:\n - sh check_quota_log.sh\n ignore_errors: yes\n\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/ceph_log | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/ceph_log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute ceph.log\n command: chdir=/root/.monitor/ceph_log {{ item }}\n with_items:\n - sh check_agent.sh\n ignore_errors: yes\n\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/core_log | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/core_log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute core_check\n command: chdir=/home/mlink/.monitor_core/ {{ item }}\n with_items:\n - sh core_check.sh\n ignore_errors: yes\n\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/core_log2 | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/core_log2/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute core_check\n command: chdir=/home/mlink/.monitor_core2/ {{ item }}\n with_items:\n - sh core_check.sh\n ignore_errors: yes\n\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/core_log_multicores | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/core_log_multicores/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n\n- name: include vars\n include_vars: \"group_vars/core_conf_list.yml\"\n\n- name: Get hour\n action: shell date +\"%H\" \n register: hour\n\n- name: Execute co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1633,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/core_mc_log | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/core_mc_log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Execute core_check\n command: chdir=/home/mlink/.monitor_core8/ {{ item }}\n with_items:\n - sh core_check.sh\n ignore_errors: yes\n\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/modjk_log | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/modjk_log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Get apache server modjk exception log\n command: chdir=/root/.monitor/modjk_error {{ item }}\n with_items:\n - sh check_agent.sh\n ignore_errors: yes\n\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | monitor/roles/modjk_log_dp_leasedline | 899 | [
"no_license"
] | [
{
"path": "monitor/roles/modjk_log_dp_leasedline/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Get apache server modjk exception log\n command: chdir=/root/.monitor/modjk_dp {{ item }}\n with_items:\n - sh check_agent.sh\n ignore_errors: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | switchlog/roles/common | 899 | [
"no_license"
] | [
{
"path": "switchlog/roles/common/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Check if rsync rpm is installed\n command: rpm -q rsync\n register: rpm_check\n failed_when: rpm_check.rc > 1\n changed_when: no\n tags: \n - task-check-rpm\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | switchlog/roles/fetch-log | 899 | [
"no_license"
] | [
{
"path": "switchlog/roles/fetch-log/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: include vars\n include_vars: \"group_vars/switch_list\"\n\n- name: Get Date\n action: shell date +\"%Y-%m-%d\" \n register: today\n ignore_errors: yes\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | baseding/playbooks | 5b1222497030d501c2d19ab80f8351ed9effb45c | 0 | switchlog/roles/mail-agent | 899 | [
"no_license"
] | [
{
"path": "switchlog/roles/mail-agent/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Get Date\n action: shell date +\"%Y-%m-%d\" \n register: today\n ignore_errors: yes\n\n- name: Execute script if rsync is not installed\n shell: echo \"Please ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | GeloaceRT/CPE_MIDEXAM_ZAMORA | 0bdd9456d207027ebc16c62beba40836d6fcacf6 | 0 | roles/elasticsearchubuntu | 899 | [
"no_license"
] | [
{
"path": "roles/elasticsearchubuntu/tasks/main.yml",
"content": "---\n- name: Installing Java\n tags: elasticsearchubuntu\n apt:\n name: default-jre\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Elastic Search Installation\n tags: elasticsearchubuntu\n apt:\n name: el... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/after-cluster-complete | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/after-cluster-complete/tasks/main.yaml",
"content": "- name: Taint edge nodes\n command: kubectl taint node {{ item }} node-role.kubernetes.io/edge:NoSchedule --overwrite\n with_items:\n - \"{{ groups['edge'] }}\"\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/common | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/common/defaults/main.yaml",
"content": "sysctl:\n - { name: net.ipv6.conf.all.disable_ipv6, value: 1 }\n - { name: net.ipv6.conf.default.disable_ipv6, value: 1 }\n - { name: net.ipv6.conf.lo.disable_ipv6, value: 1 }\n - { name: vm.swappiness, value: 0 }\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2091,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/docker | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "---\n# file: roles/docker/tasks/main.yml\n- name: Uninstall old packages\n apt:\n state: absent\n pkg:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n\n- name: Install requirements\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2302,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/helm | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/helm/tasks/main.yaml",
"content": "- name: Install the helm on amd64\n command: \"{{ item }}\"\n become: True\n with_items:\n - wget https://get.helm.sh/helm-v3.8.1-linux-amd64.tar.gz\n - tar -zxvf helm-v3.8.1-linux-amd64.tar.gz\n - mv linux-amd64/helm /usr/local/bin/hel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/k8s-master | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/tasks/main.yaml",
"content": "- name: Uninstall old packages\n become: True\n apt:\n state: absent\n pkg:\n - kubelet\n - kubeadm\n - kubernetes-cni\n\n- name: Remove swapfile from /etc/fstab\n become: True\n mount:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4455,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/k8s-master-reset | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master-reset/tasks/main.yaml",
"content": "- name: Reset the Kubernetes cluster using kubeadm\n command: kubeadm reset --force\n ignore_errors: True\n become: True\n\n- name: Clean the k8s reset\n command: \"{{ item }}\"\n with_items:\n - sh /usr/local/bin/k3s-uninstall.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/k8s-minion | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-minion/tasks/main.yaml",
"content": "- name: Uninstall old packages\n become: True\n apt:\n state: absent\n pkg:\n - kubelet\n - kubeadm\n - kubernetes-cni\n\n- name: Remove swapfile from /etc/fstab\n become: True\n mount:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2089,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/keadm | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/keadm/tasks/main.yaml",
"content": "---\n- name: Get Keadm binaries\n become: True\n command: wget https://github.com/kubeedge/kubeedge/releases/download/v{{ keadm_version }}/keadm-v{{ keadm_version }}-{{ keadm_host_os }}.tar.gz\n ignore_errors: True\n\n- name: Unarchive Keadm bi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/keadm-cloud | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/keadm-cloud/tasks/main.yaml",
"content": "---\n- name: Create config directory for root user\n become: True\n file:\n path: /root/.kube\n state: directory\n mode: \"0755\"\n\n- name: Copy config file to root user directory\n copy:\n remote_src: yes\n src: /etc/kube... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1827,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/keadm-cloud-edgemesh | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/keadm-cloud-edgemesh/files/03-clusterrole.yaml",
"content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n name: edgemesh-server\n labels:\n k8s-app: kubeedge\n kubeedge: edgemesh-server\nrules:\n - apiGroups: [\"\"]\n resources: [\"secrets\"]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4353,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/keadm-cloud-logs | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/keadm-cloud-logs/tasks/main.yaml",
"content": "---\n- name: Get certification generation script\n become: True\n command: \"{{ item }}\"\n with_items:\n - wget https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/tools/certgen.sh\n - mv certgen.sh /etc/kubeedge/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2610,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/keadm-edge | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/keadm-edge/tasks/main.yaml",
"content": "---\n- name: Copy the join command to server location\n copy: src=\"./from_remote/keadm-join-command\" dest=/tmp/keadm-join-command.sh mode=0777\n\n- name: timeout\n wait_for:\n timeout: 20\n\n- name: Join the Kubernetes cluster using ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/keadm-edge-edgemesh | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/keadm-edge-edgemesh/tasks/main.yaml",
"content": "---\n- name: Read the /etc/kubeedge/config/edgecore.yaml\n become: True\n slurp:\n path: /etc/kubeedge/config/edgecore.yaml\n register: r_myfile\n\n- name: extract the data\n set_fact:\n mydata: \"{{ r_myfile['content'] | b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/keadm-edge-logs | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/keadm-edge-logs/tasks/main.yaml",
"content": "---\n- name: Read the /etc/kubeedge/config/edgecore.yaml\n become: True\n slurp:\n path: /etc/kubeedge/config/edgecore.yaml\n register: r_myfile\n\n- name: extract the data\n set_fact:\n mydata: \"{{ r_myfile['content'] | b64de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/monitoring | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/main.yaml",
"content": "- name: Copy files to host\n become: True\n copy:\n src: manifests\n dest: $PWD/monitoring/\n\n- name: Template files to host\n template:\n src: \"{{ item }}\"\n dest: $PWD/monitoring/manifests/{{ item | basename | regex_replac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/monitoring-metrics-server | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring-metrics-server/tasks/main.yaml",
"content": "- name: Copy files to host\n copy:\n src: manifests\n dest: $PWD/monitoring-metrics-server/\n\n- name: Install Monitoring setup with Metrics Server\n become_user: \"{{ user }}\"\n command: \"{{ item }}\"\n with_items:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/openfaas | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/openfaas/tasks/main.yaml",
"content": "- name: Install arkade tool\n become: True\n command: \"{{ item }}\"\n with_items:\n - wget https://github.com/alexellis/arkade/releases/latest/download/arkade\n - chmod +x arkade\n - mv arkade /usr/local/bin/arkade\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/sedna-cloud | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/sedna-cloud/files/sedna-install.sh",
"content": "#!/bin/bash\n\n# Copyright 2021 The KubeEdge Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10354,
"all_permissive": false
} |
ansible_role | Function-Delivery-Network/KubeEdge-Openstack-Ansible-Automation | 2e9ae4bce46b82548fb7a0cf114e8a4259e071d9 | 2 | ansible/roles/test | 899 | [
"no_license"
] | [
{
"path": "ansible/roles/test/tasks/main.yaml",
"content": "---\n# file: roles/common/tasks/main.yml\n- name: Update apt repo and cache on all Debian/Ubuntu boxes\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n\n- name: Upgrade all packages on servers\n apt: upgrade=dist force_apt_get=ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | jeremyeder/stac-a2-flip | acb55fe14e87877ff51ad4655c15d68c20ec8f9d | 0 | playbooks/roles/kubernetes_off | 779 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubernetes_off/tasks/main.yaml",
"content": "---\n - name: stop and docker service\n systemd: name=docker state=stopped enabled=no\n\n - name: disable kubernetes\n command: pkill hyperkube\n ignore_errors: True\n #file: state=touch path=/tmp/pkill_hyperkube\n\n - name: dis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | CONSULTANTSF/cram | 501eb8135e80d5f0b867c98f2856ddafe59dfadf | 0 | Vagrant/provision/roles/direnv | 779 | [
"no_license"
] | [
{
"path": "Vagrant/provision/roles/direnv/tasks/main.yml",
"content": "- name: make sure bashrc exists\n become: false\n file:\n path: ~/.bashrc\n state: touch\n\n- name: set direnv bashrc\n become: false\n lineinfile:\n dest: ~/.bashrc\n line: 'eval \"$(direnv hook bash)\"'\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | CONSULTANTSF/cram | 501eb8135e80d5f0b867c98f2856ddafe59dfadf | 0 | Vagrant/provision/roles/init | 779 | [
"no_license"
] | [
{
"path": "Vagrant/provision/roles/init/tasks/main.yml",
"content": "- name: get_url\n get_url:\n dest: \"/tmp/get-pip.py\"\n url: \"https://bootstrap.pypa.io/get-pip.py\"\n\n- name: script\n script: \"/tmp/get-pip.py\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/kraken/roles/kraken_step | 779 | [
"no_license"
] | [
{
"path": "examples/kraken/roles/kraken_step/tasks/main.yml",
"content": "---\n- set_fact:\n sample_description_file: \"sample_{{ curr_sample.name }}_description.txt\"\n analysis_dir: \"sample_{{ curr_sample.name }}\"\n\n- set_fact:\n options: \"--analysisDir={{ analysis_dir }}/ --processors={{ pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1068,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/align | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/align/templates/picard_addorreplacegroups.sh.j2",
"content": "#!/usr/bin/env bash\n\ntime java -Xmx12g -Djava.io.tmpdir={{ TMP_DIR }} -jar /usr/local/pipeline/picardtools/{{ PICARD_VERSION }}/picard.jar AddOrReplaceReadGroups \\\nTMP_DIR={{ TMP_DIR }} \\\nCREATE_INDEX=FALSE... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 15809,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/bsqr | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/bsqr/templates/bam-bsqr.sh.j2",
"content": "#!/usr/bin/env bash\n\ntime bam recab \\\n--in {{ BSQR_BAM_IN }} \\\n--out -.bam \\\n--refFile {{ REFFASTA }} \\\n--dbsnp {{ DBSNP_RECAB }} \\\n--storeQualTag OQ \\\n--maxBaseQual 40 | \\\nsambamba sort -t {{ NCPU }} -m 2GB --tmpd... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3045,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/common | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/common/tasks/genome_build.yml",
"content": "---\n- set_fact:\n genomedir: \"reference_genomes_{{ curr_sample.genomebuild }}\"\n\n- set_fact:\n adapter_fa: \"{{ genomedir }}/contaminant_list.fa\"\n\n- set_fact:\n genomeindex: \"{{ genomedir }}/human_g1k_v37\"\n r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3912,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/fastqc | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/fastqc/tasks/fastqc.yml",
"content": "---\n- set_fact:\n FQ1: \"{{ pipeman_projects_dir }}/{{ fq1 }}\"\n FQ2: \"{{ pipeman_projects_dir }}/{{ fq2 }}\"\n TMP_DIR: \"{{ pipeman_projects_dir }}/ {{ tmp_dir }}\"\n FASTQ_DIR: \"{{ pipeman_projects_dir }}/{{ fastq_dir... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/init | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/init/tasks/main.yml",
"content": "---\n- set_fact:\n project_dir: \"{{ projects_dir }}/{{ curr_sample.project_id }}\"\n\n- set_fact:\n sample_dir: \"{{ project_dir }}/{{ curr_sample.sample_id }}\"\n\n- name: create project dir\n file: path=\"{{ project_dir }}\" sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/realn | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/realn/templates/bam-realn.sh.j2",
"content": "#!/usr/bin/env bash\n\nfunction transpose() {\n awk '\n {\n for (i=1; i<=NF; i++) {\n a[NR,i] = $$i\n }\n }\n NF>p { p = NF }\n END {\n for(j=1; j<=p; j++) {\n str=a[1,j]\n for(i... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4059,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/trim | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/trim/tasks/trim.yml",
"content": "---\n- set_fact:\n NCPU: \"{{ curr_sample.ncpu }}\"\n TMP_DIR: \"{{ pipeman_projects_dir }}/{{ tmp_dir }}\"\n FASTQ_DIR: \"{{ pipeman_projects_dir }}/{{ fastq_dir }}\"\n FQ1: \"{{ pipeman_projects_dir }}/{{ fq1 }}\"\n FQ2: \"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3065,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/ngseasy/roles/vc | 779 | [
"no_license"
] | [
{
"path": "examples/ngseasy/roles/vc/templates/ensemble_platypus.sh.j2",
"content": "#!/usr/bin/env bash\n\ntime python /usr/local/pipeline/Platypus/bin/Platypus.py callVariants \\\n--nCPU {{ NCPU }} \\\n--bamFiles={{ VC_FILTERED_BAM }} \\\n--refFile={{ REFFASTA }} \\\n--output={{ PLATYPUS_RAW_VCF }} \\\n--... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 18063,
"all_permissive": false
} |
ansible_role | olgamelnichuk/ngspyeasy | b7e1036bd866d55f0cf94e5f2d7e572c2c8fc956 | 3 | examples/trivial/roles/sample_role | 779 | [
"no_license"
] | [
{
"path": "examples/trivial/roles/sample_role/tasks/main.yml",
"content": "---\n- name: just a test\n shell: echo \"hello {{ some_name }}. Sample id is {{ curr_sample.sample_id }}\"\n register: echo_output\n\n- debug: var=echo_output\n\n- name: test docker run\n dockercmd:\n image: ubuntu\n command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | sonant/kafka-playbook | 5fb94a0edfbf5050cdc48d16d02b62fc24e4dcb0 | 0 | roles/kafka | 779 | [
"no_license"
] | [
{
"path": "roles/kafka/meta/main.yml",
"content": "---\ngalaxy_info:\n platforms:\n - name: Debian\n versions:\n - 7\n - name: Ubuntu\n versions:\n - trusty\n - xenial\n author: <NAME>\n description: An Ansible role for installing and configuring a kafka cluster.\n company: DB\n licens... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2025,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_base | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_base/tasks/config.yml",
"content": "- name: copy_xml_files\n template: src={{ item }}.j2 dest=/etc/hadoop/conf/{{ item }}\n with_items:\n - core-site.xml\n - hdfs-site.xml\n - yarn-site.xml\n - mapred-site.xml\n - hadoop-metrics2.properties\n\n- name: chmod_xml_files\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5313,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_hbase_master | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_hbase_master/tasks/config.yml",
"content": "- name: set manage zookeeper to false\n sudo: yes\n lineinfile: dest=/etc/hbase/conf/hbase-env.sh regexp='HBASE_MANAGES_ZK' line='export HBASE_MANAGES_ZK=false'\n\n- name: copy the hbase configuration files\n template: src={{ item }}.j2 de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1519,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_hive | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_hive/tasks/config.yml",
"content": "- name: copy jdbc\n sudo: yes\n file: src=/usr/share/java/postgresql-jdbc4.jar dest=/usr/lib/hive/lib/postgresql-jdbc4.jar mode=0644 state=link\n\n- name: set postgresql1\n sudo: yes\n lineinfile: dest={{ postgres_conf }} regexp='standard_conform... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3026,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_init | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_init/tasks/main.yml",
"content": "- name: make_user_dir\n shell: sudo -u hdfs hadoop fs -mkdir -p /user/{{ item }}\n with_items: \n - '{{ user_list }}'\n when: user_list is defined\n\n- name: chown_user_dir\n shell: sudo -u hdfs hadoop fs -chown -R {{ item }} /user/{{ item }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_kafka | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_kafka/tasks/main.yml",
"content": "---\n- name: Add cdh kafka repo\n lineinfile: dest=/etc/apt/sources.list line=\"deb https://archive.cloudera.com/kafka/ubuntu/trusty/amd64/kafka trusty-kafka2 contrib\"\n\n- name: Download the kafka \n apt: name={{ item }} state=present update_cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_namenode | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_namenode/tasks/config.yml",
"content": "- name: remove_namenode_data_dir\n file: path={{ item }} state=absent force=yes\n with_items:\n - '{{ cdh5_dfs_nn_name_dir_list }}'\n\n- name: make_namenode_data_dir\n file: path={{ item }} state=directory owner=hdfs group=hadoop mode=700... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_resourcemanager | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_resourcemanager/tasks/install.yml",
"content": "- name: install_resourcemanager_pkgs\n apt: name={{ item }} state=installed\n with_items:\n - hadoop-yarn-resourcemanager\n - hadoop-yarn-proxyserver\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 | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_slave | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_slave/tasks/config.yml",
"content": "- name: remove_data_dir\n file: path={{ item }} state=absent force=yes\n ignore_errors: yes\n with_items:\n - '{{ cdh5_dfs_dn_data_dir_list }}'\n\n- name: make_datanode_data_dir\n file: path={{ item }} state=directory owner=hdfs group=hadoo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_spark | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_spark/defaults/main.yml",
"content": "# ========================\n# role-wide parameters\n# ========================\n\n# The name of HDFS cluster\n# You should use the cluster name or NameNode's URL\n#\ncdh5_spark_hdfs_cluster_name: 'mycluster'\n\n# ===================================... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_spark_history | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_spark_history/tasks/main.yml",
"content": "- include: install.yml tags=install,cdh5_spark_history\n- include: config.yml tags=config,cdh5_spark_history\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/cdh5_spark_histor... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_spark_master | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_spark_master/meta/main.yml",
"content": "dependencies:\n - {role: cdh5_spark}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/cdh5_spark_master/tasks/main.yml",
"content": "- include: install.yml tags=install,cd... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/cdh5_spark_worker | 779 | [
"no_license"
] | [
{
"path": "roles/cdh5_spark_worker/tasks/config.yml",
"content": "- name: copy_spark-defaults.conf\n template: src=../cdh5_spark_master/templates/spark-defaults.conf.j2 dest=/etc/spark/conf/spark-defaults.conf\n\n#- name: copy_spark-env.sh\n# template: src=../cdh5_spark_master/templates/spark-env.sh.j2 de... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | heeroz/cdh5 | 5ebbfa402802563b7970ffe77673e035eff2e70a | 0 | roles/common | 779 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# install\n- include: install.yml tags=install,common\n\n# config\n- include: config.yml tags=config,common\n\n# service\n- include: service.yml tags=service,common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1553,
"all_permissive": false
} |
ansible_role | bigsem89/_mongo_cluster | 59055df6b2a545f7e0c33612bda2996ef025a457 | 0 | roles/mongodb | 779 | [
"no_license"
] | [
{
"path": "roles/mongodb/templates/mongod.conf.j2",
"content": "# mongod.conf\n# for documentation of all options, see:\n# http://docs.mongodb.org/manual/reference/configuration-options/\n\n# Where and how to store data.\nstorage:\n dbPath: /var/lib/mongodb\n journal:\n enabled: true\n# engine:\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2643,
"all_permissive": false
} |
ansible_role | bigsem89/_mongo_cluster | 59055df6b2a545f7e0c33612bda2996ef025a457 | 0 | roles/replicaset | 779 | [
"no_license"
] | [
{
"path": "roles/replicaset/templates/UserRoot.js.j2",
"content": "db.createUser(\n {\n user: \"mongo-root\",\n pwd: \"{{ <PASSWORD> }}\",\n roles: [ { role: \"root\", db: \"admin\" } ]\n }\n)\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2018,
"all_permissive": false
} |
ansible_role | SewanEniceo/CPE232_Eniceo_8 | 4e100202e10dc3fa37de8e186bb4ef9832644f04 | 0 | roles/centos | 779 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yml",
"content": "---\n\n - name: install nagios for ubuntu\n tags: nagios, ubuntu\n apt:\n name: nagios4\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: install nagios for centos\n tags: nagios,apache,centos\n dnf:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | Codekaito/Ansible-Installation | 965dc4847bc17a6d2d7e3c146ff797c60fbe063e | 0 | ansible_projects/ansible/roles/role1 | 779 | [
"no_license"
] | [
{
"path": "ansible_projects/ansible/roles/role1/tasks/main.yml",
"content": "---\n- name: Install and configure Apache HTTPD\n ansible.builtin.dnf:\n name: httpd\n state: present\n\n- name: Start and Enable Apache HTTPD\n ansible.builtin.service:\n name: httpd\n enabled: true\n state: start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | City-of-Helsinki/ckan-install-playbook | 9c1ef7eb2ff01bf088919649faf11cbd5cd60f32 | 0 | roles/ckan | 779 | [
"no_license"
] | [
{
"path": "roles/ckan/tasks/main.yml",
"content": "---\n# Modified from https://benjeffrey.com/ckan-ansible-playbook,\n# which installed ckan from a package. This playbook is intented to install\n# CKAN to a Ubuntu 14.04 instance, and we have to do it by installing from source.\n\n- name: Create system user... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 14890,
"all_permissive": false
} |
ansible_role | Bashnet/CircleCI-tutorial | 004b466f647f99e0fe2c6e005bdf376b6eb07c93 | 0 | roles/setup | 779 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"install npm\"\n become: yes\n apt:\n name: npm\n state: latest\n\n- name: \"in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | Deepanshu-goswami/ansible-learn | 4a1347d06d649e2968cdf54a5aa7ae0ef4654a28 | 0 | roles/apache_role | 879 | [
"no_license"
] | [
{
"path": "roles/apache_role/tasks/main.yml",
"content": "---\n# Tasks for the Apache role\n- name: Install Apache\n apt:\n name: apache2\n state: present\n\n- name: Start and enable Apache service\n service:\n name: apache2\n state: started\n enabled: true\n\n- name: Copy the Apache config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | mathmmelo/infra_agil | 0a338604b5f4aca2e6fe670993585f379c5252be | 0 | ansible/roles/asa_noturna | 879 | [
"no_license"
] | [
{
"path": "ansible/roles/asa_noturna/tasks/deploy.yml",
"content": "- name: Web Page\n template: \n src: ../templates/index.html\n dest: /var/www/html/index.html\n\n- name: Add Image\n get_url:\n url: http://montink.camisadimona.com.br/image/cache/data/camisas/marvin-guia-dos-mochileiros-da-galax... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1266,
"all_permissive": false
} |
ansible_role | mathmmelo/infra_agil | 0a338604b5f4aca2e6fe670993585f379c5252be | 0 | ansible/roles/puppet | 879 | [
"no_license"
] | [
{
"path": "ansible/roles/puppet/tasks/prerequisitos.yml",
"content": "- name: Download Install Puppet RedHat\n get_url:\n url: https://yum.puppet.com/puppet6/puppet6-release-el-5.noarch.rpm\n dest: /tmp/puppet6.rpm\n when: ansible_os_family == \"RedHat\"\n\n- name: Download Install Puppet Debian\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | jmfontaine/mac-setup | 59c0380a2ecc142dcd52c36b39ff02971904f018 | 0 | roles/homebrew | 879 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "---\n- name: Tap versent/homebrew-taps\n homebrew_tap:\n name: versent/homebrew-taps\n\n- name: Update Homebrew\n homebrew:\n update_homebrew: yes\n\n- name: Install/upgrade Homebrew packages\n homebrew:\n name: '{{ homebrew_installed_packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | jmfontaine/mac-setup | 59c0380a2ecc142dcd52c36b39ff02971904f018 | 0 | roles/macos | 879 | [
"no_license"
] | [
{
"path": "roles/macos/tasks/main.yml",
"content": "---\n- name: Automatically hide and show the Dock\n osx_defaults:\n domain: com.apple.dock\n key: autohide\n type: bool\n value: true\n state: present\n\n- name: Restart the Dock to pick up new settings\n command: killall Dock\n\n- name: E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.