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 | Mahadtkxel/Assignment_3_tkxel | dce0d28c8d272a1c5101eea3514b2188518a9d5a | 0 | ansible_files/roles/nginx | 8,043 | [
"no_license"
] | [
{
"path": "ansible_files/roles/nginx/templates/nginx.conf.j2",
"content": "worker_processes auto;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stream;\n\n server {\n listen 80;\n server_name example.com;\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | hwf-shiftleft/ansible-playbooks | d9753c82cf9249a192b2ba05c2cbb2e0730a128c | 1 | roles/ansible-install | 8,043 | [
"no_license"
] | [
{
"path": "roles/ansible-install/tasks/install-via-git.yml",
"content": "---\n# tasks file for ansible-install/install-via-git\n#\n- name: Install prequisites\n yum: name={{ item }} state=latest\n with_items:\n - git\n - python-pip\n - python-paramiko\n - python-jinja2\n - python-httplib2\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4369,
"all_permissive": false
} |
ansible_role | hwf-shiftleft/ansible-playbooks | d9753c82cf9249a192b2ba05c2cbb2e0730a128c | 1 | roles/rundeck | 8,043 | [
"no_license"
] | [
{
"path": "roles/rundeck/defaults/main.yml",
"content": "---\n# defaults file for rundeck\nlocaluser: rundeck\nlocalgroup: rundeck\nrundeck_config_dir: /etc/rundeck\nrundeck_base_dir: /var/lib/rundeck\nrundeck_tmp_dir: /tmp/rundeck/\nrundeck_jvm_settings: \" -Xmx2g -Xms256m -XX:MaxPermSize=256m -server\"\nr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12280,
"all_permissive": false
} |
ansible_role | hwf-shiftleft/ansible-playbooks | d9753c82cf9249a192b2ba05c2cbb2e0730a128c | 1 | roles/service-now-api | 8,043 | [
"no_license"
] | [
{
"path": "roles/service-now-api/handlers/main.yml",
"content": "---\n# handlers file for service-now-api",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/service-now-api/vars/RedHat-6.yml",
"content": "---\n# RedHat-6 specific vars - serv... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 8518,
"all_permissive": false
} |
ansible_role | ardeshir/ansible2 | 07bad02b608a51ab5a5fed5fee990205092102b2 | 0 | roles/common | 8,043 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\nntpserver: 192.168.1.2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/common/tasks/update.yml",
"content": "# File name devops.yml\n# use -e \"host=ardeshir\" to pick another hos... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | jlachicx/abdul_playbooks | e9199e4f927d9b49f019f45f8b29a21a0ad7cad7 | 0 | iims_eap_prod/roles/deploy_app | 8,043 | [
"no_license"
] | [
{
"path": "iims_eap_prod/roles/deploy_app/tasks/main.yml",
"content": "## calling tasks in main file\r\n\r\n- name: Import Deploy task for {{ APP_NAME }}\r\n import_tasks: deploy.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "iims_eap_prod/r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | jlachicx/abdul_playbooks | e9199e4f927d9b49f019f45f8b29a21a0ad7cad7 | 0 | iims_eap_prod/roles/deployment | 8,043 | [
"no_license"
] | [
{
"path": "iims_eap_prod/roles/deployment/tasks/main.yml",
"content": "---\n- name: stopping the eap\n command: sudo /bin/systemctl stop jboss-eap-rhel.service\n# shell: /apps/devjboss/jboss-eap-7.1/shutdown-iims.sh \n# args:\n# executable: /bin/bash\n \n- name: sleep for 10 seconds and continue w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6543,
"all_permissive": false
} |
ansible_role | jlachicx/abdul_playbooks | e9199e4f927d9b49f019f45f8b29a21a0ad7cad7 | 0 | iims_eap_prod/roles/start_app | 8,043 | [
"no_license"
] | [
{
"path": "iims_eap_prod/roles/start_app/tasks/start.yml",
"content": "## Author: <NAME>\r\n## All variables defined in varfiles/iims_all.yml file\r\n\r\n## Start Application\r\n - set_fact:\r\n action: \"start\"\r\n when: deploy == 'deploy'\r\n\r\n - name: Verify {{ svc_name }} is r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | jlachicx/abdul_playbooks | e9199e4f927d9b49f019f45f8b29a21a0ad7cad7 | 0 | iims_eap_prod/roles/status_app | 8,043 | [
"no_license"
] | [
{
"path": "iims_eap_prod/roles/status_app/tasks/status.yml",
"content": "## Author: <NAME>\r\n## Status Check for Application\r\n\r\n- name: Application Status Check- \"{{ app_name }}\"\r\n service_facts:\r\n\r\n- set_fact: \r\n svc_status: \"{{ ansible_facts.services[svc_name].state... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | jlachicx/abdul_playbooks | e9199e4f927d9b49f019f45f8b29a21a0ad7cad7 | 0 | iims_eap_prod/roles/stop_app | 8,043 | [
"no_license"
] | [
{
"path": "iims_eap_prod/roles/stop_app/tasks/main.yml",
"content": "## calling tasks in main file\r\n\r\n- name: Import Stop task for {{ APP_NAME }}\r\n import_tasks: stop.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "iims_eap_prod/roles/s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2065,
"all_permissive": false
} |
ansible_role | jlachicx/abdul_playbooks | e9199e4f927d9b49f019f45f8b29a21a0ad7cad7 | 0 | roles/cluster_peer_creation | 8,043 | [
"no_license"
] | [
{
"path": "roles/cluster_peer_creation/tasks/peer_create.yml",
"content": "---\r\n- name: Get NetApp info from Destination Cluster - \"{{ item }}\"\r\n na_ontap_info:\r\n state: info\r\n hostname: \"{{ item }}\"\r\n username: \"{{ username }}\"\r\n password: \"{{ <PASSWORD> }}\"\r\n validate... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | jlachicx/abdul_playbooks | e9199e4f927d9b49f019f45f8b29a21a0ad7cad7 | 0 | roles/expansion_validation | 8,043 | [
"no_license"
] | [
{
"path": "roles/expansion_validation/tasks/validate_autosupport.yml",
"content": " ######## Verify that Autosupport is configured properly.\r\n # autosupport show -fields node, state, from, to, mail-hosts, transport\r\n #cDOT96::> autosupport show -fields node, state, from, to, mail-hosts, transport\... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 46671,
"all_permissive": false
} |
ansible_role | tjiang1898/contrail-all-in-one | d04f86316bbf1fe6adfec5861752d1ff28bfe53c | 0 | playbooks/roles/setup_all_in_one | 8,043 | [
"no_license"
] | [
{
"path": "playbooks/roles/setup_all_in_one/tasks/main.yml",
"content": "---\n- name: setup base host\n yum:\n name: \n - net-tools\n - wget\n\n- name: modprobe ip_vs for keepalived to works\n command: modprobe ip_vs\n\n- name: set all-in-one node to CONTROLLER_NODES\n set_fact:\n all_in_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4388,
"all_permissive": false
} |
ansible_role | aminbaz/terraFormTP | 7ba6e278cfa4534cd6f1341b1656c5d1e305121b | 0 | playbook/roles/nginx | 8,043 | [
"no_license"
] | [
{
"path": "playbook/roles/nginx/tasks/main.yml",
"content": "---\n - name: Install nginx\n yum: name=nginx state=present\n\n - name: Start the nginx service\n service: name=nginx state=started enabled=yes\n tags: nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | aminbaz/terraFormTP | 7ba6e278cfa4534cd6f1341b1656c5d1e305121b | 0 | playbook/roles/php72 | 8,043 | [
"no_license"
] | [
{
"path": "playbook/roles/php72/tasks/main.yml",
"content": "---\n - name: Install php72\n yum: name=php72 state=present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 61,
"all_permissive": false
} |
ansible_role | aminbaz/terraFormTP | 7ba6e278cfa4534cd6f1341b1656c5d1e305121b | 0 | playbook/roles/php72fmp | 8,043 | [
"no_license"
] | [
{
"path": "playbook/roles/php72fmp/tasks/main.yml",
"content": "---\n - name: Install php72-fpm\n yum: name=php72-fpm state=present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 69,
"all_permissive": false
} |
ansible_role | aminbaz/terraFormTP | 7ba6e278cfa4534cd6f1341b1656c5d1e305121b | 0 | playbook/roles/phpmyadmin | 8,043 | [
"no_license"
] | [
{
"path": "playbook/roles/phpmyadmin/tasks/main.yml",
"content": "---\n- name: Download phpmyadmin\n get_url: \n url: https://files.phpmyadmin.net/phpMyAdmin/4.8.3/phpMyAdmin-4.8.3-all-languages.tar.gz\n dest: ~/\n\n- name: Unzip phpmyadmin\n unarchive:\n src: ~/phpMyAdmin-4.8.3-all-languages.tar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | kiga-hub/Ansible_4_NTP | 901397a7d557851b75915cfbe33bf0074c79b18c | 0 | playbook/roles/middleware | 8,043 | [
"no_license"
] | [
{
"path": "playbook/roles/middleware/tasks/init.yml",
"content": "---\n- name: 初始化变量\n set_fact:\n _names: []\n _images: []\n _configs: []\n _deployments: []\n _workload_ids: []\n deployment_dir: \"/home/rpm/docker\"",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4132,
"all_permissive": false
} |
ansible_role | kiga-hub/Ansible_4_NTP | 901397a7d557851b75915cfbe33bf0074c79b18c | 0 | playbook/roles/system | 8,043 | [
"no_license"
] | [
{
"path": "playbook/roles/system/vars/main.yml",
"content": "deployment_online_tools:\n - unzip\n - telnet\n - ntfs-3g\n - iftop\n - iotop\n - htop\n - lrzsz\n - net-tools\n - sysstat\n - python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7681,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/cluster-delete | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/cluster-delete/tasks/main.yml",
"content": "---\n- name: Delete Cluster\n shell:\n kops delete cluster\n --name={{NAME}}\n --yes\n environment:\n AWS_PROFILE: \"{{ AWS_PROFILE }}\"\n KOPS_STATE_STORE: \"{{ KOPS_STATE_STORE }}\"",
"license_type": "n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/cluster-setup | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/cluster-setup/tasks/main.yml",
"content": "---\n- name: Learn facts about availability zone\n aws_az_info:\n region: \"{{ AWS_REGION }}\"\n filters:\n group_name: \"{{ AWS_REGION }}\"\n environment:\n AWS_PROFILE: \"{{ AWS_PROFILE }}\"\n register: az\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2440,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/install-metrics-server | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/install-metrics-server/tasks/main.yaml",
"content": "---\n- name: Install Metrics Server\n shell: kubectl apply -f components.yaml\n environment:\n AWS_PROFILE: \"{{ AWS_PROFILE }}\"\n KOPS_STATE_STORE: \"{{ KOPS_STATE_STORE }}\"",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/network-setup | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/network-setup/tasks/main.yml",
"content": "---\n- name: Create VPC for rds\n ec2_vpc_net:\n state: present\n region: \"{{ aws_region }}\"\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr }}\"\n dns_hostnames: yes\n dns_support: yes\n multi_o... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8402,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/network-teardown | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/network-teardown/defaults/main.yml",
"content": "---\naws_region: us-east-1\nrds_aws_profile: test\nvpc_name: \"rds-{{ aws_region}}-vpc\"\nenvironment:\n AWS_PROFILE: \"{{ rds_aws_profile }}\"",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/rds-setup | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/rds-setup/tasks/main.yml",
"content": "---\n\n# create RDS instance & subnet group & security group\n# in cluster-setup\n\n- name: Get VPC id\n ec2_vpc_net_info:\n profile: \"{{ rds_aws_profile }}\"\n region: \"{{ aws_region }}\"\n filters:\n \"tag:Name\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5310,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/rds-teardown | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/rds-teardown/defaults/main.yml",
"content": "aws_region: us-east-1\nrds_aws_profile: test",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "hybrid_cloud/AWS/kops/roles/rds-teardown/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/vpc-peering-setup | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/vpc-peering-setup/defaults/main.yml",
"content": "---\naws_region: us-east-1\nrds_aws_profile: test_rds\nprod_aws_profile: test_prod\n\nk8s_request_vpc_name: \"k8s.prod.test.com\"\nrds_accept_vpc_name: \"rds-{{ aws_region}}-vpc\"\nrds_accept_vpc_ower_id: \"000000000\""... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4275,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | hybrid_cloud/AWS/kops/roles/vpc-peering-teardown | 8,043 | [
"no_license"
] | [
{
"path": "hybrid_cloud/AWS/kops/roles/vpc-peering-teardown/tasks/main.yml",
"content": "---\n\n- name: Get k8s VPC id\n ec2_vpc_net_info:\n profile: \"{{ prod_aws_profile }}\"\n region: \"{{ aws_region }}\"\n filters:\n \"tag:Name\": \"{{ k8s_request_vpc_name }}\"\n register: k8s_request_vp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2331,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | jenkins_AWS_EC2/roles/jenkins_ec2_deploy | 8,043 | [
"no_license"
] | [
{
"path": "jenkins_AWS_EC2/roles/jenkins_ec2_deploy/defaults/main.yml",
"content": "---\naws_region: us-east-1\naws_profile: test\n# domain: jenkins1.weisiminpeng.com\ndomain: jenkns.test.com",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "jenkins... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5202,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | jenkins_AWS_EC2/roles/networking-setup | 8,043 | [
"no_license"
] | [
{
"path": "jenkins_AWS_EC2/roles/networking-setup/defaults/main.yml",
"content": "---\naws_region: us-east-1\naws_profile: test\nvpc_name: \"jenkins-{{ aws_region}}-vpc\"\nvpc_cidr: 10.0.0.0/16\nvpc_subnets:\n private-1:\n cidr: 10.0.1.0/24\n az: \"{{ aws_region }}b\"\n private-2:\n cidr: 10.0.2.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8546,
"all_permissive": false
} |
ansible_role | WeisiminPeng/Hybrid-Cloud-Weather-Watch-Alert-Application-Kubernetes | a68ab85a15e38f7e9bdef10770d07d61f9af9cf3 | 1 | jenkins_AWS_EC2/roles/networking-teardown | 8,043 | [
"no_license"
] | [
{
"path": "jenkins_AWS_EC2/roles/networking-teardown/tasks/main.yml",
"content": "---\n# alternative wat to find instance id\n# - name: Get intance id\n# command: aws --region us-east-1 ec2 describe-instances --filter Name=tag:Name,Values=jenkins_ec2 \n# --profile aws\n# --q... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8025,
"all_permissive": false
} |
ansible_role | ay-b/kmrtest | 950fd4dd470439d380a2703324fe52a99fddb9a9 | 0 | roles/docker | 8,043 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: Install Docker\n package:\n name: docker\n state: present\n\n- name: Configure Docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Pip install docker-py\n become: yes\n command: pip install docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | ay-b/kmrtest | 950fd4dd470439d380a2703324fe52a99fddb9a9 | 0 | roles/jenkins | 8,043 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yaml",
"content": "- name: Launch Jenkins container\n become: yes\n docker_container:\n name: jenkins\n image: jenkins/jenkins:lts-slim\n published_ports:\n - 8080:8080\n - 5000:5000\n state: started\n restart_policy: always\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | ay-b/kmrtest | 950fd4dd470439d380a2703324fe52a99fddb9a9 | 0 | roles/nginx | 8,043 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Install nginx for local tests\n package:\n name: nginx\n state: present\n\n\n- name: Copy Nginx config\n become: yes\n copy:\n src: files/etc/nginx\n dest: /etc\n owner: ec2-user\n group: ec2-user\n mode: 0644\n\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | ay-b/kmrtest | 950fd4dd470439d380a2703324fe52a99fddb9a9 | 0 | roles/update | 8,043 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yaml",
"content": "- name: upgrade all packages\n package:\n name: '*'\n state: latest\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | davmano/Flask-repo | 833bd4f7169f7782ac22c0a37f347dbe4b2eccba | 1 | roles/app | 8,043 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - python3\n - python3-pip\n - git\n - virtualenv\n\n- name: Clone app repo\n git:\n repo: 'https://github.com/yourname/yourflaskapp.git'\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | davmano/Flask-repo | 833bd4f7169f7782ac22c0a37f347dbe4b2eccba | 1 | roles/nginx | 8,043 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Copy NGINX config\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-available/app\n\n- name: Enable site\n file:\n src: /etc/nginx/sites-available/app\n dest: /etc/nginx/sites-enabled/app\n state: link\n\n- name: Restart NG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | davmano/Flask-repo | 833bd4f7169f7782ac22c0a37f347dbe4b2eccba | 1 | roles/users | 8,043 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "- name: Create deploy user\n user:\n name: deploy\n state: present\n groups: sudo\n shell: /bin/bash\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | munnaeebd/terraform | b54f169b67e9ce0b020f00278fb967147fc97f58 | 0 | ansible/roles/image_build | 8,045 | [
"no_license"
] | [
{
"path": "ansible/roles/image_build/handlers/main.yml",
"content": "- name: Tag Image and Push to ECR [GIT COMMIT HASH]\n docker_image:\n name: \"{{ aws_account_id }}.dkr.ecr.{{ aws_region }}.amazonaws.com/{{ env }}-{{ project_name }}-{{ module }}:local\"\n repository: \"{{ aws_account_id }}.dkr.ecr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6120,
"all_permissive": false
} |
ansible_role | drewkerrigan/ansible-magento | e04b7f71cbdb1061dc2544ffc89dba81cdabc937 | 25 | roles/magento | 8,045 | [
"no_license"
] | [
{
"path": "roles/magento/tasks/main.yml",
"content": "---\n- name: Download Magento\n get_url: url=http://www.magentocommerce.com/downloads/assets/{{ mage_version }}/magento-{{ mage_version }}.tar.gz dest=/srv/magento-{{ mage_version }}.tar.gz\n sha256sum=\"{{ mage_sha256sum }}\"\n\n- name: Extra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1111,
"all_permissive": false
} |
ansible_role | drewkerrigan/ansible-magento | e04b7f71cbdb1061dc2544ffc89dba81cdabc937 | 25 | roles/nginx | 8,045 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Copy nginx configuration for magento\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | korimas/kolla-deprecate | dddc06c5c9a8864e2fba3c61fb230276ae86bc03 | 1 | ansible/roles/cleanup | 8,045 | [
"permissive"
] | [
{
"path": "ansible/roles/cleanup/tasks/cleanup_host.yml",
"content": "---\n- name: Cleaning host\n command: /tmp/kolla-cleanup/tools/cleanup-host\n\n- name: Removing kolla-cleanup folder\n command: rm -rf /tmp/kolla-cleanup\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": true
} |
ansible_role | korimas/kolla-deprecate | dddc06c5c9a8864e2fba3c61fb230276ae86bc03 | 1 | ansible/roles/keystone | 8,045 | [
"permissive"
] | [
{
"path": "ansible/roles/keystone/tasks/config.yml",
"content": "---\n- name: Ensuring config directories exist\n file:\n path: \"{{ node_config_directory }}/{{ item }}\"\n state: \"directory\"\n recurse: yes\n with_items:\n - \"keystone\"\n\n- name: Copying over config.json files for services... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1055,
"all_permissive": true
} |
ansible_role | alanovoy/ansible-project | 87eb36a9c7d476b0164a22191ab1a3cecb97496c | 0 | ansible-new/roles/common | 8,045 | [
"no_license"
] | [
{
"path": "ansible-new/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n\n- name: Upgrade all packages\n yum: name=* state=latest\n\n\n- name: Download the Docker installer\n get_url:\n url: https://get.docker.com/\n dest: /root/install_docker.sh\n mode: 0700\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1022,
"all_permissive": false
} |
ansible_role | alanovoy/ansible-project | 87eb36a9c7d476b0164a22191ab1a3cecb97496c | 0 | ansible-new/roles/nexus | 8,045 | [
"no_license"
] | [
{
"path": "ansible-new/roles/nexus/vars/main.yml",
"content": "---\n# vars file for nexus\nvars:\n ansible_python_interpreter: /usr/bin/python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible-new/roles/nexus/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | tateru/tateru | ae9792172f26890d953f9c543117f95f833317a1 | 6 | collection/roles/boot | 8,045 | [
"permissive"
] | [
{
"path": "collection/roles/boot/tasks/main.yml",
"content": "# Tateru Ansible installer boot-up role\n#\n# Copyright 2020 Tateru Authors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1590,
"all_permissive": true
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-1/roles/flume | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-1/roles/flume/handlers/main.yml",
"content": "---\n- name: Create Plugin.d Directory\n sudo: yes\n file:\n path: '{{installation_path}}/flume/plugin.d/hdfs/native'\n state: directory\n mode: 0755\n listen: Native_hdfs_Libs\n\n- name: Move Plugin.d Directory\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2633,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-1/roles/hadoop | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-1/roles/hadoop/tasks/config_hadoop.yml",
"content": "---\n#- name: Copy /etc/hosts\n# become: yes\n# template: src=etchosts dest=/etc/hosts mode=644\n \n- name: Copy Hadoop core-site.xml\n template: src=core-site.xml dest={{ hadoop_config_path }} mode=644 owner={{ user ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1594,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-1/roles/java | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-1/roles/java/tasks/main.yml",
"content": "---\n- name: Remove \"openjdk-*\" package\n apt:\n name: openjdk-11-*\n state: absent\n \n- name: Install \"openjdk-8-jdk\" package\n apt:\n name: openjdk-8-jdk\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-1/roles/setAuthorizedKeys | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-1/roles/setAuthorizedKeys/defaults/main.yml",
"content": "---\nuser: \"cutleradmin\"\ngroup: \"cutleradmin\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/cutler-cluster-1/roles/setAuthorizedKeys/tasks/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-1/roles/setFirewallRules | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-1/roles/setFirewallRules/tasks/main.yml",
"content": "--- \n- name: Configure ufw rules\n ufw: rule='allow' port='{{ item }}'\n with_items: \n - \"{{ dashbord_port}}\"\n - \"{{ hdfs_port }}\"\n - \"{{ dfs_secondary_namenode_httpport }}\"\n - \"{{ yarn_resourc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1205,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-1/roles/spark | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-1/roles/spark/defaults/main.yml",
"content": "---\n# Spark version to install\nspark_version: 2.4.3\n# List of servers to download the spark code\n# spark_mirrors: [ \"https://archive.apache.org/dist/spark\", \"http://apache.rediris.es/spark\", \"http://apache.uvigo.es/spar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1941,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-1/roles/userpreparation | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-1/roles/userpreparation/tasks/main.yml",
"content": "---\n#- name: Add User # Comment this as cutleradmin is used\n# sudo: yes\n# user: name={{user}} shell=/bin/bash append=yes\n# when: add_user\n\n\n- name: Check if there is a public key\n shell: \"ls /home/{{ user }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-2/roles/kafka | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-2/roles/kafka/tasks/main.yml",
"content": "---\n# Kafka deploy tasks \n\n- name: Create deploy directories\n file: path={{ item }} state=directory mode=0755\n with_items:\n - \"{{ kafka_log_dir }}\"\n - \"{{ kafka_datalog_dir }}\"\n\n- name: Create Kafka data directory\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1803,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-3/roles/kibana | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-3/roles/kibana/tasks/setup-Debian.yml",
"content": "---\n- name: Ensure dependency is installed (Ubuntu).\n apt: name=apt-transport-https state=present\n\n- name: Add Elasticsearch apt key.\n become: true\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elastics... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1285,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/cutler-cluster-3/roles/matlab | 8,045 | [
"no_license"
] | [
{
"path": "ansible/cutler-cluster-3/roles/matlab/tasks/main.yml",
"content": "---\n - name: Include Matlab default variables (in default/main.yml file).\n include_vars: main.yml\n \n - name: Install unzip for unarchiving\n apt:\n name: unzip\n \n - name: Check for MATLAB files\n stat:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1187,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/post-requisites/roles/InstallAptPackages | 8,045 | [
"no_license"
] | [
{
"path": "ansible/post-requisites/roles/InstallAptPackages/tasks/main.yml",
"content": "- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python-geopandas\n - python-pyshp\n - python-kafka",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/post-requisites/roles/InstallPipModules | 8,045 | [
"no_license"
] | [
{
"path": "ansible/post-requisites/roles/InstallPipModules/tasks/main.yml",
"content": "- name: Install a list of modules\n pip:\n name: \"{{ modules }}\"\n# executable: pip3\n vars:\n modules:\n# - pathlib\n - pandas-schema\n - kafka-python\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | CUTLER-H2020/CUTLER-Platform-V2 | 5c693a223c94e6475541f71897c2b93e5cb7c1a4 | 0 | ansible/post-requisites/roles/updateEtcHosts | 8,045 | [
"no_license"
] | [
{
"path": "ansible/post-requisites/roles/updateEtcHosts/tasks/main.yml",
"content": "--- \n- name: Copy /etc/hosts\n template: src=hosts dest=/etc/hosts mode=644 ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible/post-requisites/roles/u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | akkomar/dev-machine-setup | 6d002614471631eb87846547cea86d00d9cd0690 | 0 | roles/ide | 8,045 | [
"no_license"
] | [
{
"path": "roles/ide/tasks/main.yml",
"content": "- include: vim.yml\n- include: atom.yml\n- include: idea.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/ide/tasks/atom.yml",
"content": "---\n- name: Check if Atom is installed\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | akkomar/dev-machine-setup | 6d002614471631eb87846547cea86d00d9cd0690 | 0 | roles/jvm | 8,045 | [
"no_license"
] | [
{
"path": "roles/jvm/tasks/sbt.yml",
"content": "---\n- name: Add sbt repository key\n become: yes\n apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=2EE0EA64E40A89B84B2DF73499E82A75642AC823\n\n- name: Add sbt repository\n become: yes\n apt_repository: repo='deb https://dl.bintray.com/sbt/debian /' s... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3115,
"all_permissive": false
} |
ansible_role | akkomar/dev-machine-setup | 6d002614471631eb87846547cea86d00d9cd0690 | 0 | roles/shell | 8,045 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "- include: zsh.yml\n- include: commonrc.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/shell/tasks/commonrc.yml",
"content": "---\n- name: Creating commonrc file\n become: yes\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | amolthacker/azure-poc-compute-engine-vmss-cicd | cf96cbc5f7c44342a580670ef384284a5397b0bd | 1 | ansible/roles/compute-engine | 8,045 | [
"no_license"
] | [
{
"path": "ansible/roles/compute-engine/tasks/main.yml",
"content": "- name: Setup compute-engine-vmss\n script: files/setup-compute-engine.sh\n become: true\n\n- name: Add startup-cmd\n script: files/add-startup-cmd.sh\n become: true",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | amolthacker/azure-poc-compute-engine-vmss-cicd | cf96cbc5f7c44342a580670ef384284a5397b0bd | 1 | ansible/roles/compute-engine-base | 8,045 | [
"no_license"
] | [
{
"path": "ansible/roles/compute-engine-base/files/install-go.sh",
"content": "#!/bin/bash\n\n# Install Go\nmkdir ~/downloads \\\n && cd ~/downloads \\\n && wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz \\\n && tar -C /usr/local -xzf go1.8.linux-amd64.tar.gz\n\n# Install Stress tool... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3170,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/adduser | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/adduser/tasks/main.yml",
"content": "## Rol para la creación y permisos del usuario en kubernetes ##\n\n# creamos usuario para acceder al cluster\n- name: create user for access to the cluster\n become: true \n ansible.builtin.user:\n name: kubeadmin\n create_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/common | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/common/tasks/main.yml",
"content": "## Rol para tareas comunes ##\n\n# instalamos paquetes comunes\n- name: Install common packages\n become: true\n ansible.builtin.dnf:\n name: \"{{item}}\"\n state: latest \n with_items:\n - python3\n - chrony\n - nfs-util... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2675,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/configurekubernetes | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/configurekubernetes/tasks/main.yml",
"content": "## Rol para la configuración de kubernetes, en este caso en master ##\n\n# Permitir acceso a puertos \n- name: configure master kubernetes\n become: true \n ansible.posix.firewalld: \n permanent: yes\n port: \"{{ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4155,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/configurekubernetesnodes | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/configurekubernetesnodes/templates/joinTemplate.j2",
"content": "{{hostvars['mastercp2.westeurope.cloudapp.azure.com']['token_join'].stdout}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible/playbooks/rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2037,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/ingress | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/ingress/tasks/main.yml",
"content": "## Rol para la instalación del ingress controller ##\n\n# instalamos ingress controler\n- name: install ingress controller\n become: true \n shell: kubectl apply -f https://raw.githubusercontent.com/haproxytech/kubernetes-ingress/v1.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/kubernetes | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/kubernetes/tasks/main.yml",
"content": "## Rol para la instalación de kubernetes ##\n\n# añadimos el repo de docker\n- name: add repo docker\n become: true \n command: \"{{item}}\" \n with_items:\n - dnf config-manager --add-repo=https://download.docker.com/linux/cen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2024,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/nfs | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/nfs/tasks/main.yml",
"content": "## Rol que se encarga de crear el disco nfs \n# Lee información del device\n- name: Read device information\n become: true\n community.general.parted: device=/dev/sdc unit=MiB\n register: sdc_info\n async: 10\n poll: 2\n \n# Debugamos ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3550,
"all_permissive": false
} |
ansible_role | joseignaciocarretero/casoPractico2 | 7ce5b202d5d7bafaf65088e148c72102f8a3709f | 0 | ansible/playbooks/roles/webapplication | 8,045 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/webapplication/tasks/main.yml",
"content": "# Rol para el despliegue de la aplicación\n# creamos un namespace\n- name: Create namespace \n become: true\n shell: kubectl create namespace miweb-server\n ignore_errors: yes\n \n# persistencia del volumen\n# copiamos nfs-pv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5089,
"all_permissive": false
} |
ansible_role | d-toolbox/rapid | 314bf7c317fefa29251b66b1db62e66a75471bdd | 1 | ansible/roles/rapidpro | 8,045 | [
"no_license"
] | [
{
"path": "ansible/roles/rapidpro/meta/main.yml",
"content": "---\n\ngalaxy_info:\n author: javaguirre\n description: Rapidpro role\n min_ansible_version: 2.0\n platforms:\n - name: Ubuntu\n versions:\n - all\n categories:\n - web\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2098,
"all_permissive": false
} |
ansible_role | JaredZieche/steam-cmd | 7e5a23092972de8a2625fa329e817ab7dffd590f | 0 | src/ansible/roles/steamcmd | 8,044 | [
"no_license"
] | [
{
"path": "src/ansible/roles/steamcmd/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - steamcmd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "src/ansible/roles/steamcmd/templates/valheim_override.conf.j... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3794,
"all_permissive": false
} |
ansible_role | AkshayreddyDevops/tools-infra | 7cd8ae4e57ec5e9f94e23fe0104ba088fa666743 | 0 | roles/github-runner | 8,044 | [
"no_license"
] | [
{
"path": "roles/github-runner/vars/main.yml",
"content": "component: gethub-runner",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/github-runner/tasks/main.yml",
"content": "#Manual steps:\n#on github-runner machine we need to run below ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2046,
"all_permissive": false
} |
ansible_role | matthcol/ansible202311 | 7423a6f46dd796ad2801264dfbb3f0f5593ef66a | 0 | 05-playbook-with-roles/roles/api | 8,044 | [
"no_license"
] | [
{
"path": "05-playbook-with-roles/roles/api/vars/main.yml",
"content": "---\n# vars file for roles/api\nusername: johndoe\nuserservicename: myapp\njavaversion: 17\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "05-playbook-with-roles/roles/api/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1634,
"all_permissive": false
} |
ansible_role | matthcol/ansible202311 | 7423a6f46dd796ad2801264dfbb3f0f5593ef66a | 0 | 05-playbook-with-roles/roles/db | 8,044 | [
"no_license"
] | [
{
"path": "05-playbook-with-roles/roles/db/vars/main.yml",
"content": "---\n# vars file for roles/db\npostgresqlversion: 16\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "05-playbook-with-roles/roles/db/tasks/main.yml",
"content": "- name: B... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1988,
"all_permissive": false
} |
ansible_role | GoogleCloudPlatform/gcloud-maven-plugin | 182928f26af271dabb33826467dda7ea2fd99e39 | 29 | e2e/roles/common | 8,044 | [
"no_license"
] | [
{
"path": "e2e/roles/common/templates/maven_env.sh",
"content": "#!/bin/sh\nexport JAVA_HOME={{java_home}}\nexport M2_HOME={{maven_home}}\nPATH=$PATH:$JAVA_HOME/bin:$M2_HOME/bin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "e2e/roles/common/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | GoogleCloudPlatform/gcloud-maven-plugin | 182928f26af271dabb33826467dda7ea2fd99e39 | 29 | e2e/roles/deployapp | 8,044 | [
"no_license"
] | [
{
"path": "e2e/roles/deployapp/tasks/main.yml",
"content": "---\n\n- name: Replace project in pom.xml\n replace: \n dest=~/gcloud-maven-plugin/src/it/gcloud-maven-plugin-test-app/pom.xml \n regexp='<gcloud_project>.*?</gcloud_project>'\n\n- name: Remove google_compute keys \n file: path={{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | GoogleCloudPlatform/gcloud-maven-plugin | 182928f26af271dabb33826467dda7ea2fd99e39 | 29 | e2e/roles/gce | 8,044 | [
"no_license"
] | [
{
"path": "e2e/roles/gce/tasks/main.yml",
"content": "---\n- name: Setup gce.ini\n local_action: template src=gce.ini dest=scripts/gce.ini mode=0766\n\n- name: Setup gce.py\n local_action: copy src=gce.py dest=scripts/gce.py mode=0766\n\n- name: Get host IP address\n local_action: shell ./scripts/gce.py ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | GoogleCloudPlatform/gcloud-maven-plugin | 182928f26af271dabb33826467dda7ea2fd99e39 | 29 | e2e/roles/gcloud | 8,044 | [
"no_license"
] | [
{
"path": "e2e/roles/gcloud/tasks/main.yml",
"content": "---\n\n- name: Remove VM's default gcloud installation\n file: path={{ item }} state=absent\n with_items:\n - /usr/lib/google-cloud-sdk\n - /usr/bin/gcloud\n - /usr/bin/git-credential-gcloud.sh\n - /usr/bin/bq\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | GoogleCloudPlatform/gcloud-maven-plugin | 182928f26af271dabb33826467dda7ea2fd99e39 | 29 | e2e/roles/maven | 8,044 | [
"no_license"
] | [
{
"path": "e2e/roles/maven/tasks/main.yml",
"content": "---\n\n- name: Download maven 3\n get_url:\n url: http://mirror.metrocast.net/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip\n dest: /tmp/apache-maven-3.3.9-bin.zip\n sudo: yes\n\n- name: Create maven dir\n file: path=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | yashwanthk147/Jenkins-setup | c8b885916cc6a1f6292d06e38a8a19526760a5a1 | 0 | ansible-run/roles/Jenkins | 8,044 | [
"no_license"
] | [
{
"path": "ansible-run/roles/Jenkins/tasks/main.yml",
"content": "- name: Update all Debian/Ubuntu packages to their latest version\r\n ansible.builtin.apt:\r\n name: \"*\"\r\n state: latest\r\n\r\n- name: Ensure /etc/apt/keyrings directory exists\r\n ansible.builtin.file:\r\n path: /etc/apt/keyr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5572,
"all_permissive": false
} |
ansible_role | diffy0712/arch-boot | 2b32c2b28667372c4c89d04d7e6b582200e3b311 | 0 | roles/development | 8,044 | [
"no_license"
] | [
{
"path": "roles/development/tasks/python.yml",
"content": "---\n- name: Ensure packages for python development are installed\n become_user: aur_builder\n kewlfft.aur.aur:\n use: yay\n name:\n - python\n - python-pip\n - python-setuptools",
"license_type": "no_license",
"detected_li... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 4003,
"all_permissive": false
} |
ansible_role | diffy0712/arch-boot | 2b32c2b28667372c4c89d04d7e6b582200e3b311 | 0 | roles/gaming | 8,044 | [
"no_license"
] | [
{
"path": "roles/gaming/tasks/steam.yml",
"content": "---\n- name: Install steam\n become_user: aur_builder\n kewlfft.aur.aur:\n use: yay\n name:\n - steam\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/gaming/tasks/xbox-contr... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | diffy0712/arch-boot | 2b32c2b28667372c4c89d04d7e6b582200e3b311 | 0 | roles/rice | 8,044 | [
"no_license"
] | [
{
"path": "roles/rice/files/shells/bash/config/bash.sh",
"content": "# @see https://github.com/scop/bash-completion\n[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion\n\n# @see https://www.linuxjournal.com/content/using-bash-history-more-efficiently-histcontro... | {
"task_files": 19,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 39,
"total_bytes": 31922,
"all_permissive": false
} |
ansible_role | diffy0712/arch-boot | 2b32c2b28667372c4c89d04d7e6b582200e3b311 | 0 | roles/system | 8,044 | [
"no_license"
] | [
{
"path": "roles/system/tasks/video.yml",
"content": "---\n- name: Ensure video stuff is installed\n become_user: aur_builder\n kewlfft.aur.aur:\n use: yay\n name:\n - mediainfo\n - ffmpeg",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"path... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 6589,
"all_permissive": false
} |
ansible_role | edujanicas/Devops-Coding-Challenge | 2b3c8af4aa8b294121983fc5e0b306009b881329 | 1 | playbooks/roles/mongo | 8,044 | [
"no_license"
] | [
{
"path": "playbooks/roles/mongo/tasks/main.yml",
"content": "---\n- name: Install Mongo\n apt: name=mongodb update_cache=yes cache_valid_time=3600\n\n- name: Start Mongo service\n service: name=mongodb state=restarted\n tags: ['mongo-restart']\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | edujanicas/Devops-Coding-Challenge | 2b3c8af4aa8b294121983fc5e0b306009b881329 | 1 | playbooks/roles/redis | 8,044 | [
"no_license"
] | [
{
"path": "playbooks/roles/redis/tasks/main.yml",
"content": "---\n- name: Install redis\n apt: pkg=redis-server state=latest\n\n- name: Start redis-server service\n service: name=redis-server state=restarted\n tags: ['redis-restart']\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | dtraining92/mern-stack-jenkins | e1b92a49f87e343bb730c9d3d4fe4f343a21bfea | 0 | ansible/roles/nginx-setup | 8,044 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-setup/tasks/main.yml",
"content": "# tasks file for nginx_setup\n---\n# tasks/main.yml\n- name: Ensure Nginx is installed\n apt:\n name: nginx\n state: present\n become: yes\n\n- name: Ensure Nginx service is running\n service:\n name: nginx\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | Akhireddy/Ansible_Roboshop | 298682d0b6b8ac740bd60058e902799d7956be72 | 0 | roles/catalogue | 8,044 | [
"no_license"
] | [
{
"path": "roles/catalogue/vars/main.yml",
"content": "COMPONENT: CATALOGUE",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: install nodej -c++\n ansible.builtin.yum:\n name:\n - node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 960,
"all_permissive": false
} |
ansible_role | Akhireddy/Ansible_Roboshop | 298682d0b6b8ac740bd60058e902799d7956be72 | 0 | roles/frontend | 8,044 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Unarchive a file that is already on the remote machine\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/frontend/archiv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | Akhireddy/Ansible_Roboshop | 298682d0b6b8ac740bd60058e902799d7956be72 | 0 | roles/mongodb | 8,044 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: mongo repo file copy\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: install mongod\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Update MongoDB config file to li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | abdullahtariq91/nodejs-parking-microservice | 48756bd378f20a3ac2d8ccb7b54531d3694579b0 | 0 | release/roles/common | 8,040 | [
"no_license"
] | [
{
"path": "release/roles/common/tasks/task_definition__spotchecker.yml",
"content": "- name: Create Spot Checker Task Definition\n ecs_taskdefinition:\n containers:\n - name: \"spot-checker\"\n volumesFrom: []\n memory: 128\n essential: true\n mountPoints: []\n environment: \... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3642,
"all_permissive": false
} |
ansible_role | micro1985/ansiblelrn | cdc16d0d661d657332732193284ae152fb69c317 | 0 | roles/deploy_apache_web | 8,040 | [
"no_license"
] | [
{
"path": "roles/deploy_apache_web/templates/index.j2",
"content": "<html>\r\n<head>\r\n<title>Example</title>\r\n</head>\r\n<body>\r\n<H1 ALIGN=CENTER>Hi!</H1>\r\n\r\n<font color=\"green\">Owner of this Server is: {{ owner }}<br>\r\n<br><br>\r\n<H2>This is example of the HTML-document</H2>\r\n<P>Left, </P>... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1587,
"all_permissive": false
} |
ansible_role | qjabparas/MidExam_PARAS | 5dedfad7d141d3f86c4a348d14e5315a50926ca7 | 0 | roles/centoselasticsearch | 8,040 | [
"no_license"
] | [
{
"path": "roles/centoselasticsearch/tasks/main.yml",
"content": "---\n# tasks file for centoselasticsearch\n\n- name: Import key Elasticsearch on CentOS\n rpm_key: \n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Adding Elasticsearch Repo on CentOS\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | qjabparas/MidExam_PARAS | 5dedfad7d141d3f86c4a348d14e5315a50926ca7 | 0 | roles/centosgrafana | 8,040 | [
"no_license"
] | [
{
"path": "roles/centosgrafana/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - centosgrafana",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/centosgrafana/vars/main.yml",
"content": "---\n# vars ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | qjabparas/MidExam_PARAS | 5dedfad7d141d3f86c4a348d14e5315a50926ca7 | 0 | roles/centosinfluxdb | 8,040 | [
"no_license"
] | [
{
"path": "roles/centosinfluxdb/tasks/main.yml",
"content": "---\n# tasks file for centosinfluxdb\n\n- name: Copying Repo file to Remote Repo on CentOS\n copy:\n src: \"{{ influxdb_repo }}\"\n dest: /etc/yum.repos.d/influxdb.repo\n owner: \"qjabparas\"\n group: \"qjabparas\"\n\n- name: Dnf Make... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | qjabparas/MidExam_PARAS | 5dedfad7d141d3f86c4a348d14e5315a50926ca7 | 0 | roles/centosmaria | 8,040 | [
"no_license"
] | [
{
"path": "roles/centosmaria/tasks/main.yml",
"content": "---\n# tasks file for centosmaria\n\n- name: Start MariaDB\n service:\n name: mariadb\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | qjabparas/MidExam_PARAS | 5dedfad7d141d3f86c4a348d14e5315a50926ca7 | 0 | roles/installubuntupkg | 8,040 | [
"no_license"
] | [
{
"path": "roles/installubuntupkg/tasks/main.yml",
"content": "---\n# tasks file for installubuntupkg\n\n- name: \"Installing Package on Ubuntu\"\n apt:\n name: \"{{ package }}\"\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.