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 | kakwa/ansible | 1853fb72583ab4a1d9529f41fd0893c25dab24d1 | 1 | roles/terminal | 7,619 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n- name: Install sway stuff\n apt:\n name:\n - foot\n - fonts-dejavu\n\n- name: ensures /etc/xdg/foot/ dir exists\n file:\n path: \"/etc/xdg/foot/\"\n mode: 0755\n owner: root\n group: root\n state: directory\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | kakwa/ansible | 1853fb72583ab4a1d9529f41fd0893c25dab24d1 | 1 | roles/users | 7,619 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Install zsh (and accessories)\n apt:\n name:\n - zsh\n - sudo\n\n- name: Ensure group \"carpenti\" exists with correct gid\n ansible.builtin.group:\n name: carpenti\n state: present\n gid: 1002\n\n\n- name: Add the us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1172,
"all_permissive": false
} |
ansible_role | kakwa/ansible | 1853fb72583ab4a1d9529f41fd0893c25dab24d1 | 1 | roles/vim | 7,619 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: Install vim\n apt:\n name:\n - vim\n\n- name: ensures /etc/vim/ exists\n file:\n path: \"/etc/vim\"\n mode: 0755\n owner: root\n group: root\n state: directory\n\n- name: Install vim configuration\n copy:\n src: vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | kakwa/ansible | 1853fb72583ab4a1d9529f41fd0893c25dab24d1 | 1 | roles/zsh | 7,619 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: Install zsh (and accessories)\n apt:\n name:\n - zsh\n\n- name: Create Oh My Zsh folder\n file:\n path: /etc/zsh/oh-my-zsh/\n state: directory\n mode: 0755\n owner: root\n group: root\n\n- name: Copy oh my zsh to globa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7262,
"all_permissive": false
} |
ansible_role | ewerton-silva00/rancher-local-study | f68859a4b39fb0b0abe9a38f497d1f1634958d17 | 0 | roles/docker | 7,619 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: Restart docker daemon\n ansible.builtin.systemd:\n name: docker.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/docker/tasks/docker_comp... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4230,
"all_permissive": false
} |
ansible_role | vimal2009m/anss | 0015cbb9566c0ff0a0ddd59258501eb09ed5b281 | 0 | roles/web | 7,619 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\r\n\r\n- name: install nginx packages\r\n apt: pkg={{ item }} state=present\r\n with_items:\r\n - nginx\r\n - tree\r\n\r\n- name: copy nginx index file\r\n template: src=index.html dest=/usr/share/nginx/html/index.html\r\n tags: nginx\r\n\r\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | jack-broadway/vyos-module-cloudinit | 7bd3525f95a66d4ace43238cf37c707e6ab36cfd | 0 | roles/cloudinit | 7,619 | [
"no_license"
] | [
{
"path": "roles/cloudinit/templates/90_dpkg.cfg.j2",
"content": "datasource_list: [ {{ vm_cloudinit_ds_string | default('OpenStack,ConfigDrive,NoCloud,None') }} ]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/cloudinit/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1858,
"all_permissive": false
} |
ansible_role | satyendra207/repo | 1f7e4bcdc277c4619dab0cf51df4f917072bb93d | 0 | roles/index | 7,619 | [
"no_license"
] | [
{
"path": "roles/index/tasks/main.yml",
"content": "---\n# tasks file for index\n - name: stopping apache service\n service: name=apache2 state=stopped\n - name: removing index.html file in remote machine\n file: path=/var/www/html/devopsdoor/index.html state=absent\n - name: copy index.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1185,
"all_permissive": false
} |
ansible_role | AnthonyEnr1quez/openSUSE-tumbleweed-playbook | d219b8b078f4d7573878920a84b5ed985a81c611 | 0 | roles/ssh | 7,619 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yaml",
"content": "---\n- block: \n - name: Creates .ssh directory\n file:\n path: /home/ant/.ssh\n state: directory\n \n - name: generate SSH key id_ed25519_github\n openssh_keypair:\n path: \"~/.ssh/id_ed25519_github\"\n type: ed25519\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | AnthonyEnr1quez/openSUSE-tumbleweed-playbook | d219b8b078f4d7573878920a84b5ed985a81c611 | 0 | roles/zsh | 7,619 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yaml",
"content": "- name: Check zsh is installed\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Set ZSH as the default shell\n become: yes\n user:\n name: \"{{ lookup('env', 'USER') }}\"\n shell: /usr/bin/zsh\n\n- name: Check if chezmoi is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | AnthonyEnr1quez/openSUSE-tumbleweed-playbook | d219b8b078f4d7573878920a84b5ed985a81c611 | 0 | roles/zypper | 7,619 | [
"no_license"
] | [
{
"path": "roles/zypper/vars/wsl.yaml",
"content": "---\npackages:\n - ansible\n - bat\n - exa\n - git\n - git-delta\n - kubectl\n - kubectx\n - kubens\n - zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/zypper/tasks/main.yaml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | akipriyadarshi/Ansible_Handson | bbd526f52927cbe6f6acfbfe420d7317674341c7 | 0 | playbook/roles/my_roles | 7,619 | [
"no_license"
] | [
{
"path": "playbook/roles/my_roles/tasks/main.yml",
"content": "- name: Install tree\n snap: \n name: tree\n state: present \n- name: copying file\n copy: \n src: new_one.txt\n dest: /home/ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | a9b3/docker_registry_terraform | ced1f8c5831de95d3896bded37d72067a030b83b | 0 | ansible/roles/common | 7,619 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install python 2.x\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | kosov73/loadbalancer | 9da1655f9dd3f1f4e1ce48a7c61e27cb16acc054 | 0 | roles/haproxy | 7,621 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "global\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n user haproxy\n group haproxy\n daemon\n\ndefaults\n log global\n mode http\n option httplog\n option dontlognull\n timeout co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | kosov73/loadbalancer | 9da1655f9dd3f1f4e1ce48a7c61e27cb16acc054 | 0 | roles/keepalived | 7,621 | [
"no_license"
] | [
{
"path": "roles/keepalived/templates/keepalived.conf.j2",
"content": "vrrp_script check_nginx {\n script \"/etc/init.d/nginx status\"\n interval 2\n}\n\nvrrp_instance VI_1 {\n interface {{ interface }}\n state MASTER\n virtual_router_id 51\n priority 101\n advert_int 1\n authenticat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | kosov73/loadbalancer | 9da1655f9dd3f1f4e1ce48a7c61e27cb16acc054 | 0 | roles/nginx | 7,621 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Install epel\n yum:\n name: epel-release\n state: latest\n\n- name: Install Nginx\n yum:\n name: nginx\n state: present\n\n- name: Add Nginx config file\n template:\n src: templates/nginx.conf.j2\n dest: /etc/nginx/nginx.conf\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | Redislabs-Solution-Architects/tfmodule-aws-redis-enterprise | 5140446e2348ff5dc7de321574e9c3c883c3663b | 1 | provisioners/roles/redis-enterprise | 7,621 | [
"no_license"
] | [
{
"path": "provisioners/roles/redis-enterprise/tasks/create-db.yml",
"content": "---\n\n# Get all dbs to convert name to uid\n- name: Get all databases\n uri:\n url: \"{{ bdbs_endpoint }}\"\n method: GET\n return_content: yes\n validate_certs: no\n user: \"{{ re_username }}\"\n password: ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 12797,
"all_permissive": false
} |
ansible_role | Redislabs-Solution-Architects/tfmodule-aws-redis-enterprise | 5140446e2348ff5dc7de321574e9c3c883c3663b | 1 | provisioners/roles/setup-connections | 7,621 | [
"no_license"
] | [
{
"path": "provisioners/roles/setup-connections/tasks/main.yml",
"content": "\n- name: All hosts wait for connections\n wait_for_connection:\n delay: 30\n sleep: 5\n timeout: 600\n when:\n - do_wait|bool\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | Redislabs-Solution-Architects/tfmodule-aws-redis-enterprise | 5140446e2348ff5dc7de321574e9c3c883c3663b | 1 | provisioners/roles/tester-node | 7,621 | [
"no_license"
] | [
{
"path": "provisioners/roles/tester-node/templates/systemd_redis_insights.j2",
"content": "#####################################################################\n# {{ ansible_managed }}\n\n#####################################################################\n[Unit]\nDescription=Redis Insights\nAfter=netwo... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5650,
"all_permissive": false
} |
ansible_role | Redislabs-Solution-Architects/tfmodule-aws-redis-enterprise | 5140446e2348ff5dc7de321574e9c3c883c3663b | 1 | provisioners/roles/tester-node-ubuntu | 7,621 | [
"no_license"
] | [
{
"path": "provisioners/roles/tester-node-ubuntu/tasks/main.yml",
"content": "- name: Get_nvm_install_script | {{ role_name | basename }}\n tags: Get_nvm_install_script\n get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/v{{ nvm_version }}/install.sh\n dest: \"{{ ansible_user_dir }}/nvm_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1227,
"all_permissive": false
} |
ansible_role | rookieslav/effective_mobile_testovoye | c8e2fc63bd88999decb64ea77ff3446e9911166c | 0 | roles/systemd | 7,621 | [
"no_license"
] | [
{
"path": "roles/systemd/templates/monitor_test.timer.j2",
"content": "[Unit]\nDescription=Run monitor_test every minute\n\n[Timer]\nOnBootSec=1min\nOnUnitActiveSec=1min\n\n[Install]\nWantedBy=timers.target",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | identiq-protocol/edge-infrastructure | b8bb425ca24b4f16ee0d74e31cbd845e1310fe4d | 4 | on-premise/roles/rke2_kubernetes_installation | 7,621 | [
"no_license"
] | [
{
"path": "on-premise/roles/rke2_kubernetes_installation/defaults/main.yml",
"content": "---\n# defaults file for rke2_kubernetes_installation\nregistry_username: \"\"\nregistry_password: \"\"\nregistry_url: \"\"\n# checkov:skip=CKV_SECRET_6\nrke2_token: \"<PASSWORD>\"\nhttp_proxy: \"\"\nno_proxy: 127.0.0.0... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 2466,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/ansible/roles/Web | 7,621 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/Web/tasks/main.yml",
"content": "#Configuration required for based OS on RedHat\n- name: install EPEL relase\n yum:\n name: epel-release\n state: latest\n\n- name: Update(s) server(s) web\n yum:\n name: '*'\n state: latest\n\n- name: install httpd and other\n yum:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/ansible/roles/apache2 | 7,621 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/apache2/tasks/index.php",
"content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">\n<html>\n<head>\n <title>Index page</title>\n</head>\n\n<body>\n\n<!-- Menu de navigation du site -->\n<ul class=\"navbar\">\n <li><a href=\"index.html\">Home page</a>\n</ul>\n\n<!--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1735,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/ansible/roles/dhcp | 7,621 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/dhcp/tasks/main.yml",
"content": "---\n# tasks file for dhcp\n- name: install dhcp centOS\n yum: name={{ item }} state=latest\n with_items:\n - dhcp\n when:\n - ansible_os_family == \"RedHat\"\n\n- name: install dhcp ubuntu\n apt: name={{ item }} state=latest\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/config/playbook/ansible-example/roles/httpd | 7,621 | [
"no_license"
] | [
{
"path": "ansible/config/playbook/ansible-example/roles/httpd/handlers/main.yml",
"content": "---\n# handlers file for httpd\n- name: Start httpd\n service:\n name: httpd\n state: started\n\n- name: Stop httpd\n service:\n name: httpd\n state: stopped\n\n- name: reload httpd\n service:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/config/playbook/packages/New/roles/Web | 7,621 | [
"no_license"
] | [
{
"path": "ansible/config/playbook/packages/New/roles/Web/tasks/main.yml",
"content": "---\n# tasks file for Web\n- name: install EPEL release\n yum:\n name: epel-release\n state: latest\n\n- name: Update(s) server(s) web\n yum:\n name: '*'\n state: latest\n\n- name: install httpd and other\n yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/config/playbook/packages/New/roles/dhcp | 7,621 | [
"no_license"
] | [
{
"path": "ansible/config/playbook/packages/New/roles/dhcp/tasks/main.yml",
"content": "---\n# tasks file for dhcp\n- name: install DHCP CentOS7\n yum: name={{ item }} state=latest\n with_items:\n - epel-relase\n - '*'\n - dhcp\n when: ansible_os_family == \"RedHat\"\n\n- name: install DHCP ubuntu ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/ubuntu/roles/Web | 7,621 | [
"no_license"
] | [
{
"path": "ansible/ubuntu/roles/Web/handlers/main.yml",
"content": "---\n# handlers file for Web\n- name: Start httpd\n service:\n name: httpd\n state: started\n- name: Stop httpd\n service:\n name: httpd\n state: stopped\n- name: restart apache\n service:\n name: httpd\n state: restart... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1469,
"all_permissive": false
} |
ansible_role | stevenliatti/virtualisation | 239aaca9d781e63b3d077c9f8bda4fd67e85e020 | 0 | ansible/ubuntu/roles/dhcp | 7,621 | [
"no_license"
] | [
{
"path": "ansible/ubuntu/roles/dhcp/handlers/main.yml",
"content": "---\n# handlers file for dhcp\n- name: Start dhcp\n systemd: name=dhcp state=started\n\n- name: Stop dhcp\n systemd: name=dhcp state=stopped\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | thelastpickle/tlp-ansible | 6a33366487272fa5850de76a7beec06e9961d188 | 0 | roles/cassandra_ca | 7,621 | [
"no_license"
] | [
{
"path": "roles/cassandra_ca/tasks/create_cassandra_ca.yml",
"content": "- name: Create CassandraCA directory\n file:\n path: \"{{ cassandra_ca_dir }}\"\n state: directory\n mode: '0755'\n\n- set_fact:\n ssl_conf_dn_common_name: CassandraCA\n\n- name: Create CassandraCA configuration file\n t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1172,
"all_permissive": false
} |
ansible_role | thelastpickle/tlp-ansible | 6a33366487272fa5850de76a7beec06e9961d188 | 0 | roles/cassandra_configuration | 7,621 | [
"no_license"
] | [
{
"path": "roles/cassandra_configuration/tasks/update_config.yml",
"content": "---\n- name: Create facts\n set_fact: \n seeds: \"{{ groups['cassandra_nodes'] | map('extract', hostvars, ['ansible_default_ipv4', 'address']) | join(',') }}\"\n node_ip: \"{{ ansible_default_ipv4.address }}\"\n\n- name: G... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4499,
"all_permissive": false
} |
ansible_role | thelastpickle/tlp-ansible | 6a33366487272fa5850de76a7beec06e9961d188 | 0 | roles/node_keystores | 7,621 | [
"no_license"
] | [
{
"path": "roles/node_keystores/defaults/main.yml",
"content": "ssl_extensions_enabled: True\nssl_conf_dn_common_name: \"{{ inventory_hostname }}\"\nalt_name_ip1: \"{{ ansible_default_ipv4.address }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"pat... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2894,
"all_permissive": false
} |
ansible_role | thelastpickle/tlp-ansible | 6a33366487272fa5850de76a7beec06e9961d188 | 0 | roles/tls_delete | 7,621 | [
"no_license"
] | [
{
"path": "roles/tls_delete/tasks/main.yml",
"content": "---\n- import_role:\n name: tls_common\n\n- name: Delete certs directory\n file:\n path: \"{{ cassandra_ca_dir }}\"\n state: absent\n when: tls_reset is defined\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": 162,
"all_permissive": false
} |
ansible_role | thelastpickle/tlp-ansible | 6a33366487272fa5850de76a7beec06e9961d188 | 0 | roles/tls_keystore | 7,621 | [
"no_license"
] | [
{
"path": "roles/tls_keystore/defaults/main.yml",
"content": "ssl_extensions_enabled: True\nssl_conf_dn_common_name: \"{{ inventory_hostname }}\"\n#alt_name_ip1: \"{{ ansible_default_ipv4.address }}\"\nalt_name_ip1: \"{{ inventory_hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2204,
"all_permissive": false
} |
ansible_role | thelastpickle/tlp-ansible | 6a33366487272fa5850de76a7beec06e9961d188 | 0 | roles/tls_truststore | 7,621 | [
"no_license"
] | [
{
"path": "roles/tls_truststore/tasks/create_truststore.yml",
"content": "---\n- name: Create CA directory\n file:\n path: \"{{ ca_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Create CA configuration file\n template:\n src: roles/tls_common/templates/ssl.cnf.j2\n dest: \"{{ ca_dir ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1555,
"all_permissive": false
} |
ansible_role | JackDunham/brasscrow | 56e0204291e0db971f19daecc5a115bff7f86542 | 2 | roles/brasscrow-gateway | 7,621 | [
"no_license"
] | [
{
"path": "roles/brasscrow-gateway/tasks/main.yml",
"content": "---\n- name: Make the necessary directories for the certificate authority\n file:\n path: \"{{ item }}\"\n owner: root\n group: root\n mode: 0750\n state: directory\n with_items:\n - \"{{ openssl_ca_base }}\"\n - \"{{ ope... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9403,
"all_permissive": false
} |
ansible_role | JackDunham/brasscrow | 56e0204291e0db971f19daecc5a115bff7f86542 | 2 | roles/brasscrow-mirror | 7,621 | [
"no_license"
] | [
{
"path": "roles/brasscrow-mirror/vars/main.yml",
"content": "---\nbrasscrow_mirror_location: \"{{ brasscrow_gateway_location }}/mirror\"\n\nbrasscrow_markdown_mirror_page: \"{{ brasscrow_mirror_location }}/index.md\"\nbrasscrow_html_mirror_page: \"{{ brasscrow_mirror_location }}/index.html\"\n\nbrasscrow_m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6156,
"all_permissive": false
} |
ansible_role | JackDunham/brasscrow | 56e0204291e0db971f19daecc5a115bff7f86542 | 2 | roles/common | 7,621 | [
"no_license"
] | [
{
"path": "roles/common/files/vpn",
"content": "#!/bin/bash\n#start / stop wireguard\n\nDATE=`date +%Y-%m-%d:%H:%M:%S`\nMYIP=`dig +short myip.opendns.com @resolver1.opendns.com`\n\ncase \"$1\" in\n start) \n echo 'starting vpn connection to jamesdimple' \n sudo wg-quick up wg0-client\n ;;\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2814,
"all_permissive": false
} |
ansible_role | JackDunham/brasscrow | 56e0204291e0db971f19daecc5a115bff7f86542 | 2 | roles/gce-network | 7,621 | [
"no_license"
] | [
{
"path": "roles/gce-network/tasks/main.yml",
"content": "---\n- name: Create network\n gce_net:\n name: \"{{ gce_network }}\"\n state: \"present\"\n ipv4_range: \"{{ gce_ipv4_range }}\"\n credentials_file: \"{{ gce_json_file_location }}\"\n project_id: \"{{ gce_project_id }}\"\n service_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2754,
"all_permissive": false
} |
ansible_role | JackDunham/brasscrow | 56e0204291e0db971f19daecc5a115bff7f86542 | 2 | roles/genesis-exoscale | 7,621 | [
"no_license"
] | [
{
"path": "roles/genesis-exoscale/defaults/main.yml",
"content": "---\nexo_ubuntu_x64_template: \"Linux Ubuntu 16.04 LTS 64-bit 10G Disk (2017-01-28-86454b)\"\nexo_instance_size: \"Tiny\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/genes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5433,
"all_permissive": false
} |
ansible_role | JackDunham/brasscrow | 56e0204291e0db971f19daecc5a115bff7f86542 | 2 | roles/genesis-google | 7,621 | [
"no_license"
] | [
{
"path": "roles/genesis-google/tasks/main.yml",
"content": "---\n- name: Get the default SSH key\n command: cat ~/.ssh/id_rsa.pub\n register: ssh_key\n\n- name: Create the GCE instance\n gce:\n name: \"{{ gce_server_name }}\"\n network: \"{{ gce_network }}\"\n zone: \"{{ gce_zone }}\"\n mach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | JackDunham/brasscrow | 56e0204291e0db971f19daecc5a115bff7f86542 | 2 | roles/shadowsocks | 7,621 | [
"no_license"
] | [
{
"path": "roles/shadowsocks/tasks/main.yml",
"content": "---\n- name: Apply the sysctl value to enable TCP Fast Open\n sysctl:\n name: net.ipv4.tcp_fastopen\n value: 3\n state: present\n\n- name: Install the shadowsocks-libev dependencies\n apt:\n name: \"{{ item }}\"\n install_recommends:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4274,
"all_permissive": false
} |
ansible_role | harsssh/born2beroot | fad37a32575e9e70b2029471bb3fdbd4bb1b978d | 0 | roles/hostname | 7,621 | [
"no_license"
] | [
{
"path": "roles/hostname/vars/main.yml",
"content": "---\nhostname: \"{{ login_name }}42\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n# tasks file for hostname\n- name: set hostname\n host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | harsssh/born2beroot | fad37a32575e9e70b2029471bb3fdbd4bb1b978d | 0 | roles/monitoring | 7,621 | [
"no_license"
] | [
{
"path": "roles/monitoring/files/monitoring.sh",
"content": "#!/bin/bash\nARC=$(uname -a)\nCPU=$(lscpu | grep '^Socket(s)' | awk '{print $2}')\nvCPU=$(lscpu | grep '^CPU(s)' | awk '{print $2}')\nMEM=$(free -m | grep '^Mem' | awk '{print $2}')\nMEM_USED=$(free -m | grep '^Mem' | awk '{print $3}')\nMEM_USED_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1916,
"all_permissive": false
} |
ansible_role | harsssh/born2beroot | fad37a32575e9e70b2029471bb3fdbd4bb1b978d | 0 | roles/password | 7,621 | [
"no_license"
] | [
{
"path": "roles/password/tasks/main.yml",
"content": "---\n# tasks file for password\n- name: install libpam-pwquality\n apt:\n name: libpam-pwquality\n state: present\n\n- name: set password policy\n lineinfile:\n path: /etc/pam.d/common-password\n regexp: '^password\\s+requisite\\s+pam_pwqu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | harsssh/born2beroot | fad37a32575e9e70b2029471bb3fdbd4bb1b978d | 0 | roles/ssh | 7,621 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n# tasks file for ssh\n- name: install ssh\n apt:\n name: openssh-server\n state: present\n update_cache: yes\n\n- name: enable ssh\n service:\n name: ssh\n state: started\n enabled: yes\n\n- import_tasks: port.yml\n- import_tasks: ro... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | harsssh/born2beroot | fad37a32575e9e70b2029471bb3fdbd4bb1b978d | 0 | roles/sudo | 7,621 | [
"no_license"
] | [
{
"path": "roles/sudo/vars/main.yml",
"content": "---\n# vars file for sudo\nsecure_path: \"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\"\nmax_tries: 3\nlog_file: \"/var/log/sudo/sudo.log\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | harsssh/born2beroot | fad37a32575e9e70b2029471bb3fdbd4bb1b978d | 0 | roles/ufw | 7,621 | [
"no_license"
] | [
{
"path": "roles/ufw/vars/main.yml",
"content": "---\n# vars file for ufw\n# 開けるportのリスト\nufw_allow_ports:\n - 4242\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/ufw/tasks/allow.yml",
"content": "---\n# allow_ufw_portsを許可\n- name: al... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | harsssh/born2beroot | fad37a32575e9e70b2029471bb3fdbd4bb1b978d | 0 | roles/user | 7,621 | [
"no_license"
] | [
{
"path": "roles/user/vars/main.yml",
"content": "---\nuser_name: \"{{ login_name }}\"\ngroup_name: \"user42\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/user/tasks/main.yml",
"content": "---\n# tasks file for user\n- name: create gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | az-art/ansible-role-vault | 38c73609766e2a7615a399f0cac29772ea6d8f14 | 0 | roles/vault | 7,621 | [
"no_license"
] | [
{
"path": "roles/vault/molecule/default/cleanup.yml",
"content": "---\n- name: Create\n hosts: localhost\n connection: local\n vars:\n unseal_keys_dir_output: \"{{ playbook_dir }}/unsealKeys\"\n root_token_dir_output: \"{{ playbook_dir }}/rootToken\"\n gather_facts: false\n no_log: \"{{ not looku... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 18273,
"all_permissive": false
} |
ansible_role | bbrillhart/xdr-ansible | f3576583fbf5b82f5dd760b6fbd56146b59d27ff | 0 | roles/linux-xdr | 7,621 | [
"no_license"
] | [
{
"path": "roles/linux-xdr/tasks/install-xdr.yml",
"content": "---\n- name: Is XDR Already Installed? \n become: yes\n become_method: sudo\n stat:\n path: \"{{xdr.dir}}/cytool\"\n register: cytool\n\n- name: Copy a Linux Install file to host\n become: yes\n become_method: sudo\n ansible.builtin.co... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1447,
"all_permissive": false
} |
ansible_role | tenpei-on/docker-ansible | 3a48f2dfd5ebdaa9ce294521205ab8cde78c8579 | 0 | ansible/roles/mysql | 7,621 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- include: install_mysqld_5_6.yml\n- include: startup_mysql.yml\n- include: setup_musql.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "ansible/roles/mysql/tasks/install_mysqld_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | turboBasic/vagrant-apache-php | 406ee018a4a771eac4708652dcd8ef0736dd282b | 0 | provision/roles/php | 7,621 | [
"no_license"
] | [
{
"path": "provision/roles/php/tasks/main.yml",
"content": "---\n\n- name: Add PPA for PHP\n become: yes\n apt_repository:\n repo: ppa:ondrej/php\n state: present\n update_cache: yes\n\n- name: Ensure PHP is installed and upgraded if needed\n become: yes\n apt:\n name: \"{{ packages }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/app_base | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/app_base/tasks/main.yml",
"content": "---\n- name: Create app-tools directory\n file: path={{ tool_dir }} state=directory owner={{ user }} group={{ user }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/app_beanstalkd-console | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/app_beanstalkd-console/templates/beanstalkdconsole.nginx",
"content": "server {\n\tlisten 8501;\n\troot {{ tool_dir }}/beanstalkdconsole/public;\n\n\tindex index.php;\n\n\taccess_log off;\n\terror_log off;\n\t#access_log /var/log/nginx/beanstalkdconsole.access.log;\n\t#err... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1375,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/app_redis-commander | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/app_redis-commander/tasks/main.yml",
"content": "---\n# Redis Commander\n# https://github.com/joeferner/redis-commander\n\n- name: Install redis commander\n npm: name=redis-commander state=present global=yes\n\n- name: Configure redis commander supervisor\n template: src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1130,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/beanstalkd | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/beanstalkd/tasks/main.yml",
"content": "---\n- name: Install beanstalkd\n apt: name=beanstalkd state=latest\n\n- name: Set beanstalkd start\n lineinfile: dest=/etc/default/beanstalkd regexp=\"START=yes\" line=\"START=yes\"\n notify: restart beanstalkd\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/blackfire | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/blackfire/tasks/main.yml",
"content": "---\n- name: Register Blackfire GPG key\n apt_key: url=https://packagecloud.io/gpg.key\n\n- name: Add Blackfire package list in source.list\n apt_repository: repo='deb http://packages.blackfire.io/debian any main' update_cache=yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/common | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/common/defaults/main.yml",
"content": "---\nlocales: [ en_US.UTF-8, tr_TR.UTF-8 ]\nsys_packages:\n - software-properties-common\n - curl\n - dos2unix\n - libmcrypt4\n - libpcre3-dev\n - python2.7-dev\n - python-pip\n - ruby-dev\n - re2c\n - memcached\n - whois\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/composer | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/composer/tasks/main.yml",
"content": "---\n- name: Install composer\n shell: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin creates=/usr/local/bin/composer\n\n- name: Rename composer.phar to composer\n shell: mv /usr/local/bin/composer.p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/dashboard | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/dashboard/tasks/main.yml",
"content": "---\n- name: Configure dashboard nginx host\n template: src={{ item }} dest=/etc/nginx/sites-available/{{ item|replace('.nginx','') }}\n with_items:\n - dashboard.nginx\n\n- name: Enable nginx hosts\n file: src=/etc/nginx/sites-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8912,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/dotfiles | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/dotfiles/files/.nanorc",
"content": "# Constantly display the cursor position in the status bar\nset const\n\n# Disapble history log\nunset historylog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "vagrant/pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/finalize | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/finalize/tasks/main.yml",
"content": "---\n- name: Remove unused packages\n command: apt-get clean && apt-get autoremove\n\n- name: Updating locate database\n command: updatedb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/git | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/git/defaults/main.yml",
"content": "---\ngit_packages:\n - git\n - git-core\n - git-flow\n - git-extras\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "vagrant/provision/roles/git/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1829,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/hhvm | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/hhvm/tasks/main.yml",
"content": "---\n- name: Install hhvm gpg key\n apt_key: url=http://dl.hhvm.com/conf/hhvm.gpg.key\n\n- name: Add hhvm deb repository\n apt_repository: repo='deb http://dl.hhvm.com/ubuntu {{ ubuntu_name }} main' update_cache=yes\n\n- name: Install hh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/mailcatcher | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/mailcatcher/tasks/main.yml",
"content": "---\n- name: Install MailCatcher\n shell: gem install mailcatcher creates=/usr/bin/mailcatcher\n\n- name: Configure PHP Email\n lineinfile: dest=/etc/php5/fpm/conf.d/00-php.ini line=\"sendmail_path = /usr/bin/env catchmail\"\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/mysql | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/mysql/tasks/main.yml",
"content": "---\n- name: Copy .my.cnf file\n template: src=my_credentials.cnf dest=/root/.my.cnf owner=root mode=0600\n\n# Install mysql\n- debconf: name=\"mysql-server\" question=\"mysql-server/root_password\" vtype=\"password\" value={{ mysql.root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/nginx | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/nginx/templates/wildcard-site.nginx",
"content": "server {\n\tlisten 80;\n\tserver_name ~^(www\\.)?(?<sname>.+?).site$; # projectname.site\n\troot {{ www_dir }}/$sname;\n\n\tindex index.html index.htm index.php;\n\tcharset utf-8;\n\n\tsendfile off;\n\taccess_log off;\n\t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2807,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/ngrok | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/ngrok/tasks/main.yml",
"content": "---\n- name: Check if installed\n stat: >\n path=/usr/local/bin/ngrok\n register: ngrok_installed\n\n- name: Download package\n get_url: >\n url={{ ngrok.download_url }}\n dest=/usr/src/ngrok.zip\n force=yes\n when: not ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/node | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/node/tasks/main.yml",
"content": "---\n# https://serversforhackers.com/an-ansible-tutorial\n\n- name: Ensure ubuntu distro is supported\n get_url:\n url='https://deb.nodesource.com/node/dists/{{ ubuntu_name }}/Release'\n dest=/dev/null\n register: distrosupported\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/php | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/php/defaults/main.yml",
"content": "---\nphp_modules:\n - php5-common\n - php5-cli\n - php5-dev\n - php5-fpm\n - php5-mysqlnd\n - php5-pgsql\n - php5-sqlite\n - php5-json\n - php5-curl\n - php5-gd\n - php5-imagick\n - php5-gmp\n - php5-imap\n - php5-mcrypt\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2020,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/postgresql | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/postgresql/tasks/main.yml",
"content": "---\n- name: Install postgresql\n apt: name={{ item }} state=latest\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n - pgtop\n\n- name: Configure postgresql remote access\n lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/prezto | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/prezto/files/zlogout",
"content": "#\n# Executes commands at logout.\n#\n\n# Print the message\ncat <<-EOF\n\nThank you. Come again!\n\nEOF\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "vagrant/provision/roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4799,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/redis | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/redis/tasks/main.yml",
"content": "---\n- name: Add redis repository\n apt_repository: repo='ppa:rwky/redis' update_cache=yes\n\n- name: Install Redis server and PHP-Redis library\n apt: name={{ item }} state=latest\n with_items:\n - redis-server\n - php5-redis\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/sqlite | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/sqlite/tasks/main.yml",
"content": "---\n- name: Install SQLite package\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - sqlite3\n - libsqlite3-dev\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/supervisor | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/supervisor/tasks/main.yml",
"content": "---\n- name: Install supervisor\n apt: name=supervisor state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | juy/Vagrant-LEMP-Stack-setter | 8c426b58f22d0f361573edf1fc3283a2c9b49e6e | 1 | vagrant/provision/roles/xdebug | 7,618 | [
"no_license"
] | [
{
"path": "vagrant/provision/roles/xdebug/tasks/main.yml",
"content": "---\n- name: Install xdebug\n apt: name=php5-xdebug state=latest\n\n- name: Enable remote xdebug\n template: src=xdebug.ini dest=/etc/php5/mods-available/xdebug.ini\n- file: src=/etc/php5/mods-available/xdebug.ini dest=/etc/php5/fpm/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | ascdso2020/ascdso-studio | f39fc9d18e4bade2ee3c2f7363c200a2aba7c3a1 | 0 | provisioning/roles/common | 7,618 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: Install curl, locales, apt-transport-https, gnome desktop\n apt:\n name:\n - curl\n - locales\n - apt-transport-https\n - sshpass\n - apparmor-utils\n - gnome\n state: present\n update_cach... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1253,
"all_permissive": false
} |
ansible_role | ascdso2020/ascdso-studio | f39fc9d18e4bade2ee3c2f7363c200a2aba7c3a1 | 0 | provisioning/roles/geerlingguy.java | 7,618 | [
"no_license"
] | [
{
"path": "provisioning/roles/geerlingguy.java/vars/Debian-10.yml",
"content": "---\n# JDK version options include:\n# - java\n# - default-jdk\n__java_packages:\n - default-jdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "provisioning/rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 732,
"all_permissive": false
} |
ansible_role | ascdso2020/ascdso-studio | f39fc9d18e4bade2ee3c2f7363c200a2aba7c3a1 | 0 | provisioning/roles/secfigo.inspec | 7,618 | [
"no_license"
] | [
{
"path": "provisioning/roles/secfigo.inspec/defaults/main.yml",
"content": "---\ninspec_version: \"4.21.3\"\ninspec_arch: \"amd64\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "provisioning/roles/secfigo.inspec/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | ecs-hk/debian-bastion | 83f6de51a01ef84cc679fc54afa9d887212f487a | 1 | src/roles/baseline | 7,618 | [
"permissive"
] | [
{
"path": "src/roles/baseline/files/bashrc",
"content": "# Managed by Ansible\n\nexport EDITOR=vi\nexport PS1=\"[\\h] \\W# \"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 62
},
{
"path": "src/roles/baseline/vars/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8227,
"all_permissive": true
} |
ansible_role | ecs-hk/debian-bastion | 83f6de51a01ef84cc679fc54afa9d887212f487a | 1 | src/roles/firewall | 7,618 | [
"permissive"
] | [
{
"path": "src/roles/firewall/tasks/main.yml",
"content": "---\n##############################################################################\n- block:\n##############################################################################\n\n - name: Ensure firewall configuration exists\n ansible.builtin.file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4557,
"all_permissive": true
} |
ansible_role | ecs-hk/debian-bastion | 83f6de51a01ef84cc679fc54afa9d887212f487a | 1 | src/roles/hids | 7,618 | [
"permissive"
] | [
{
"path": "src/roles/hids/files/auto-block-brutes",
"content": "#!/bin/bash\n\n# Managed by Ansible\n\n# This script is designed to be called by cron. Any output from its\n# execution will go to rsyslog rather than stdout / stderr.\n\nset -u\nset -o pipefail\n\n# --------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8934,
"all_permissive": true
} |
ansible_role | ecs-hk/debian-bastion | 83f6de51a01ef84cc679fc54afa9d887212f487a | 1 | src/roles/logging | 7,618 | [
"permissive"
] | [
{
"path": "src/roles/logging/templates/chatter-logrotate.j2",
"content": "{{ chatter_log }} {\n rotate 6\n weekly\n compress\n missingok\n notifempty\n}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 78
},
{
"path": "src/roles/loggin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1739,
"all_permissive": true
} |
ansible_role | ecs-hk/debian-bastion | 83f6de51a01ef84cc679fc54afa9d887212f487a | 1 | src/roles/sshd | 7,618 | [
"permissive"
] | [
{
"path": "src/roles/sshd/defaults/main.yml",
"content": "---\nsshd_allowed_group: \"sshpass\"\nsshd_port: 11066\nsshd_banner: |\n ...........................................................................\n Unauthorized use of this system and its networking resources is prohibited.\n\n Violato... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3630,
"all_permissive": true
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/amavisd | 7,618 | [
"no_license"
] | [
{
"path": "roles/amavisd/templates/amavisd.conf.j2",
"content": "use strict;\n\n$myprogram_name = 'amavisd';\n$max_servers = 2;\n$daemon_user = '{{ amavisd_user }}';\n$daemon_group = '{{ amavisd_group }}';\n$mydomain = '{{ network_name }}';\n$MYHOME = '/var/amavis';\n$TEMPBASE = \"$MYHOME/tmp\";\n$ENV{TMPD... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 15905,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/apache | 7,618 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "# Ensure that www user and group exist\n\n- name: Create www group\n group:\n name: \"{{ www_group }}\"\n gid: \"{{ www_gid }}\"\n tags:\n - setup\n\n- name: Create www user\n user:\n name: \"{{ www_user }}\"\n uid: \"{{ www_uid }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3037,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/clamav | 7,618 | [
"no_license"
] | [
{
"path": "roles/clamav/templates/clamd.conf.j2",
"content": "LogFile /var/log/clamav/clamd.log\nPidFile /var/run/clamav/clamd.pid\nLocalSocket /var/run/clamav/clamd.sock\nFixStaleSocket yes\nUser {{ amavisd_user }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1938,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/dovecot | 7,618 | [
"no_license"
] | [
{
"path": "roles/dovecot/templates/dovecot-ldap.conf.j2",
"content": "{% set uris = [ ldap_primary_uri ] %}\n{% if ldap_alternate_uris is defined %}\n{% for item in ldap_alternate_uris %}\n{% set uris = uris.append(item) %}\n{% endfor %}\n{% endif %}\nauth_bind = yes\nauth_bind_userdn = cn=%u,{{ ldap_users_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6554,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/java_truststore | 7,618 | [
"no_license"
] | [
{
"path": "roles/java_truststore/tasks/main.yml",
"content": "# Setup CA keystore for Java\n\n- name: Create SSL directories\n file:\n path=\"{{ ssl_keystores_dir }}\"\n state=directory\n owner=root\n group=wheel\n mode=755\n tags:\n - setup\n\n- name: Copy default cacerts keystore\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/kdc | 7,618 | [
"no_license"
] | [
{
"path": "roles/kdc/tasks/main.yml",
"content": "- name: Install kdc.conf file\n template:\n src: kdc.conf.j2\n dest: \"{{ kdc_conf_path }}\"\n owner: \"{{ root_user }}\"\n group: \"{{ root_group }}\"\n mode: 0644\n tags:\n - setup\n - config\n register: kdc_conf\n\n- name: Ensure k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/kerberos | 7,618 | [
"no_license"
] | [
{
"path": "roles/kerberos/tasks/main.yml",
"content": "- name: Install krb5.conf file\n template:\n src: krb5.conf.j2\n dest: \"{{ krb5_conf_path }}\"\n owner: \"{{ root_user }}\"\n group: \"{{ root_group }}\"\n mode: 0644\n tags:\n - setup\n - config\n - kerberos\n\n- name: Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/ldap | 7,618 | [
"no_license"
] | [
{
"path": "roles/ldap/tasks/main.yml",
"content": "- name: Install LDAP client certificate\n copy:\n src: \"{{ control_ssl_client_CA_certs_dir }}/{{ ldap_client_cert_file }}\"\n dest: \"{{ ldap_client_cert_path }}\"\n owner: \"{{ root_user }}\"\n group: \"{{ root_group }}\"\n mode: 0644\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/nslcd | 7,618 | [
"no_license"
] | [
{
"path": "roles/nslcd/tasks/main.yml",
"content": "- name: Create nslcd group\n group:\n name: \"{{ nslcd_group }}\"\n gid: \"{{ nslcd_gid }}\"\n tags:\n - setup\n\n- name: Create nslcd user\n user:\n name: \"{{ nslcd_user }}\"\n uid: \"{{ nslcd_uid }}\"\n group: \"{{ nslcd_group }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3011,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/opendkim | 7,618 | [
"no_license"
] | [
{
"path": "roles/opendkim/templates/opendkim.trustedhosts.j2",
"content": "127.0.0.1\n::1\n*.{{ network_name }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/opendkim/templates/opendkim.conf.j2",
"content": "AllowSHA1Only no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3986,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/postfix | 7,618 | [
"no_license"
] | [
{
"path": "roles/postfix/templates/postfix-ldap.cf.j2",
"content": "{% set uris = [ ldap_primary_uri ] %}\n{% if ldap_alternate_uris is defined %}\n{% for item in ldap_alternate_uris %}\n{% set uris = uris.append(item) %}\n{% endfor %}\n{% endif %}\nserver_host = {{ uris | join(\" \") }}\nsearch_base = {{ l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8087,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/postgres | 7,618 | [
"no_license"
] | [
{
"path": "roles/postgres/templates/pg_hba.conf.j2",
"content": "# Trust local connections\n\nlocal\tall\t\tall\t\t\t\ttrust\nhost\tall\t\tall\t\t::1/128\t\ttrust\nhost\tall\t\tall\t\t127.0.0.1/32\ttrust\n\n# Allow GSSAPI authentication over SSL\n\nhostssl\tall\t\tall\t\t::/0\t\tgss include_realm=0 krb_real... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3431,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/privoxy | 7,618 | [
"no_license"
] | [
{
"path": "roles/privoxy/templates/config.j2",
"content": "user-manual {{ privoxy_doc_dir }}/user-manual\n\nlogdir {{ privoxy_log_dir }}\nlogfile logfile\n\nconfdir {{ privoxy_conf_dir }}\nactionsfile default.action\nfilterfile default.filter\n\nenable-remote-toggle 0\nenable-edit-actions 0\n\ndebug 1024\nd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1519,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/saslauthd | 7,618 | [
"no_license"
] | [
{
"path": "roles/saslauthd/tasks/main.yml",
"content": "- name: Enable saslauthd in rc.conf\n lineinfile:\n dest: \"{{ rc_conf }}\"\n regexp: \"^saslauthd_enable=\"\n line: \"saslauthd_enable=YES\"\n tags:\n - setup\n\n- name: Ensure saslauthd is running\n service:\n name: \"{{ saslauthd_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.