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
Red-Hat-EMEA-Portfolio-SSA/collection_portfoliossa_bcl
4f5df02100a03a3122404b5070a62c4337ecc46b
0
roles/vcenter_prepare
7,260
[ "no_license" ]
[ { "path": "roles/vcenter_prepare/handlers/main.yml", "content": "---\n# handlers file for vcenter_prepare\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/vcenter_prepare/tasks/main.yml", "content": "---\n- name: Prepare vcenter\n ansib...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6599, "all_permissive": false }
ansible_role
talented/ansible_kubernetes_setup
58e38d247ae1c7503044008aa98d987999756b30
1
roles/common
7,260
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Install basic software packages\n apt:\n name:\n - npm\n\n- name: Install tldr with npm\n npm:\n name: tldr\n global: yes\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
talented/ansible_kubernetes_setup
58e38d247ae1c7503044008aa98d987999756b30
1
roles/docker
7,260
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Install docker\n apt: name=docker.io state=present update_cache=yes\n\n- name: add daemon.json for docker settings\n shell:\n cmd: |\n cat > /etc/docker/daemon.json <<EOF\n {\n \"exec-opts\": [\"native.cgroupdriver=syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
talented/ansible_kubernetes_setup
58e38d247ae1c7503044008aa98d987999756b30
1
roles/kubernetes
7,260
[ "no_license" ]
[ { "path": "roles/kubernetes/files/setup-kubetools-ubuntu.sh", "content": "#!/bin/bash\nset -x\n\n# kubeadm installation instructions as on\n# https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/\n\n# Set SELinux in permissive mode (effectively disabling it)\nsetenforce 0\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1884, "all_permissive": false }
ansible_role
teelukira/ansible-in-network
64f13ad4fe24f89754fa6322b58b678337ebf3c2
0
roles/common
7,260
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: first task\n debug: msg=\"first task\"\n \n- name: second task\n debug: msg=\"second task\"\n \n- name: template tasks\n template:\n src: foo.j2\n dest: \"{{ inventory_hostname }}.log\"\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }
ansible_role
teelukira/ansible-in-network
64f13ad4fe24f89754fa6322b58b678337ebf3c2
0
roles/common_account
7,260
[ "no_license" ]
[ { "path": "roles/common_account/tasks/main.yml", "content": "---\n- name: show username by os \n include_tasks: \"{{ ansible_network_os }}.yml\"\n\n\n\n\n- debug: var=item\n loop: \"{{ users }}\"\n\n- name: make header\n lineinfile:\n path: \"ios_users.csv\"\n line: \"inventory_hostname,user\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 933, "all_permissive": false }
ansible_role
teelukira/ansible-in-network
64f13ad4fe24f89754fa6322b58b678337ebf3c2
0
roles/common_backup
7,260
[ "no_license" ]
[ { "path": "roles/common_backup/tasks/main.yml", "content": "\n\n\n- name: get config based on ansible_network_os\n include_tasks: \"{{ ansible_network_os }}.yml\"\n\n- debug: var=cfg_out.stdout\n\n- name: create a textfile \n copy:\n dest: \"{{ inventory_hostname }}.cfg\"\n content: \"{{ cfg_out.std...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 408, "all_permissive": false }
ansible_role
teelukira/ansible-in-network
64f13ad4fe24f89754fa6322b58b678337ebf3c2
0
roles/common_interface
7,260
[ "no_license" ]
[ { "path": "roles/common_interface/tasks/main.yml", "content": "\n\n\n- name: show interface by os\n include_tasks: \"{{ ansible_network_os }}.yml\"\n\n\n\n- name: save output as text\n copy:\n content: \"{{ interface_output.stdout[0] }}\"\n dest: \"{{ inventory_hostname }}_interface.txt\"", "lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 429, "all_permissive": false }
ansible_role
teelukira/ansible-in-network
64f13ad4fe24f89754fa6322b58b678337ebf3c2
0
roles/routing
7,260
[ "no_license" ]
[ { "path": "roles/routing/tasks/ce.yml", "content": "\n- name: display ip routing-table(HUAWEI)\n ce_command:\n commands: \"display ip routing-table\"\n register: routing_out\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/routing/task...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 458, "all_permissive": false }
ansible_role
juner417/cloud-vm-provision
e3828d5a8f3d8c7e2f271d5af2b8c00b68a64ed5
0
roles/bootstrap-os
7,260
[ "no_license" ]
[ { "path": "roles/bootstrap-os/tasks/bootstrap-aws.yml", "content": "- name: Bootstrap | change hostname file\n replace:\n path: /etc/hostname\n regexp: '^ip-(\\d{2,3}-){3}\\d{2,3}$'\n replace: \"{{ hostvars[inventory_hostname].tag }}\"\n backup: yes\n\n- name: Bootstrap | change hostname\n com...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 994, "all_permissive": false }
ansible_role
juner417/cloud-vm-provision
e3828d5a8f3d8c7e2f271d5af2b8c00b68a64ed5
0
roles/docker
7,260
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "images:\n - { name: busybox, tag: latest }\n - { name: quay.io/coreos/hyperkube, tag: v1.6.4_coreos.0 }\n - { name: gcr.io/google_containers/k8s-dns-sidecar-amd64, tag: 1.14.2 }\n - { name: gcr.io/google_containers/k8s-dns-kube-dns-amd64, tag: 1.14...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2433, "all_permissive": false }
ansible_role
juner417/cloud-vm-provision
e3828d5a8f3d8c7e2f271d5af2b8c00b68a64ed5
0
roles/ec2
7,260
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n- name: EC2 | create ec2 instance\n ec2:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n key_name: \"{{ aws_ssh_key }}\"\n group: \"{{ aws_security_group }}\"\n instance_type: \"{{ aws_instance_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1363, "all_permissive": false }
ansible_role
juner417/cloud-vm-provision
e3828d5a8f3d8c7e2f271d5af2b8c00b68a64ed5
0
roles/nova
7,260
[ "no_license" ]
[ { "path": "roles/nova/tasks/main.yml", "content": "---\n- name: OS | create openstack vm\n os_server:\n state: present\n auth: \n auth_url: \"{{ os_auth_url }}\"\n username: \"{{ os_user }}\"\n password: \"{{ <PASSWORD> }}\"\n project_name: \"{{ os_project_name }}\"\n name: '{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1025, "all_permissive": false }
ansible_role
MozeBaltyk/UpOnLAN
dfd35cf1c8dd02ba35fea5ad46323a4325514e3f
2
ansible/roles/generate_disks
7,260
[ "permissive" ]
[ { "path": "ansible/roles/generate_disks/tasks/generate_checksums.yml", "content": "---\n- name: Register a listing of all created iPXE bootloaders\n ansible.builtin.command: find {{ uponlanxyz_root }}/ipxe/ -maxdepth 1 -type f ! -name '{{ checksums_filename }}' -exec basename {} \\;\n register: all_genera...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 17364, "all_permissive": true }
ansible_role
AkshayRaul/DevOps-Pipeline
dd26f504336d970bcd19f3c2063c95ee8e715eaf
0
ansible-srv/roles/install_jenkins
7,260
[ "no_license" ]
[ { "path": "ansible-srv/roles/install_jenkins/tasks/settings.yml", "content": "---\n \n- name: Check if jenkins_init_file exists.\n stat:\n path: \"{{ jenkins_init_file }}\"\n register: jenkins_init_file_stat\n\n- name: Ensure jenkins_init_file exists.\n become: yes\n file:\n path: \"{{ jenkins_in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3181, "all_permissive": false }
ansible_role
AkshayRaul/DevOps-Pipeline
dd26f504336d970bcd19f3c2063c95ee8e715eaf
0
ansible-srv/roles/jenkins_build
7,260
[ "no_license" ]
[ { "path": "ansible-srv/roles/jenkins_build/tasks/main.yml", "content": "---\n- name: Copy SSH keys to Jenkins Server\n copy:\n src: /keys/do_rsa1\n dest: /root/.ssh/do_rsa1\n mode: 0600\n\n# - name: Get private key\n# command: cat ~/.ssh/ansible-jenkins-srv_id_rsa\n# register: private_key\n \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5623, "all_permissive": false }
ansible_role
AkshayRaul/DevOps-Pipeline
dd26f504336d970bcd19f3c2063c95ee8e715eaf
0
deployment-srv/roles/install_datadog
7,260
[ "no_license" ]
[ { "path": "deployment-srv/roles/install_datadog/tasks/main.yml", "content": "---\n - name: Download Datadog agent\n shell: DD_API_KEY=\"{{DDTOKEN}}\" bash -c \"$(curl -L https://raw.githubusercontent.com/DataDog/datadog-agent/master/cmd/agent/install_script.sh)\"\n \n - name: Move conf.yaml.example to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3152, "all_permissive": false }
ansible_role
AkshayRaul/DevOps-Pipeline
dd26f504336d970bcd19f3c2063c95ee8e715eaf
0
deployment-srv/roles/install_dbs
7,260
[ "no_license" ]
[ { "path": "deployment-srv/roles/install_dbs/tasks/main.yml", "content": "---\n \n - name: Install nodejs\n become: yes\n get_url:\n url: https://deb.nodesource.com/setup_8.x \n dest: /root/\n\n - name: Install Node PPA\n become: yes\n command: sh /root/setup_8.x\n \n - name: Aptitu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2642, "all_permissive": false }
ansible_role
AkshayRaul/DevOps-Pipeline
dd26f504336d970bcd19f3c2063c95ee8e715eaf
0
deployment-srv/roles/install_kubernetes
7,260
[ "no_license" ]
[ { "path": "deployment-srv/roles/install_kubernetes/tasks/main.yml", "content": "---\n - name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n become: yes\n\n - name: Install required packages for k8\n apt:\n pkg: '{{item}}'\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3980, "all_permissive": false }
ansible_role
AkshayRaul/DevOps-Pipeline
dd26f504336d970bcd19f3c2063c95ee8e715eaf
0
deployment-srv/roles/install_redis
7,260
[ "no_license" ]
[ { "path": "deployment-srv/roles/install_redis/templates/express-redis/index.js", "content": "var redis = require('redis')\nvar express = require('express');\nvar app = express();\nvar httpProxy = require('http-proxy');\nvar apiProxy = httpProxy.createProxyServer();\nvar server = 'http://localhost:80...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2275, "all_permissive": false }
ansible_role
AkshayRaul/DevOps-Pipeline
dd26f504336d970bcd19f3c2063c95ee8e715eaf
0
deployment-srv/roles/install_servers
7,260
[ "no_license" ]
[ { "path": "deployment-srv/roles/install_servers/tasks/main.yml", "content": "---\n\n - name: Install nginx\n become: yes\n apt: name=nginx state=installed\n\n - name: Copy nginx.conf from repo /etc/nginx\n template: src=\"templates/nginx.conf\" dest=/etc/nginx/nginx.conf\n become: yes\n\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1418, "all_permissive": false }
ansible_role
pysprings/sysadmin-ansible
ec0290633b6aa6a58f0f66a67ffa84cb2553d426
3
ansible/roles/apache
7,260
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "- name: ensure apache related packages are installed\n action: yum name={{ item }} state=latest\n with_items:\n - httpd\n - mod_ssl\n\n- name: open up http/https ports in firewall (fedora)\n action: command firewall-cmd --permanent {{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1576, "all_permissive": false }
ansible_role
pysprings/sysadmin-ansible
ec0290633b6aa6a58f0f66a67ffa84cb2553d426
3
ansible/roles/base
7,260
[ "no_license" ]
[ { "path": "ansible/roles/base/templates/rhel-sysconfig-network.conf.j2", "content": "NETWORKING=yes\nHOSTNAME={{ hostname }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/base/defaults/main.yml", "content": "---\nsshd_port: 22...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2165, "all_permissive": false }
ansible_role
pysprings/sysadmin-ansible
ec0290633b6aa6a58f0f66a67ffa84cb2553d426
3
ansible/roles/isso
7,260
[ "no_license" ]
[ { "path": "ansible/roles/isso/tasks/main.yml", "content": "- name: ensure isso packages are installed\n action: yum name={{ item }} state=latest\n with_items:\n - python-pip\n - python-virtualenv\n - mod_wsgi\n - gcc\n\n- name: create directory for isso app\n file: path=/var/www/isso ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2154, "all_permissive": false }
ansible_role
pysprings/sysadmin-ansible
ec0290633b6aa6a58f0f66a67ffa84cb2553d426
3
ansible/roles/rsync
7,260
[ "no_license" ]
[ { "path": "ansible/roles/rsync/templates/rsyncd.conf.j2", "content": "uid = nobody\ngid = nobody\nuse chroot = yes\nmax connections = 4\nsyslog facility = local5\npid file = /var/run/rsyncd.pid\nlog file = /var/log/rsync.log\n\n[www]\npath = /var/www/html\ncomment = Static HTML area\nuid = apache\ngid = apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 719, "all_permissive": false }
ansible_role
graywrk/kafka
79d638e8feb3daa9e91d39d75b8fc2de44c3bcbe
0
roles/clickhouse
7,260
[ "no_license" ]
[ { "path": "roles/clickhouse/tasks/main.yml", "content": "- name: Add ClickHouse GPG key\n apt_key:\n keyserver: \"{{ clickhouse_repo_keyserver }}\"\n id: \"{{ clickhouse_repo_key }}\"\n state: present\n\n- name: Add ClickHouse repository\n apt_repository:\n repo: \"{{ clickhouse_repo }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7697, "all_permissive": false }
ansible_role
graywrk/kafka
79d638e8feb3daa9e91d39d75b8fc2de44c3bcbe
0
roles/kafka
7,260
[ "no_license" ]
[ { "path": "roles/kafka/templates/server.properties.j2", "content": "# The id of the broker\nbroker.id={{ kafka_broker_id }}\n\n# The address the socket server listens on\nlisteners={{ kafka_listeners }}\n\n# Hostname and port the broker will advertise to producers and consumers\nadvertised.listeners={{ kafk...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8627, "all_permissive": false }
ansible_role
graywrk/kafka
79d638e8feb3daa9e91d39d75b8fc2de44c3bcbe
0
roles/kafka_ui
7,260
[ "no_license" ]
[ { "path": "roles/kafka_ui/tasks/main.yml", "content": "- name: Install Docker dependencies\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n url...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2444, "all_permissive": false }
ansible_role
graywrk/kafka
79d638e8feb3daa9e91d39d75b8fc2de44c3bcbe
0
roles/tabix
7,260
[ "no_license" ]
[ { "path": "roles/tabix/defaults/main.yml", "content": "---\ntabix_port: 8124\ntabix_user: admin\ntabix_password: <PASSWORD> ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/tabix/tasks/main.yml", "content": "---\n- name: Install Docker de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1211, "all_permissive": false }
ansible_role
galfrylich/devops-task
deebc1535ffd5f910377cabd43b8b2ece3cfd38e
0
ansible/roles/docker_install
7,260
[ "no_license" ]
[ { "path": "ansible/roles/docker_install/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for docker_install\n\n# 1. Update apt package index\n- name: Update the apt package cache\n apt:\n update_cache: yes\n\n# 2. Install required packages for Docker\n- name: Install prere...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1341, "all_permissive": false }
ansible_role
galfrylich/devops-task
deebc1535ffd5f910377cabd43b8b2ece3cfd38e
0
ansible/roles/jenkins_install
7,260
[ "no_license" ]
[ { "path": "ansible/roles/jenkins_install/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for jenkins_install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/jenkins_install/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1427, "all_permissive": false }
ansible_role
amaehrle/go-playground
bd8ed0ff73f083d95c46f83391578116c37c4cab
0
ansible/roles/awstools
7,260
[ "no_license" ]
[ { "path": "ansible/roles/awstools/files/dynamodbService.sh", "content": "#!/bin/sh\nSERVICE_NAME=DynamoDBLocal\nPATH_TO_JAR=/opt/dynamodb/DynamoDBLocal.jar\nPATH_TO_JAR_LIB=/opt/dynamodb/DynamoDBLocal_lib\nPID_PATH_NAME=/tmp/DynamoDBLocal-pid\n\ncase $1 in\n start)\n echo \"Starting $SERVICE_NAME ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3830, "all_permissive": false }
ansible_role
amaehrle/go-playground
bd8ed0ff73f083d95c46f83391578116c37c4cab
0
ansible/roles/godev
7,260
[ "no_license" ]
[ { "path": "ansible/roles/godev/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n become: yes\n\n- name: install a few dev tools and other packages\n apt: name={{ item }}\n become: yes\n with_items:\n - make\n - binutils\n - gcc\n - build-essential\n - vim\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2918, "all_permissive": false }
ansible_role
amaehrle/go-playground
bd8ed0ff73f083d95c46f83391578116c37c4cab
0
ansible/roles/javadev
7,260
[ "no_license" ]
[ { "path": "ansible/roles/javadev/tasks/main.yml", "content": "---\n- name: Add Oracle Java Repository\n apt_repository: repo='ppa:webupd8team/java'\n become: yes\n\n- name: Accept Java 8 Licence\n shell: echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | tee /etc/oracle-java-8-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
kostaleonard/populare-iac
68419d621ebc5232402bab01b67a57ab43cfbbca
2
ansible/roles/vpnservers
7,260
[ "no_license" ]
[ { "path": "ansible/roles/vpnservers/tasks/main.yaml", "content": "- name: Check docker service status\n ansible.builtin.service:\n name: docker\n state: started\n\n- name: Check wireguard container status\n # We could also use docker_container_info, but that requires Python 3.6 for\n # f-strings (a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 634, "all_permissive": false }
ansible_role
ravinder1985/jenkins
80c77a7622567f5f4564540dbd5db1193e73193b
0
roles/install_packages
7,260
[ "no_license" ]
[ { "path": "roles/install_packages/tasks/main.yml", "content": "---\n# tasks file for install_packages\n\n- include: install_packages.yml\n become: yes\n become_method: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
ravinder1985/jenkins
80c77a7622567f5f4564540dbd5db1193e73193b
0
roles/java
7,260
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n\n- include: java.yml\n become: yes\n become_method: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/java/vars/main.yml", "content": "---\n# vars file...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 669, "all_permissive": false }
ansible_role
ravinder1985/jenkins
80c77a7622567f5f4564540dbd5db1193e73193b
0
roles/jenkins
7,260
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n\n- include_vars: \"{{ ansible_distribution }}/{{ ansible_distribution_major_version }}.yml\"\n- include: add_repo.yml\n become: yes\n become_method: sudo\n- include: jenkins.yml\n become: yes\n become_method: sudo\n- include: install_plugins.ym...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5989, "all_permissive": false }
ansible_role
ravinder1985/jenkins
80c77a7622567f5f4564540dbd5db1193e73193b
0
roles/sbt
7,260
[ "no_license" ]
[ { "path": "roles/sbt/defaults/main.yml", "content": "---\n# defaults file for sbt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/sbt/handlers/main.yml", "content": "---\n# handlers file for sbt\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1190, "all_permissive": false }
ansible_role
vietdv277/ansible-install-grafana-prometheus-node-exporter
99be93de49c33272812b9a9fa6770acad35dbcb9
0
roles/grafana
7,260
[ "no_license" ]
[ { "path": "roles/grafana/tasks/ubuntu.yml", "content": "---\n\n- name: Grafana | Create apt repository\n apt_repository:\n repo: deb https://packages.grafana.com/oss/deb stable main\n state: present\n filename: grafana.list\n tags: grafana\n\n- name: Grafana | Add gpg key\n apt_key:\n url: ht...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 999, "all_permissive": false }
ansible_role
vietdv277/ansible-install-grafana-prometheus-node-exporter
99be93de49c33272812b9a9fa6770acad35dbcb9
0
roles/node-exporter
7,260
[ "no_license" ]
[ { "path": "roles/node-exporter/tasks/main.yml", "content": "---\n# tasks file for node-exporter\n\n- name: Node-exporter | Create Prometheus system group\n group:\n name: prometheus\n state: present\n system: yes\n tags: exporter\n\n- name: Node-exporter | Create Prometheus system user\n user:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 921, "all_permissive": false }
ansible_role
vietdv277/ansible-install-grafana-prometheus-node-exporter
99be93de49c33272812b9a9fa6770acad35dbcb9
0
roles/prometheus
7,260
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for prometheus\n\n- name: Prometheus | Create Prometheus system group\n group:\n name: prometheus\n state: present\n system: yes\n\n- name: Prometheus | Create Prometheus system user\n user:\n name: prometheus\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1587, "all_permissive": false }
ansible_role
adriano-di-giovanni/ansible-playbooks-macos
5b55f88a81d81b51500fe1ae411a954528632209
0
roles/gitignore
7,260
[ "no_license" ]
[ { "path": "roles/gitignore/tasks/main.yml", "content": "---\n- name: checkout github/gitignore\n git: >\n repo=https://github.com/github/gitignore.git\n dest={{ gitignore_tmp_dir }}/gitignore\n\n- name: consolidate selected .gitignore files\n copy: >\n src={{ gitignore_tmp_dir }}/gitignore/{{ ite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 799, "all_permissive": false }
ansible_role
adriano-di-giovanni/ansible-playbooks-macos
5b55f88a81d81b51500fe1ae411a954528632209
0
roles/rbenv
7,260
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: checkout rbenv\n git: >\n repo=https://github.com/rbenv/rbenv.git\n dest=~/.rbenv\n\n- name: checkout ruby-build\n git: >\n repo=https://github.com/rbenv/ruby-build.git\n dest=~/.rbenv/plugins/ruby-build\n\n- name: add ~/.rbenv/b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 911, "all_permissive": false }
ansible_role
FadiHaw/PrepareVM
32ccba8a8a7f99702441cc2fa95463eefebfbb88
0
roles/preparation
7,249
[ "no_license" ]
[ { "path": "roles/preparation/handlers/main.yml", "content": "---\n\n\n# handlers file for apache2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/preparation/tasks/main.yml", "content": "---\n- name: Download Team Viewer Latest Version\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1086, "all_permissive": false }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/01_create_new_user_on_local_machine
7,249
[ "permissive" ]
[ { "path": "roles/01_create_new_user_on_local_machine/tasks/main.yml", "content": "---\n- name: Add a new user named pxe_user\n user:\n name: \"{{ user }}\"\n shell: /bin/bash\n password: \"{{ <PASSWORD> }}\"\n state: present\n #remove: true", "license_type": "permissive", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 398, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/02_create_user_and_copy_ssh_keys_on_remote_machine
7,249
[ "permissive" ]
[ { "path": "roles/02_create_user_and_copy_ssh_keys_on_remote_machine/defaults/main.yml", "content": "---\n# defaults file for create_user_and_copy_ssh_keys_on_remote_machine", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 71 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1440, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/03_install_prerequisites
7,249
[ "permissive" ]
[ { "path": "roles/03_install_prerequisites/vars/main.yml", "content": "---\n# vars file for 01_install_prerequisites", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 44 }, { "path": "roles/03_install_prerequisites/defaults/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 699, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/04_modify_dnsmasq_configfile
7,249
[ "permissive" ]
[ { "path": "roles/04_modify_dnsmasq_configfile/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - 02a_modify_dnsmasq_configfile", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 87 }, { "path": "roles/04_mod...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4928, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/05_configure_pxe-server
7,249
[ "permissive" ]
[ { "path": "roles/05_configure_pxe-server/defaults/main.yml", "content": "---\n# defaults file for 01_configure_pxe-server\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 48 }, { "path": "roles/05_configure_pxe-server/handlers/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3621, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/06_start_and_enable_daemons
7,249
[ "permissive" ]
[ { "path": "roles/06_start_and_enable_daemons/tasks/main.yml", "content": "---\n# tasks file for 03_start_and_enable_daemons\n\n# Start and Enable DNSMASQ\n- name: Make sure DNSMASQ service is running\n service:\n state: started\n enabled: yes\n name: dnsmasq\n\n", "license_type": "permissive",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 422, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/07_configure_firewall
7,249
[ "permissive" ]
[ { "path": "roles/07_configure_firewall/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - 04_configure_firewall", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 79 }, { "path": "roles/07_configure_firewall...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1224, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/08_create_a_vm
7,249
[ "permissive" ]
[ { "path": "roles/08_create_a_vm/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - 08_create_a_vm\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 73 }, { "path": "roles/08_create_a_vm/templates/kickstar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 23770, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/09_create_coreos_with_butane
7,249
[ "permissive" ]
[ { "path": "roles/09_create_coreos_with_butane/templates/butane-template.bu.j2", "content": "variant: fcos\nversion: 1.4.0\npasswd:\n users:\n - name: core\n ssh_authorized_keys:\n - \"ssh-rsa <KEY>FVr9uUKted27cKme9BAWSFTR9VB1FI+g5FDQ+02QCc= root@fedora35\"\nsystemd:\n units:\n - name: se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 11647, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/10_create_a_vm_from_template
7,249
[ "permissive" ]
[ { "path": "roles/10_create_a_vm_from_template/templates/main_tf2.j2", "content": "provider \"vsphere\" {\n vsphere_server = var.vsphere_server\n user = var.vsphere_user\n password = <PASSWORD>\n allow_unverified_ssl = true\n}\n\n# --- VARIABLE-DECLARATION\n\ndata \"vsphere_datacenter\" \"dc\" {\n name ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5183, "all_permissive": true }
ansible_role
Patthecat249/pxe-server
5af6d452f2b1cc8e8b96fabe487453bdfb3a92df
1
roles/99_uninstall_a_vm
7,249
[ "permissive" ]
[ { "path": "roles/99_uninstall_a_vm/handlers/main.yml", "content": "---\n# handlers file for 99_uninstall_a_vm\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 42 }, { "path": "roles/99_uninstall_a_vm/defaults/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 821, "all_permissive": true }
ansible_role
dhaneshuk/K8S-Lab-AWS
bd6ec30a2a01be0ed62ad2c70f3660844ef395e8
0
ansible/roles/master
7,249
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "---\n\n- name: Reset kubeadm before init in case this is not the first run\n command: kubeadm reset -f\n when: kubeadm_reset_before_init\n\n- name: kubeadm init with pre generated token\n command: kubeadm init --token {{ kubeadm_token }}\n\n- p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1324, "all_permissive": false }
ansible_role
dhaneshuk/K8S-Lab-AWS
bd6ec30a2a01be0ed62ad2c70f3660844ef395e8
0
ansible/roles/slaves
7,249
[ "no_license" ]
[ { "path": "ansible/roles/slaves/tasks/main.yml", "content": "---\n\n- name: kubeadm join with pre generated token\n command: kubeadm join --token {{ kubeadm_token }} {{ master_fqdn }}:6443 --discovery-token-unsafe-skip-ca-verification\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
ParticipativeDemocracy/PHP-API
256f61adcc3fe665faa3263a85bc6dcfa75356b8
0
ansible/roles/common
7,249
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n- name: reload ssh\n service: name=ssh state=reloaded\n\n- name: Reload sysctl\n command: sysctl -p\n\n- name: restart fail2ban\n service: name=fail2ban state=reloaded", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2985, "all_permissive": false }
ansible_role
ParticipativeDemocracy/PHP-API
256f61adcc3fe665faa3263a85bc6dcfa75356b8
0
ansible/roles/mysql
7,249
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n## overwrite variables if production\n- include_vars: production_mysql.yml\n when: server_env == \"production\"\n\n- name: Specify MySQL root password before installing\n debconf: name='mysql-server' question='mysql-server/root_password' val...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
ParticipativeDemocracy/PHP-API
256f61adcc3fe665faa3263a85bc6dcfa75356b8
0
ansible/roles/outgoing-mail
7,249
[ "no_license" ]
[ { "path": "ansible/roles/outgoing-mail/vars/main.yml", "content": "smtp_username: <EMAIL>\nsmtp_password: <PASSWORD>\nsmtp_server: smtp.gmail.com\nsmtp_server_relayhost: \"[smtp.gmail.com]:587\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2553, "all_permissive": false }
ansible_role
ParticipativeDemocracy/PHP-API
256f61adcc3fe665faa3263a85bc6dcfa75356b8
0
ansible/roles/php
7,249
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/composer.yml", "content": "---\n- stat: path=/usr/local/bin/composer\n register: c\n\n- name: Install composer\n shell: curl -sS https://getcomposer.org/installer | php creates=/usr/local/bin/composer\n when: c.stat.exists == false\n\n- name: Rename composer.phar to com...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1620, "all_permissive": false }
ansible_role
KMK-ONLINE/umbrella
7ebcaaee2a863cca45c9b8842e01b08c631580b5
1
ansible/digital_ocean/roles/dropet
7,249
[ "no_license" ]
[ { "path": "ansible/digital_ocean/roles/dropet/tasks/main.yml", "content": "- name: Provision Dropet\n digital_ocean: >\n state={{dropet_state}}\n command=droplet\n id={{host_id}}\n name={{host_name}}\n client_id={{client_id}}\n api_key={{api_key}}\n ssh_key_ids={{ id_ssh_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
KMK-ONLINE/umbrella
7ebcaaee2a863cca45c9b8842e01b08c631580b5
1
ansible/roles/user-role
7,249
[ "no_license" ]
[ { "path": "ansible/roles/user-role/tasks/main.yml", "content": "- name: not become\n debug: msg={{ansible_user}}\n\n- name: become\n debug: msg={{ansible_user}}\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
KMK-ONLINE/umbrella
7ebcaaee2a863cca45c9b8842e01b08c631580b5
1
vagrant-lxd/roles/common
7,249
[ "no_license" ]
[ { "path": "vagrant-lxd/roles/common/tasks/main.yml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n tags: common\n", "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
KMK-ONLINE/umbrella
7ebcaaee2a863cca45c9b8842e01b08c631580b5
1
vagrant-lxd/roles/nginx
7,249
[ "no_license" ]
[ { "path": "vagrant-lxd/roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: present\n tags: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
KMK-ONLINE/umbrella
7ebcaaee2a863cca45c9b8842e01b08c631580b5
1
vagrant-lxd/roles/varnish
7,249
[ "no_license" ]
[ { "path": "vagrant-lxd/roles/varnish/tasks/main.yml", "content": "- name: Install Varnish\n apt:\n name: varnish\n state: present\n tags: varnish\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
isaqib23/infrastructure
0026c2ffdf5beab3e3921ccd8e0b4e53a5b2a85c
0
roles/hetzner-infrastructure
7,249
[ "no_license" ]
[ { "path": "roles/hetzner-infrastructure/tasks/ssh-keys.yml", "content": "---\n- name: Create SSH keys for {{ environment | default('unknown') }} environment team\n hetzner.hcloud.ssh_key:\n api_token: \"{{ hcloud_api_token }}\"\n name: \"{{ item.name }}\"\n public_key: \"{{ item.public_key }}\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6176, "all_permissive": false }
ansible_role
Nuttymoon/ansible-avalanche-collection
b1e0bdea2785b6112004b1afd3420ed132e9683b
3
roles/blockchain
7,249
[ "no_license" ]
[ { "path": "roles/blockchain/tasks/main.yml", "content": "# Copyright (C) 2022, <NAME>\n# See the file LICENSE for licensing terms.\n---\n- name: Include AvalancheGo VMs list\n include_vars: ../../node/vars/main.yml\n\n- name: Wait for P-Chain to be bootstrapped\n uri:\n url: \"http://{{ avalanchego_htt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9390, "all_permissive": false }
ansible_role
Nuttymoon/ansible-avalanche-collection
b1e0bdea2785b6112004b1afd3420ed132e9683b
3
roles/node
7,249
[ "no_license" ]
[ { "path": "roles/node/README.md", "content": "# nuttymoon.avalanche.node\n\nThis Ansible role allows to bootstrap Avalanche nodes:\n\n- Install and configure [AvalancheGo](https://github.com/ava-labs/avalanchego) following Linux best practices\n- Install Virtual Machines that can later be used to create blo...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 30467, "all_permissive": false }
ansible_role
Nuttymoon/ansible-avalanche-collection
b1e0bdea2785b6112004b1afd3420ed132e9683b
3
roles/subnet
7,249
[ "no_license" ]
[ { "path": "roles/subnet/tasks/main.yml", "content": "# Copyright (C) 2022, <NAME>\n# See the file LICENSE for licensing terms.\n---\n- name: Wait for P-Chain to be bootstrapped\n uri:\n url: \"http://{{ avalanchego_http_host }}:{{ avalanchego_http_port }}/ext/info\"\n method: POST\n body_format: j...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8309, "all_permissive": false }
ansible_role
AstroPlant/astroplant-server-deployment
e764e48b350200670bd4b5b21e2498da2f693a19
4
roles/astroplant
7,249
[ "no_license" ]
[ { "path": "roles/astroplant/tasks/users.yml", "content": "---\n- name: Ensure AstroPlant server user is present\n user:\n name: astroplant\n shell: /bin/bash\n comment: \"AstroPlant server user\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 11596, "all_permissive": false }
ansible_role
AstroPlant/astroplant-server-deployment
e764e48b350200670bd4b5b21e2498da2f693a19
4
roles/fail2ban
7,249
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install fail2ban\n apt: pkg=fail2ban state={{ fail2ban_pkg_state }}\n when: ansible_os_family == 'Debian'\n tags: package\n\n- name: Configure fail2ban local jails\n action: template src=jail.local.j2 dest=/etc/fail2ban/jail.local mode=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
AstroPlant/astroplant-server-deployment
e764e48b350200670bd4b5b21e2498da2f693a19
4
roles/geerlingguy.certbot
7,249
[ "no_license" ]
[ { "path": "roles/geerlingguy.certbot/vars/Ubuntu-16.04.yml", "content": "certbot_package: letsencrypt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/geerlingguy.certbot/defaults/main.yml", "content": "---\n# Certbot auto-renew cron job...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1138, "all_permissive": false }
ansible_role
AstroPlant/astroplant-server-deployment
e764e48b350200670bd4b5b21e2498da2f693a19
4
roles/pyslackers.python
7,249
[ "no_license" ]
[ { "path": "roles/pyslackers.python/tasks/python.yml", "content": "---\n- name: \"Install python {{ python_version }}\"\n no_log: True\n command: \"/usr/local/pythonz/bin/pythonz install {{ python_version }}\"\n args:\n creates: \"/usr/local/pythonz/pythons/CPython-{{ python_version }}/bin/python\"\n\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 9928, "all_permissive": false }
ansible_role
aliakseizhyrauliou/k3s
98e84889d3fe21943827beecd512bf01267f3c8b
0
ansible/roles/jenkins
7,249
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n- name: Add a Jenking repository\n become: true\n kubernetes.core.helm_repository:\n name: jenkins \n repo_url: https://charts.jenkins.io\n kubeconfig: /etc/rancher/k3s/k3s.yaml # Указываем путь к kubeconfig\n\n- name: Install J...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
aliakseizhyrauliou/k3s
98e84889d3fe21943827beecd512bf01267f3c8b
0
ansible/roles/k3s
7,249
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/workers.yml", "content": "---\n- name: Check if K3s agent is already installed\n ansible.builtin.stat:\n path: /usr/local/bin/k3s \n register: k3s_installed\n become: true\n\n- name: Install K3s on worker nodes\n when: not k3s_installed.stat.exists \n ansible.bui...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2392, "all_permissive": false }
ansible_role
aliakseizhyrauliou/k3s
98e84889d3fe21943827beecd512bf01267f3c8b
0
ansible/roles/longhorn
7,249
[ "no_license" ]
[ { "path": "ansible/roles/longhorn/vars/main.yml", "content": "---\n# vars file for longhorn\nnamespace: longhorn-system", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/roles/longhorn/tasks/main.yml", "content": "---\n- name: Add a Longh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1272, "all_permissive": false }
ansible_role
ivica-k/my_arch
b86e4fe5dced6cd560d82ac6808ca62af70c9e02
0
roles/my_arch
7,249
[ "no_license" ]
[ { "path": "roles/my_arch/templates/bashrc.j2", "content": "# reads the current git branch, used in the shell prompt\n{{ bash.git_branch }}\n\n# makes the shell prompt look better\n{{ bash.shell_prompt }}\n\n# aliases and variables\n{{ bash.aliases_and_stuff }}\n", "license_type": "no_license", "dete...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8531, "all_permissive": false }
ansible_role
wahtej/php
6cd3f8bc863e76548374fa3222ebe95a99654d00
0
roles/nginx
7,249
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\r\n\r\n- name: installation of git\r\n yum:\r\n name: git\r\n state: present\r\n\r\n- name: cloning code from git hub \r\n git:\r\n repo: https://github.com/wahtej/php.git\r\n dest: /php \r\n\r\n\r\n- name: install dependencies\r\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
pslav72/test-task
e6eabcf4d1ad61c8d31d4fd0bbfd7dcc337ef5a7
0
roles/crypto_disk
7,255
[ "no_license" ]
[ { "path": "roles/crypto_disk/tasks/prepaired_disk.yml", "content": "# tasks file for parted\n- name: Prepaired disk\n block:\n - name: State a '{{ item_disk.filesystem_fstype }}'\n community.general.filesystem:\n dev: '{{ item_disk.parted_device }}'\n fstype: '{{ item_disk.filesystem_...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7788, "all_permissive": false }
ansible_role
pslav72/test-task
e6eabcf4d1ad61c8d31d4fd0bbfd7dcc337ef5a7
0
roles/perfomance_cpu
7,255
[ "no_license" ]
[ { "path": "roles/perfomance_cpu/defaults/main.yml", "content": "---\n# defaults file for roles/perfomanceCPU\nperfomance_cpu_max_cstate_file_path: /sys/module/intel_idle/parameters/max_cstate\nperfomance_cpu_max_cstate_value: \"1\"\n\nperfomance_cpu_grub_path: /etc/default/grub.d/\nperfomance_cpu_grub_file_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3636, "all_permissive": false }
ansible_role
pslav72/test-task
e6eabcf4d1ad61c8d31d4fd0bbfd7dcc337ef5a7
0
roles/rename_interfaces
7,255
[ "no_license" ]
[ { "path": "roles/rename_interfaces/handlers/main.yml", "content": "---\n# handlers file for renameInterfaces\n- name: Netplan try\n ansible.builtin.command: netplan try\n\n- name: Netplan apply\n ansible.builtin.command: netplan apply\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3120, "all_permissive": false }
ansible_role
felipefrocha/esufmg-tcc
e00a0e0b45f06c5312f7f785a882f8488b78d2d7
1
cluster/ansible/roles/haproxy
7,255
[ "no_license" ]
[ { "path": "cluster/ansible/roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n\n- name: Configure HA Proxy Load balancer\n package:\n name: haproxy\n state: present\n \n- name: Change configuration in HA Proxy\n template:\n dest: \"/etc/haproxy/haproxy.cfg\"\n src: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2769, "all_permissive": false }
ansible_role
felipefrocha/esufmg-tcc
e00a0e0b45f06c5312f7f785a882f8488b78d2d7
1
cluster/ansible/roles/kubeadm_setup
7,255
[ "no_license" ]
[ { "path": "cluster/ansible/roles/kubeadm_setup/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n vars:\n hostname:\n enabled: False\n tasks:\n - name: \"Include kubeadm_setup\"\n include_role:\n name: \"kubeadm_setup\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5078, "all_permissive": false }
ansible_role
felipefrocha/esufmg-tcc
e00a0e0b45f06c5312f7f785a882f8488b78d2d7
1
cluster/ansible/roles/nfs_server
7,255
[ "no_license" ]
[ { "path": "cluster/ansible/roles/nfs_server/tasks/main.yml", "content": "---\n- name: Install needed\n package:\n name: \n - nfs-kernel-server \n - portmap\n state: present\n\n# https://wiki.debian.org/NFSServerSetup\n- name: NFSv4 Only debian \n template:\n dest: \"/etc/default/{{item}}\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1935, "all_permissive": false }
ansible_role
felipefrocha/esufmg-tcc
e00a0e0b45f06c5312f7f785a882f8488b78d2d7
1
cluster/ansible/roles/node_exporter
7,255
[ "no_license" ]
[ { "path": "cluster/ansible/roles/node_exporter/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - prometheus_node_exporter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "cluster/ansible/roles/node_exporter/v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2309, "all_permissive": false }
ansible_role
felipefrocha/esufmg-tcc
e00a0e0b45f06c5312f7f785a882f8488b78d2d7
1
cluster/ansible/roles/ubuntu_update
7,255
[ "no_license" ]
[ { "path": "cluster/ansible/roles/ubuntu_update/README.md", "content": "Role Name\n=========\n\nUbuntu configuration for python3 and commom packages\n\nRequirements\n------------\n\nThere is any requirement for this repository\n\nRole Variables\n--------------\n\n### Default\n```yaml\nssh_pubkey_path: String...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3568, "all_permissive": false }
ansible_role
jameslabocki/migrate
39a0940eef47c15fd8a56b0a84f79f3efe068f72
0
roles/nfs
7,255
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yaml", "content": "---\n# These tasks install nfs\n\n - name: Subscription Manager Unregister\n redhat_subscription:\n state: absent \n\n - name: Subscription Manager Register\n redhat_subscription:\n state: present\n username: \"{{ rhsm_user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
jameslabocki/migrate
39a0940eef47c15fd8a56b0a84f79f3efe068f72
0
roles/rhvh
7,255
[ "no_license" ]
[ { "path": "roles/rhvh/tasks/main.yaml", "content": "---\n# These tasks install rhvh\n\n - name: Subscription Manager Unregister\n redhat_subscription:\n state: absent \n\n - name: Subscription Manager Register\n redhat_subscription:\n state: present\n username: \"{{ rhsm_user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
jameslabocki/migrate
39a0940eef47c15fd8a56b0a84f79f3efe068f72
0
roles/rhvm
7,255
[ "no_license" ]
[ { "path": "roles/rhvm/tasks/main.yaml", "content": "---\n# These tasks install rhvm\n\n - name: Subscription Manager Unregister\n redhat_subscription:\n state: absent \n\n - name: Subscription Manager Register\n redhat_subscription:\n state: present\n username: \"{{ rhsm_user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1654, "all_permissive": false }
ansible_role
the-virtual-boy/k8s-cisbenchmark
53776eac4ef53826804094e83bc4a1805f05ea1f
0
roles/master-benchmark
7,255
[ "no_license" ]
[ { "path": "roles/master-benchmark/tasks/1.3.7_fix.yaml", "content": "---\n- name: Ensure that the --bind-address argument is set to 127.0.0.1 \n become: yes\n become_user: root\n lineinfile:\n path: /etc/kubernetes/manifests/kube-controller-manager.yaml\n regexp: \"--bind-address=\"\n line: \" ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1402, "all_permissive": false }
ansible_role
the-virtual-boy/k8s-cisbenchmark
53776eac4ef53826804094e83bc4a1805f05ea1f
0
roles/worker-benchmark
7,255
[ "no_license" ]
[ { "path": "roles/worker-benchmark/tasks/main.yml", "content": "---\n# tasks file for cis-benchmark\n#- import_tasks: 4.2.4_check.yaml\n- import_tasks: 4.2.4_fix.yaml\n#- import_tasks: 4.2.6_check.yaml\n- import_tasks: 4.2.6_fix.yaml\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 499, "all_permissive": false }
ansible_role
farums/Multipass-Jenkins
6066f18d06598d1d06c548906d9d51ef5bc2d3a4
0
ansible/roles/Docker
7,255
[ "no_license" ]
[ { "path": "ansible/roles/Docker/README.md", "content": "# Docker\n\n## add User\n\nЕсли вы хотите использовать Docker как пользователь без полномочий root, вам следует подумать о добавлении своего пользователя в группу «docker», например: `sudo usermod -aG docker <your-user>` или для jenkins: `sudo usermod ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1840, "all_permissive": false }
ansible_role
farums/Multipass-Jenkins
6066f18d06598d1d06c548906d9d51ef5bc2d3a4
0
ansible/roles/Docker-compose
7,255
[ "no_license" ]
[ { "path": "ansible/roles/Docker-compose/defaults/main.yml", "content": "---\nregistry:\n port: 5000\n user: registryuser\n pass: <PASSWORD>\n data_directory: /var/www/docker-registry\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "ansible/ro...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6438, "all_permissive": false }
ansible_role
RedisLabs/redisraft
ade4aa8e6aa5c3b21678a1998309825f06567d4f
832
utils/deploy-aws/ansible/roles/common
7,255
[ "no_license" ]
[ { "path": "utils/deploy-aws/ansible/roles/common/tasks/main.yml", "content": "---\n\n# Install core dependencies for building and running stuff.\n\n- name: Install core packages\n apt: name={{ packages }} state=latest update_cache=true\n become: true\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 365, "all_permissive": false }
ansible_role
RedisLabs/redisraft
ade4aa8e6aa5c3b21678a1998309825f06567d4f
832
utils/deploy-aws/ansible/roles/control
7,255
[ "no_license" ]
[ { "path": "utils/deploy-aws/ansible/roles/control/tasks/main.yml", "content": "---\n- include: memtier_benchmark.yml\n- include: cluster.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "utils/deploy-aws/ansible/roles/control/vars/main.yml", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5310, "all_permissive": false }
ansible_role
RedisLabs/redisraft
ade4aa8e6aa5c3b21678a1998309825f06567d4f
832
utils/deploy-aws/ansible/roles/node
7,255
[ "no_license" ]
[ { "path": "utils/deploy-aws/ansible/roles/node/tasks/config.yml", "content": "---\n- name: Create instance directories\n file:\n path: \"{{ runtime_dir }}/redisraft-{{ item['port'] }}\"\n owner: \"{{ runtime_user }}\"\n group: \"{{ runtime_user }}\"\n mode: 0755\n state: directory\n with_it...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4220, "all_permissive": false }
ansible_role
fil106/ansible_guest
2e0401481ad54f64e2473dff96bab93815b672f8
0
ansible/roles/app-init
7,255
[ "no_license" ]
[ { "path": "ansible/roles/app-init/tasks/main.yml", "content": "---\n# Tasks for app-init\n\n- name: \"Устанавливаем недостоющие пакеты\"\n apt: name={{ item }} state=latest update_cache=yes\n loop: ['python3-pip', 'python3-setuptools', 'python3-dev', 'libev-dev', 'locales']\n\n- name: \"Устанавливаем недо...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
fil106/ansible_guest
2e0401481ad54f64e2473dff96bab93815b672f8
0
ansible/roles/docker-install
7,255
[ "no_license" ]
[ { "path": "ansible/roles/docker-install/tasks/main.yml", "content": "---\n# Tasks for docker-install\n\n- name: \"Устанавливаем необходимые пакеты для Docker\"\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common', 'py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 991, "all_permissive": false }