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
VarunRaj94/ansible-elk
ff342554f2eedc1e0ce6713bb7ece9f7aa140b11
0
roles/elasticsearch
284
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n#\n# Installing Elasticsearch\n#\n\n- name: echo\n shell: 'wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -'\n\n- name: update\n shell: 'echo \"deb https://artifacts.elastic.co/packages/6.x/apt stable main\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
VarunRaj94/ansible-elk
ff342554f2eedc1e0ce6713bb7ece9f7aa140b11
0
roles/kibana
284
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n#\n# Installing Kibana\n#\n\n# Install Kibana\n\n# APT - Advanced Package Tool, or APT, is a free software user interface that\n# works with core libraries to handle the installation and removal of\n# software on Debian, Ubuntu and other Linux distri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1241, "all_permissive": false }
ansible_role
VarunRaj94/ansible-elk
ff342554f2eedc1e0ce6713bb7ece9f7aa140b11
0
roles/npm
284
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "---\n#\n# Installing npm\n#\n\n# Installing npm\n\n- name: Install Dependency\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - 'nodejs'\n - 'npm'\n\n- name: Setting Elasticsearch to run on boot\n shell: 'npm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
sergey-gr/ansible-docker-swarm-cluster
360f47495515d855f63fc9bc88f6d277502501b4
0
roles/upgrade
284
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/debian.yml", "content": "---\n- name: Allow packages to be upgraded\n dpkg_selections:\n name: \"{{ item }}\"\n selection: install\n with_items:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n register: allow_upgrade\n\n- name: Install new packages\n apt...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5103, "all_permissive": false }
ansible_role
vmware-archive/vca-codesamples
91e664a376227a46780fc828d0426fd706898b5f
6
ansibleworkshopVMworld2015/lessons/lesson2/roles/nginx
284
[ "no_license" ]
[ { "path": "ansibleworkshopVMworld2015/lessons/lesson2/roles/nginx/tasks/nginx-official-repo.yml", "content": "---\n- name: Ensure APT official nginx key\n apt_key: url=http://nginx.org/keys/nginx_signing.key\n tags: [packages,nginx]\n when: ansible_os_family == 'Debian'\n\n- name: Ensure APT official ngi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3367, "all_permissive": false }
ansible_role
dkjsj/home-flora
e74b863fb86ac232fbf3fdecf72f42075f7b3090
0
roles/homebridge
284
[ "no_license" ]
[ { "path": "roles/homebridge/defaults/main.yml", "content": "---\n\nhomebridge_version: 0.4.50\nhomebridge_dir: /var/homebridge\nhomebridge_bin: /usr/local/bin/homebridge\nhomebridge_defaults: /etc/default/homebridge\nhomebridge_port: 51826\nhomebridge_name: Homebridge\nhomebridge_username: CC:22:3D:E3:CE:30...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1331, "all_permissive": false }
ansible_role
ps018w/exam_frontend
9a022612a903574113b94fffa106b1527c56a600
0
provisioner/roles/nginx
284
[ "no_license" ]
[ { "path": "provisioner/roles/nginx/templates/site.80.conf.j2", "content": "# {{ ansible_managed }}\nserver {\n listen 80;\n listen [::]:80;\n server_name -;\n\n access_log {{ access_log_file }};\n error_log {{ error_log_file }};\n\n client_max_body_size {{ nginx_client_ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1397, "all_permissive": false }
ansible_role
ps018w/exam_frontend
9a022612a903574113b94fffa106b1527c56a600
0
provisioner/roles/nodejs
284
[ "no_license" ]
[ { "path": "provisioner/roles/nodejs/tasks/main.yml", "content": "# Install Node.js using packages crafted by NodeSource\n---\n- name: Download NodeSource Setup script\n get_url: url=https://deb.nodesource.com/setup_8.x dest=/tmp/node_setup_8.x\n become: false\n\n- name: Run NodeSource setup script\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
ps018w/exam_frontend
9a022612a903574113b94fffa106b1527c56a600
0
provisioner/roles/project_data
284
[ "no_license" ]
[ { "path": "provisioner/roles/project_data/tasks/main.yml", "content": "---\n- name: get the latest code\n git: repo={{ project_repo_url }} dest={{ project_path }} version={{ repo_version }} accept_hostkey=true\n become: false\n register: gitresult\n when: vm == 0\n tags: ['always']\n\n- debug: msg=\"Gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
masoudkavehie/ansible-kubernetes-cluster
aca039f16ee4f7273bbc5160ce7aa110b979cd97
0
roles/kuber
284
[ "no_license" ]
[ { "path": "roles/kuber/defaults/main.yml", "content": "---\n# defaults file for kuber\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/kuber/vars/main.yml", "content": "---\n# vars file for kuber\npodnetworkcidr: 10.244.0.0/16\n", "l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2890, "all_permissive": false }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
bringup/roles/aix
284
[ "permissive" ]
[ { "path": "bringup/roles/aix/tasks/deploy.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unles...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5977, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
bringup/roles/nutanix
284
[ "permissive" ]
[ { "path": "bringup/roles/nutanix/tasks/images_get.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 19329, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
bringup/roles/redhat
284
[ "permissive" ]
[ { "path": "bringup/roles/redhat/defaults/main.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# U...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6273, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
build/roles/beats
284
[ "permissive" ]
[ { "path": "build/roles/beats/templates/filebeat.spec.j2", "content": "Name : filebeat\nVersion : {{ beats_version }}\nRelease : 1\nGroup : default\nLicense : ASL 2.0\nVendor : Elastic\nURL : https://github.com/elastic/beats/filebeat\nSummary : Filebeat sends log fil...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 11748, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
build/roles/crassd
284
[ "permissive" ]
[ { "path": "build/roles/crassd/tasks/build.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unles...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2972, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
build/roles/go
284
[ "permissive" ]
[ { "path": "build/roles/go/tasks/build.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2282, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
build/roles/utils
284
[ "permissive" ]
[ { "path": "build/roles/utils/tasks/prep.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1104, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
deploy/roles/beats
284
[ "permissive" ]
[ { "path": "deploy/roles/beats/vars/debian.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unles...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8060, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
deploy/roles/crassd
284
[ "permissive" ]
[ { "path": "deploy/roles/crassd/tasks/post_install.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5920, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
deploy/roles/elasticsearch
284
[ "permissive" ]
[ { "path": "deploy/roles/elasticsearch/tasks/pre_install.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7736, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
deploy/roles/logstash
284
[ "permissive" ]
[ { "path": "deploy/roles/logstash/tasks/post_install.yml", "content": "---\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#\n# http://www.apache.org/licenses/LICENSE-2.0\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5530, "all_permissive": true }
ansible_role
IBM/power-ops
88577f9aef6be1adb0488bb33b3c080f146728cb
4
deploy/roles/netdata
284
[ "permissive" ]
[ { "path": "deploy/roles/netdata/files/crassd.plugin", "content": "#!/usr/bin/python3 -u\nimport time\nimport sys\nimport ssl\nimport json\nimport requests\nimport threading\ntry:\n import queue\nexcept ImportError:\n import Queue as queue\nimport argparse\nimport datetime\nimport socket\nimport struct...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11345, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/archconfig
286
[ "permissive" ]
[ { "path": ".ansible/roles/archconfig/tasks/install.yml", "content": "- name: Arch pacman config\n become: yes\n copy: \n src: ./pacman.conf\n dest: /etc/pacman.conf", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 99 }, { "path": ".ansible...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 319, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/aurhelpers
286
[ "permissive" ]
[ { "path": ".ansible/roles/aurhelpers/tasks/install.yml", "content": "\n- name: Installing yay dependencies\n become: yes\n community.general.pacman:\n name: \n - gcc\n - make\n - go\n - fakeroot\n state: present\n extra_args: --needed --noconfirm\n\n#- aur:\n# name: Install...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 700, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/bash
286
[ "permissive" ]
[ { "path": ".ansible/roles/bash/vars/main.yml", "content": "---\n# vars file for bash", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 24 }, { "path": ".ansible/roles/bash/handlers/main.yml", "content": "---\n# handlers file for bash", "lic...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 612, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/bin
286
[ "permissive" ]
[ { "path": ".ansible/roles/bin/vars/main.yml", "content": "---\n# vars file for bin", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 23 }, { "path": ".ansible/roles/bin/tasks/main.yml", "content": "---\n# tasks file for bin\n- include: install....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 505, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/compton
286
[ "permissive" ]
[ { "path": ".ansible/roles/compton/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - compton", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 65 }, { "path": ".ansible/roles/compton/defaults/main.yml", "...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 296, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/docker
286
[ "permissive" ]
[ { "path": ".ansible/roles/docker/tasks/install.yml", "content": "# Install docker\n- name: Installing Docker\n shell: curl -fsSL https://get.docker.com | bash -\n\n# Install docker-compose\n- name: Installing docker-compose\n become: yes\n community.general.pacman:\n executable: yay\n state: presen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 365, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/git
286
[ "permissive" ]
[ { "path": ".ansible/roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- include: install.yml", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 47 }, { "path": ".ansible/roles/git/tasks/install.yml", "content": "- name: Install g...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 256, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/i3
286
[ "permissive" ]
[ { "path": ".ansible/roles/i3/defaults/main.yml", "content": "---\n# defaults file for i3", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 26 }, { "path": ".ansible/roles/i3/vars/main.yml", "content": "---\n# vars file for i3", "license_typ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 252, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/install
286
[ "permissive" ]
[ { "path": ".ansible/roles/install/tasks/main.yml", "content": "---\n# tasks file for install\n- include: install.yml", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 51 }, { "path": ".ansible/roles/install/tasks/install.yml", "content": "# Ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1287, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/neovim
286
[ "permissive" ]
[ { "path": ".ansible/roles/neovim/tasks/main.yml", "content": "---\n# tasks file for neovim\n- include: install.yml", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 50 }, { "path": ".ansible/roles/neovim/tasks/install.yml", "content": "- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1400, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/terminal
286
[ "permissive" ]
[ { "path": ".ansible/roles/terminal/defaults/main.yml", "content": "---\n# defaults file for termite", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 31 }, { "path": ".ansible/roles/terminal/tasks/main.yml", "content": "---\n# tasks file for te...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 310, "all_permissive": true }
ansible_role
rqtx/Dotfiles
062585800e42934be123e9c8a27df176f1724c31
1
.ansible/roles/tmux
286
[ "permissive" ]
[ { "path": ".ansible/roles/tmux/defaults/main.yml", "content": "---\n# defaults file for tmux", "license_type": "permissive", "detected_licenses": [ "WTFPL" ], "size_bytes": 28 }, { "path": ".ansible/roles/tmux/handlers/main.yml", "content": "---\n# handlers file for tmux", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 408, "all_permissive": true }
ansible_role
praveenkumarpk/Tf-Ansi
af0c273b36e3216223798677a608f376553f2870
0
ansible/roles/build
286
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "- name: Build and Push Role\n docker_image:\n build:\n path: \"{{ filepath }}\"\n dockerfile: Dockerfile\n pull: yes\n source: build\n push: yes\n name: maskmafia/pycicd\n tag: \"{{ run_id }}\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
praveenkumarpk/Tf-Ansi
af0c273b36e3216223798677a608f376553f2870
0
ansible/roles/login
286
[ "no_license" ]
[ { "path": "ansible/roles/login/tasks/main.yml", "content": "- name: Docker Hub Login\n docker_login:\n registry: docker.io\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n reauthorize: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
praveenkumarpk/Tf-Ansi
af0c273b36e3216223798677a608f376553f2870
0
ansible/roles/pull
286
[ "no_license" ]
[ { "path": "ansible/roles/pull/tasks/main.yml", "content": "- name: image pull\n docker_image:\n name: maskmafia/pycicd\n source: pull", "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
jlrickert/pinehub
b0e3704f104dd5fdbb5712928d463b54130bb497
0
roles/common
286
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\npackages:\n - htop\n - python\n - python3\n - silversearcher-ag\n - ssh\n - tree\n - vim\n - zsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/common/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2410, "all_permissive": false }
ansible_role
jlrickert/pinehub
b0e3704f104dd5fdbb5712928d463b54130bb497
0
roles/pihole
286
[ "no_license" ]
[ { "path": "roles/pihole/templates/update_hosts.service.j2", "content": "[Unit]\nDescription=Update Hosts file blocking ads and malware\nAfter=network.target\n\n[Service]\nExecStart=/usr/local/bin/update_hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4552, "all_permissive": false }
ansible_role
companieshouse/dbaops
89b775122863d41fdaf1fc8ff0a2aa0a7d019d5e
0
ansible/roles/dbaops-scripts
286
[ "no_license" ]
[ { "path": "ansible/roles/dbaops-scripts/files/config_backup.sh", "content": "#!/bin/ksh\n#############################################################################\n#\n# File: config_backup.sh\n#\n# Description:\n# Script to backup copies of important config files (to be used in case of failover etc.)\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 18391, "all_permissive": false }
ansible_role
companieshouse/dbaops
89b775122863d41fdaf1fc8ff0a2aa0a7d019d5e
0
ansible/roles/oracle-logs
286
[ "no_license" ]
[ { "path": "ansible/roles/oracle-logs/templates/opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.d/file_oracle_logs.json.j2", "content": "{\n \"logs\": {\n \"logs_collected\": {\n \"files\": {\n \"collect_list\": [\n{% for logfile in oracle_logs_log_export_list %} {\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3085, "all_permissive": false }
ansible_role
rcarrata/ansible-rhv
01dd13807dfdd315cc8854aa57dbca600c0b8468
0
roles/config_vm_rhv
286
[ "no_license" ]
[ { "path": "roles/config_vm_rhv/tasks/main.yml", "content": "---\n\n- name: \"[VM_TEST] Create a file called '/tmp/testfile.txt' with the content 'hello world'.\"\n copy: \n content: \"hello world\\n\" \n dest: \"/tmp/testfile.txt\"\n\n- name: \"[VM_TEST] Echo Some Stuff\"\n shell: \"/usr/bin/hostnam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
rcarrata/ansible-rhv
01dd13807dfdd315cc8854aa57dbca600c0b8468
0
roles/create_vm_rhv
286
[ "no_license" ]
[ { "path": "roles/create_vm_rhv/tasks/main.yml", "content": "---\n\n- name: '[BASTION_VM_RHV][CREATE_VM_RHV] Grab Ovirt Token'\n ovirt_auth:\n url: \"{{ schema }}://{{ rhv_endpoint }}/ovirt-engine/api\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n insecure: True\n \n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1865, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/calico
286
[ "no_license" ]
[ { "path": "roles/calico/defaults/main.yml", "content": "---\ncalico_version: 1.1.1\n\ncalico_image: calico/node\ncalico_image_tag: v{{ calico_version }}\n\netcd_client_port: 2379\n\ncalico_etcdaddr: \"{{ private_ipv4 }}:{{ etcd_client_port }}\"\n\ncalico_network: 192.168.0.0/16\n\ncalico_profile: dev\n", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 16372, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/certificates
286
[ "no_license" ]
[ { "path": "roles/certificates/meta/main.yml", "content": "---\ndependencies:\n - role: repos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/certificates/defaults/main.yml", "content": "\n---\ngenerate_certificate_package: generate-cer...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5032, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/chronos
286
[ "no_license" ]
[ { "path": "roles/chronos/meta/main.yml", "content": "---\ndependencies:\n - role: distributive\n current_role: chronos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/chronos/tasks/main.yml", "content": "---\n- name: check if chrono...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8960, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/common
286
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n{% for item in groups['all'] %}\n{% if hostvars[item].private_ipv4 is defined %}\n{{ hostva...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4522, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/consul-template
286
[ "no_license" ]
[ { "path": "roles/consul-template/files/consul.hcl", "content": "consul = \"127.0.0.1:8500\"\nlog_level = \"warn\"\n\nsyslog {\n enabled = true\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/consul-template/README.rst", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 992, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/distributive
286
[ "no_license" ]
[ { "path": "roles/distributive/defaults/main.yml", "content": "---\ndistributive_package: distributive-0.2.5-1\ndistributive_interval: 1m\ndistributive_timeout: 30s\n\nchecklist_versions:\n calico: 0.2.4-1\n chronos: 0.2.4-1\n collectd: 0.2.4-1\n collectd-docker: 0.2.4-1\n collectd-marathon: 0.2.4-1\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2958, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/dnsmasq
286
[ "no_license" ]
[ { "path": "roles/dnsmasq/meta/main.yml", "content": "---\ndependencies:\n - role: distributive\n current_role: dnsmasq\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/dnsmasq/tasks/main.yml", "content": "---\n- name: install mantl-d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1939, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/docker
286
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "# Where do we get docker packages from?\n# values are redhat or docker\ndocker_package_source: docker\n\ndocker_package: '{% if docker_package_source == \"docker\" %}docker-engine{% else %}docker{% endif %}'\n\n# inversion of docker_package for upgrade...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 13404, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/elasticsearch
286
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- include: install.yml\n when: \"(not (elasticsearch_uninstall|bool)) and (inventory_hostname == groups['role=control'][0])\"\n\n- include: uninstall.yml\n when: elasticsearch_uninstall|bool\n", "license_type": "no_license", "detecte...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 13339, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/etcd
286
[ "no_license" ]
[ { "path": "roles/etcd/templates/skydns.service.j2", "content": "[Unit]\nDescription=etcd\nAfter=etcd.service\nRequires=etcd.service\n\n[Service]\nRestart=on-failure\nRestartSec=20\nTimeoutStartSec=20m\n\nExecStartPre=-/usr/bin/docker rm -f skydns\nExecStartPre=/usr/bin/docker pull skynetservices/skydns:2.5....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 8550, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/glusterfs
286
[ "no_license" ]
[ { "path": "roles/glusterfs/templates/gluster_volume.sh.j2", "content": "#!/usr/bin/env bash\nset -ex\nname=$1\n\nif ! gluster volume list | grep -q \"$name\"; then\n gluster volume create \"$name\" \\\n {% if glusterfs_replication|int > 1 %} replica {{ glusterfs_replication }} {% endif %} \\\n {% for...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 12305, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/iptables
286
[ "no_license" ]
[ { "path": "roles/iptables/defaults/main.yml", "content": "---\niptables_allow_ips: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/iptables/tasks/main.yml", "content": "---\n- name: deploy iptables configuration\n sudo: yes\n copy:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3779, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/kafka
286
[ "no_license" ]
[ { "path": "roles/kafka/templates/kafka.json.j2", "content": "{\n \"name\": \"kafka\",\n \"version\": \"0.9.4.0-2.10-0.9.0.0\",\n \"config\": {\n \"kafka\": {\n \"app\": {\n \"cpus\": {{ kafka_scheduler_cpu }},\n \"mem\": {{ kafka_scheduler_mem }}\n },\n \"framework-name\":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11949, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/kibana
286
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- include: install.yml\n when: \"(not (kibana_uninstall|bool)) and (inventory_hostname == groups['role=control'][0])\"\n\n- include: uninstall.yml\n when: kibana_uninstall|bool\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10133, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/kubernetes
286
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n- name: create kubernetes config directories\n sudo: yes\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"/etc/kubernetes\"\n - \"/srv/kubernetes\"\n - \"{{ kube_manifest_dir }}\"\n - \"{{ kube_podmaster_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9378, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/kubernetes-master
286
[ "no_license" ]
[ { "path": "roles/kubernetes-master/handlers/main.yml", "content": "---\n- name: reload systemd\n sudo: yes\n command: systemctl --system daemon-reload\n\n- name: restart kubelet\n sudo: yes\n service:\n name: kubelet\n state: restarted\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13578, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/kubernetes-node
286
[ "no_license" ]
[ { "path": "roles/kubernetes-node/tasks/main.yml", "content": "---\n- name: generate consul config for NodePort services\n sudo: yes\n template:\n src: nodeport.json.j2\n dest: /etc/consul/nodeport.json\n notify:\n - reload consul\n tags:\n - node\n - kubernetes\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 348, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/logrotate
286
[ "no_license" ]
[ { "path": "roles/logrotate/README.rst", "content": "logrotate\n=========\n\nLogrotate is used to rotate logs. Currently, the rotation interval is set to\nrotate daily for 7 days. The following components are rotated:\n\n- :doc:`docker`\n- :doc:`mesos`\n- :doc:`zookeeper`\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/logstash
286
[ "no_license" ]
[ { "path": "roles/logstash/README.rst", "content": "Logstash\n========\n\nLogging role for deploying and managing `Logstash <http://logstash.net>`_\nwith Docker and systemd as a part of the ELK stack.\n\nVariables\n---------\n\nYou can use these variables to customize your Logstash installations:\n\n.. data ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7612, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/lvm
286
[ "no_license" ]
[ { "path": "roles/lvm/tasks/debug.yml", "content": "# This rules executed only when debug_storage_setup == true\n\n- name: install partitioner script\n sudo: yes\n copy:\n src: mantl-storage-setup.py\n dest: /usr/bin/mantl-storage-setup\n mode: 0755\n when: debug_storage_setup\n tags:\n - doc...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 16118, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/mantlui
286
[ "no_license" ]
[ { "path": "roles/mantlui/tasks/main.yml", "content": "---\n- name: ensure nginx-mantlui docker image is present\n sudo: yes\n command: /usr/bin/docker pull {{ mantlui_nginx_image }}:{{ mantlui_nginx_image_tag }}\n tags:\n - mantlui\n - bootstrap\n\n- name: configure nginx-mantlui\n sudo: yes\n te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3660, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/marathon
286
[ "no_license" ]
[ { "path": "roles/marathon/files/marathon-iptables.tmpl", "content": "#!/bin/bash\n\n{{ $marathonPort := key_or_default \"secure/marathon/nginx/port\" \"18080\" }}\n{{ $marathonIpTables := eq (toLower (key_or_default \"secure/marathon/ip_tables\" \"false\")) \"true\"}}\n\niptables -F MARATHON\niptables -D IN...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 17159, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/nginx
286
[ "no_license" ]
[ { "path": "roles/nginx/README.rst", "content": "Nginx\n=====\n\n`Nginx <http://nginx.org/>`_ is a web and proxy server.\nMantl uses it in front of the :doc:`mesos`,\n:doc:`marathon`, and :doc:`consul` web UIs to provide basic authentication and\nSSL. Those proxies are set up in the individual roles linked a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2109, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/repos
286
[ "no_license" ]
[ { "path": "roles/repos/tasks/main.yml", "content": "- name: enable yum repos\n sudo: yes\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/yum.repos.d/{{ item }}\"\n with_items:\n - ciscocloud-rpm.repo\n tags:\n - bootstrap\n\n- name: enable templated yum repos\n sudo: yes\n template:\n src:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 542, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/swarm
286
[ "no_license" ]
[ { "path": "roles/swarm/tasks/main.yml", "content": "---\n- name: create systemd service for managing swarm\n sudo: yes\n template:\n dest: \"/usr/lib/systemd/system/swarm-{{ swarm_role }}.service\"\n src: \"swarm-{{ swarm_role }}.service.j2\"\n notify:\n - reload systemd\n\n- name: enable and st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4399, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/traefik
286
[ "no_license" ]
[ { "path": "roles/traefik/templates/marathon.conf.j2", "content": "[Service]\nExecStartPre=-/usr/bin/smlr http {{ traefik_marathon_endpoint }}/v2/leader\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/traefik/handlers/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5110, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/users
286
[ "no_license" ]
[ { "path": "roles/users/README.rst", "content": "Users\n=====\n\n.. versionadded:: 1.3\n\nThis role configures extra operating system users and their authorized ssh keys.\nSee ``defaults/main.yml`` for an example configuration.\n\nThis is an addon for Mantl. See the :doc:`addons` for details.\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1258, "all_permissive": false }
ansible_role
mantl/mantl
b042447bfd874d811cdf08c59e0d221e722c5398
2,990
roles/vault
286
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "---\n- name: install vault\n sudo: yes\n yum:\n name: \"{{ vault_package }}\"\n state: present\n tags:\n - vault\n - bootstrap\n\n- name: configure vault\n sudo: yes\n template:\n src: vault.hcl.j2\n dest: /etc/vault/vault.hcl\n m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5332, "all_permissive": false }
ansible_role
jfmoliveira/patchingWeblogic
14cb6c43b1d5226de821c05629bcb069f9401e01
0
roles/installation
286
[ "no_license" ]
[ { "path": "roles/installation/vars/main.yml", "content": "---\r\n\r\n patch_home: /home/oracle/Patches/\r\n oracle_user: oracle\r\n patch_number: 31957062\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/installation/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 298, "all_permissive": false }
ansible_role
jfmoliveira/patchingWeblogic
14cb6c43b1d5226de821c05629bcb069f9401e01
0
roles/postinstall
286
[ "no_license" ]
[ { "path": "roles/postinstall/vars/main.yml", "content": " start_script: /home/oracle/scripts/shell/start.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/postinstall/tasks/main.yml", "content": "---\n\n - name: Start Managed Server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 136, "all_permissive": false }
ansible_role
jfmoliveira/patchingWeblogic
14cb6c43b1d5226de821c05629bcb069f9401e01
0
roles/preinstall
286
[ "no_license" ]
[ { "path": "roles/preinstall/vars/main.yml", "content": "---\n\n\n patch_home: /home/oracle/Patches/\n patch_number: 31957062\n oracle_user: oracle\n stop_script: /home/oracle/scripts/shell/stop.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 700, "all_permissive": false }
ansible_role
jfmoliveira/patchingWeblogic
14cb6c43b1d5226de821c05629bcb069f9401e01
0
roles/prereq
286
[ "no_license" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "---\r\n\r\n- name: Create patch directory\r\n file:\r\n path: \"{{patch_home}}{{ansible_date_time.date}}\"\r\n state: directory\r\n owner: \"{{ oracle_user }}\"\r\n group: \"{{ oracle_user }}\"\r\n tags: prereq\r\n\r\n\r\n- name: Copy psu fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 961, "all_permissive": false }
ansible_role
SergeyErshov/b6-summary
472ec8b9261755cc8b0d9f7c4540ee568bfbbe32
0
ansible/roles/inst_ansible
286
[ "no_license" ]
[ { "path": "ansible/roles/inst_ansible/vars/main.yml", "content": "---\n# vars file for inst_ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/inst_ansible/handlers/main.yml", "content": "---\n# handlers file for inst_ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 287, "all_permissive": false }
ansible_role
SergeyErshov/b6-summary
472ec8b9261755cc8b0d9f7c4540ee568bfbbe32
0
ansible/roles/pushpub
286
[ "no_license" ]
[ { "path": "ansible/roles/pushpub/defaults/main.yml", "content": "---\n# defaults file for pushpub\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/pushpub/handlers/main.yml", "content": "---\n# handlers file for pushpub\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 598, "all_permissive": false }
ansible_role
SergeyErshov/b6-summary
472ec8b9261755cc8b0d9f7c4540ee568bfbbe32
0
ansible/roles/users
286
[ "no_license" ]
[ { "path": "ansible/roles/users/vars/main.yml", "content": "---\n# vars file for users\nuser: ansiadm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n- name: add use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 516, "all_permissive": false }
ansible_role
mopga/ansible-installer
024b6623d4fe6b905d1fceb62156f7bf9fd6b5c6
0
playbooks/roles/packet-install
286
[ "no_license" ]
[ { "path": "playbooks/roles/packet-install/tasks/main.yml", "content": "---\n- name: include variables\n include_vars: ../vars/vars.yml\n\n- name: Install required packcges\n action: >\n {{ ansible_pkg_mgr }} name=\"{{ packets }}\" state=present update_cache=yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 238, "all_permissive": false }
ansible_role
Dancanmilgo73/Vagrant
0e946a6722a0338fa266908ead2c46f2fefa8cdc
0
roles/backend
286
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "---\n- name: Clone the React app repository\n git:\n repo: https://github.com/Ekimutai/yolo.git\n dest: /home/ubuntu/backend\n\n- name: Build and run the React app container\n command: docker-compose up -d --build\n args:\n chdir: /home/ubunt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
Dancanmilgo73/Vagrant
0e946a6722a0338fa266908ead2c46f2fefa8cdc
0
roles/client
286
[ "no_license" ]
[ { "path": "roles/client/tasks/main.yml", "content": "---\n- name: Clone the React app repository\n git:\n repo: https://github.com/Ekimutai/yolo.git\n dest: /home/ubuntu/client\n\n- name: Build and run the React app container\n command: docker-compose up -d --build\n args:\n chdir: /home/ubuntu/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
Dancanmilgo73/Vagrant
0e946a6722a0338fa266908ead2c46f2fefa8cdc
0
roles/docker
286
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n\n- name: Start Docker service\n service:\n name: docker\n state: started\n \n- name: Install Docker Compose\n apt:\n name: docker-compose\n state: present", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
Dancanmilgo73/Vagrant
0e946a6722a0338fa266908ead2c46f2fefa8cdc
0
roles/setupproject
286
[ "no_license" ]
[ { "path": "roles/setupproject/tasks/main.yml", "content": "---\n- name: Clone the app repository\n git:\n repo: https://github.com/Ekimutai/yolo.git\n dest: /mnt/d/Learning/Enock/ansible/yolo\n\n- name: Build and run the app container\n command: docker-compose up -d --build\n args:\n chdir: /mnt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
att-comdev/poc-topsail
b2b3f6f29bddbc6ac857d935e4c80d768ec0cffe
6
ansible/roles/bootstrap
286
[ "permissive" ]
[ { "path": "ansible/roles/bootstrap/tasks/main.yml", "content": "#Deploys Bootstrap Node\n\n- name: Install base packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"docker.io\"\n - \"vim\"\n - \"ethtool\"\n - \"traceroute\"\n - \"git\"\n - \"build-essential\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 17123, "all_permissive": true }
ansible_role
att-comdev/poc-topsail
b2b3f6f29bddbc6ac857d935e4c80d768ec0cffe
6
ansible/roles/deploy_helm
286
[ "permissive" ]
[ { "path": "ansible/roles/deploy_helm/tasks/main.yml", "content": "# - name: Label nodes\n# shell: \"hyperkube kubectl label nodes {{ item }}=enabled --all\"\n# # when: deploy_pods_master == true\n# with_items:\n# - \"{{ kube_labels }}\"\n# register: kube_labeled_out\n# failed_when: \"'already h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3723, "all_permissive": true }
ansible_role
att-comdev/poc-topsail
b2b3f6f29bddbc6ac857d935e4c80d768ec0cffe
6
ansible/roles/deploy_maas
286
[ "permissive" ]
[ { "path": "ansible/roles/deploy_maas/tasks/main.yml", "content": "- name: Check if MAAS is Running\n shell: hyperkube kubectl describe pod maas-region --namespace=maas\n ignore_errors: true\n register: maas_deployed\n\n- name: Check if Postgres is Running\n shell: hyperkube kubectl describe pod postgres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1636, "all_permissive": true }
ansible_role
att-comdev/poc-topsail
b2b3f6f29bddbc6ac857d935e4c80d768ec0cffe
6
ansible/roles/kubelet
286
[ "permissive" ]
[ { "path": "ansible/roles/kubelet/templates/cluster-ha.j2", "content": "---\nkind: Service\napiVersion: v1\nmetadata:\n name: cluster-ha\nspec:\n clusterIP: None\n ports:\n - protocol: TCP\n port: 443\n targetPort: 443\n---\nkind: Endpoints\napiVersion: v1\nmetadata:\n name: cluster-ha\nsubsets:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6689, "all_permissive": true }
ansible_role
kasunhanz/tensor
1f67753d9eb4c3bc7e04dd45300844cd23a333d7
1
packaging/vagrant/roles/dev
283
[ "no_license" ]
[ { "path": "packaging/vagrant/roles/dev/templates/cedric-vincent.repo.j2", "content": "[home_cedric-vincent]\nname=cedric-vincent's Home Project (CentOS_7)\ntype=rpm-md\nbaseurl=http://download.opensuse.org/repositories/home:/cedric-vincent/CentOS_7/\ngpgcheck=1\ngpgkey=http://download.opensuse.org/repositor...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8409, "all_permissive": false }
ansible_role
kasunhanz/tensor
1f67753d9eb4c3bc7e04dd45300844cd23a333d7
1
packaging/vagrant/roles/mongodb
283
[ "no_license" ]
[ { "path": "packaging/vagrant/roles/mongodb/vars/Debian.yml", "content": "---\n\n__mongodb_package: mongodb-org\nmongodb_daemon: mongod\nmongodb_conf_path: /etc/mongod.conf\nmongodb_daemon_user: mongodb\n\nmongodb_packages_dependencies:\n - gcc\n - python-setuptools", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4940, "all_permissive": false }
ansible_role
kasunhanz/tensor
1f67753d9eb4c3bc7e04dd45300844cd23a333d7
1
packaging/vagrant/roles/redis
283
[ "no_license" ]
[ { "path": "packaging/vagrant/roles/redis/tasks/setup-RedHat.yml", "content": "---\n- name: Check if EPEL repo is already configured.\n stat: path={{ epel_repofile_path }}\n register: epel_repofile_result\n\n- name: Install EPEL repo.\n package:\n name: \"{{ epel_repo_url }}\"\n state: present\n re...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1760, "all_permissive": false }
ansible_role
kasunhanz/tensor
1f67753d9eb4c3bc7e04dd45300844cd23a333d7
1
packaging/vagrant/roles/terraform
283
[ "no_license" ]
[ { "path": "packaging/vagrant/roles/terraform/tasks/main.yml", "content": "---\n\n- name: Install dependencies packages\n package: name=unzip state=present\n\n- name: Create Terraform directory\n file:\n path: \"{{ terraform_dir }}\"\n state: directory\n owner: \"{{ ansible_ssh_user }}\"\n regist...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1230, "all_permissive": false }
ansible_role
javdet/deploy-django
a0b29c8bb238f5f6d6bf94fa22c2d39c2f904c9a
0
roles/django
283
[ "no_license" ]
[ { "path": "roles/django/templates/uwsgi.ini.j2", "content": "[uwsgi]\nhttp-socket = :{{ app_port }}\nsocket=app.sock\nmaster=true\n# maximum number of worker processes\nprocesses=4\nthreads=2\n# Django's wsgi file\nmodule={{ project_name }}.wsgi:application\n\n# clear environment on exit\nvacuum = true\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3636, "all_permissive": false }
ansible_role
7405shaileen/Ansible_Terraform-Project
da081975bfbd411e8172acfe975c7650484a04e5
0
ansible/roles/datadisk-n01697463
283
[ "no_license" ]
[ { "path": "ansible/roles/datadisk-n01697463/defaults/main.yml", "content": "---\n# defaults file for roles/datadisk-n01697463\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/datadisk-n01697463/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 718, "all_permissive": false }
ansible_role
7405shaileen/Ansible_Terraform-Project
da081975bfbd411e8172acfe975c7650484a04e5
0
ansible/roles/profile-n01697463
283
[ "no_license" ]
[ { "path": "ansible/roles/profile-n01697463/defaults/main.yml", "content": "---\n# defaults file for roles/profile-n01697463\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/profile-n01697463/main.yml", "content": "- name: Append ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 535, "all_permissive": false }
ansible_role
7405shaileen/Ansible_Terraform-Project
da081975bfbd411e8172acfe975c7650484a04e5
0
ansible/roles/user-n01697463
283
[ "no_license" ]
[ { "path": "ansible/roles/user-n01697463/tasks/main.yml", "content": "- name: Create cloudadmins group\n become: true\n ansible.builtin.group:\n name: cloudadmins\n state: present\n\n- name: Create per-user groups\n become: true\n ansible.builtin.group:\n name: \"user{{ item }}\"\n state: pre...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1697, "all_permissive": false }
ansible_role
7405shaileen/Ansible_Terraform-Project
da081975bfbd411e8172acfe975c7650484a04e5
0
ansible/roles/webserver-n01697463
283
[ "no_license" ]
[ { "path": "ansible/roles/webserver-n01697463/defaults/main.yml", "content": "---\n# defaults file for roles/webserver-n01697463\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/webserver-n01697463/vars/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 598, "all_permissive": false }
ansible_role
comeRICHARD/DevOps
2ff48565c748333083819dc448ec5b0b0534a861
0
my-project/ansible/roles/create_network
283
[ "no_license" ]
[ { "path": "my-project/ansible/roles/create_network/tasks/main.yml", "content": "- name: Create application network\r\n docker_network:\r\n name: app-network\r\n vars:\r\n ansible_python_interpreter: /usr/bin/python3\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
comeRICHARD/DevOps
2ff48565c748333083819dc448ec5b0b0534a861
0
my-project/ansible/roles/launch_app
283
[ "no_license" ]
[ { "path": "my-project/ansible/roles/launch_app/tasks/main.yml", "content": "\r\n# tasks file for roles/API\r\n- name: Pull the API Image\r\n docker_image:\r\n name: comerichard/devops-backend\r\n tag: latest\r\n source: pull\r\n vars:\r\n ansible_python_interpreter: /usr/bin/python3\r\n\r\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
comeRICHARD/DevOps
2ff48565c748333083819dc448ec5b0b0534a861
0
my-project/ansible/roles/launch_database
283
[ "no_license" ]
[ { "path": "my-project/ansible/roles/launch_database/tasks/main.yml", "content": "- name: Pull the BDD image\r\n docker_image:\r\n name: comerichard/devops-database\r\n tag: latest\r\n source: pull\r\n vars:\r\n ansible_python_interpreter: /usr/bin/python3\r\n\r\n- name: Run BDD\r\n docker_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
comeRICHARD/DevOps
2ff48565c748333083819dc448ec5b0b0534a861
0
my-project/ansible/roles/launch_proxy
283
[ "no_license" ]
[ { "path": "my-project/ansible/roles/launch_proxy/tasks/main.yml", "content": "# tasks file for roles/proxy\r\n- name: Pull the proxy container\r\n docker_image:\r\n name: comerichard/devops-httpd\r\n tag: latest\r\n source: pull\r\n vars:\r\n ansible_python_interpreter: /usr/bin/python3\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }