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 | stereohorse/jpoint2017 | 8430f527a4b7b2df6e88b22dd89c702721091c20 | 6 | vms/roles/consul-template | 8,123 | [
"no_license"
] | [
{
"path": "vms/roles/consul-template/tasks/main.yml",
"content": "- name: remove consul-template container\n docker_container: name=consul-template state=absent\n when: clean is defined and clean\n\n- name: create template dir\n file: path=/etc/consul-template state=directory mode=0777\n\n- name: copy ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | stereohorse/jpoint2017 | 8430f527a4b7b2df6e88b22dd89c702721091c20 | 6 | vms/roles/docker | 8,123 | [
"no_license"
] | [
{
"path": "vms/roles/docker/tasks/main.yml",
"content": "- name: install apt-transport-https\n apt: name=apt-transport-https update_cache=yes\n\n- name: install ca-certificates\n apt: name=ca-certificates\n\n- name: install apt certificate\n apt_key:\n keyserver: hkp://p80.pool.sks-keyservers.net:80\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | stereohorse/jpoint2017 | 8430f527a4b7b2df6e88b22dd89c702721091c20 | 6 | vms/roles/marathon-lb | 8,123 | [
"no_license"
] | [
{
"path": "vms/roles/marathon-lb/tasks/main.yml",
"content": "- name: create marathon-lb templates dir\n file: path=/etc/marathon-lb/templates state=directory mode=0777\n\n- name: copy templates\n copy: src={{ item }} dest=/etc/marathon-lb/templates\n with_items:\n - HAPROXY_HTTP_FRONTEND_ACL_WITH_PAT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | stereohorse/jpoint2017 | 8430f527a4b7b2df6e88b22dd89c702721091c20 | 6 | vms/roles/nginx | 8,123 | [
"no_license"
] | [
{
"path": "vms/roles/nginx/tasks/main.yml",
"content": "- name: start proxy\n docker_container:\n name: nginx\n image: nginx\n volumes:\n - \"/etc/nginx/conf.d:/etc/nginx/conf.d\"\n ports:\n - \"80:80\"\n env:\n SERVICE_80_NAME: nginx\n SERVICE_IGNORE: true\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | stereohorse/jpoint2017 | 8430f527a4b7b2df6e88b22dd89c702721091c20 | 6 | vms/roles/nginx-ct | 8,123 | [
"no_license"
] | [
{
"path": "vms/roles/nginx-ct/tasks/main.yml",
"content": "- name: start proxy\n docker_container:\n name: nginx\n image: nginx\n volumes:\n - \"/etc/consul-template:/etc/nginx/conf.d\"\n ports:\n - \"80:80\"\n env:\n SERVICE_80_NAME: nginx\n SERVICE_IGNORE: true\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | stereohorse/jpoint2017 | 8430f527a4b7b2df6e88b22dd89c702721091c20 | 6 | vms/roles/registrator | 8,123 | [
"no_license"
] | [
{
"path": "vms/roles/registrator/tasks/main.yml",
"content": "- name: remove registrator container\n docker_container: name=registrator state=absent\n when: clean is defined and clean\n\n- name: start registrator container\n docker_container:\n name: registrator \n image: gliderlabs/registrator\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | stereohorse/jpoint2017 | 8430f527a4b7b2df6e88b22dd89c702721091c20 | 6 | vms/roles/zookeeper-mesos-marathon | 8,123 | [
"no_license"
] | [
{
"path": "vms/roles/zookeeper-mesos-marathon/tasks/main.yml",
"content": "- name: install mesosphere keys\n apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=E56151BF\n\n- name: add mesosphere repo\n apt_repository: repo=\"deb http://repos.mesosphere.com/ubuntu trusty main\"\n\n- name: install software... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3297,
"all_permissive": false
} |
ansible_role | murakami10/setup-istio | 557d2bbe42576a3e894e752cfde37368db7e04ee | 0 | roles/install_k8s | 8,123 | [
"no_license"
] | [
{
"path": "roles/install_k8s/tasks/main.yml",
"content": "---\n- name: Install docker\n ansible.builtin.apt:\n name: docker.io\n update_cache: yes\n state: latest\n- name: Start docker\n ansible.builtin.systemd:\n state: started\n name: docker\n- name: Swap off\n ansible.builtin.replace:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5435,
"all_permissive": false
} |
ansible_role | rapture-mc/mgc-ansible | 4ddb80346e508b473ee71e2e76dd2422bc35e78b | 0 | roles/build-ad | 8,123 | [
"no_license"
] | [
{
"path": "roles/build-ad/tasks/02-create_groups.yml",
"content": "---\n- name: Create roll groups\n microsoft.ad.group:\n identity: '{{ item }}'\n scope: global\n path: OU=Roll Groups,OU=Groups,OU={{ company_shortcode }},{{ base_dn }}\n loop:\n - RG - System Admins\n - RG - Helpdesk Admins... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5125,
"all_permissive": false
} |
ansible_role | rapture-mc/mgc-ansible | 4ddb80346e508b473ee71e2e76dd2422bc35e78b | 0 | roles/configure-fortigate-firewall-policies | 8,123 | [
"no_license"
] | [
{
"path": "roles/configure-fortigate-firewall-policies/tasks/IB-DENY-IS-to-trust.yaml",
"content": "---\n- name: Create IB-DENY-IS-to-trust policy\n fortios_firewall_policy:\n access_token: '{{ api_key }}'\n state: present\n vdom: '{{ vdom }}'\n firewall_policy:\n policyid: 100\n nam... | {
"task_files": 16,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 17425,
"all_permissive": false
} |
ansible_role | rapture-mc/mgc-ansible | 4ddb80346e508b473ee71e2e76dd2422bc35e78b | 0 | roles/configure-fortigate-firewall-settings | 8,123 | [
"no_license"
] | [
{
"path": "roles/configure-fortigate-firewall-settings/tasks/create-addresses.yaml",
"content": "---\n- name: Create lan network address\n fortios_firewall_address:\n access_token: '{{ api_key }}'\n state: present\n vdom: '{{ vdom }}'\n firewall_address:\n associated_interface: z-trust\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 11304,
"all_permissive": false
} |
ansible_role | rapture-mc/mgc-ansible | 4ddb80346e508b473ee71e2e76dd2422bc35e78b | 0 | roles/configure-fortigate-system-interfaces | 8,123 | [
"no_license"
] | [
{
"path": "roles/configure-fortigate-system-interfaces/meta/main.yaml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: Configure-Fortigate-System-Interfaces\n author: benny\n description: Configure system interfaces for FortiGate\n min_ansible_version: 2.4\n galaxy_tags:\n - fortigat... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 7441,
"all_permissive": false
} |
ansible_role | rapture-mc/mgc-ansible | 4ddb80346e508b473ee71e2e76dd2422bc35e78b | 0 | roles/configure-fortigate-system-settings | 8,123 | [
"no_license"
] | [
{
"path": "roles/configure-fortigate-system-settings/tasks/create-dhcp-servers.yaml",
"content": "---\n- name: Create lan DHCP server\n collections:\n - fortinet.fortios\n fortios_system_dhcp_server:\n access_token: '{{ api_key }}'\n state: present\n vdom: '{{ vdom }}'\n system_dhcp_server:... | {
"task_files": 17,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 19,
"total_bytes": 13654,
"all_permissive": false
} |
ansible_role | rapture-mc/mgc-ansible | 4ddb80346e508b473ee71e2e76dd2422bc35e78b | 0 | roles/install-adds | 8,123 | [
"no_license"
] | [
{
"path": "roles/install-adds/tasks/main.yml",
"content": "---\n- name: Rename host\n win_hostname:\n name: '{{ hostname }}'\n register: hostname_result\n- name: Reboot if necessary\n win_reboot:\n when: hostname_result.reboot_required\n\n- name: Create new domain in a new forest on the target host a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | redhat-performance/scale-ci-ansible | b33326f312f43eb4f10508b736f46b278f7f3a65 | 4 | OCP-4.X/roles/cleanup | 8,125 | [
"no_license"
] | [
{
"path": "OCP-4.X/roles/cleanup/tasks/main.yml",
"content": "- block:\n - name: copy the cleanup script\n copy:\n src: cleanup.sh\n dest: \"{{ ansible_env.HOME }}/cleanup.sh\"\n mode: 0755\n\n - name: cleanup libvirt cluster\n shell: \"printf 'y' | {{ ansible_env.HOME }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1587,
"all_permissive": false
} |
ansible_role | redhat-performance/scale-ci-ansible | b33326f312f43eb4f10508b736f46b278f7f3a65 | 4 | OCP-4.X/roles/controller-kickstart | 8,125 | [
"no_license"
] | [
{
"path": "OCP-4.X/roles/controller-kickstart/tasks/main.yml",
"content": "---\n- name: ensure that .kube dir exists on controller\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /home/core/.kube\n - /root/.kube\n\n- name: copy the kubeconfig to controller node\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1946,
"all_permissive": false
} |
ansible_role | redhat-performance/scale-ci-ansible | b33326f312f43eb4f10508b736f46b278f7f3a65 | 4 | OCP-4.X/roles/install | 8,125 | [
"no_license"
] | [
{
"path": "OCP-4.X/roles/install/templates/install-config.yaml.j2",
"content": "apiVersion: {{ OPENSHIFT_INSTALL_APIVERSION }}\nbaseDomain: {{ OPENSHIFT_INSTALL_BASE_DOMAIN }}\ncompute:\n- name: worker\n platform:\n aws:\n type: {{ OPENSHIFT_INSTALL_WORKER_INSTANCE_FLAVOR }}\n rootVolume:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6636,
"all_permissive": false
} |
ansible_role | redhat-performance/scale-ci-ansible | b33326f312f43eb4f10508b736f46b278f7f3a65 | 4 | OCP-4.X/roles/node-config | 8,125 | [
"no_license"
] | [
{
"path": "OCP-4.X/roles/node-config/tasks/main.yml",
"content": "---\n- name: pbench-agent image\n shell: podman pull docker.io/ravielluri/image:agent\n\n- name: ensure that .kube dir exists\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /home/core/.kube\n - /root/.kube\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1343,
"all_permissive": false
} |
ansible_role | redhat-performance/scale-ci-ansible | b33326f312f43eb4f10508b736f46b278f7f3a65 | 4 | OCP-4.X/roles/post-config | 8,125 | [
"no_license"
] | [
{
"path": "OCP-4.X/roles/post-config/tasks/main.yml",
"content": "---\n- name: Get cluster name\n shell: |\n {%raw%}oc get machineset -n openshift-machine-api -o=go-template='{{(index (index .items 0).metadata.labels {%endraw%} \"{{RHCOS_METADATA_LABEL_PREFIX}}/cluster-api-cluster\" {%raw%})}}'{%endraw%... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4505,
"all_permissive": false
} |
ansible_role | redhat-performance/scale-ci-ansible | b33326f312f43eb4f10508b736f46b278f7f3a65 | 4 | OCP-4.X/roles/post-install | 8,125 | [
"no_license"
] | [
{
"path": "OCP-4.X/roles/post-install/vars/main.yml",
"content": "---\n###############################################################################\n# Ansible SSH variables.\n###############################################################################\nansible_public_key_file: \"{{ lookup('env', 'PUBL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 20729,
"all_permissive": false
} |
ansible_role | redhat-performance/scale-ci-ansible | b33326f312f43eb4f10508b736f46b278f7f3a65 | 4 | OCP-4.X/roles/quickstart | 8,125 | [
"no_license"
] | [
{
"path": "OCP-4.X/roles/quickstart/tasks/main.yml",
"content": "---\n- name: set workdir\n set_fact:\n workdir: \"{{ GOPATH }}/src/github.com/openshift/installer\"\n\n- name: ensure that .kube dir exists\n file:\n path: /root/.kube\n state: directory\n\n #- name: masters\n #shell: oc get n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | anroots/ITK-projects | 71ae103b2c2b876c7f83b1a3b732cb3a5920a38d | 1 | Logging/roles/elk | 8,125 | [
"no_license"
] | [
{
"path": "Logging/roles/elk/tasks/main.yml",
"content": "\n- name: Add Java repository\n apt_repository: repo='ppa:webupd8team/java' state=present update_cache=yes\n\n- name: Accept Oracle license\n shell: \"echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2602,
"all_permissive": false
} |
ansible_role | anroots/ITK-projects | 71ae103b2c2b876c7f83b1a3b732cb3a5920a38d | 1 | Logging/roles/syslog | 8,125 | [
"no_license"
] | [
{
"path": "Logging/roles/syslog/tasks/main.yml",
"content": "- name: Configure syslog\n lineinfile:\n dest: '{{ rsyslog_config_path }}'\n regexp: ^\\*\\.\\*\n line: \"*.* @{{ hostvars[groups['elk'][0]]['ansible_eth0']['ipv4']['address'] }}:5000\"\n\n- name: Restart rsyslog\n service: name=rsyslog... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | anroots/ITK-projects | 71ae103b2c2b876c7f83b1a3b732cb3a5920a38d | 1 | Logging/roles/web | 8,125 | [
"no_license"
] | [
{
"path": "Logging/roles/web/tasks/main.yml",
"content": "- name: Install web server\n apt: name=apache2 state=present update_cache=yes cache_valid_time=3600\n\n- name: Delete default web contents\n file: path=/var/www/html state=absent\n\n- name: Download website content\n get_url:\n url: https://git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | lnobreteixeira-git/Install_Agent_Zabbix_Multiplatform | 060d341ec2ed1d193898e4392c988bf210fffe46 | 1 | roles/zabbix_aix_6 | 8,125 | [
"no_license"
] | [
{
"path": "roles/zabbix_aix_6/tasks/main.yml",
"content": "\n- yum:\n name: zabbix-agent\n state: removed\n\n\n- command: userdel -r zabbix\n\n\n- command: rm -fr /tmp/zabbix\n\n\n- name: Criar um usuario zabbix no grupo wheel\n user:\n name: \"{{ zabbix_user }}\"\n uid: 20000\n group: wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | lnobreteixeira-git/Install_Agent_Zabbix_Multiplatform | 060d341ec2ed1d193898e4392c988bf210fffe46 | 1 | roles/zabbix_aix_7 | 8,125 | [
"no_license"
] | [
{
"path": "roles/zabbix_aix_7/vars/main.yml",
"content": " zabbix_user: zabbix\n zabbix_password: \"{{ lookup('password', '/etc/ansible/password chars=ascii_letters') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/zabbix_aix_7/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3880,
"all_permissive": false
} |
ansible_role | lnobreteixeira-git/Install_Agent_Zabbix_Multiplatform | 060d341ec2ed1d193898e4392c988bf210fffe46 | 1 | roles/zabbix_centos | 8,125 | [
"no_license"
] | [
{
"path": "roles/zabbix_centos/tasks/main.yml",
"content": "# name: zabbix-agent\n\n- name: Removendo o agente zabbix\n yum:\n name: zabbix-agent\n state: removed\n\n\n- name: Removendo usuario zabbix\n command: userdel -r zabbix\n\n\n- name: Removendo diretorio /tmp/zabbix\n command: rm -fr /tm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1382,
"all_permissive": false
} |
ansible_role | lnobreteixeira-git/Install_Agent_Zabbix_Multiplatform | 060d341ec2ed1d193898e4392c988bf210fffe46 | 1 | roles/zabbix_debian | 8,125 | [
"no_license"
] | [
{
"path": "roles/zabbix_debian/tasks/main.yml",
"content": "- name: Removendo pacote do agente do zabbix\n apt:\n name: zabbix-agent\n state: absent\n\n- name: Removendo usuario zabbix\n command: userdel -r zabbix\n\n\n- name: Removendo diretorio /tmp/zabbix\n command: rm -fr /tmp/zabbix\n\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | lnobreteixeira-git/Install_Agent_Zabbix_Multiplatform | 060d341ec2ed1d193898e4392c988bf210fffe46 | 1 | roles/zabbix_windows | 8,125 | [
"no_license"
] | [
{
"path": "roles/zabbix_windows/tasks/main.yml",
"content": "- name: Copia de arquivos\n win_copy:\n src: zabbix_agent-5.0.14-windows-amd64-openssl.msi\n dest: C:\\temp\\zabbix_agent-5.0.14-windows-amd64-openssl.msi\n\n- name: Instalando agente Zabbix\n win_command: msiexec.exe /i C:\\temp\\zabbix_a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | huwilerb/AstroPlay | 2458502900de62eb8c35e3ffb96cf9155285bd9d | 0 | roles/install_astrometry | 8,125 | [
"no_license"
] | [
{
"path": "roles/install_astrometry/tasks/main.yaml",
"content": "---\n\n- name: Install Astrometry.net package\n apt:\n name: astrometry.net\n state: present\n update_cache: yes\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 | huwilerb/AstroPlay | 2458502900de62eb8c35e3ffb96cf9155285bd9d | 0 | roles/install_indi | 8,125 | [
"no_license"
] | [
{
"path": "roles/install_indi/tasks/main.yml",
"content": "---\n\n- name: Add INDI PPA repository\n apt_repository:\n repo: \"ppa:mutlaqja/ppa\"\n state: present\n\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install INDI and GSC packages\n apt:\n name:\n - indi-full\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | huwilerb/AstroPlay | 2458502900de62eb8c35e3ffb96cf9155285bd9d | 0 | roles/install_kstars | 8,125 | [
"no_license"
] | [
{
"path": "roles/install_kstars/tasks/main.yml",
"content": "---\n\n- name: Add KStars PPA repository\n apt_repository:\n repo: \"ppa:mutlaqja/ppa\"\n state: present\n\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install KStars package\n apt:\n name: kstars-bleeding\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | huwilerb/AstroPlay | 2458502900de62eb8c35e3ffb96cf9155285bd9d | 0 | roles/install_stellarium | 8,125 | [
"no_license"
] | [
{
"path": "roles/install_stellarium/tasks/main.yml",
"content": "---\n\n- name: Install Stellarium package\n apt:\n name: stellarium\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | huwilerb/AstroPlay | 2458502900de62eb8c35e3ffb96cf9155285bd9d | 0 | roles/update_system | 8,125 | [
"no_license"
] | [
{
"path": "roles/update_system/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n \n- name: Upgrade package\n apt:\n upgrade: yes\n autoremove: yes \n\n- name: Install desktop environment, SSH, VNC server and NTP \n apt:\n name: \n - mate-desktop-env... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | blitznihar/terransible-infra-docker-swarm-aws | 2daaaf4bffbd4c28085cdd30a0c461777c6c191c | 0 | ansible/roles/dockerswarmcommon | 8,125 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerswarmcommon/tasks/main.yml",
"content": "- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: setenforce 0\n command: setenforce 0\n\n- name: setenforce 0\n command: sed -i --follow-symlinks 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1616,
"all_permissive": false
} |
ansible_role | blitznihar/terransible-infra-docker-swarm-aws | 2daaaf4bffbd4c28085cdd30a0c461777c6c191c | 0 | ansible/roles/dockerswarmmaster | 8,125 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerswarmmaster/tasks/main.yml",
"content": "- name: Initialize Docker Swarm Cluster\n shell: docker swarm init --advertise-addr eth0:2377\n\n- name: pause for Docker Swarm Cluster to Initialize\n pause:\n seconds: 60\n\n- name: Capture command to run\n command: docker swarm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | harsha-neo/roboshop-ansible | 3aebb3d3e85b9110f3299bbae992eeece2090272 | 0 | roles/frontend | 8,125 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Disable Nginx default Version\n ansible.builtin.shell: dnf module disable nginx -y\n \n- name: Enable Nginx 24 Version\n ansible.builtin.shell: dnf module enable nginx:1.24 -y\n\n \n- name: Install Nginx\n ansible.builtin.dnf:\n name: ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | JoshuaJWhite/ansible | f19e7b9c370d552d217a958272b68ced132bf098 | 0 | roles/client | 8,125 | [
"no_license"
] | [
{
"path": "roles/client/tasks/main.yml",
"content": "# _ _ _ _\n# _ __ ___ | | ___ _ ___| (_) ___ _ __ | |_\n# | '__/ _ \\| |/ _ (_) / __| | |/ _ \\ '_ \\| __|\n# | | | (_) | | __/_ | (__| | | __/ | | | |_\n# |_| \\___/|_|\\___(_) \\___|_|_|\\___|_| |_|\\__|\n# ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3380,
"all_permissive": false
} |
ansible_role | JoshuaJWhite/ansible | f19e7b9c370d552d217a958272b68ced132bf098 | 0 | roles/common | 8,125 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# _\n# _ __ ___ | | ___ _ ___ ___ _ __ ___ _ __ ___ ___ _ __\n# | '__/ _ \\| |/ _ (_) / __/ _ \\| '_ ` _ \\| '_ ` _ \\ / _ \\| '_ \\\n# | | | (_) | | __/_ | (_| (_) | | | | | | | | | | | (_) | | | |\n# |_| \\___/|_|\\___(_) \\___\... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 10018,
"all_permissive": false
} |
ansible_role | JoshuaJWhite/ansible | f19e7b9c370d552d217a958272b68ced132bf098 | 0 | roles/gnome | 8,125 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/system_dconf.yml",
"content": "- name: Packages | install | dconf package\n ansible.builtin.package:\n name:\n - dconf-cli # configuration system from GNOME desktop environment. required for wallpaper task below.\n - dconf-editor # change gnome settings\n - py... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3433,
"all_permissive": false
} |
ansible_role | JoshuaJWhite/ansible | f19e7b9c370d552d217a958272b68ced132bf098 | 0 | roles/proxmox | 8,125 | [
"no_license"
] | [
{
"path": "roles/proxmox/tasks/system_sourceslist.yml",
"content": "- name: System | source list | remove Proxmox VE Enterprise Repo\n ansible.builtin.lineinfile:\n path: /etc/apt/sources.list.d/pve-enterprise.list\n regexp: '^deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise'\n ... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8326,
"all_permissive": false
} |
ansible_role | JoshuaJWhite/ansible | f19e7b9c370d552d217a958272b68ced132bf098 | 0 | roles/workstation | 8,125 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/packages_qemuguestagent.yml",
"content": "- name: Package | install | qemu vm guest agent\n ansible.builtin.apt:\n name:\n - qemu-guest-agent\n state: \"present\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 11492,
"all_permissive": false
} |
ansible_role | gglaros/devops | 166914324696512c227d6b43bdfc81761cbe8595 | 0 | ansible/roles/app-stack | 8,125 | [
"no_license"
] | [
{
"path": "ansible/roles/app-stack/files/docker-compose.yml",
"content": "version: '3.8'\n\nservices:\n app:\n image: gglaros/app:latest\n ports:\n - \"8080:8080\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "ansible/roles/app-stac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | gglaros/devops | 166914324696512c227d6b43bdfc81761cbe8595 | 0 | ansible/roles/docker | 8,125 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n # update_cache: true\n\n- name: Add user to docker group\n user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: yes\n\n- name: Enable and start docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | gglaros/devops | 166914324696512c227d6b43bdfc81761cbe8595 | 0 | ansible/roles/jenkins | 8,125 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "\n# - name: Update apt cache\n# apt:\n# update_cache: yes\n\n- name: Install Java 21\n apt:\n name: openjdk-21-jdk\n state: present\n\n- name: Add Jenkins key\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io-2023.key\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | PavelChekhov/ansible_task_day_4 | 41f22b38389e3ce89d239307e5b0f0b1f1db5a76 | 0 | roles/tomcat | 8,125 | [
"no_license"
] | [
{
"path": "roles/tomcat/vars/main.yml",
"content": "---\ntomcat_url: http://mirror.linux-ia64.org/apache/tomcat/tomcat-8/v{{ tomcat_release }}/bin/apache-tomcat-{{ tomcat_release }}.tar.gz\ntomcat_java_version: \"1.{{ tomcat_release.split('.')[0] }}.0\"\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/alertmanager | 8,125 | [
"no_license"
] | [
{
"path": "roles/alertmanager/templates/conf/alertmanager.yml.j2",
"content": "global:\n resolve_timeout: 5m\n\nroute:\n group_by: ['env','app','type','name']\n group_wait: 30s\n group_interval: 30s\n repeat_interval: 1h\n receiver: 'dingtalk' \n{% if prometheus_alert.enable %}\n routes:\n - receive... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3636,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/blackbox_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/blackbox_exporter/tasks/main.yml",
"content": "---\n# 校验 Blackbox Exporter 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Blackbox Exporter 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 Blackbox Exporter\n- block: \n - name: '<{{ cmd | upper }}> | 创建 Blackbox Exporter 相关目录'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2269,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/cadvisor | 8,125 | [
"no_license"
] | [
{
"path": "roles/cadvisor/templates/docker-compose.yml.j2",
"content": "version: \"3.9\" \n\nservices: \n cadvisor: \n image: {{ cadvisor.image }} \n container_name: {{ docker.network.name }}-cadvisor \n hostname: cadvisor \n restart: always \n privileged: true \n volumes: \n - /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2008,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/docker | 8,125 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# 校验 Docker Engine 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Docker Engine 是否安装'\n shell: |\n . /etc/profile\n docker info\n register: docker_ret\n ignore_errors: true\n\n# 校验 Docker Compose 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Docker Compo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5914,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/elasticsearch_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/elasticsearch_exporter/templates/docker-compose.yml.j2",
"content": "version: \"3.9\"\n\nservices:\n elasticsearch-exporter:\n image: {{ elasticsearch_exporter.image }}\n container_name: {{ docker.network.name }}-elasticsearch-exporter\n hostname: elasticsearch-exporter\n resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2093,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/grafana | 8,125 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n# 校验 Grafana 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Grafana 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 Grafana\n- block: \n - name: '<{{ cmd | upper }}> | 创建 Grafana 相关目录'\n file:\n path: '{{ item.value }}'\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2016,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/jmx_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/jmx_exporter/tasks/main.yml",
"content": "---\n# 校验 JMX Exporter 是否安装\n- name: '<{{ cmd | upper }}> | 校验 JMX Exporter 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 JMX Exporter\n- block: \n - name: '<{{ cmd | upper }}> | 创建 JMX Exporter 相关目录'\n file:\n path: '{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3993,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/loki | 8,125 | [
"no_license"
] | [
{
"path": "roles/loki/tasks/main.yml",
"content": "---\n# 校验 Loki 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Loki 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 Loki\n- block: \n - name: '<{{ cmd | upper }}> | 创建 Loki 相关目录'\n file:\n path: '{{ item.value }}'\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1925,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/mongodb_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/mongodb_exporter/tasks/main.yml",
"content": "---\n# 校验 MongoDB Exporter 是否安装\n- name: '<{{ cmd | upper }}> | 校验 MongoDB Exporter 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 MongoDB Exporter\n- block: \n - name: '<{{ cmd | upper }}> | 创建 MongoDB Exporter 相关目录'\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2042,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/mysqld_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/mysqld_exporter/tasks/main.yml",
"content": "---\n# 校验 Mysqld Exporter 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Mysqld Exporter 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 Mysqld Exporter\n- block: \n - name: '<{{ cmd | upper }}> | 创建 Mysqld Exporter 相关目录'\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1998,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/nginx_prometheus_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/nginx_prometheus_exporter/templates/docker-compose.yml.j2",
"content": "version: \"3.9\"\n\nservices:\n nginx-prometheus-exporter:\n image: {{ nginx_prometheus_exporter.image }}\n container_name: {{ docker.network.name }}-nginx-prometheus-exporter\n hostname: nginx-prometheus-expo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2229,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/node_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n# 校验 Node Exporter 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Node Exporter 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 Node Exporter\n- block: \n - name: '<{{ cmd | upper }}> | 创建 Node Exporter 相关目录'\n file:\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1768,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/prometheus | 8,125 | [
"no_license"
] | [
{
"path": "roles/prometheus/files/rules/mysql.yml",
"content": "groups:\n- name: MySQL\n rules:\n - alert: MySQL 连接失败\n expr: up{type=\"mysql\"} == 0\n for: 30s\n labels:\n severity: emergency\n annotations:\n summary: MySQL ({{ $labels.instance }}) 连接失败\n description: \"MySQL {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 8147,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/prometheus_alert | 8,125 | [
"no_license"
] | [
{
"path": "roles/prometheus_alert/tasks/main.yml",
"content": "---\n# 校验 PrometheusAlert 是否安装\n- name: '<{{ cmd | upper }}> | 校验 PrometheusAlert 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 PrometheusAlert\n- block: \n - name: '<{{ cmd | upper }}> | 创建 PrometheusAlert 相关目录'\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2244,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/prometheus_webhook_dingtalk | 8,125 | [
"no_license"
] | [
{
"path": "roles/prometheus_webhook_dingtalk/templates/docker-compose.yml.j2",
"content": "version: \"3.9\"\n\nservices:\n prometheus-webhook-dingtalk:\n image: {{ prometheus_webhook_dingtalk.image }}\n container_name: {{ docker.network.name }}-prometheus-webhook-dingtalk\n hostname: prometheus-we... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4212,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/promtail | 8,125 | [
"no_license"
] | [
{
"path": "roles/promtail/tasks/main.yml",
"content": "---\n# 校验 Promtail 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Promtail 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 Promtail\n- block: \n - name: '<{{ cmd | upper }}> | 创建 Promtail 相关目录'\n file:\n path: '{{ item.value }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2679,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/rabbitmq_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/rabbitmq_exporter/templates/docker-compose.yml.j2",
"content": "version: \"3.9\"\n\nservices:\n rabbitmq-exporter:\n image: {{ rabbitmq_exporter.image }}\n container_name: {{ docker.network.name }}-rabbitmq-exporter\n hostname: rabbitmq-exporter\n restart: always \n networks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/redis_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/redis_exporter/templates/docker-compose.yml.j2",
"content": "version: \"3.9\"\n\nservices:\n redis-exporter:\n image: {{ redis_exporter.image }}\n container_name: {{ docker.network.name }}-redis-exporter\n hostname: redis-exporter\n restart: always\n networks:\n - {{ do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1958,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/rocketmq_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/rocketmq_exporter/tasks/main.yml",
"content": "---\n# 校验 Rocketmq Exporter 是否安装\n- name: '<{{ cmd | upper }}> | 校验 Rocketmq Exporter 是否安装'\n stat:\n path: '{{ flag }}'\n register: ret\n\n# 安装 Rocketmq Exporter\n- block: \n - name: '<{{ cmd | upper }}> | 创建 Rocketmq Exporter 相关目录'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2509,
"all_permissive": false
} |
ansible_role | peterfei/prometheus | 6b53482399f48baaa49a5f39dab62475b956fea1 | 0 | roles/zookeeper_exporter | 8,125 | [
"no_license"
] | [
{
"path": "roles/zookeeper_exporter/templates/docker-compose.yml.j2",
"content": "version: \"3.9\"\n\nservices:\n zookeeper-exporter:\n image: {{ zookeeper_exporter.image }}\n container_name: {{ docker.network.name }}-zookeeper-exporter\n hostname: zookeeper-exporter\n restart: always \n net... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2078,
"all_permissive": false
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/ec2-instance | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/ec2-instance/tasks/main.yml",
"content": "---\n# tasks file for ec2-instance\n- include_vars: \"{{ aws_account }}.yml\"\n\n- name: Create an ec2 instance\n ec2:\n key_name: \"{{ keypair }}\"\n groups: \"{{ security_group }}\"\n instance_type: \"{{ instance_type }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2238,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/ec2-perf-metrics | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/ec2-perf-metrics/tasks/main.yml",
"content": "---\n# tasks file for ec2-perf-metrics\n#\n# Monitoring Memory and Disk Metics for Amazon EC2 Linux Instances\n# https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html#new-cloudwatch-agent\n\n- name: Install prerq... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1181,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/efs-mount | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/efs-mount/vars/chs.yml",
"content": "---\n# vars file for roles/efs-mount\nuser_fs: fs-c1c2d369\ndevel_fs: fs-1dd4c5b5\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 79
},
{
"path": "ec2_tools/ansible/rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 793,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/ephemeral | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/ephemeral/tasks/main.yml",
"content": "---\n# tasks file for ephemeral\n- name: install sysv ephemeral\n copy:\n src: files/ephemeral\n dest: /etc/init.d/ephemeral\n owner: root\n group: root\n mode: 0755\n\n- name: make sure ephemeral starts at boot\n ser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 534,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/espa-devel-instance | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/espa-devel-instance/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - espa-devel-instance",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 77
},
{
"path": "ec2_tools/a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2585,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/jenkins-configure | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/jenkins-configure/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - jenkins-configure",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 75
},
{
"path": "ec2_tools/ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7669,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/jenkins-docker-worker | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/jenkins-docker-worker/handlers/main.yml",
"content": "---\n# handlers file for jenkin-docker-worker",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 44
},
{
"path": "ec2_tools/ansible/roles/jenkins-docker-wor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2010,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/jenkins-install | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/jenkins-install/vars/main.yml",
"content": "---\n# vars file for jenkins-install\njenkins_repo_url: https://pkg.jenkins.io/redhat/jenkins.repo\njenkins_repo_key: https://pkg.jenkins.io/redhat/jenkins.io.key\n\njenkins_plugins: [\namazon-ecr,\namazon-ecs,\nansible,\nansicol... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7702,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/jobtmp-mount | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/jobtmp-mount/handlers/main.yml",
"content": "---\n# handlers file for jobtmp-mount",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 36
},
{
"path": "ec2_tools/ansible/roles/jobtmp-mount/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 785,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/mattermost | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/mattermost/tasks/main.yml",
"content": "---\n- name: Add the epel repo\n yum: name='https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm' state=present\n\n- name: Install amazon-efs-utils\n yum: name=amazon-efs-utils,python-boto3,tmux state=present\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1828,
"all_permissive": true
} |
ansible_role | DaElf/some-anisble-tools | 7551f8e01beb6024528df8e2f33659e3d8dfa0e7 | 0 | ec2_tools/ansible/roles/s3-fuse | 8,125 | [
"permissive"
] | [
{
"path": "ec2_tools/ansible/roles/s3-fuse/defaults/main.yml",
"content": "---\n# defaults file for roles/s3-fuse",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 37
},
{
"path": "ec2_tools/ansible/roles/s3-fuse/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2399,
"all_permissive": true
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | osp_ansible/roles/Postgre | 8,125 | [
"no_license"
] | [
{
"path": "osp_ansible/roles/Postgre/tasks/main.yml",
"content": "---\n# tasks file for roles/Postgre\n # - name: install progress\n # command: \"yum install -y postgresql-server\"\n\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n notify: \n - initilize postgres\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | osp_ansible/roles/osp_instance | 8,125 | [
"no_license"
] | [
{
"path": "osp_ansible/roles/osp_instance/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - osp_instance",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "osp_ansible/roles/osp_instance/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1950,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | osp_ansible/roles/osp_network | 8,125 | [
"no_license"
] | [
{
"path": "osp_ansible/roles/osp_network/handlers/main.yml",
"content": "---\n# handlers file for osp_network",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "osp_ansible/roles/osp_network/vars/main.yml",
"content": "---\n# vars file for osp_net... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1379,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | osp_ansible/roles/ssh_keys | 8,125 | [
"no_license"
] | [
{
"path": "osp_ansible/roles/ssh_keys/tasks/main.yml",
"content": "---\n# tasks file for ssh_keys\n- name: Creating the key pair\n user:\n name: \"{{ ansible_env.USER }}\"\n generate_ssh_key: yes\n ssh_key_file: \"{{ ansible_env.HOME }}/.ssh/openstack_id_rsa\"\n\n- name: generating the key pair... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | windows_ansible/roles/win_ad_install | 8,125 | [
"no_license"
] | [
{
"path": "windows_ansible/roles/win_ad_install/tasks/main.yml",
"content": "---\n# tasks file for win_ad_install\n- name: Install AD-Domain-Services\n win_feature:\n name: AD-Domain-Services\n state: present\n include_sub_features: True\n include_management_tools: True \n\n- name: Windows domai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | windows_ansible/roles/win_domain_user | 8,125 | [
"no_license"
] | [
{
"path": "windows_ansible/roles/win_domain_user/tasks/main.yml",
"content": "---\n# tasks file for win_domain_user\n- win_domain_user:\n name: \"{{ item.name }}\"\n firstname: \"{{ item.firstname }}\"\n surname: \"{{ item.surname }}\"\n password: \"{{ <PASSWORD> }}\"\n email: \"{{ item.email... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | windows_ansible/roles/win_firewall | 8,125 | [
"no_license"
] | [
{
"path": "windows_ansible/roles/win_firewall/tasks/main.yml",
"content": "---\n# tasks file for win_firewall\n- name: Windows firewall service \n win_firewall_rule:\n name: SSHD\n localport: 22\n action: allow\n direction: in\n protocol: tcp\n state: present\n enabled: yes\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | windows_ansible/roles/win_package_install | 8,125 | [
"no_license"
] | [
{
"path": "windows_ansible/roles/win_package_install/tasks/main.yml",
"content": "---\n- name: Install Windows package\n win_chocolatey:\n name: \"{{ item }}\"\n state: latest\n params: \"{{ parameters }}\"\n with_items: \n - \"{{ package_name }}\"\n when: ansible_distribution == \"Microsof... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | anshuman-agarwal/AnsibleAdvance | afff39607e6bb68a0af70566495b9875bec1657e | 0 | windows_ansible/roles/win_service_config | 8,125 | [
"no_license"
] | [
{
"path": "windows_ansible/roles/win_service_config/tasks/main.yml",
"content": "---\n# tasks file for win_service_config\n- name: Windows service start\n win_service:\n name: \"{{ service_name }}\"\n state: started\n start_mode: auto\n enabled: yes\n when: ansible_distribution == \"Microsoft ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | alamscode/ansible-mysqlApplication-twoTier-nodejs | d309cd1937777ca16dde459ce963a095579f793c | 0 | roles/mysql | 8,125 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: install tools\n apt: name={{ item }} state=present\n with_items:\n - python-mysqldb\n tags: ['packages']\n\n- name: install mysql-server\n apt: name=mysql-server state=present\n tags: ['packages']\n\n- name: ensure mysql listens on eth0 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | alextoyese/Udapeople_CICD | 5db515f248857ff289669e43b563c8c08b0c6f37 | 0 | .circleci/ansible/roles/configure-server | 8,125 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"remove dependencies that are no longer required\"\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | okamigo2021/epam-training-ansible | f5de09aa7653b2bfca477a2c162b7f620cdf2a91 | 0 | roles/apache | 8,128 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: Install HTTP Packages\n apt: name=apache2 update_cache=yes state=latest\n \n- name: Start Apache service\n systemd: name=apache2 state=started enabled=yes\n \n- name: Create Apache Document Root\n file:\n path: \"/var/www/{{ http_host }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | okamigo2021/epam-training-ansible | f5de09aa7653b2bfca477a2c162b7f620cdf2a91 | 0 | roles/mysql | 8,128 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "# MySQL Configuration\r\n - name: Install MySQL Packages\r\n apt: name={{ item }} update_cache=yes state=latest\r\n loop: [ 'mysql-server', 'php-mysql', 'python3-pymysql' ]\r\n \r\n - name: Start mysql service\r\n systemd: name=mysql s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1411,
"all_permissive": false
} |
ansible_role | X4MU-L/jenkins_microservice | 8c9fb83c8c7806af5eb8a58ae2a2958a077b8e2d | 0 | ansible/roles/docker | 8,128 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install dependencies\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: true\n tags:\n - docker\n - setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | X4MU-L/jenkins_microservice | 8c9fb83c8c7806af5eb8a58ae2a2958a077b8e2d | 0 | ansible/roles/jenkins_ansible_deploy | 8,128 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins_ansible_deploy/tasks/backend.yml",
"content": "---\n- name: Set backend variables\n ansible.builtin.set_fact:\n app_directory: \"{{ backend_app_directory }}\"\n container_name: \"{{ backend_container_name }}\"\n\n- name: Create backend application directory\n ansible... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4249,
"all_permissive": false
} |
ansible_role | X4MU-L/jenkins_microservice | 8c9fb83c8c7806af5eb8a58ae2a2958a077b8e2d | 0 | ansible/roles/jenkins_java | 8,128 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins_java/tasks/main.yml",
"content": "- name: Install Java for Jenkins CLI\n ansible.builtin.apt:\n name: openjdk-17-jre-headless\n state: present\n update_cache: true\n become: true\n tags:\n - jenkins\n - kubernetes\n\n- name: Get Jenkins pod name\n ansible.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1393,
"all_permissive": false
} |
ansible_role | X4MU-L/jenkins_microservice | 8c9fb83c8c7806af5eb8a58ae2a2958a077b8e2d | 0 | ansible/roles/jenkins_k8s | 8,128 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins_k8s/templates/jenkins.init-script-configmap.yml.j2",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: jenkins-init-scripts\n namespace: jenkins\ndata:\n 00-install-plugins.groovy: |\n #!/usr/bin/env groovy\n\n import jenkins.model.*\n import hudson.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 45747,
"all_permissive": false
} |
ansible_role | X4MU-L/jenkins_microservice | 8c9fb83c8c7806af5eb8a58ae2a2958a077b8e2d | 0 | ansible/roles/jenkins_pipeline | 8,128 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins_pipeline/tasks/main.yml",
"content": "# - name: Wait for Jenkins pod to be ready\n# ansible.builtin.command: kubectl wait --namespace=jenkins --for=condition=ready pod --selector=app=jenkins --timeout=300s\n# register: jenkins_ready\n# changed_when: false\n# tags:\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4599,
"all_permissive": false
} |
ansible_role | X4MU-L/jenkins_microservice | 8c9fb83c8c7806af5eb8a58ae2a2958a077b8e2d | 0 | ansible/roles/jenkins_user | 8,128 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins_user/tasks/main.yml",
"content": "- name: Create Jenkins user\n ansible.builtin.user:\n name: \"{{ jenkins_user }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash\n create_home: true\n state: present\n become: true\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3382,
"all_permissive": false
} |
ansible_role | X4MU-L/jenkins_microservice | 8c9fb83c8c7806af5eb8a58ae2a2958a077b8e2d | 0 | ansible/roles/k8s | 8,128 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/main.yml",
"content": "---\n- name: Install required packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3-pip\n - docker.io\n state: present\n update_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3642,
"all_permissive": false
} |
ansible_role | monstertuning/wbba | b2735d9deb07ba02c67be65b8c45c842a0d833a3 | 0 | trellis/roles/wordpress-config | 8,128 | [
"no_license"
] | [
{
"path": "trellis/roles/wordpress-config/tasks/themes.yml",
"content": "---\n\n- name: wp theme activate sage-wbba\n command: wp theme activate sage-wbba --allow-root\n args:\n chdir: \"{{ www_root }}/{{ item.key }}/{{ item.value.current_path | default('current') }}/\"\n with_dict: \"{{ wordpress_sit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | yashwanthk147/ansible | 76a6c64d95b6378445626024fa5630b81dc14f54 | 0 | roles/cart | 8,128 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "#Dynamically loads and executes a specified role as a task.\n- name: Cart Setup\n include_role:\n name: common\n tasks_from: nodejs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | yashwanthk147/ansible | 76a6c64d95b6378445626024fa5630b81dc14f54 | 0 | roles/catalogue | 8,128 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "#Dynamically loads and executes a specified role as a task.\n- name: Catalogue Setup\n include_role:\n name: common\n tasks_from: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.