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 | cb372/ReengLegacySoft | d1a483c792daf85fdd3be4e788852b5824cabc7a | 33 | 07/uad/provisioning/roles/postgresql | 2,558 | [
"no_license"
] | [
{
"path": "07/uad/provisioning/roles/postgresql/tasks/main.yml",
"content": "---\n- name: install PostgreSQL\n apt: name=postgresql state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | cb372/ReengLegacySoft | d1a483c792daf85fdd3be4e788852b5824cabc7a | 33 | 07/uad/provisioning/roles/resin | 2,558 | [
"no_license"
] | [
{
"path": "07/uad/provisioning/roles/resin/tasks/main.yml",
"content": "---\n- name: download Resin tarball\n get_url: >\n url=http://www.caucho.com/download/resin-3.1.14.tar.gz\n dest=/tmp/resin-3.1.14.tar.gz\n\n- name: extract Resin tarball\n unarchive: >\n src=/tmp/resin-3.1.14.tar.gz\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | cb372/ReengLegacySoft | d1a483c792daf85fdd3be4e788852b5824cabc7a | 33 | 07/uad/provisioning/roles/uad | 2,558 | [
"no_license"
] | [
{
"path": "07/uad/provisioning/roles/uad/tasks/main.yml",
"content": "---\n# Imagine this is downloading a license key from somewhere on the company network\n- name: download XML parser license key\n get_url: >\n url=http://www.google.com/robots.txt\n dest=/usr/local/resin/xml-parser-license.txt\n\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1188,
"all_permissive": false
} |
ansible_role | cb372/ReengLegacySoft | d1a483c792daf85fdd3be4e788852b5824cabc7a | 33 | 08/uad/provisioning/roles/java | 2,558 | [
"no_license"
] | [
{
"path": "08/uad/provisioning/roles/java/tasks/main.yml",
"content": "---\n- name: install OpenJDK 7 JDK\n apt: name=openjdk-7-jdk state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 74,
"all_permissive": false
} |
ansible_role | cb372/ReengLegacySoft | d1a483c792daf85fdd3be4e788852b5824cabc7a | 33 | 08/uad/provisioning/roles/uad | 2,558 | [
"no_license"
] | [
{
"path": "08/uad/provisioning/roles/uad/files/schema.sql",
"content": "--\n-- PostgreSQL database dump\n--\n\nSET statement_timeout = 0;\nSET lock_timeout = 0;\nSET client_encoding = 'UTF8';\nSET standard_conforming_strings = on;\nSET check_function_bodies = false;\nSET client_min_messages = warning;\n\n--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2017,
"all_permissive": false
} |
ansible_role | cb372/ReengLegacySoft | d1a483c792daf85fdd3be4e788852b5824cabc7a | 33 | 08/uad/provisioning/roles/user | 2,558 | [
"no_license"
] | [
{
"path": "08/uad/provisioning/roles/user/tasks/main.yml",
"content": "---\n- name: create application user\n user: name={{ app_user }} state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | oltdaniel/ansible-my-servers | b8197ec3567e05d90dbcd963e1626a58ccd4490d | 0 | roles/caddy | 2,518 | [
"no_license"
] | [
{
"path": "roles/caddy/defaults/main.yml",
"content": "---\ncaddy_packages:\n - caddy\ncaddy_packages_state: present\n\n# Service options.\ncaddy_service_manage: true\ncaddy_service_state: started\ncaddy_service_enabled: true\ncaddy_restart_handler_state: restarted\ncaddy_reload_handler_state: reloaded\n\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4240,
"all_permissive": false
} |
ansible_role | oltdaniel/ansible-my-servers | b8197ec3567e05d90dbcd963e1626a58ccd4490d | 0 | roles/genisis | 2,518 | [
"no_license"
] | [
{
"path": "roles/genisis/defaults/main.yml",
"content": "---\ngenisis_user_passwordless_sudoer: true\ngenisis_group_sudo_passwordless_sudoers: true\ngenisis_user_ssh_pubkey: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/id_ed25519.pub') }}\"",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | oltdaniel/ansible-my-servers | b8197ec3567e05d90dbcd963e1626a58ccd4490d | 0 | roles/netdata | 2,518 | [
"no_license"
] | [
{
"path": "roles/netdata/templates/netdata.secondaries.conf.j2",
"content": "{{ ansible_managed | comment }}\n\n[db]\n # https://github.com/netdata/netdata/blob/master/src/database/README.md\n # none = no retention, ram = some retention in ram\n mode = ram\n # The retention in seconds.\n # Th... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10086,
"all_permissive": false
} |
ansible_role | oltdaniel/ansible-my-servers | b8197ec3567e05d90dbcd963e1626a58ccd4490d | 0 | roles/networking | 2,518 | [
"no_license"
] | [
{
"path": "roles/networking/tasks/main.yml",
"content": "---\n\n- name: Install Networking packages.\n package:\n name: \"{{ networking_packages }}\"\n state: \"{{ networking_packages_state }}\"\n ignore_errors: \"{{ ansible_check_mode }}\"\n when: \"ansible_version.full is version_compare('2.12', ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1794,
"all_permissive": false
} |
ansible_role | oltdaniel/ansible-my-servers | b8197ec3567e05d90dbcd963e1626a58ccd4490d | 0 | roles/upgrade | 2,518 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n- name: Update and upgrade apt packages\n apt:\n update_cache: true\n upgrade: dist\n become: true\n\n- name: Check if reboot is required\n stat:\n path: /var/run/reboot-required\n get_checksum: false\n register: reboot_required_file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | oltdaniel/ansible-my-servers | b8197ec3567e05d90dbcd963e1626a58ccd4490d | 0 | roles/wireguard | 2,518 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/main.yml",
"content": "---\n\n- name: Install WireGuard packages.\n package:\n name: \"{{ wireguard_packages }}\"\n state: \"{{ wireguard_packages_state }}\"\n notify: restart wireguard interface\n ignore_errors: \"{{ ansible_check_mode }}\"\n when: \"ansible_versi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6991,
"all_permissive": false
} |
ansible_role | nortap/Deploy-DB | 922ccf1e66602a94b2e335d6adb81399ad7be29c | 0 | roles/apt-inst-mongo | 2,518 | [
"permissive"
] | [
{
"path": "roles/apt-inst-mongo/tasks/main.yaml",
"content": "- name: Install dependencies for MongoDB for Ubuntu\n apt: \n name={{ item }} \n state=latest\n when: ansible_distribution == \"Ubuntu\"\n with_items:\n - gnupg\n - curl\n - rpm\n\n- name: Add MongoDB apt signing key\n apt_key: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 866,
"all_permissive": true
} |
ansible_role | nortap/Deploy-DB | 922ccf1e66602a94b2e335d6adb81399ad7be29c | 0 | roles/apt-inst-psql | 2,518 | [
"permissive"
] | [
{
"path": "roles/apt-inst-psql/tasks/main.yaml",
"content": "- name: Install dependencies for PostgreSQL for Ubuntu\n apt: \n name={{ item }} \n state=latest\n when: ansible_distribution == \"Ubuntu\"\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n \n- name: Install PostgreS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": true
} |
ansible_role | nortap/Deploy-DB | 922ccf1e66602a94b2e335d6adb81399ad7be29c | 0 | roles/base | 2,518 | [
"permissive"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "- name: Update repository index for Ubuntu\n apt:\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n- name: Update repository index for CentOS\n dnf: \n update_cache: yes\n when: ansible_distribution == \"CentOS\"",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": true
} |
ansible_role | nortap/Deploy-DB | 922ccf1e66602a94b2e335d6adb81399ad7be29c | 0 | roles/dnf-inst-psql | 2,518 | [
"permissive"
] | [
{
"path": "roles/dnf-inst-psql/tasks/main.yaml",
"content": "- name: Install dependencies for PostgreSQL for CentOS\n dnf: name={{ item }} update_cache=true state=latest\n when: ansible_distribution == \"CentOS\"\n with_items:\n - bash\n - openssl\n - openssl-devel\n \n- name: Install PostgreSQL for C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": true
} |
ansible_role | Air-210484/take-off | 465a77b7fc046a25612c2da3575a94c5b73aed88 | 0 | roles/base_custom | 2,518 | [
"no_license"
] | [
{
"path": "roles/base_custom/tasks/main.yml",
"content": "# main common_sec Tasks\n\n# Set root passwd\n- name: Set root password\n user:\n name: root\n password: \"{{ <PASSWORD> }}\"\n\n# Begin user Creation step\n- name: Create user <user_name>\n user:\n name: \"<user>\"\n group: sudo\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | Air-210484/take-off | 465a77b7fc046a25612c2da3575a94c5b73aed88 | 0 | roles/base_deploy | 2,518 | [
"no_license"
] | [
{
"path": "roles/base_deploy/defaults/main.yml",
"content": "# Default Timezone\ntimzeone: Europe/Paris\n\n# Default Packages\nrequired_packages:\n - ufw\n - curl\n - socat\n - sudo\n - wipe\n - htop\n - git\n - openssl\n - vim\n - zsh",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | Air-210484/take-off | 465a77b7fc046a25612c2da3575a94c5b73aed88 | 0 | roles/base_ops | 2,518 | [
"no_license"
] | [
{
"path": "roles/base_ops/defaults/main.yml",
"content": "# MariaDB required Packages\nrequired_packages: \n - dirmngr\n - python3-mysqldb\n - python3-pymysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/base_ops/templates/my.cnf.j2"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1755,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/cups-server | 2,518 | [
"no_license"
] | [
{
"path": "roles/cups-server/tasks/install.yml",
"content": "---\n- become: yes\n block:\n - name: install needed packages\n apt:\n update_cache: yes\n pkg:\n - cups\n - printer-driver-dymo\n\n - name: add current user to lpadmin group\n user:\n name: \"{{ ansible_user_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/db-backup | 2,518 | [
"no_license"
] | [
{
"path": "roles/db-backup/tasks/copy-scripts.yml",
"content": "- name: copy mysql backup\n become: yes\n copy:\n src: \"mysql-backup.sh\"\n dest: \"{{ account.home }}/mysql-backup.sh\"\n owner: \"{{ account.name }}\"\n mode: '0755'\n\n- name: copy postgres backup\n become: yes\n copy:\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2959,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/docker | 2,518 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- import_tasks: install-docker-ce.yml\n when: ansible_distribution == \"Ubuntu\" and ansible_distribution_version == \"18.04\"\n\n- import_tasks: install-docker-io.yml\n when: (ansible_distribution == \"Ubuntu\" and ansible_distribution_version != ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/docker-cluster | 2,518 | [
"no_license"
] | [
{
"path": "roles/docker-cluster/tasks/dependencies.yml",
"content": "- name: install modules for docker networks\n when: ansible_distribution == \"Ubuntu\" and ansible_distribution_version == \"22.04\" and ansible_architecture == \"aarch64\"\n become: yes\n apt:\n update_cache: yes\n pkg:\n - ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3801,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/duplicity | 2,518 | [
"no_license"
] | [
{
"path": "roles/duplicity/tasks/cron.yml",
"content": "---\n- name: copy configuration\n become: yes\n copy:\n src: backup.sh\n dest: /home/duplicity/backup.sh\n mode: '0750'\n owner: duplicity\n group: duplicity\n\n- name: Create cron job for autobackup\n become: yes\n ansible.builtin.c... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/i2c-clock | 2,518 | [
"no_license"
] | [
{
"path": "roles/i2c-clock/tasks/install.yml",
"content": "---\n- become: yes\n block:\n - name: install i2c-tools\n become: yes\n apt:\n update_cache: yes\n pkg:\n - i2c-tools\n - libraspberrypi-bin\n\n - name: enable i2c-rtc dtoverlay\n shell:\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/node_explorer | 2,518 | [
"no_license"
] | [
{
"path": "roles/node_explorer/tasks/account.yml",
"content": "---\n- name: create prometheus account\n become: yes\n user:\n name: prometheus\n comment: Prometheus account\n system: yes\n password_lock: yes\n home: /nonexistent\n create_home: no\n",
"license_type": "no_license",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1966,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/octoprint | 2,518 | [
"no_license"
] | [
{
"path": "roles/octoprint/tasks/account.yml",
"content": "---\n- name: create octoprint account\n become: yes\n user:\n name: octoprint\n comment: Octoprint account\n groups: tty,dialout,video\n system: yes\n password_lock: yes\n home: /home/octoprint\n",
"license_type": "no_license... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3359,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/ssh | 2,518 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/keys.yml",
"content": "---\n- name: copy authorized_keys\n copy:\n src: authorized_keys\n dest: ${HOME}/.ssh/authorized_keys\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/ssh/files/etc/update-motd.d/05-n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1188,
"all_permissive": false
} |
ansible_role | pgrondek/ansible | 28c74412fd9e80aa7c73afd088204a92256efe32 | 1 | roles/ubuntu | 2,518 | [
"no_license"
] | [
{
"path": "roles/ubuntu/vars/main.yml",
"content": "---\ntimezone: Europe/Warsaw\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/ubuntu/tasks/packages.yml",
"content": "---\n- name: install needed tools\n become: true\n apt:\n upda... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | devops-CloudComputing/Ansible_Deep_Dive | d2a5196460170c0bfa1a5602dd37f26e353ad293 | 1 | exercise_12/roles/post-install | 2,518 | [
"no_license"
] | [
{
"path": "exercise_12/roles/post-install/handlers/main.yml",
"content": "---\n# handlers file for post-install\n - name: Start & enable NTP on Centos\n service:\n name: ntpd\n enabled: yes\n state: restarted\n when: ansible_distribution == \"CentOS\"\n\n - name: Start & enable NTP on... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2012,
"all_permissive": false
} |
ansible_role | VictorGil-Ops/ansible-instalar-jenkins-centos-8 | b8eeb76caceb6b0a244945f0717d0befc8c64aae | 0 | roles/jenkins-master | 2,518 | [
"permissive"
] | [
{
"path": "roles/jenkins-master/tasks/settings.yaml",
"content": "---\n- name: RedHat - Asegurar que Java esta instalado\n yum: name={{ jenkins_java_version }} state=present\n when: ansible_os_family == 'RedHat' \n\n- name: Comprobar que jenkins_init_file existe\n stat:\n path: \"{{ jenkins_init_file ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9703,
"all_permissive": true
} |
ansible_role | utdcsg/csg_config | 0472a2d77a339fcfc94c0e774fcc80e0b67b3668 | 0 | roles/csg-session | 2,518 | [
"no_license"
] | [
{
"path": "roles/csg-session/vars/main.yml",
"content": "---\nsoftware:\n - adwaita-icon-theme\n - awoken-icons\n - base-devel\n - bash-completion\n - binutils\n - bzip2\n - chromium\n - curl\n - dtrx\n - emacs\n - evince\n - exiftool\n - feh\n - file\n - firefox\n - gcc\n - gcc-multilib\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | utdcsg/csg_config | 0472a2d77a339fcfc94c0e774fcc80e0b67b3668 | 0 | roles/cups | 2,518 | [
"no_license"
] | [
{
"path": "roles/cups/tasks/main.yml",
"content": "---\n- name: Add Printing Packages\n xbps:\n pkg:\n - cups\n - cups-filters\n state: present\n\n- name: Check if cupsd is enabled\n stat:\n path: /var/service/cupsd\n register: cupsdsv\n\n- name: Stop cupsd\n command: sv d cupsd\n wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | utdcsg/csg_config | 0472a2d77a339fcfc94c0e774fcc80e0b67b3668 | 0 | roles/cups-client | 2,518 | [
"no_license"
] | [
{
"path": "roles/cups-client/tasks/main.yml",
"content": "---\n- name: Install cups\n xbps:\n pkg: cups\n state: present\n\n- name: Copy client.conf\n copy:\n src: client.conf\n dest: /etc/cups/client.conf\n owner: root\n group: lp\n mode: 0644\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | utdcsg/csg_config | 0472a2d77a339fcfc94c0e774fcc80e0b67b3668 | 0 | roles/firefox | 2,518 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "---\n- name: Install Firefox\n xbps: pkg=firefox state=present\n\n- name: Setup Firefox global settings\n copy: src=local-settings.js dest=/usr/lib/firefox/defaults/pref/local-settings.js owner=root group=root mode=0644\n\n- name: Configure Firefox glo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | utdcsg/csg_config | 0472a2d77a339fcfc94c0e774fcc80e0b67b3668 | 0 | roles/greeter-theme | 2,518 | [
"no_license"
] | [
{
"path": "roles/greeter-theme/tasks/main.yml",
"content": "---\n- name: Copy theme\n copy: src=csg_greeter_theme/ dest=/usr/share/lightdm-webkit/themes/csg owner=root group=root mode=ugo+rX\n\n- name: Correct permissions on theme folder\n file: path=/usr/share/lightdm-webkit/themes/csg owner=root group=r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | utdcsg/csg_config | 0472a2d77a339fcfc94c0e774fcc80e0b67b3668 | 0 | roles/key-access | 2,518 | [
"no_license"
] | [
{
"path": "roles/key-access/tasks/main.yml",
"content": "---\n- name: Create CSG's .ssh\n file: path=/home/csg/.ssh state=directory owner=csg group=csg mode=0700\n\n- name: Install authorized_keys\n copy: src=authorized_keys dest=/home/csg/.ssh/authorized_keys owner=csg group=csg mode=0600\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/atop | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/atop/tasks/FreeBSD.yml",
"content": "---\n- include_tasks: pkg.yml\n- include_tasks: config.yml\n- include_tasks: service.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "Projects/paver/roles/atop/tasks/pkg.yml"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/collectd | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/collectd/tasks/FreeBSD.yml",
"content": "---\n# Create parent if it doens't exist\n- name: collectd5 install\n pkgng: name=collectd5 state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "Projects/paver/ro... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9861,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/common_install | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/common_install/tasks/os.yml",
"content": "---\n- name: ttys | Disable unused ttys\n copy: dest=\"/etc/ttys\" src=\"ttys\" owner=root group=wheel mode=0644\n notify:\n - init reload\n\n# TODO(seanc@): This is incorrect, the changed_when=False is set\n# because rc.d/motd a... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 16266,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/consul | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/consul/tasks/main.yml",
"content": "---\n- name: consul Load variables\n tags:\n - consul\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: FreeBSD specific steps\n tags:\n - consul\n include_tasks: FreeBSD.yml\n when: ansible_os_family == 'FreeBSD'\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3332,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/consul_pg | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/consul_pg/vars/derived_vars.yml",
"content": "---\n# Directory used by runit for nad on this host\npostgresql_data_dir: \"/var/groupon/service/postgresql-{{ gds_cluster }}-{{ instance_name }}/data/\"\nconsul_service_dir: /var/groupon/service/consul\n",
"license_type": "no... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2131,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/create_db | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/create_db/tasks/main.yml",
"content": "\n\n\n- name: ensure user has access to database\n postgresql_user: db=postgres login_user=pgsql name=testuser password=123 priv=ALL\n\n- name: ensure user has access to database\n postgresql_user: db=postgres login_user=pgsql name=new... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3777,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/delorean | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/delorean/templates/daas_mysql.sh.j2",
"content": "#!/bin/sh --\n\nset -e\numask 0027\n/usr/bin/lockf -t {{ delorean_lock_timeout }} \"{{ delorean_lock_dir }}/{{ item.0 }}.lock\" \\\n /usr/bin/ssh \\\n -c arcfour \\\n -o BatchMode=yes \\\n -o StrictHostKeyChecking=no... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 19119,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/deprecated/roles/gds_carp_setup | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/deprecated/roles/gds_carp_setup/tasks/FreeBSD.yml",
"content": "---\n- name: GDS carp(4) Setup | antifootshooting\n assert:\n that:\n - \"carp_vlan is defined\"\n - \"carp_master_weight is defined\"\n - \"carp_replication_timeline_read_only_ipv4 is defined\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3410,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/deprecated/roles/gonad_agent | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/deprecated/roles/gonad_agent/templates/check_utilization_top.go.j2",
"content": "package main\n\nimport (\n \"bytes\"\n \"log\"\n \"os/exec\"\n \"strconv\"\n \"strings\"\n \"encoding/json\" \n \"fmt\"\n \"net/http\"\n \"crypto/tls\"\n)\n\ntype P... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 13192,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/deprecated/roles/nad | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/deprecated/roles/nad/templates/runit.sh.j2",
"content": "#!/bin/sh --\nexec 2>&1\nset -e\n\n#/usr/bin/env -i \\\n# /usr/local/sbin/chpst \\\n# -e {{ nad_service_dir }}/env \\\n# -u {{ nad_username }}:{{ nad_groupname }} \\\n# /usr/local/sbin/nad \\\n# -c {{ nad_con... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 14243,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/deprecated/roles/nad_mys | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/deprecated/roles/nad_mys/defaults/defaults.yml",
"content": "---\nnad_gid=\"979\"\nnad_groupname=\"_nad\"\nnad_uid=\"979\"\nnad_username=\"_nad\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "Projects/paver/roles... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 11988,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/deprecated/roles/nad_pg | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/deprecated/roles/nad_pg/templates/pg_wait.sh.j2",
"content": "#!/bin/sh --\nQUERY=\"select count(*) from pg_stat_activity where waiting;\"\npsql -U postgres -At -p {{ gds_instances[instance_name].ports.postgresql_raw }} {{ gds_instances[instance_name]['dbnames'][0] }} -c \"$Q... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 15899,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/foreman | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/foreman/tasks/groups.yml",
"content": "---\n#- debug: msg=\"{{ item.key }} {{ item.value.gid }}\" \n# with_dict: foreman_groups\n#\n#- fail: aaa\n\n- name: foreman | groups\n shell: \"/usr/sbin/pw groupadd {{ item.key }} -g {{ item.value.gid }}\"\n with_dict: foreman_group... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8008,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/ganglia | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/ganglia/tasks/FreeBSD.yml",
"content": "---\n- name: Ganglia | FreeBSD | ganglia-monitor-core\n pkgng:\n name=\"ganglia-monitor-core\"\n state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "Project... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds-consul-agent | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds-consul-agent/templates/consul.json.j2",
"content": "{\n \"datacenter\": \"{{ consul_dc|default(\"snc1\") }}\",\n \"node_name\": \"{{ inventory_hostname }}\",\n \"leave_on_terminate\": false,\n \"retry_join\": [{% for consul_server in consul_servers %}\"{{ cons... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6713,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds-mha-instance | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds-mha-instance/handlers/main.yml",
"content": "---\n# handlers file for gds-mha-instance\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "Projects/paver/roles/gds-mha-instance/templates/mha_instance_config.j2",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1932,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds-mysql-ha | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds-mysql-ha/README.md",
"content": "Role Name\n=========\n\nA wrapper role for roles gds_mha_manager and gds_mysql for playbook simplification and relaxed dependency handling.\n\nRole Variables\n--------------\n\nThe following variables are supported:\n- instance\n\nDependen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds-mysql-scripts | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds-mysql-scripts/files/mgmt/xselect_instance",
"content": "#!/usr/bin/env bash\n\n# Dialog based instance selection\n\n# Settings\nHEIGHT=40\nWIDTH=60\nINSTANCE_FILE=/root/.current_instance\n\n# Get list of instances\nCURRENT=$(current_instance)\nINSTANCES=$(list_instances |... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 22,
"total_bytes": 12169,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds-mysql-server | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds-mysql-server/README.md",
"content": "Role Name\n=========\n\nWrapper role to define mysql server baseline and deal with role dependencies in an abstract way.\n\nRole Variables\n--------------\n\nN/A\n\nDependencies\n------------\n\n- consul\n- delorean\n- gds_firewall\n- ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 2952,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds-vips | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds-vips/handlers/main.yml",
"content": "---\n# handlers file for gds-vips\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "Projects/paver/roles/gds-vips/tasks/assemble.yml",
"content": "---\n- name: Assemble co... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 2939,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_aws_to_aws | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_aws_to_aws/README.md",
"content": "gds_aws_to_aws\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "Projects/paver/roles/gds_aws_to_aws/vars/demotemaster.json",
"content": "{\n \"demoteMasterContext\": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 15755,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_aws_to_s3 | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_aws_to_s3/defaults/main.yml",
"content": "---\nmydumper:\n statement_size: \"10000\"\n rows: \"10000\"\n threads: \"8\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "Projects/paver/roles/gds... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6954,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_carp | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_carp/README.md",
"content": "Role : gds_carp\n\nTarget : load carp and set a entry in the loader(in case of restart the server will load carp).\n\nExecution :\nE.g.: \n\nansible-playbook -i inventory/gds-production site.yml --limit gds-snc1-db002z1.snc1 --start-at-task=\"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_facts | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_facts/templates/serverState.fact.j2",
"content": "#!/usr/local/bin/python2.7 --\n\nimport getopt\nimport json\nimport socket\nimport struct\nimport sys\n\ncli_args = {}\nnetops_facts = {}\n\ndef parse_args():\n try:\n opts, args = getopt.getopt(sys.argv[1:], \"i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4150,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_firewall | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_firewall/templates/pf-gds-replication-peers.j2",
"content": "# Ansible managed\n{% for ip in gds_carp_peers %}\n{{ ip }}/32\n{% endfor %}\n{% for instance_name,instance in gds_instances.iteritems() %}\n{% for replication_ip in instance.replication_ips %}\n{{ replication_i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 18178,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_firewall_decomm | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_firewall_decomm/tasks/main.yml",
"content": "---\n- include_tasks: FreeBSD.yml\n tags:\n - firewall_decomm\n - gds_firewall_decomm\n - pf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "Projects/paver... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2695,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_memcached | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_memcached/templates/runit.sh.j2",
"content": "#!/bin/sh --\nexec 2>&1\nexec \\\n /usr/bin/env -i \\\n /usr/local/sbin/chpst -v\\\n -e {{ memcached_path }}/env \\\n -u {{ memcached_user }}:{{ memcached_group }} \\\n \t/usr/local/bin/memcached -v -p {{ memcached_tc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3474,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_mha_manager | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_mha_manager/defaults/FreeBSD.yml",
"content": "---\npercona_root: /var/groupon/percona\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "Projects/paver/roles/gds_mha_manager/tasks/main.yml",
"content": "---\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2585,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_motd | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_motd/files/gds-start-maint.sh",
"content": "#!/bin/sh\nexec 2>&1\nset -e\n\n\nUSER=$(logname)\nDT=$(env TZ=UTC date +'%Y-%m-%d %H:%M')\nDEFAULT_TICKET=\"NO_TICKET\"\n\nread -p \"GDS Ticket Number: [GDS-xxxx] \" TICKET\nTICKET=\"${TICKET:-$DEFAULT_TICKET}\"\nread -p \"De... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_mysql | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_mysql/files/mha/check_instances.sh",
"content": "#!/usr/bin/env bash\n\n# Minimal script to quickly check HA status across the board (rb)\n\nMHAUSER=gds_mha\nGLOBALRET=0\n\n# Quiet mode check\n[ -n \"$1\" -a \"$1\" == \"-q\" ] && QUIET=1 || QUIET=0\n\nif [ \"`whoami`\" !=... | {
"task_files": 18,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 46,
"total_bytes": 115388,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_mysql_binlog_streamer | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_mysql_binlog_streamer/tasks/packages.yml",
"content": "- name: GDS mysql binlog streamer | FreeBSD | packages | install gds packages\n pkgng: \n name: \"{{ item }}\"\n state: present\n with_items: gds_ports\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5705,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_pgbouncer | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_pgbouncer/handlers/main.yml",
"content": "---\n- name: pgbouncer restart\n command: /usr/local/sbin/sv term \"{{ pgbouncer_path }}\"\n\n- name: pgbouncer log restart\n command: /usr/local/sbin/sv term \"{{ pgbouncer_path }}/log\"\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4249,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_pm | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_pm/handlers/main.yml",
"content": "---\n# handlers file for gds_pm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "Projects/paver/roles/gds_pm/files/partition_manager.sql-V2.2.4",
"content": " --... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 70184,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_postgresql | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_postgresql/meta/main.yml",
"content": "---\ndependencies:\n - { role: postgresql-server }\n - { role: gds_pgbouncer, pgbouncer_mode: session }\n - { role: gds_pgbouncer, pgbouncer_mode: transaction }\n - { role: check_mk, db_type: postgresql }\n",
"license_type": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 51333,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_postgresql_replication_create | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_postgresql_replication_create/templates/recovery.conf.j2",
"content": "standby_mode = 'on'\nprimary_conninfo = 'user=postgres host={{ item.value.master_vip }} port={{ item.value.ports.postgresql_raw }} sslmode=prefer sslcompression=1'\ntrigger_file = '/tmp/trigger-{{ item... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2630,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/gds_validate | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/gds_validate/files/validate.sql",
"content": "-- ------------------------------------------------------\n-- Host: RDS\n-- ------------------------------------------------------\n-- Database: gds_validate\n-- ------------------------------------------------------\n-- gds_valid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 26365,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/hydra | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/hydra/vars/main.yml",
"content": "---\ndatacenter: \"{{ inventory_hostname | regex_replace('^.*\\\\.([^\\\\.]+)$', '\\\\1') }}\"\nhydra_version: 1.2.19\nhydra_type: \"{{ hydra_as|default('agent') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 22935,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/ipmicfg | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/ipmicfg/handlers/main.yml",
"content": "---\n# handlers file for ipmicfg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "Projects/paver/roles/ipmicfg/tasks/main.yml",
"content": "---\n- include_tasks: FreeBSD.y... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/linux-compat | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/linux-compat/tasks/FreeBSD.yml",
"content": "---\n- include_tasks: pkg.yml\n- include_tasks: kldload.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "Projects/paver/roles/linux-compat/defaults/main.yml",
"co... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/mcelog | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/mcelog/vars/main.yml",
"content": "---\n# vars file for mcelog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "Projects/paver/roles/mcelog/handlers/main.yml",
"content": "---\n# handlers file for mcelog\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/memcached | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/memcached/tasks/main.yml",
"content": "---\n- name: PGBouncer | variable check \n fail: 'msg=\"CONFIG ERROR: For GDS PostgreSQL Clusters, gds_cluster must be specified in host_vars/{{ inventory_hostname }}.yml\"'\n when: gds_cluster is not defined or 'gds_cluster' not in h... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/monitord-agent | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/monitord-agent/templates/cp3.go",
"content": "package main\n\nimport (\n\t\"crypto/tls\"\n\t\"database/sql\"\n\t\"encoding/json\"\n\t\"fmt\"\n\t_ \"github.com/lib/pq\"\n\t\"net/http\"\n\t\"strconv\"\n\t\"strings\"\n)\n\nfunc main() {\n\n\tvar db *sql.DB\n\tvar err error\n\tva... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 41,
"total_bytes": 143333,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/mosh | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/mosh/tasks/FreeBSD.yml",
"content": "---\n- name: FreeBSD | pkg | mosh\n pkgng: name=mosh state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "Projects/paver/roles/mosh/tasks/main.yml",
"content": "--... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/mysql_db_backup_cron | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/mysql_db_backup_cron/templates/mysql_backup_full_run.sh.j2",
"content": "#!/bin/sh --\n\n# Execute all backup jobs listed in {{ delorean_jobs_dir }} in parallel\n\nset -e\nPARALLELISM=12\n\n/usr/bin/find \\\n {{ delorean_jobs_dir }} \\\n -type f -name '*.sh' -print0 \\\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8512,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/nginx-vhost | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/nginx-vhost/templates/nginx.conf.j2",
"content": "# https://calomel.org/nginx.html\n\nworker_processes {{ ansible_processor_count }};\nworker_priority 15; # renice workers to reduce priority compared to system processes for\n # machine heal... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9774,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/openntpd | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/openntpd/templates/xntpd.conf.j2",
"content": "#\n# $FreeBSD: release/10.0.0/etc/ntp.conf 259975 2013-12-27 23:13:38Z delphij $\n#\n# Used only for ntpdate, see OpenNTPD's ntpd.conf\nserver ns1 iburst\nserver ns2 iburst\nrestrict default kod nomodify notrap nopeer noquery\nre... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3266,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/opensmtpd | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/opensmtpd/templates/runit.sh.j2",
"content": "#!/bin/sh --\nexec 2>&1\nexec \\\n /usr/bin/env -i \\\n /usr/local/sbin/chpst -v\\\n -e /var/service/opensmtpd/env \\\n -m {{ 128 * 1024 * 1024 }} \\\n /usr/local/sbin/smtpd -d \\\n -f /var/service/opensmtpd/smtpd.conf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3095,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/ops-config | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/ops-config/tasks/FreeBSD.yml",
"content": "---\n- name: ops-config | FreeBSD | host.yml\n get_url:\n url=\"http://config/configs/hosts/{{ inventory_hostname }}.yml\"\n dest=/usr/local/etc/host.yml\n mode=0644\n owner=root\n group=wheel\n\n- name: ops-config | ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1389,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/ops_carp_setup | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/ops_carp_setup/meta/main.yml",
"content": "---\ndependencies:\n - { role: gds_carp }\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "Projects/paver/roles/ops_carp_setup/tasks/FreeBSD.yml",
"content": "---\n#... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/ops_freebsd_upgrade | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/ops_freebsd_upgrade/vars/main.yml",
"content": "---\ncustom_kernel_name: GRPN2015Q1\ncustom_kernel_patches:\n - freebsd_bug_187594.patch\nfreebsd_version_number: 279931\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3317,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/opsmon_gmetad | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/opsmon_gmetad/defaults/main.yml",
"content": "---\ngmetad_service_path: '/var/service/ganglia-gmetad'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "Projects/paver/roles/opsmon_gmetad/templates/runit.sh.j2",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3445,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/opsmon_gmond | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/opsmon_gmond/tasks/main.yml",
"content": "---\n- name: Ops Monitoring - gmond | ganglia_cluster_name check\n fail: 'msg=\"CONFIG ERROR: For Opsmon-ganglia, ganglia_cluster_name must be specified\"'\n when: ganglia_cluster_name is not defined\n\n- include_vars: ../vars/deriv... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9167,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/os-config | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/os-config/templates/pf.conf.j2",
"content": "# {{ ansible_managed }}\n#\n# NOTE: This is the default pf.conf that is used after provisioning the OS,\n# but is not intended for production use. Please install a production-ready\n# set of firewall rules that abides by GRPN \"den... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7680,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/percona-client | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/percona-client/tasks/FreeBSD.yml",
"content": "---\n- name: Percona Client | FreeBSD | percona-client\n pkgng:\n name=\"percona{{percona_version}}-client-{{ percona_client_version }}\"\n state=present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/pgbadger | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/pgbadger/templates/pgbadger_snc1.sh.j2",
"content": "#!/bin/sh --\ntime_stamp=$(date +%Y_%m_%d)\n\n{% for snc1_instance in snc1_instances %}\n/bin/mkdir /grpn/pgbadger/snc1/{{ snc1_instance }}/$time_stamp/\n/usr/local/bin/pgbadger -p '%m|%r|%d|%u|%c|%p|%x|%i|%s|' /grpn/pgbad... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3782,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/pgbouncer | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/pgbouncer/tasks/FreeBSD.yml",
"content": "---\n- name: PGBouncer | FreeBSD | packages | install pgbouncer\n pkgng: name={{ item }} state=present\n with_items:\n - pgbouncer\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/ports | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/ports/templates/gds-web.conf.j2",
"content": "gds-web: {\n url: \"{{ gds_repo }}\",\n mirror_type: \"srv\",\n signature_type: \"none\",\n enabled: true\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "Projec... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2059,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/postgresql-client | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/postgresql-client/tasks/FreeBSD.yml",
"content": "- name: PostgreSQL Server | FreeBSD | packages | install client {{ item }}\n pkgng: name={{ item }} state=present\n with_items:\n - postgresql{{ postgresql_port_major }}-client\n",
"license_type": "no_license",
"det... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/postgresql-server | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/postgresql-server/tasks/main.yml",
"content": "---\n# NOTE: Check to ensure that this is always set on a per-host basis. Keep the\n# supported values in sync with postgresql-client/main.yml.\n- name: PostgreSQL Server | FreeBSD | variable check\n fail: 'msg=\"CONFIG ERROR: F... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/resolv_conf | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/resolv_conf/templates/resolv.conf.j2",
"content": "# {{ ansible_managed }}\n{% if dns.search is defined %}\nsearch {{ dns.search }}\n{% endif -%}\n{% if dns.domain is defined %}\ndomain {{ dns.domain }}\n{% endif -%}\n{% for ns in dns['zones']['.']['nameservers'] %}\nnameserv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/runit | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/runit/tasks/main.yml",
"content": "---\n- include_tasks: FreeBSD.yml\n tags:\n - runit\n when: ansible_os_family == 'FreeBSD'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "Projects/paver/roles/runit/tasks/Fr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1473,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/splunk_decomm | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/splunk_decomm/tasks/main.yml",
"content": "---\n- name: Splunk Forwarder | remove instance configuration | inputs.conf\n become: yes\n replace:\n path: /opt/splunkforwarder/etc/system/local/inputs.conf\n regexp: '^# {{ instance }}+\\n[^$\\n]+[a-zA-Z = a-zA-Z\\n|a-zA-Z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | bruno-g-galvan/general | 8dad0fa1bb07b7d777979756cad5d08c528006e1 | 0 | Projects/paver/roles/splunk_forwarder | 2,518 | [
"no_license"
] | [
{
"path": "Projects/paver/roles/splunk_forwarder/templates/runit.sh.j2",
"content": "#!/bin/sh --\nexec 2>&1\nexec \\\n /usr/bin/env -i \\\n /usr/local/sbin/chpst -v \\\n -u splunk:{{ users['splunk'].group }} \\\n ./run2\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6224,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.