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
Carlo-S/ansible-knoppix-setup
bbd892950e3baa43a222b9e60bc6f7727d400cb3
1
roles/refind-download
121
[ "no_license" ]
[ { "path": "roles/refind-download/tasks/main.yml", "content": "---\n# This playbook downloads the newest refind binaries \n- name: Download refind \n get_url: \n url: https://sourceforge.net/projects/refind/files/latest/download\n dest: /home/knoppix\n register: download_refind_zip\n\n- name: Show na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1197, "all_permissive": false }
ansible_role
Carlo-S/ansible-knoppix-setup
bbd892950e3baa43a222b9e60bc6f7727d400cb3
1
roles/refind-efi-setup
121
[ "no_license" ]
[ { "path": "roles/refind-efi-setup/tasks/main.yml", "content": "---\n- name: Make sure efi is mounted\n mount:\n path: /mnt/efi\n src: \"/dev/{{ efi_disk }}{{ efi_pnum }}\"\n fstype: vfat\n state: mounted\n\n- name: Sync refind to /mnt/efi\n synchronize:\n src: /home/knoppix/refind/refind\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
Carlo-S/ansible-knoppix-setup
bbd892950e3baa43a222b9e60bc6f7727d400cb3
1
roles/refind-knoppix-entries
121
[ "no_license" ]
[ { "path": "roles/refind-knoppix-entries/tasks/main.yml", "content": "---\n- name: Create Knoppix menu entries for refind\n template:\n src: templates/knoppix_entries.j2\n dest: /tmp/knoppix_entries\n\n- name: Copy refind conf \n copy:\n src: /home/knoppix/refind/refind/refind.conf-sample\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1299, "all_permissive": false }
ansible_role
amunic/am-project
398dcbf65cba065fa7ff2cefa97ef04957071b40
0
roles/nginx-config
121
[ "no_license" ]
[ { "path": "roles/nginx-config/handlers/main.yml", "content": "---\n# handlers file for roles/nginx-config\n- name: restart-nginx-service\n systemd:\n state: restarted\n daemon_reload: yes\n name: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 633, "all_permissive": false }
ansible_role
yowko/ansible-kafka
8439838fe2227af96a9b0b1c0040356a9fd60ad3
1
roles/kafka
121
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "---\n- name: Uninstall kafka\n include_tasks: uninstall.yml\n when: \n - purpose=='uninstall'\n\n- name: Install kafka\n include_tasks: install.yml\n when: \n - purpose=='install'\n - inventory_hostname in groups['kafka_all']\n\n- name: Restar...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4082, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/aws-cli
121
[ "no_license" ]
[ { "path": "roles/aws-cli/tasks/main.yml", "content": "- name: Install awscli and awsebcli\n pip:\n name: \"{{ item }}\"\n with_items:\n - awscli\n - awsebcli\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/codedeploy
121
[ "no_license" ]
[ { "path": "roles/codedeploy/tasks/main.yml", "content": "#ruby\n#wget\n#wget https://aws-codedeploy-us-west-2.s3.amazonaws.com/latest/install\n#chmod +x ./install\n#sudo ./install auto\n\n#service codedeploy-agent status\n\n- name: Get Instance Metadata\n action: ec2_facts\n\n- name: Get CodeDeploy\n get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/db
121
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "# Depends on rds role\n# provide mysql_user with -e '@vars/website_name.yml'\n\n- name: Get RDS facts\n rds:\n command: facts\n instance_name: \"{{ name }}dbm01\"\n register: rds_facts\n\n- name: Set fact RDS endpoit\n set_fact:\n \"mysql_host\": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/deploy
121
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "- name: Copy wp config\n template:\n dest:\n src:\n\n- name: Copy webroot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/ec2_keys
121
[ "no_license" ]
[ { "path": "roles/ec2_keys/tasks/main.yml", "content": "- name: Creating ec2 key\n ec2_key:\n state: \"{{ item.state }}\"\n name: \"{{ item.name }}\"\n key_material: \"{{ item.key_material }}\"\n with_items: \"{{ ec2_keys }}\"\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
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/ec_subnet_group
121
[ "no_license" ]
[ { "path": "roles/ec_subnet_group/tasks/main.yml", "content": "- name: Creating elasticache_subnet_group\n elasticache_subnet_group:\n state: present\n name: \"{{ name }}\"\n description: \"{{ name }} Subnet Group\"\n subnets:\n - \"{{ vpc.subnets[0].id }}\"\n - \"{{ vpc.subnets[1].id ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/elb
121
[ "no_license" ]
[ { "path": "roles/elb/tasks/main.yml", "content": "# Dependencies:\n# name - defined in vars\n# vpc_id, public_subnets - from role get_facts\n\n- name: Creating Security Group for ELB\n ec2_group:\n name: \"{{ name }}elb\"\n description: \"{{ name }}elb\"\n vpc_id: \"{{ vpc_id }}\"\n rules:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1617, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/flocker
121
[ "no_license" ]
[ { "path": "roles/flocker/tasks/sg.yml", "content": "#- name: Creating Security Group\n# ec2_group:\n # name: \"{{ item.name }}-{{ vpc.vpc_id }}\"\n # description: \"{{ item.name }}\"\n # vpc_id: \"{{ vpc.vpc_id }}\"\n # rules:\n # - proto: \"{{ item.proto }}\"\n # from_por...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1498, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/flocker-certs
121
[ "no_license" ]
[ { "path": "roles/flocker-certs/tasks/main.yml", "content": "- name: Generate cluster certificate\n command: flocker-ca initialize \"{{ cluster_name }}\"\n args:\n chdir: /etc/flocker\n creates: /etc/flocker/cluster.crt\n\n- name: Generate auth certs for control service and nodes\n command: flocker-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1890, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/flocker-nodes
121
[ "no_license" ]
[ { "path": "roles/flocker-nodes/templates/agent.yml", "content": "\"version\": 1\n\"control-service\":\n \"hostname\": \"{{ flocker_control_node_ip }}\"\n \"port\": 4524\ndataset:\n backend: \"aws\"\n region: \"{{ aws.region }}\"\n zone: \"{{ aws.region }}{{ aws.zone }}\"\n access_key_id: \"{{ aws.acce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/get_facts
121
[ "no_license" ]
[ { "path": "roles/get_facts/tasks/main.yml", "content": "- name: Gather facts about any VPC with a tag\n ec2_vpc_net_facts:\n filters:\n \"tag:Name\": \"{{ name }}vpc\"\n register: ec2_vpc_result\n\n- name: Set facts vpc_id and vpc_cidr_block\n set_fact:\n \"vpc_id\": \"{{ ec2_vpc_result.vpcs[0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1074, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/iam
121
[ "no_license" ]
[ { "path": "roles/iam/tasks/main.yml", "content": "- name: Create IAM role with custom trust relationship\n iam:\n iam_type: \"{{ iam.type }}\"\n name: \"{{ iam.name }}\"\n state: \"{{ iam.state }}\"\n trust_policy:\n Version: '2012-10-17'\n Statement:\n - Action: sts:AssumeRole...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/jump
121
[ "no_license" ]
[ { "path": "roles/jump/tasks/main.yml", "content": "- name: Create security group\n ec2_group:\n name: \"jump-{{ vpc.id }}\"\n description: \"jump\"\n vpc_id: \"{{ vpc.id }}\"\n rules:\n - proto: tcp\n from_port: 22\n to_port: 22\n cidr_ip: 0.0.0.0/0\n rules_egress:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1306, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/nginx
121
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: yum install nginx\n yum: \n name: 'http://nginx.org/packages/centos/6/x86_64/RPMS/nginx-1.10.1-1.el6.ngx.x86_64.rpm'\n state: present\n\n- name: Remove nginx defaults\n file: \n path: \"/etc/nginx/conf.d/{{ item }}\"\n state: ab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2228, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/php
121
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "#- name: Create groups\n# group: \n# name: \"{{ item.name }}\"\n# state: present\n# with_items: \"{{ websites }}\"\n\n#- name: Create users\n# user: \n# name: \"{{ item.name }}\"\n# group: \"{{ item.name }}\"\n# state: present\n# with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1788, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/rds
121
[ "no_license" ]
[ { "path": "roles/rds/tasks/main.yml", "content": "# Dependencies:\n # {{ name }} is defined in vars\n # {{ vpc_id, vpc_cidr_block }} depend on role get_facts\n \n- name: Creating rds_subnet_group\n rds_subnet_group:\n state: present\n name: \"{{ name }}rsg\"\n description: \"{{ name }} Subnet G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1626, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/rds_subnet_group
121
[ "no_license" ]
[ { "path": "roles/rds_subnet_group/tasks/main.yml", "content": "- name: Creating rds_subnet_group\n rds_subnet_group:\n state: present\n name: \"{{ name }}\"\n description: \"{{ name }} Subnet Group\"\n subnets:\n - \"{{ vpc.subnets[0].id }}\"\n - \"{{ vpc.subnets[1].id }}\"\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/redis
121
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "redis:\n name: \"{{ env }}{{ cluster }}red\"\n node_type: cache.m3.medium\n num_nodes: 1\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/redis/tasks/main.yml", "content": "- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1944, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/s3
121
[ "no_license" ]
[ { "path": "roles/s3/tasks/main.yml", "content": "- name: Create S3 bucket\n s3:\n bucket: \"{{ s3.name }}\"\n mode: create\n permission: private\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/security_group
121
[ "no_license" ]
[ { "path": "roles/security_group/tasks/main.yml", "content": "- name: Creating Security Group\n ec2_group:\n name: \"{{ item.name }}-{{ ec2_vpc.vpc_id }}\"\n description: \"{{ item.name }}\"\n vpc_id: \"{{ ec2_vpc.vpc_id }}\"\n rules:\n - proto: \"{{ item.proto }}\"\n from_port: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/vpc
121
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "- name: Creating VPC\n ec2_vpc:\n state: \"{{ vpc.state }}\"\n region: \"{{ vpc.region }}\"\n cidr_block: \"{{ vpc.cidr_block }}\"\n resource_tags: { \"Name\":\"{{ env.name }}{{ cluster.name }}vpc\" }\n subnets: \"{{ vpc.subnets }}\"\n int...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
Premkumarcandy/aws
b2138b636e97965862a9cdf2bf61cd2083498303
0
roles/web
121
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "# Dependencies:\n# name - defined in vars\n# vpc_id, vpc_cidr_block, public_subnets, private_subnets - from role get_facts\n# key_name depends on role ec2_keys\n\n- name: Creating Security Group for Web Nodes\n ec2_group:\n name: \"{{ name }}web\"\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1502, "all_permissive": false }
ansible_role
Laika/pentest-env
f6afd5df962f8d35283df6d42e7e767cbd2816de
0
provisioning/roles/goenv
121
[ "no_license" ]
[ { "path": "provisioning/roles/goenv/tasks/main.yml", "content": "---\n- name: Clone goenv\n git:\n repo: https://github.com/syndbg/goenv.git\n dest: '{{ goenv_path }}'\n update: true\n\n- name: Add to .profile\n ansible.builtin.blockinfile:\n path: ~/.profile\n insertafter: EOF\n create:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 953, "all_permissive": false }
ansible_role
Laika/pentest-env
f6afd5df962f8d35283df6d42e7e767cbd2816de
0
provisioning/roles/pentest
121
[ "no_license" ]
[ { "path": "provisioning/roles/pentest/handlers/main.yml", "content": "---\n# handlers file for pentest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "provisioning/roles/pentest/defaults/main.yml", "content": "---\n# defaults file for pentest...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1889, "all_permissive": false }
ansible_role
Laika/pentest-env
f6afd5df962f8d35283df6d42e7e767cbd2816de
0
provisioning/roles/pyenv
121
[ "no_license" ]
[ { "path": "provisioning/roles/pyenv/defaults/main.yml", "content": "---\npyenv_path: ~/.pyenv\npython_versions:\n - 3.9.6\n - 2.7.18\npython_configure_opts: --enable-shared\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "provisioning/roles/pye...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1491, "all_permissive": false }
ansible_role
andrew-brooks-GA/ansible-stuff
338b67e42027d438e06a3a3bbb5d461097737007
0
gitlab-ansible/roles/install_gitlab
124
[ "no_license" ]
[ { "path": "gitlab-ansible/roles/install_gitlab/defaults/main.yml", "content": "---\ngitlab_edition: 'community'\ngitlab_admin_password: \"<PASSWORD>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "gitlab-ansible/roles/install_gitlab/tasks/setup-g...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3397, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/ansible
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/ansible/templates/pypy.fact.j2", "content": "{\n \"version\": \"{{ pypy_version }}\"\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "deploy/ansible/roles/ansible/tasks/bootstrap.yaml", "content": "# Boots...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3208, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/crawler-tags
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/crawler-tags/handlers/main.yaml", "content": "- name: Restart crawler-tags\n service:\n name: crawler-tags\n state: restarted\n daemon_reload: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "deploy/ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1606, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/elasticsearch
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/elasticsearch/handlers/main.yaml", "content": "- name: Restart ElasticSearch\n service:\n name: elasticsearch\n state: restarted\n daemon_reload: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "deploy/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1063, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/etcd
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/etcd/templates/etcd3.service.j2", "content": "[Unit]\nDescription=etcd3\nAfter=docker.service\nWants=docker.service\n\n[Service]\nRestart=always\nRestartSec=10s\nExecStartPre=-/usr/bin/docker rm etcd3\nExecStart=/usr/bin/docker run \\\n --name etcd3 \\\n --n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1570, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/grafana
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/grafana/handlers/main.yaml", "content": "- name: Restart Grafana\n service:\n name: grafana\n state: restarted\n daemon_reload: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "deploy/ansible/roles/grafa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1015, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/kibana
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/kibana/tasks/main.yaml", "content": "- name: KIBANA | Deploy Kibana systemd units\n template:\n src: kibana.service.j2\n dest: /etc/systemd/system/kibana.service\n\n- name: KIBANA | Flush Handlers\n meta: flush_handlers\n\n- name: KIBANA | Enable Kibana\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/logstash
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/logstash/templates/logstash.service.j2", "content": "[Unit]\nDescription=logstash\nAfter=docker.service\nWants=docker.service\n\n[Service]\nRestart=always\nRestartSec=10s\nExecStartPre=-/usr/bin/docker rm logstash\nExecStart=/usr/bin/docker run \\\n --name logstash \...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1279, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/nginx
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/nginx/templates/nginx.service.j2", "content": "[Unit]\nDescription=nginx\nAfter=docker.service\nWants=docker.service\n\n[Service]\nRestart=always\nRestartSec=10s\nExecStartPre=-/usr/bin/docker rm nginx\nExecStart=/usr/bin/docker run \\\n --name nginx \\\n --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1331, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/prometheus
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/prometheus/handlers/main.yaml", "content": "- name: Restart Prometheus\n service:\n name: prometheus\n state: restarted\n daemon_reload: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "deploy/ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1401, "all_permissive": false }
ansible_role
caiotedim/crawler-tags
66da4e58d4d6df3a9058d615becc238a692afec7
0
deploy/ansible/roles/volumes
124
[ "no_license" ]
[ { "path": "deploy/ansible/roles/volumes/tasks/main.yaml", "content": "- name: Volume | Create Filesystem On Instances\n filesystem:\n fstype: \"{{ volume.fstype }}\"\n dev: \"{{ volume.device }}\"\n resizefs: true\n when: volume is defined\n\n- name: Volume | Mount Filesystem On Instances\n moun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
Motysten/usertwist_playbooks
754a04937bbc2c79266f7df469f7da8373bed9a5
0
tasks/roles/setup_iptables
124
[ "no_license" ]
[ { "path": "tasks/roles/setup_iptables/README.md", "content": "Setup IPTables\n=========\n\nCreate iptables rules on the remote server to allow connection on WEB and SSH ports only\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:\n - setup_iptables\n\nLicense\n-------\n\nBSD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1153, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/cord_profile
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/cord_profile/tasks/cord_profile.yml", "content": "- name: Print config_cord_profile_dir vars\n debug:\n var: config_cord_profile_dir\n\n- name: Create cord_profile directory\n file:\n path: \"{{ config_cord_profile_dir }}\"\n state: directory\n mode: 0755\n\n-...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 45, "total_bytes": 138867, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/docker
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/docker/tasks/main.yml", "content": "\n# Copyright 2017-present Open Networking Foundation\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 the License at\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1691, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/genconfig
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/genconfig/defaults/main.yml", "content": "cord_workdir: \"/work/cord\"\ncord_podconfig: \"{{ cord_workdir }}/build/podconfig/rcord-virtual.yml\"\ngenconfig_dir: \"{{ cord_workdir }}/build/genconfig\"\nscenarios_dir: \"{{ cord_workdir }}/build/scenarios\"\nplatform_install_d...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3526, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/maven
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/maven/defaults/main.yml", "content": "---\nproject_name: \"maven\"\n\nmaven_repo_image: \"{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ cord_base_distro }}-{{ cord_install_type }}-mavenrepo\"\nmaven_repo_tag: \"{{ cord_release }}\"\nmaven_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1684, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/onos
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/onos/handlers/main.yml", "content": "- name: Restart onos-cord container\n vars:\n service_name: \"onos-cord\"\n service: \"{{ onos_services[service_name] }}\"\n onos_container: \"{{ check_onos_containers.results|selectattr('item.key', 'equalto', service_name)|fir...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5068, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/post-deploy
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/post-deploy/tasks/main.yaml", "content": "- name: Wait for XOS Chameleon to be ready after service onboarding #this means core is ready\n shell: curl localhost:{{ xos_chameleon_port }}/xosapi/v1/modeldefs\n register: result\n until: result.stdout.find(\"items\") != -1\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 385, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/prep-common
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/prep-common/tasks/prep-buildnode.yml", "content": "- include: ansible-install.yml\n\n#- include: docker-install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "opencord/ansible/roles/prep-common/tasks/head-pr...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 17453, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/xos
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/xos/handlers/registrator.yml", "content": "- name: Restart registrator container\n vars:\n service_name: \"registrator\"\n service: \"{{ registrator_services[service_name] }}\"\n registrator_container: \"{{ check_registrator_containers.results|selectattr('item.key...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 18, "total_bytes": 24991, "all_permissive": false }
ansible_role
zhubingbing/opencord
1d963ed1d62b5f72f6d492ee69408c96e6a90f9a
0
opencord/ansible/roles/xos-config
124
[ "no_license" ]
[ { "path": "opencord/ansible/roles/xos-config/tasks/main.yml", "content": "- name: Bootstrap XOS database - create site, deployment, admin user\n command: \"python /opt/xos/tosca/run.py {{ xos_admin_user }} /opt/cord_profile/{{ item }}\"\n with_items:\n - \"fixtures.yaml\"\n - \"deployment.yaml\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
BochkovEK/skillfactory_test
39ee5ef3d99eae1a822a3599332f48009de83716
0
B6.9.2 (HW-03)/roles/lemp
124
[ "no_license" ]
[ { "path": "B6.9.2 (HW-03)/roles/lemp/vars/main.yaml", "content": "---\r\nmysql_root_password: \"<PASSWORD>\"\r\nhttp_host: \"my-lemp\"\r\nhttp_conf: \"my-lemp.conf\"\r\nhttp_port: \"80\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "B6.9.2 (HW-0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1703, "all_permissive": false }
ansible_role
BochkovEK/skillfactory_test
39ee5ef3d99eae1a822a3599332f48009de83716
0
B6.9.2 (HW-03)/roles/sudousers
124
[ "no_license" ]
[ { "path": "B6.9.2 (HW-03)/roles/sudousers/tasks/main.yml", "content": "---\r\n\r\n- name: Check sudo group\r\n group:\r\n name: sudo\r\n state: present\r\n\r\n- name: Add the users with a bash shell, appending the group 'sudo' to the user's groups\r\n user:\r\n name: \"{{ item }}\"\r\n update_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
BochkovEK/skillfactory_test
39ee5ef3d99eae1a822a3599332f48009de83716
0
HW-03/roles/http
124
[ "no_license" ]
[ { "path": "HW-03/roles/http/templates/nginx.conf.j2", "content": "server {\r\n listen {{ nginx_port }};\r\n index index.php index.html index.htm index.nginx-debian.html;\r\n server_name {{ my_domain }};\r\n error_log /var/log/nginx/error.log;\r\n access_log /var/log/nginx/access.log;\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1256, "all_permissive": false }
ansible_role
BochkovEK/skillfactory_test
39ee5ef3d99eae1a822a3599332f48009de83716
0
HW-03/roles/php
124
[ "no_license" ]
[ { "path": "HW-03/roles/php/tasks/main.yml", "content": "---\r\n\r\n- name: Install php-fpm\r\n apt:\r\n pkg: \"php{{ php_version }}-fpm\"\r\n state: present\r\n\r\n# PHP-FPM Configuration\r\n\r\n- name: Sets php-fpm conf file\r\n template:\r\n src: \"templates/www.conf.j2\"\r\n dest: \"/etc/ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 797, "all_permissive": false }
ansible_role
BochkovEK/skillfactory_test
39ee5ef3d99eae1a822a3599332f48009de83716
0
HW-03/roles/users
124
[ "no_license" ]
[ { "path": "HW-03/roles/users/vars/main.yaml", "content": "---\r\n\r\nuser_name: test_user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "HW-03/roles/users/tasks/main.yml", "content": "---\r\n\r\n- name: \"Add user {{ user_name }}\"\r\n user:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 340, "all_permissive": false }
ansible_role
daximillian/final-course-project
7fe07ad9d7244b89d810f8865a51af41ca8e7899
0
Ansible/roles/ELK
124
[ "no_license" ]
[ { "path": "Ansible/roles/ELK/tasks/inst_elk.sh", "content": "#!/usr/bin/env bash\n\nexport DEBIAN_FRONTEND=\"noninteractive\"\n\nELK_VERSION=\"7.6.0\"\n\n# update apt\napt-get update --quiet\napt-get install -y unzip ifupdown git apt-transport-https default-jre --quiet\n\necho \"Java version\"\njava -versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": false }
ansible_role
daximillian/final-course-project
7fe07ad9d7244b89d810f8865a51af41ca8e7899
0
Ansible/roles/docker
124
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Create docker group\n group:\n name: docker\n\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-engine\n state: absent\n when: ansible_distribution == 'Ubuntu'\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1868, "all_permissive": false }
ansible_role
daximillian/final-course-project
7fe07ad9d7244b89d810f8865a51af41ca8e7899
0
Ansible/roles/mysql
124
[ "no_license" ]
[ { "path": "Ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install the MySQL packages\n apt:\n name: \n - mysql-common\n - mysql-server\n - python3-mysqldb\n state: present\n update_cache: yes\n\n- name: Update MySQL root password for all root accounts \n mysql_user:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3457, "all_permissive": false }
ansible_role
ronigarcia/ansible-k8s
619b9b973afff18eb638c50cf44fac9955c2543b
1
deploy_app_v2/roles/deploy-app-v2
124
[ "no_license" ]
[ { "path": "deploy_app_v2/roles/deploy-app-v2/tasks/deploy-app-v2.yml", "content": "- name: Copiando o arquivo de deployment da app v1\n template:\n src: app-v1.yml.j2\n dest: /opt/giropops/app-v1.yml\n owner: root \n group: root \n mode: 0644\n register: copiando_deploy_app_v1\n\n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
ronigarcia/ansible-k8s
619b9b973afff18eb638c50cf44fac9955c2543b
1
provisioning/roles/create-cluster
124
[ "no_license" ]
[ { "path": "provisioning/roles/create-cluster/tasks/init-cluster.yml", "content": "- name: Removendo cluster antigo\n command:\n kubeadm reset --force\n register: kubeadm_reset\n\n- name: Inicializando o cluster k8s\n command:\n kubeadm init\n register: kubeadm_init\n\n- name: Criando o diretorio ....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1026, "all_permissive": false }
ansible_role
ronigarcia/ansible-k8s
619b9b973afff18eb638c50cf44fac9955c2543b
1
provisioning/roles/create-instance
124
[ "no_license" ]
[ { "path": "provisioning/roles/create-instance/vars/main.yml", "content": "---\n# vars file for criando-instancias\ninstance_type: t2.medium\nsec_group_name: giropops\nimage: ami-07ebfd5b3428b6f4d\nkeypair: roni-key\nregion: us-east-1\nprofile: teste", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4135, "all_permissive": false }
ansible_role
ronigarcia/ansible-k8s
619b9b973afff18eb638c50cf44fac9955c2543b
1
provisioning/roles/install-helm
124
[ "no_license" ]
[ { "path": "provisioning/roles/install-helm/tasks/install-helm.yml", "content": "- name: Instalando o Helm3\n get_url: \n url: \"{{ url_helm }}\"\n dest: /tmp/helm.sh\n mode: 0775\n\n- name: Instalando o Helm3\n shell: bash -x /tmp/helm.sh\n ", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 282, "all_permissive": false }
ansible_role
ronigarcia/ansible-k8s
619b9b973afff18eb638c50cf44fac9955c2543b
1
provisioning/roles/install-k8s
124
[ "no_license" ]
[ { "path": "provisioning/roles/install-k8s/vars/main.yml", "content": "---\n# vars file for install-k8s\n\npackages:\n - kubelet\n - kubeadm\n - kubectl\n - python-pip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "provisioning/roles/i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 883, "all_permissive": false }
ansible_role
ronigarcia/ansible-k8s
619b9b973afff18eb638c50cf44fac9955c2543b
1
provisioning/roles/install-monit-tools
124
[ "no_license" ]
[ { "path": "provisioning/roles/install-monit-tools/tasks/install-monit-tools.yml", "content": "- name: Adicionando repo do HELM\n command:\n helm repo add stable {{ url_repo_helm }}\n register: helm_add_repo\n\n- name: Atualizando repo HELM\n command:\n helm repo update\n register: helm_repo_update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
ronigarcia/ansible-k8s
619b9b973afff18eb638c50cf44fac9955c2543b
1
provisioning/roles/join-workers
124
[ "no_license" ]
[ { "path": "provisioning/roles/join-workers/tasks/join-cluster.yml", "content": "- name: Removendo o cluster\n command:\n kubeadm reset --force\n register: kubeadm_reset\n\n- name: Adicionando o worker ao cluster k8s\n script: ./k8s_token.sh", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
venezsia1573/hadoop-ansible
66f0205f44fd228291ae64c778aedb6394699b1d
0
roles/config
124
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "- name: Copy core-site.xml to Hadoop config directory\n copy:\n src: core-site.xml\n dest: \"{{ hadoop_conf_dir }}/core-site.xml\"\n owner: \"{{ hadoop_user }}\"\n group: \"{{ hadoop_user }}\"\n mode: '0644'\n\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
2brams/Ansible-Vagrant-MediaWiki
15f81acc5d850a8786cb9e2d4b9164bfafcd9c79
0
node-manager/roles/apache
124
[ "no_license" ]
[ { "path": "node-manager/roles/apache/tasks/php7-install.yml", "content": "---\n\n#1. Cette tâche installe le dépôt EPEL (Extra Packages for Enterprise Linux)\n- name: \"epel activation\"\n yum:\n name: \"epel-release\"\n state: present\n\n#2. Cette tâche installe le dépôt REMI pour bénéficier du paq...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1200, "all_permissive": false }
ansible_role
2brams/Ansible-Vagrant-MediaWiki
15f81acc5d850a8786cb9e2d4b9164bfafcd9c79
0
node-manager/roles/mariadb
124
[ "no_license" ]
[ { "path": "node-manager/roles/mariadb/tasks/main.yml", "content": "---\n\n# Installation des paquets mariadb serveur et son extension Python\n- name: \"mariadb-server installation\"\n yum:\n name: \"mariadb-server,MySQL-python\"\n state: \"installed\"\n\n# Active le service MariaDB \n- name: \"start...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
umd-mith/orphans-omeka
e7f315693e72a585083767fa091f4e242ebc00ee
0
roles/omeka
124
[ "no_license" ]
[ { "path": "roles/omeka/tasks/main.yml", "content": "---\n - name: download omeka\n get_url: >\n url=http://omeka.org/files/{{ omeka.pkg }}.zip\n dest=/home/vagrant/{{ omeka.pkg }}.zip\n sudo: yes\n\n - name: unzip omeka\n unarchive: >\n src=/home/vagrant/{{ omeka.pkg }}.zip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1312, "all_permissive": false }
ansible_role
johankok/various-roles
5f8fe01ef2930207fbb174bc6bf07432856d64fa
0
roles/alive
124
[ "no_license" ]
[ { "path": "roles/alive/defaults/main.yml", "content": "---\nalive_root_dir: /data/www/alive/html\nalive_check: \"{{alive_root_dir}}/alive\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/alive/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 302, "all_permissive": false }
ansible_role
johankok/various-roles
5f8fe01ef2930207fbb174bc6bf07432856d64fa
0
roles/disable_services
124
[ "no_license" ]
[ { "path": "roles/disable_services/defaults/main.yml", "content": "---\ndisable_services:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/disable_services/tasks/main.yml", "content": "---\n- name: Stop services\n service: name={{item}} ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 297, "all_permissive": false }
ansible_role
ob1-sc/cf-lab
0e3fbfd675a5bf475197e64e78b9114781b12e37
0
tf/ansible/roles/cloud
124
[ "no_license" ]
[ { "path": "tf/ansible/roles/cloud/vars/main.yml", "content": "avi_license_key: \"{{ lookup('env', 'AVI_LICENSE_KEY') }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "tf/ansible/roles/cloud/tasks/main.yml", "content": "- name: Create NSXT us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3693, "all_permissive": false }
ansible_role
ob1-sc/cf-lab
0e3fbfd675a5bf475197e64e78b9114781b12e37
0
tf/ansible/roles/controller
124
[ "no_license" ]
[ { "path": "tf/ansible/roles/controller/tasks/main.yml", "content": "---\n- name: Deploy Avi Controller\n community.vmware.vmware_deploy_ovf:\n hostname: \"{{ avi_controller_vcenter_hostname }}\"\n username: \"{{ avi_controller_vcenter_username }}\"\n password: \"{{ avi_controller_vcenter_password ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5550, "all_permissive": false }
ansible_role
yamunasreeoggu/expenses-ansible
cfdfe5a554bc99c021f92a050eee67c6e22e463c
0
roles/backend
124
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname backend\n\n- name: Verify NodeJS\n ansible.builtin.shell: type npm\n register: npm\n ignore_errors: yes\n\n- name: Install NodeJS repo file\n ansible.builtin.shell: curl -sL https://rpm.node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1233, "all_permissive": false }
ansible_role
yamunasreeoggu/expenses-ansible
cfdfe5a554bc99c021f92a050eee67c6e22e463c
0
roles/common
124
[ "no_license" ]
[ { "path": "roles/common/tasks/app_prereq.yml", "content": "- name: Removing old App content\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: absent\n\n- name: Create App Directory\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: directory\n\n- name: Download and Extract cod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
yamunasreeoggu/expenses-ansible
cfdfe5a554bc99c021f92a050eee67c6e22e463c
0
roles/frontend
124
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname frontend\n\n- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Copy expense config file\n ansible.builtin.template:\n src: expense.conf\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
yamunasreeoggu/expenses-ansible
cfdfe5a554bc99c021f92a050eee67c6e22e463c
0
roles/mysql
124
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname mysql\n\n- name: Placing MySQL repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Disabling Mysql 8\n ansible.builtin.shell: dnf module disa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
dano0b/demo-infra
d0c2fa49fa3c3f35830758d0fde14ef25f23536c
0
roles/dano0b.datadisk
124
[ "no_license" ]
[ { "path": "roles/dano0b.datadisk/tasks/main.yml", "content": "---\n- name: create a ext4 filesystem on /dev/xvdg\n filesystem:\n fstype: ext4\n dev: /dev/xvdg\n\n- name: mount /dev/xvdg to /data\n mount:\n path: /data\n src: /dev/xvdg\n fstype: ext4\n state: mounted\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
dano0b/demo-infra
d0c2fa49fa3c3f35830758d0fde14ef25f23536c
0
roles/dano0b.demoapp
124
[ "no_license" ]
[ { "path": "roles/dano0b.demoapp/tasks/web.yml", "content": "---\n- name: create the demo app container\n docker_container:\n name: demoapp\n image: \"dano0b/demo:{{ lookup('env', 'IMAGEVERSION')|default('1') }}\"\n network_mode: host\n restart_policy: unless-stopped\n env:\n PORT: \"300...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 437, "all_permissive": false }
ansible_role
dano0b/demo-infra
d0c2fa49fa3c3f35830758d0fde14ef25f23536c
0
roles/dano0b.docker
124
[ "no_license" ]
[ { "path": "roles/dano0b.docker/tasks/main.yml", "content": "---\n- name: add an docker apt signing key\n apt_key:\n id: <KEY>\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: add docker apt repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
dano0b/demo-infra
d0c2fa49fa3c3f35830758d0fde14ef25f23536c
0
roles/dano0b.jenkins
124
[ "no_license" ]
[ { "path": "roles/dano0b.jenkins/tasks/jenkins.yml", "content": "---\n- name: create the jenkins container\n docker_container:\n name: jenkins\n image: jenkins/jenkins:lts\n network_mode: host\n restart_policy: unless-stopped\n privileged: true\n user: root\n volumes:\n - /var/run/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 368, "all_permissive": false }
ansible_role
dano0b/demo-infra
d0c2fa49fa3c3f35830758d0fde14ef25f23536c
0
roles/dano0b.mongodb
124
[ "no_license" ]
[ { "path": "roles/dano0b.mongodb/tasks/main.yml", "content": "---\n- name: include tasks for host db\n include: db.yml\n when: inventory_hostname == \"db\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/dano0b.mongodb/tasks/db.yml", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 306, "all_permissive": false }
ansible_role
KartoonYoko/devops-sausage-store-infrastracture
0c1e96445522505b12f2347d4c313e2263e43d67
0
ansible/roles/backend
124
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "---\n# tasks file for backend\n- name: Устанавливаем openjdk-17-jdk\n apt:\n name: openjdk-17-jdk\n state: present\n update_cache: yes\n\n- name: Добавим сервисного пользователя\n user:\n name: \"{{BACKEND_USER}}\"\n create_home:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2133, "all_permissive": false }
ansible_role
KartoonYoko/devops-sausage-store-infrastracture
0c1e96445522505b12f2347d4c313e2263e43d67
0
ansible/roles/frontend
124
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "---\n# tasks file for frontend\n- name: Install the gpg key for nodejs LTS\n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n state: present\n\n- name: Install the nodejs LTS repos\n apt_repository:\n repo: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2896, "all_permissive": false }
ansible_role
l4zy0n3/ArchConfig
1225ad6ffe40e07174d5278a0c9913eb28772154
0
roles/arch-setup-ansible
120
[ "no_license" ]
[ { "path": "roles/arch-setup-ansible/handlers/main.yml", "content": "---\n# handlers file for ansible-setup-arch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/arch-setup-ansible/defaults/main.yml", "content": "---\n# defaults file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 154, "all_permissive": false }
ansible_role
NielsH/ansible_deployment
2bb341324e7e07da7c37d681739f1ce7bcdae6d8
0
roles/mariadb
120
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: Ensure mariadb signing key is installed\n apt_key:\n url: \"http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0xcbcb082a1bb943db\"\n\n- name: Ensure mariadb repository is present\n apt_repository: repo=\"{{item}}\" s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2207, "all_permissive": false }
ansible_role
NielsH/ansible_deployment
2bb341324e7e07da7c37d681739f1ce7bcdae6d8
0
roles/nginx
120
[ "no_license" ]
[ { "path": "roles/nginx/templates/vhosts.j2", "content": "{% for (key, value) in vhosts.iteritems() %}\nserver {\n\n listen 80;\n listen [::]:80;\n server_name {{ value.server_name }};\n client_max_body_size 1m;\n client_body_buffer_size 128k;\n access_log {{ value.access_log }};\n error...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3770, "all_permissive": false }
ansible_role
NielsH/ansible_deployment
2bb341324e7e07da7c37d681739f1ce7bcdae6d8
0
roles/php
120
[ "no_license" ]
[ { "path": "roles/php/templates/vhosts.j2", "content": "{% for (key, value) in vhosts.iteritems() %}\n[{{ value.user }}]\nuser = {{ value.user }}\ngroup = {{ value.user }}\nlisten = {{ value.tmp }}/php-fpm-{{ value.user }}.sock\nlisten.owner = {{ value.user }}\nlisten.group = {{ nginx_user }}\nlisten.mode = ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2584, "all_permissive": false }
ansible_role
NielsH/ansible_deployment
2bb341324e7e07da7c37d681739f1ce7bcdae6d8
0
roles/users
120
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n\n- name: Ensure primary usergroups are present\n group: name={{ item.primary_group }} state=present\n with_items: \"{{ users }}\"\n\n- name: Ensure secondary usergroups are present\n group: name={{ item.1 }} state=present\n with_subelements:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
rimvydascivilis/ssh-user-management
515bbcba7658d88e20a155d80a4a4c9bc48f56b3
0
ansible/roles/common
120
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- include_tasks: install_docker.yml\n\n- include_tasks: harden_sshd.yml\n\n- include_tasks: setup_sudoers.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "ansible/roles/common/...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1392, "all_permissive": false }
ansible_role
rimvydascivilis/ssh-user-management
515bbcba7658d88e20a155d80a4a4c9bc48f56b3
0
ansible/roles/manage_users
120
[ "no_license" ]
[ { "path": "ansible/roles/manage_users/tasks/spectator_sshd_config.yml", "content": "---\n- name: Apply SSHD configuration for spectators\n ansible.builtin.template:\n src: sshd_spectator_config.j2\n dest: /etc/ssh/sshd_config.d/spectators.conf\n mode: '0644'\n notify: Restart SSH service\n", ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5033, "all_permissive": false }
ansible_role
XakV/pi-k8s
bd5e9e7b4fa073f826dd5ab89aeb6304ec754f04
0
roles/kubeadm_k8s
120
[ "no_license" ]
[ { "path": "roles/kubeadm_k8s/tasks/main.yml", "content": "---\n- name: install nftables/iptables stuff\n ansible.builtin.dnf:\n name: ['iptables-nft', 'iptables-services']\n state: present\n\n- name: add netfilter module\n community.general.modprobe:\n name: \"{{ item }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1929, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/app
120
[ "no_license" ]
[ { "path": "roles/app/defaults/main.yml", "content": "---\napp_config: \"{{ lookup('file', app_config_file | default('app-config.yml')) | from_yaml }}\"\n\nplatform_host: \"{{ platform_env }}.{{ app_config.app.name }}.{{ public_domain }}\"\n\nbase_environment:\n BASEURL: \"https://{{ platform_host }}\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3326, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/common
120
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: \"[COMMON] - Update package manager cache\"\n apt:\n update_cache: true\n become: true\n\n- name: \"[COMMON] - Install COMMON system packages\"\n package:\n name: \"{{ COMMON_packages | default([]) }}\"\n state: present\n become:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1009, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/databases
120
[ "no_license" ]
[ { "path": "roles/databases/defaults/main.yml", "content": "# ElasticSearch\nes_docker_image: \"docker.elastic.co/elasticsearch/elasticsearch\"\nes_elasticsearch_version: \"8.13.4\"\n\nes_data_dir: \"/opt/elasticsearch/data\"\n\nes_http_port: 9200\nes_transport_port: 9300\n\ndocker_image_full: \"{{ ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2674, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/docker
120
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\ndocker_packages:\n - docker-ce \n - docker-ce-cli \n - containerd.io \n - docker-buildx-plugin \n - docker-compose-plugin\n - python3-docker\n - python3-jsondiff\n\ndocker_registry_credentials:\n password: \"{{ lookup('env', 'DOCKER_REGIS...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1353, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/docker-swarm
120
[ "no_license" ]
[ { "path": "roles/docker-swarm/tasks/main.yml", "content": "---\n- name: \"[DOCKER-SWARM] - init docker swarm\"\n community.docker.docker_swarm:\n state: present\n advertise_addr: \"{{ swarm_master_ip }}:{{swarm_port}}\"\n become: true\n register: swarm_init\n\n- name: \"[DOCKER-SWARM] - Store Join ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1176, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/docker_network_management
120
[ "no_license" ]
[ { "path": "roles/docker_network_management/tasks/main.yml", "content": "# Check if docker_gwbridge network exists\n- name: \"Check if docker_gwbridge network exists\"\n community.docker.docker_network_info:\n name: docker_gwbridge\n register: gwbridge_network_info\n ignore_errors: true\n become: true...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1467, "all_permissive": false }
ansible_role
yasminekharrat123/big-data-infra
359e2b77961936f1aeec94a5c597f04ad2fb2b37
0
roles/exporters
120
[ "no_license" ]
[ { "path": "roles/exporters/files/metrics/collector.py", "content": "from datetime import datetime, timezone\nimport os\nimport psutil\nimport time\nimport socket\nimport json\nfrom confluent_kafka import Producer\n\nKAFKA_BROKER = os.environ.get(\"KAFKA_BROKER\", \"localhost:9092\") \nKAFKA_TOPIC = os.envir...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8339, "all_permissive": false }