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 | kazuitox/ansible-unixbench | 072ba615801841dcce35f27efbecade5a886c15e | 0 | playbooks/roles/run | 523 | [
"no_license"
] | [
{
"path": "playbooks/roles/run/tasks/main.yml",
"content": "- name: run UnixBench 1vcpu\n become: true\n shell:\n cmd: (cd /opt/UnixBench; sudo ./Run -c 1)\n warn: false\n\n- name: run UnixBench 8vcpu\n become: true\n shell:\n cmd: (cd /opt/UnixBench; sudo ./Run -c 8)\n warn: false\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | kazuitox/ansible-unixbench | 072ba615801841dcce35f27efbecade5a886c15e | 0 | playbooks/roles/unixbench | 523 | [
"no_license"
] | [
{
"path": "playbooks/roles/unixbench/tasks/main.yml",
"content": "---\n- name: copy UnixBench5.1.3.tgz\n become: true\n copy:\n src: UnixBench5.1.3.tgz\n dest: /opt/UnixBench5.1.3.tgz\n with_items:\n - UnixBench5.1.3.tgz\n\n- name: Extract UnixBench5.1.3.tgz\n become: true\n shell:\n cmd: (... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | luiscarlin/ci-pipeline | 58a64bb288c7b98541e099661effc1892f20847e | 0 | roles/docker | 523 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Setup docker-engine yum repository\n yum_repository:\n name: dockerrepo\n description: Docker Repository\n baseurl: https://yum.dockerproject.org/repo/main/centos/$releasever/\n enabled: yes\n gpgcheck: yes\n gpgkey: https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | Ldebb/Last_commit_P1 | 0257b38898702055a3b40c3401dc579b54251d0f | 0 | roles/dnsmasq | 523 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/defaults/main.yml",
"content": "---\n# defaults file for dnsmasq",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/dnsmasq/templates/dnsmasq.conf.j2",
"content": "domain-needed\nbogus-priv\ninterface=eth1\nlocal=/in... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2083,
"all_permissive": false
} |
ansible_role | Ldebb/Last_commit_P1 | 0257b38898702055a3b40c3401dc579b54251d0f | 0 | roles/haproxy | 523 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg",
"content": "global\n daemon\n maxconn 256\n user haproxy\n group haproxy\n\ndefaults\n timeout connect 1000\n timeout client 1000\n timeout server 1000\n log global\n mode http\n option httplog\n maxconn 3000\n\nfron... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | Ldebb/Last_commit_P1 | 0257b38898702055a3b40c3401dc579b54251d0f | 0 | roles/mariadb | 523 | [
"no_license"
] | [
{
"path": "roles/mariadb/templates/my.cnf2.j2",
"content": "[client]\nport = 3306\nsocket = /var/run/mysqld/mysqld.sock\n\n[mysqld]\npid-file = /var/run/mysqld/mysqld.pid\nsocket = /var/run/mysqld/mysqld.sock\nport = 3306\n\n# Listening IP\nbind-address = 0.0.0.0\n\n#\n# * IMPORTANT:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3417,
"all_permissive": false
} |
ansible_role | Ldebb/Last_commit_P1 | 0257b38898702055a3b40c3401dc579b54251d0f | 0 | roles/nfs | 523 | [
"no_license"
] | [
{
"path": "roles/nfs/tasks/configure.yml",
"content": "---\n\n- name: configure \"nfs\"\n template:\n src: exports.j2\n dest: /etc/exports\n owner: root\n group: root\n mode: '0644'\n notify:\n - restart nfs\n\n- name: Create a directory if it does not exist\n file:\n path: /export/D... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | Ldebb/Last_commit_P1 | 0257b38898702055a3b40c3401dc579b54251d0f | 0 | roles/wordpress | 523 | [
"no_license"
] | [
{
"path": "roles/wordpress/templates/devsec.com.j2",
"content": "<VirtualHost *:80> \n\tServerName devsec.com \n\tDocumentRoot /var/www/devsec/wordpress \n</VirtualHost>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/wordpress/templates/... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6229,
"all_permissive": false
} |
ansible_role | Kavindu-Rankothge/ansible-wsl | 8ad477468feee715d0255e035a7653d163230705 | 0 | roles/initial_setup | 523 | [
"no_license"
] | [
{
"path": "roles/initial_setup/tasks/main.yml",
"content": "---\n- name: Install packages\n ansible.builtin.include_tasks: install-packages.yml\n\n- name: Configure fastfetch\n ansible.builtin.include_tasks: fastfetch.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1343,
"all_permissive": false
} |
ansible_role | Kavindu-Rankothge/ansible-wsl | 8ad477468feee715d0255e035a7653d163230705 | 0 | roles/patching | 523 | [
"no_license"
] | [
{
"path": "roles/patching/tasks/main.yml",
"content": "---\n- name: Update the package list\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n upgrade: dist\n\n- name: Remove unnecessary packages\n ansible.builtin.apt:\n autoremove: yes\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | adrianmoisey/ansible-test | 99fd0d112e655f1cba612200e1959e268ab55bf7 | 0 | roles/helloworld | 523 | [
"no_license"
] | [
{
"path": "roles/helloworld/tasks/main.yml",
"content": "- name: Hello Kafka\n debug:\n msg: \"{{ message }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 54,
"all_permissive": false
} |
ansible_role | adrianmoisey/ansible-test | 99fd0d112e655f1cba612200e1959e268ab55bf7 | 0 | roles/kafka | 523 | [
"no_license"
] | [
{
"path": "roles/kafka/tasks/main.yml",
"content": "- name: Hello Webserver\n debug:\n msg: \"{{ message }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 58,
"all_permissive": false
} |
ansible_role | metashock/ansible_collections-metashock-openpassword | 5fa5653970c309b73a49b373e08eef9a15de8b83 | 0 | roles/onepassword_app | 525 | [
"no_license"
] | [
{
"path": "roles/onepassword_app/defaults/main.yml",
"content": "---\nonepassword_app_download_debsig_policy_url: \"https://downloads.1password.com/linux/debian/debsig/1password.pol\"\nonepassword_app_download_debsig_pubkey_url: \"https://downloads.1password.com/linux/keys/1password.asc\"\nonepassword_app_d... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2763,
"all_permissive": false
} |
ansible_role | mikescotthc/terminal-only-ubuntu-desktop | c1ad35816f18dd46910d5cbcd0f9f8395cc7aca5 | 0 | roles/terminal-apps | 525 | [
"no_license"
] | [
{
"path": "roles/terminal-apps/tasks/main2.yml",
"content": "---\n# HOME DAILY DRIVER DEPLOY\n- name: Remove apt lock file\n file:\n state: absent\n path: \"/var/lib/dpkg/lock-frontend\"\n become: true\n\n- name: Update all\n apt:\n upgrade: full\n become: true\n\n- name: Install network-manage... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5703,
"all_permissive": false
} |
ansible_role | Ravikishans/TravelMemoryAutomationIAC | f9dae0b1bffd8be1774417df6fe23f43beb36ccb | 0 | configmgmt/roles/backend | 525 | [
"no_license"
] | [
{
"path": "configmgmt/roles/backend/handlers/main.yml",
"content": "---\n# Handlers are executed when notified by tasks\n\n- name: run backend\n shell: |\n cd /home/ubuntu/TravelMemory/backend\n sudo npm install\n node index.js &\n args:\n chdir: /home/ubuntu/TravelMemory/backend\n async: 60\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1828,
"all_permissive": false
} |
ansible_role | Ravikishans/TravelMemoryAutomationIAC | f9dae0b1bffd8be1774417df6fe23f43beb36ccb | 0 | configmgmt/roles/database | 525 | [
"no_license"
] | [
{
"path": "configmgmt/roles/database/vars/vars.yml",
"content": "mongodb_version: \"6.0\"\ndatabase_name: \"travelmemory\"\n\nlogin_host: 10.0.3.191\nlogin_port: 27017\n\nmongodb_root_user: \"admin\"\nmongodb_root_password: \"<PASSWORD>\"\n\nmongodb_admin_user: \"superadmin\"\nmongodb_admin_password: \"<PAS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3672,
"all_permissive": false
} |
ansible_role | Ravikishans/TravelMemoryAutomationIAC | f9dae0b1bffd8be1774417df6fe23f43beb36ccb | 0 | configmgmt/roles/frontend | 525 | [
"no_license"
] | [
{
"path": "configmgmt/roles/frontend/handlers/main.yml",
"content": "---\n# Handlers are executed when notified by tasks\n\n- name: run frontend with nohup\n shell: |\n cd /home/ubuntu/TravelMemory/frontend\n sudo nohup npm start > /dev/null 2>&1 &\n args:\n chdir: /home/ubuntu/TravelMemory/front... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2243,
"all_permissive": false
} |
ansible_role | usegalaxy-it/covalaxy-galaxy | 3958014f4c45c7adda8803c498303157e27d954c | 0 | roles/laniakea.galaxy | 525 | [
"no_license"
] | [
{
"path": "roles/laniakea.galaxy/tasks/install_tools_wf.yml",
"content": "\n- name: install tools and wf \n include_role: \n name: ansible-role-laniakea-tools\n vars: \n laniakea_galaxy_flavor: \"{{ galaxy_flavor }}\"\n galaxy_admin_api_key: \"{{ GALAXY_ADMIN_API_KEY }}\"\n galaxy_run_sh_dir: ... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 20831,
"all_permissive": false
} |
ansible_role | snehalpdev/Ansible-Role-Test | 3e495172edcc60dba326bd8a8e78e72f07c857e9 | 0 | roles/testrole | 525 | [
"no_license"
] | [
{
"path": "roles/testrole/tasks/main.yml",
"content": "---\n# tasks file for your_role_name\n\n- name: Ensure a file is present on Linux\n file:\n path: /tmp/testfile\n state: touch\n when: ansible_os_family != 'Windows'\n\n- name: Ensure a file is present on Windows\n win_file:\n path: C:\\temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | melvinlwong/stanford | 6dab6d58bda8bfe8fd62764f23fdb335d04e7726 | 0 | ansible/roles/amandaclient | 525 | [
"no_license"
] | [
{
"path": "ansible/roles/amandaclient/tasks/main.yml",
"content": "# Install Amanda Client\n- name: check if amanda-backup_client is installed for CentOS 6\n yum: name=http://lbre-utilstor.stanford.edu/amanda/amanda-backup_client-3.3.7-1.rhel6.x86_64.rpm disable_gpg_check=yes state=present\n when: ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2133,
"all_permissive": false
} |
ansible_role | melvinlwong/stanford | 6dab6d58bda8bfe8fd62764f23fdb335d04e7726 | 0 | ansible/roles/centos6-sesi | 525 | [
"no_license"
] | [
{
"path": "ansible/roles/centos6-sesi/tasks/main.yml",
"content": "# file: roles/cent6-sesi/tasks/main.yml\n\n# selinux\n- name: package libselinux-python\n yum: name=libselinux-python state=present\n\n- name: turn off selinux\n selinux: state=disabled\n\n- name: make sure that SELinux stays disabled\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6639,
"all_permissive": false
} |
ansible_role | melvinlwong/stanford | 6dab6d58bda8bfe8fd62764f23fdb335d04e7726 | 0 | ansible/roles/nginx | 525 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/handlers/main.yml",
"content": "- name: save iptables\n shell: /sbin/service iptables save\n\n- name: firewalld reload\n shell: /usr/bin/firewall-cmd --reload",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2460,
"all_permissive": false
} |
ansible_role | melvinlwong/stanford | 6dab6d58bda8bfe8fd62764f23fdb335d04e7726 | 0 | ansible/roles/nginx-vhost | 525 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-vhost/tasks/main.yml",
"content": "- name: copy vhost.conf to virtual-hostname.conf\n get_url: url=http://lbre-utilstor.stanford.edu/nginx/vhost.conf dest=/etc/nginx/conf.d/{{ vhost }}.conf owner=root group=root mode=0644 force=yes\n\n- name: apply virtual-hostname to virtual... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | SnowMasaya/AWS_Lambda_ChatBot | a74a8c7f2032833c984af3aa6bb6c9dd849c24d6 | 0 | ansible_setting/roles/app | 525 | [
"no_license"
] | [
{
"path": "ansible_setting/roles/app/tasks/main.yml",
"content": "---\n- include: common.yml\n- include: docker.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "ansible_setting/roles/app/tasks/docker.yml",
"content": "---\n- name: apt-get ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1894,
"all_permissive": false
} |
ansible_role | vinay01101999/Notes | c79d9c65610cc8aa810da4f949e8a3793ebd3dc5 | 0 | Devops-Ansible/ROles/JMWA | 525 | [
"no_license"
] | [
{
"path": "Devops-Ansible/ROles/JMWA/tasks/main.yml",
"content": "---\n# tasks file for JMWA\n- import_tasks: java_install.yaml\n- import_tasks: maven_install.yaml\n- import_tasks: web_install.yaml\n- import_tasks: app_install.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2245,
"all_permissive": false
} |
ansible_role | matzew/ansible_service_broker_talk | 1ac7bb4bd404960162ab8b3db2a436c43ee01869 | 0 | DEMO/jug-ms-web-apb/roles/provision-jug-ms-web-apb | 525 | [
"permissive"
] | [
{
"path": "DEMO/jug-ms-web-apb/roles/provision-jug-ms-web-apb/tasks/main.yml",
"content": "##############################################################################\n## Provision jug-ms-web\n## This role executes much of the needed functionality to provision an\n## application using an Ansible Playbook... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2785,
"all_permissive": true
} |
ansible_role | Sheviantos1/ansible-config-mgt-pre | 3e92126bb1577fa77df555230968322c5d50f93f | 0 | roles/webserver | 525 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "- name: Install apache\n become: true\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: Install git\n become: true\n ansible.builtin.yum:\n name: git\n state: present\n\n- name: Clone tooling repo into /tmp\n become: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/awscli | 525 | [
"no_license"
] | [
{
"path": "roles/awscli/vars/main.yml",
"content": "---\n# AWS CLI configuration variables\n\n# AWS CLI installation configuration\nawscli:\n installer_url: \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\"\n installer_dest: \"/tmp/awscliv2.zip\"\n extract_dir: \"/tmp/aws\"\n install_dir: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/bootstrap | 525 | [
"no_license"
] | [
{
"path": "roles/bootstrap/vars/main.yml",
"content": "---\n# Bootstrap packages configuration\n\n# System packages to install\nbootstrap_packages:\n - git\n - terminator\n - curl\n - htop\n - btop\n - vim\n - flameshot\n - jq\n - gnome-tweaks\n - gh\n - lsd\n\n# Package configuration\npackage_st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2253,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/chrome | 525 | [
"no_license"
] | [
{
"path": "roles/chrome/vars/main.yml",
"content": "---\n# Chrome configuration variables\n\n# Chrome repository configuration\nchrome:\n gpg_url: \"https://dl-ssl.google.com/linux/linux_signing_key.pub\"\n gpg_dest: \"/etc/apt/trusted.gpg.d/chrome.asc\"\n gpg_mode: \"0644\"\n repo_url: \"deb [arch=amd6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2155,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/discord | 525 | [
"no_license"
] | [
{
"path": "roles/discord/vars/main.yml",
"content": "---\n# Discord configuration variables\n\n# Discord snap configuration\ndiscord:\n package_name: \"discord\"\n state: \"present\"\n classic: false\n timeout: 300 # 5 minutes timeout\n\n# Alternative installation method (if snap fails)\ndiscord_deb:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2863,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/docker | 525 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\n# Docker configuration variables\n\n# Docker required packages\ndocker_required_packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools\n\n# Docker pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3174,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/dotfiles | 525 | [
"no_license"
] | [
{
"path": "roles/dotfiles/vars/main.yml",
"content": "---\n# Dotfiles configuration variables\n\n# Stow configuration\nstow:\n package_name: \"stow\"\n package_state: \"present\"\n\n# Dotfiles paths\ndotfiles:\n source_dir: \".dotfiles\"\n base_path: \"dotfiles\"\n\n# Stow command configuration\nstow_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1060,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/fonts | 525 | [
"no_license"
] | [
{
"path": "roles/fonts/vars/main.yml",
"content": "---\n# Fonts configuration variables\n\n# Font directory configuration\nfonts:\n local_dir: \"~/.local/share/fonts\"\n source_dir: \"~/dotfiles/.assets/fonts\"\n dir_mode: \"0755\"\n\n# Font cache configuration\nfont_cache:\n command: \"fc-cache -f -v\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1178,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/gimp | 525 | [
"no_license"
] | [
{
"path": "roles/gimp/vars/main.yml",
"content": "---\n# GIMP configuration variables\n\n# GIMP packages configuration\ngimp:\n package_name: \"gimp\"\n plugins_packages:\n - gimp-plugin-registry\n - gimp-data-extras\n - gimp-gmic\n state: \"present\"\n\n# Package configuration\npackage_state: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1403,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/gpg | 525 | [
"no_license"
] | [
{
"path": "roles/gpg/vars/main.yml",
"content": "---\n# GPG Configuration Variables\ngpg_real_name: \"<NAME>\"\ngpg_email: \"<EMAIL>\"\ngpg_key_type: \"RSA\"\ngpg_key_length: \"4096\"\ngpg_expire_date: \"0\" # 0 means no expiration\ngpg_passphrase: \"\" # Empty for no passphrase, or set via prompt/vault... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3675,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/mongodb-cli | 525 | [
"no_license"
] | [
{
"path": "roles/mongodb-cli/tasks/main.yml",
"content": "---\n# MongoDB CLI Installation Tasks\n\n- name: Check if MongoDB CLI (mongosh) is installed\n shell: which mongosh\n register: mongodb_cli_installed\n failed_when: false\n changed_when: false\n\n- name: Check if MongoDB CLI package is installed\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3950,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/mongodb-compass | 525 | [
"no_license"
] | [
{
"path": "roles/mongodb-compass/tasks/main.yml",
"content": "---\n# MongoDB Compass Installation Tasks\n\n- name: Check if MongoDB Compass is installed\n shell: command -v mongodb-compass\n register: mongodb_compass_exists\n failed_when: false\n changed_when: false\n\n- name: Check if MongoDB Compass p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2848,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/node | 525 | [
"no_license"
] | [
{
"path": "roles/node/vars/main.yml",
"content": "---\n# Node.js configuration variables\n\n# Node.js packages\nnodejs_packages:\n - nodejs\n - npm\n\n# NPM global packages to install\nnpm_global_packages:\n - nx\n - '@angular/cli'\n - http-server\n - n\n - diff-so-fancy\n\n# Package version configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3712,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/obs | 525 | [
"no_license"
] | [
{
"path": "roles/obs/vars/main.yml",
"content": "---\n# OBS Studio configuration variables\n\n# OBS Studio configuration\nobs:\n package_name: \"obs-studio\"\n snap_package: \"obs-studio\"\n dependencies:\n - ffmpeg\n - v4l2loopback-dkms\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2980,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/rust | 525 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "- name: Check if cargo is installed\n shell: command -v cargo\n register: cargo_exists\n ignore_errors: true\n\n- name: Download Rustup Installer\n when: force_install | default(false) or cargo_exists is failed\n get_url:\n url: \"{{ rust.installer_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/slack | 525 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "---\n# Slack Installation Tasks\n\n- name: Check if Slack is already installed (snap)\n shell: snap list {{ slack.package_name }}\n register: slack_snap_installed\n failed_when: false\n changed_when: false\n\n- name: Check if Slack is already installed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2957,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/spotify | 525 | [
"no_license"
] | [
{
"path": "roles/spotify/vars/main.yml",
"content": "---\n# Spotify configuration variables\n\n# Direct download URLs\nspotify:\n deb_url: \"https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.31.1205.g878c7b33_amd64.deb\"\n package_name: \"spotify-client\"\n timeout: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2095,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/steam | 525 | [
"no_license"
] | [
{
"path": "roles/steam/vars/main.yml",
"content": "---\n# Steam configuration variables\n\n# Steam packages configuration\nsteam:\n package_name: \"steam-installer\"\n state: \"present\"\n required_packages:\n - wget\n - gdebi-core\n - software-properties-common\n - apt-transport-https\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4191,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/terraform | 525 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n# Terraform Installation Tasks - Using HashiCorp's current recommended method\n\n- name: Check if Terraform is installed\n shell: command -v terraform\n register: terraform_exists\n failed_when: false\n changed_when: false\n\n# Clean up old in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4456,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/uv | 525 | [
"no_license"
] | [
{
"path": "roles/uv/vars/main.yml",
"content": "---\n# UV (Python Version Management) Variables\n\nuv:\n install_script_url: \"https://astral.sh/uv/install.sh\"\n install_dir: \"{{ ansible_env.HOME }}/.cargo/bin\"\n timeout: 300\n required_packages:\n - \"curl\"\n - \"build-essential\"\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2413,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/vscode | 525 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "- name: Check if VSCode is installed\n shell: command -v code\n register: vscode_exists\n failed_when: false\n changed_when: false\n\n- name: Remove existing VSCode installation for force install\n apt:\n name: \"{{ vscode.package_name }}\"\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2323,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/zoom | 525 | [
"no_license"
] | [
{
"path": "roles/zoom/vars/main.yml",
"content": "---\n# Zoom configuration variables\n\n# Zoom .deb package configuration\nzoom:\n url: \"https://zoom.us/client/latest/zoom_amd64.deb\"\n dest: \"/tmp/zoom_amd64.deb\"\n package_name: \"zoom\"\n required_packages:\n - wget\n - gdebi-core\n\n# Packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | edbzn/dotfiles | 7e15de079a3983830823ec70f271d75904aa40f8 | 0 | roles/zsh | 525 | [
"no_license"
] | [
{
"path": "roles/zsh/vars/main.yml",
"content": "---\n# ZSH configuration variables\n\n# Package configuration\nzsh_packages:\n - zsh\n\n# Directory configuration\nzsh_directory: \"~/.zsh\"\noh_my_zsh_directory: \"~/.oh-my-zsh\"\n\n# Oh My Zsh configuration\noh_my_zsh:\n install_url: \"https://raw.githubu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7444,
"all_permissive": false
} |
ansible_role | tableflip/makelunch-infrastructure | f487d5d904667760aa5caa60db190482ed0649a0 | 2 | roles/apt-update | 522 | [
"no_license"
] | [
{
"path": "roles/apt-update/tasks/main.yml",
"content": "- name: ensure base OS is up-to-date\n become: yes\n apt: upgrade=dist update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | tableflip/makelunch-infrastructure | f487d5d904667760aa5caa60db190482ed0649a0 | 2 | roles/bootstrap | 522 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/swap.yml",
"content": "- name: Write swapfile\n become: yes\n command: fallocate -l 2GB /swapfile creates=/swapfile\n register: write_swapfile\n\n- name: Set swapfile permissions\n become: yes\n file: path=/swapfile mode=600\n\n- name: Create swapfile\n become: yes\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1678,
"all_permissive": false
} |
ansible_role | tableflip/makelunch-infrastructure | f487d5d904667760aa5caa60db190482ed0649a0 | 2 | roles/lunch | 522 | [
"no_license"
] | [
{
"path": "roles/lunch/handlers/main.yml",
"content": "- name: Restart {{service}}\n become: yes\n service: name={{service}} state=restarted\n\n- name: Restart Nginx\n become: yes\n service: name=nginx state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3100,
"all_permissive": false
} |
ansible_role | tableflip/makelunch-infrastructure | f487d5d904667760aa5caa60db190482ed0649a0 | 2 | roles/meteor | 522 | [
"no_license"
] | [
{
"path": "roles/meteor/tasks/main.yml",
"content": "- name: Install Meteor\n become: yes\n shell: curl https://install.meteor.com/ | sh\n args:\n creates: /usr/local/bin/meteor\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | tableflip/makelunch-infrastructure | f487d5d904667760aa5caa60db190482ed0649a0 | 2 | roles/mongodb | 522 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Add MongoDB ppa key\n become: yes\n apt_key: >\n keyserver=hkp://keyserver.ubuntu.com:80\n id=7F0CEB10\n state=present\n\n- name: Add MongoDB sources list\n become: yes\n lineinfile: >\n line=\"deb http://repo.mongodb.org/apt/ubun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | tableflip/makelunch-infrastructure | f487d5d904667760aa5caa60db190482ed0649a0 | 2 | roles/nginx | 522 | [
"no_license"
] | [
{
"path": "roles/nginx/files/conf/nginx.conf",
"content": "# A hybrid of\n# - ubuntu defaults,\n# - https://github.com/h5bp/server-configs-nginx/blob/master/nginx.conf\n# - http://tweaked.io/guide/nginx/\n# - https://www.digitalocean.com/community/tutorials/how-to-optimize-nginx-configuration\n# - http://bl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4138,
"all_permissive": false
} |
ansible_role | tableflip/makelunch-infrastructure | f487d5d904667760aa5caa60db190482ed0649a0 | 2 | roles/user | 522 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Ensure system group exists\n become: yes\n group: name={{user}} state=present\n\n- name: Ensure system user exists\n become: yes\n user: name={{user}} group={{user}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/common | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/common/handlers/main.yml",
"content": "---\n# handlers file for common\n - name: Restart chrony\n service: name=chrony state=restarted\n\n - name: reboot\n command: /sbin/reboot\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3728,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/compute-neutron | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/compute-neutron/tasks/main.yml",
"content": "---\n# tasks file for compute-neutron\n - name: Install neutron-linuxbridge-agent on compute node\n apt: name=neutron-linuxbridge-agent state=present force=yes\n\n - name: C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4034,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/compute-nova | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/compute-nova/handlers/main.yml",
"content": "---\n# handlers file for compute-nova\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "OSP-Mitaka-HA-Setup-master-520... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4293,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-cinder | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-cinder/tasks/main.yml",
"content": "---\n# tasks file for controller-cinder\n# - name: Download the OpenStack Image API resource to Pacemaker\n# file: path=/usr/lib/ocf/resource.d/openstack state=directory mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7696,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-glance | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-glance/templates/image.sh.j2",
"content": "#!/bin/bash\ncmd_openstack=$(which openstack)\ncmd_grep=$(which grep)\n. /root/admin-openrc.sh\n\nls /var/tmp/cirros-0.3.4-x86_64-disk.img* | grep 'cirros-0.3.4-x86_64-d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7731,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-haproxy | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-haproxy/handlers/main.yml",
"content": "---\n# handlers file for controller-haproxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "OSP-Mitaka-HA-Setu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7830,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-horizon | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-horizon/vars/main.yml",
"content": "---\n# vars file for controller-horizon\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "OSP-Mitaka-HA-Setup-master... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-keystone | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-keystone/handlers/main.yml",
"content": "---\n# handlers file for controller-keystone\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "OSP-Mitaka-HA-Se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 14618,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-memcached | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-memcached/handlers/main.yml",
"content": "---\n# handlers file for controller-memcached\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "OSP-Mitaka-HA-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-network | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-network/templates/createroute.sh.j2",
"content": "#!/bin/bash\n#Create a router\n#. /root/admin-openrc.sh\n#neutron net-update provider --router:external\n. /root/demo-openrc.sh\nneutron router-create router\nneu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1890,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-neutron | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-neutron/handlers/main.yml",
"content": "---\n# handlers file for controller-neutron\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "OSP-Mitaka-HA-Setu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10895,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-nova | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-nova/handlers/main.yml",
"content": "---\n# handlers file for controller-nova\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "OSP-Mitaka-HA-Setup-mast... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8153,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-pacemaker | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-pacemaker/templates/corosync.conf.controller01.j2",
"content": "# Please read the openais.conf.5 manual page\n\ntotem {\n version: 2\n\n # How long before declaring a token lost (ms)\n token: 3000\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9046,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-percona | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-percona/tasks/main.yml",
"content": "---\n# common code for all controllers\n - name: Fetch the repository packages from Percona web\n get_url:\n url=https://repo.percona.com/apt/percona-release_0.1-4.tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3792,
"all_permissive": false
} |
ansible_role | sekharsprs99/OSP-Mitaka-HA-Setup | 1703b6b454ef77a909340b6ad8320a9f2094ea95 | 0 | OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-rabbitmq | 522 | [
"no_license"
] | [
{
"path": "OSP-Mitaka-HA-Setup-master-5204fc956cd95bec1fc5cbb13d4fbb78570ef41d/roles/controller-rabbitmq/tasks/main.yml",
"content": "---\n# tasks file for controller-rabbitmq\n - name: apt_repository\n apt_repository: repo='deb http://www.rabbitmq.com/debian/ testing main'\n filename... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4660,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/elasticsearch_5 | 522 | [
"no_license"
] | [
{
"path": "roles/elasticsearch_5/tasks/ubuntu.yml",
"content": "---\n# file: roles/elasticsearch_5/tasks/ubuntu.yml\n- name: APT | Add Elasticsearch repository key\n apt_key:\n url: \"https://artifacts.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n- name: APT | Create /etc/apt/sources.list.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2221,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/java8 | 522 | [
"no_license"
] | [
{
"path": "roles/java8/tasks/main.yml",
"content": "---\n# file: roles/java8/tasks/main.yml\n- include: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/java8/tasks/ubuntu.yml",
"cont... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/neo4j | 522 | [
"no_license"
] | [
{
"path": "roles/neo4j/tasks/ubuntu.yml",
"content": "---\n# file: roles/neo4j/tasks/ubuntu.yml\n- name: APT | Add neo4j repository key\n apt_key:\n url: \"https://debian.neo4j.org/neotechnology.gpg.key\"\n state: present\n\n- name: APT | Create /etc/apt/sources.list.d/neo4j.list\n file:\n path: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/nginx_wsgi | 522 | [
"no_license"
] | [
{
"path": "roles/nginx_wsgi/templates/gunicorn.service.j2",
"content": "[Unit]\nDescription=gunicorn daemon\nAfter=network.target\n\n[Service]\nPIDFile=/run/gunicorn/pid\nUser={{ ansible_user }}\nGroup={{ ansible_user }}\nWorkingDirectory=/usr/local/lib/python2.7/dist-packages/timesketch\nExecStart=/usr/bin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3486,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/nodejs_8 | 522 | [
"no_license"
] | [
{
"path": "roles/nodejs_8/tasks/ubuntu.yml",
"content": "---\n# file: roles/nodejs_8/tasks/ubuntu.yml\n- name: APT | Add Node.js 8.x repository key\n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n state: present\n\n- name: APT | Create /etc/apt/sources.list.d/nodesource.li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/plaso_20180127 | 522 | [
"no_license"
] | [
{
"path": "roles/plaso_20180127/tasks/ubuntu.yml",
"content": "---\n# file: roles/plaso_stable/tasks/main.yml\n- name: Upgrade dist\n apt:\n update_cache: yes\n upgrade: dist\n\n- name: Plaso | Create temporary directory for packages\n file:\n path: \"/tmp/plaso-packages\"\n state: directory\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1200,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/timesketch_latest | 522 | [
"no_license"
] | [
{
"path": "roles/timesketch_latest/templates/timesketch.service.j2",
"content": "[Unit]\nDescription=Timesketch Forensics Timeline Analysis\nAfter=multi-user.target\n \n[Service]\nType=idle\nUser={{ ansible_user }}\nExecStart=/usr/local/bin/tsctl runserver -h 127.0.0.1 -p 5000\nRestart=always\nTimeoutStartS... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7043,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/yara371 | 522 | [
"no_license"
] | [
{
"path": "roles/yara371/tasks/main.yml",
"content": "---\n# file: roles/yara371/tasks/main.yml\n- include: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/yara371/tasks/ubuntu.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | n3x77/ansible_timesketch | 0e5be6db0913ed645b81aaede98d1a648d4cdceb | 4 | roles/yarn | 522 | [
"no_license"
] | [
{
"path": "roles/yarn/tasks/ubuntu.yml",
"content": "---\n# file: roles/yarn/tasks/ubuntu.yml\n- name: APT | Add Yarn repository key\n apt_key:\n url: \"https://dl.yarnpkg.com/debian/pubkey.gpg\"\n state: present\n\n- name: APT | Create /etc/apt/sources.list.d/yarn.list\n file:\n path: /etc/apt/s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | BigChungusDaddy/simple_cluster | fad64fd9b218d9278e79a35d85d79e913ab6cc9e | 0 | ansible/roles/setup | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/tasks/main.yml",
"content": "\n- name: Run installation script\n ansible.builtin.script: /local/repository/install.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | jasonrayne/arcforge | e1ec288f5ea47692e2115c6c8191c9f5378dfb5b | 0 | ansible/roles/arch | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/arch/tasks/main.yml",
"content": "# roles/arch/tasks/main.yml\n- name: Install yay AUR helper\n block:\n - name: Check if yay is installed\n command: which yay\n register: yay_check\n failed_when: false\n changed_when: false\n \n - name: Clone yay repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1196,
"all_permissive": false
} |
ansible_role | jasonrayne/arcforge | e1ec288f5ea47692e2115c6c8191c9f5378dfb5b | 0 | ansible/roles/base | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/ubuntu.yml",
"content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n become: true\n\n- name: Install Ubuntu-specific packages\n apt:\n name: \"{{ ubuntu_packages }}\"\n state: present\n become: true\n\n- name: Add PPAs\n apt_repository... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 9424,
"all_permissive": false
} |
ansible_role | jasonrayne/arcforge | e1ec288f5ea47692e2115c6c8191c9f5378dfb5b | 0 | ansible/roles/fonts | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/fonts/tasks/ubuntu.yml",
"content": "---\n- name: Install font dependencies for Ubuntu\n apt:\n name:\n - fontconfig\n - fonts-dejavu\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1347,
"all_permissive": false
} |
ansible_role | jasonrayne/arcforge | e1ec288f5ea47692e2115c6c8191c9f5378dfb5b | 0 | ansible/roles/ubuntu | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu/tasks/main.yml",
"content": "# roles/ubuntu/tasks/main.yml\n- name: Add PPAs\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n loop: \"{{ ubuntu_ppas }}\"\n become: true\n notify: update apt cache\n\n- name: Install Ubuntu-specific packages\n apt:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-2/roles/vpc | 522 | [
"no_license"
] | [
{
"path": "vpc-2/roles/vpc/tasks/main.yml",
"content": "---\n- name: Create VPC\n ec2_vpc_net:\n state: present\n region: \"{{ vpc_region }}\"\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4960,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-3/roles/ec2 | 522 | [
"no_license"
] | [
{
"path": "vpc-3/roles/ec2/vars/main.yml",
"content": "---\nami_name: \"ami-8c1be5f6\"\nec2_instance_type: \"t2.micro\"\nec2_rproxy_name: \"A-RevProxy\"\nec2_dmz_name: \"A-DMZ\"\nec2_web_name: \"A-WebServer\"\nec2_db_name: \"A-DbServer\"\nec2_key_name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 12130,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-3/roles/iam | 522 | [
"no_license"
] | [
{
"path": "vpc-3/roles/iam/tasks/main.yml",
"content": "---\n- name: Create 3 new users\n iam:\n iam_type: user\n name: \"{{ item }}\"\n state: present\n access_key_state: create\n with_items: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-3/roles/vpc | 522 | [
"no_license"
] | [
{
"path": "vpc-3/roles/vpc/tasks/main.yml",
"content": "---\n- name: Create VPC\n ec2_vpc_net:\n state: present\n region: \"{{ vpc_region }}\"\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7172,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-4/roles/elb | 522 | [
"no_license"
] | [
{
"path": "vpc-4/roles/elb/vars/main.yml",
"content": "---\nelb_name: \"{{ env_name }}-ELB\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "vpc-4/roles/elb/tasks/main.yml",
"content": "---\n- name: Create classic ELB... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3367,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-4/roles/vpc | 522 | [
"no_license"
] | [
{
"path": "vpc-4/roles/vpc/tasks/main.yml",
"content": "---\n- name: Create VPC\n ec2_vpc_net:\n state: present\n region: \"{{ vpc_region }}\"\n name: \"{{ vpc_name }}\"\n cidr_block: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4118,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-5/roles/alb | 522 | [
"no_license"
] | [
{
"path": "vpc-5/roles/alb/tasks/main.yml",
"content": "---\n\n- name: Create target group for Nginx\n elb_target_group:\n name: nginx\n protocol: http\n port: 80\n vpc_id: \"{{ vpc_id }}\"\n health_ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3166,
"all_permissive": false
} |
ansible_role | coryk2049/aws-ansible-examples | 5021b67bbd3fc3bec92aa15821347381416d3544 | 0 | vpc-5/roles/ec2 | 522 | [
"no_license"
] | [
{
"path": "vpc-5/roles/ec2/vars/main.yml",
"content": "---\nami_name: \"ami-8c1be5f6\"\nec2_instance_type: \"t2.micro\"\nec2_key_name: \"aws_cory1\"\nec2_role_name: \"DEV-ACCESS\"\nec2_instance_count: 1\na_ec2_dmz_name: \"A-DMZ\"\nb_ec2_dmz_name: \"B-DMZ\"\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7483,
"all_permissive": false
} |
ansible_role | comefigo/deploy-awx | 9875e35b186b151d450014bffb0cae1d69894b2d | 6 | ansible/roles/awx | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/awx/tasks/main.yml",
"content": "---\n- import_tasks: init.yml\n- import_tasks: install.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/awx/tasks/init.yml",
"content": "---\n- name: set timezone\n tim... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | comefigo/deploy-awx | 9875e35b186b151d450014bffb0cae1d69894b2d | 6 | ansible/roles/docker | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: update to latest packages, excluding kernel.\n yum:\n name: \"*\"\n state: latest\n become: yes\n\n- name: install docker\n yum:\n name: docker\n state: present\n become: yes\n\n- name: start docker service\n service:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | comefigo/deploy-awx | 9875e35b186b151d450014bffb0cae1d69894b2d | 6 | ansible/roles/pip | 522 | [
"no_license"
] | [
{
"path": "ansible/roles/pip/tasks/main.yml",
"content": "---\n- name: install epel-release\n yum:\n name: epel-release\n state: present\n become: yes\n\n- name: install docker-py\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"docker\"\n - \"docker-py\"\n become: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | SreedharVaj/USS-Automation | 27625a8d88608a055953a535ae449cd02cd74355 | 0 | JDE/roles/start_sm_agent | 522 | [
"no_license"
] | [
{
"path": "JDE/roles/start_sm_agent/tasks/main.yaml",
"content": "---\n- name: Start JDE SM Agent Service\n shell: \"sudo -u {{ item.user }} nohup {{ item.script }} &\"\n async: 30\n poll: 0\n with_items: \"{{ jde_services[service_group] }}\"\n when: \"'JDE SM Agent' in item.name\"\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | richcave/vagrant-ansible | ef63da236cf575e34d761376da18d16d832838c4 | 0 | redhat7_1-apache-percona-ec2/roles/common | 522 | [
"permissive"
] | [
{
"path": "redhat7_1-apache-percona-ec2/roles/common/handlers/main.yml",
"content": "# Handler to handle DB tier notifications\n- name: restart mysql\n sudo: yes\n action: service name=mysqld state=restarted\n\n# Handler to handle IPTables tier notifications\n#- name: restart iptables\n# action: service ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6687,
"all_permissive": true
} |
ansible_role | LeanderAWX/ansible-workshop | fc71850fc0884bd41374a0ce63d9afec30c5c922 | 0 | roles/contracts | 522 | [
"no_license"
] | [
{
"path": "roles/contracts/tasks/main.yml",
"content": "---\n- name: Query all contracts\n cisco.aci.aci_contract:\n host: \"{{ansible_host}}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n tenant: \"SnV\"\n state: query\n delegate_to: localhost\n register: query_result... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | LeanderAWX/ansible-workshop | fc71850fc0884bd41374a0ce63d9afec30c5c922 | 0 | roles/tenant | 522 | [
"no_license"
] | [
{
"path": "roles/tenant/tasks/main.yml",
"content": "---\n- name: Add a new tenant\n cisco.aci.aci_tenant:\n host: \"{{ansible_host}}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"Fabios_Tenant1\"\n description: \"WLAn_tenant\"\n sta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 406,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.