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
feedhenry/mobile-control-panel
5c2ab6a5e6d67b811f81e795c807be7cb4601eab
9
installer/roles/mobile-control-panel-setup
7,398
[ "no_license" ]
[ { "path": "installer/roles/mobile-control-panel-setup/tasks/main.yml", "content": "---\n# tasks file for mobile-control-panel-setup\n\n- name: Execute MCP UI installer\n shell: \"{{ mcp_local_dir }}/ui/install.sh\"\n changed_when: false\n register: mcp_installer_output\n failed_when: mcp_installer_outpu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1193, "all_permissive": false }
ansible_role
feedhenry/mobile-control-panel
5c2ab6a5e6d67b811f81e795c807be7cb4601eab
9
installer/roles/oc-cluster-up
7,398
[ "no_license" ]
[ { "path": "installer/roles/oc-cluster-up/defaults/main.yml", "content": "---\n# defaults file for oc-cluster-up\n\nservice_catalog: \"true\"\n\nhost_config_dir: \"{{playbook_dir}}/../ui\"\n\ncluster_version: v3.6.0-rc.0\n\ncluster_public_hostname: \"192.168.37.1\"\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2450, "all_permissive": false }
ansible_role
feedhenry/mobile-control-panel
5c2ab6a5e6d67b811f81e795c807be7cb4601eab
9
installer/roles/template-service-broker-setup
7,398
[ "no_license" ]
[ { "path": "installer/roles/template-service-broker-setup/tasks/main.yml", "content": "---\n\n# TODO: Use Kubernetes Ansible modules here\n- name: Login to OpenShift\n shell: oc login -u system:admin\n changed_when: false\n\n- name: Create templates in required project\n shell: oc create -f {{ item }} -n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 899, "all_permissive": false }
ansible_role
charanrevops/expense-ansible
773de68b96c76707ad331c1db4ceb3dbf3cc4ab7
0
roles/backend
7,398
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yml", "content": "component: backend\napp_path: /app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/backend/tasks/main.yml", "content": "#- name: Set Prompt\n# ansible.builtin.shell: set-prompt backend...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1874, "all_permissive": false }
ansible_role
charanrevops/expense-ansible
773de68b96c76707ad331c1db4ceb3dbf3cc4ab7
0
roles/frontend
7,398
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "#- name: Setup Prompt\n# ansible.builtin.shell: set-prompt frontend\n\n- name: Installing NGINX\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Copy Expense Config File\n ansible.builtin.template:\n src: expense.conf\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
charanrevops/expense-ansible
773de68b96c76707ad331c1db4ceb3dbf3cc4ab7
0
roles/mysql
7,398
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "#- name: Setup Prompt\n# ansible.builtin.shell: set-prompt mysql\n\n- name: Installing mysql server\n ansible.builtin.dnf:\n name: mysql-server\n state: present\n\n- name: Starting mysql server\n ansible.builtin.systemd_service:\n name: mysqld\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
Slavik0419/ISA_Tsaruk
2e09faf6087cdd93cd3e78b7de40ca0f58f425f8
0
ansible/roles/install_package
7,398
[ "no_license" ]
[ { "path": "ansible/roles/install_package/vars/main.yml", "content": "---\n# vars file for /home/vboxuser/ISA_Tsaruk/ansible/roles/install_package\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "ansible/roles/install_package/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 766, "all_permissive": false }
ansible_role
Slavik0419/ISA_Tsaruk
2e09faf6087cdd93cd3e78b7de40ca0f58f425f8
0
ansible/roles/set_hostname
7,398
[ "no_license" ]
[ { "path": "ansible/roles/set_hostname/tasks/main.yml", "content": "---\n- name: Change hostname\n become: yes\n ansible.builtin.hostname:\n name: \"viacheslav-tsaruk-lab2\"\n\n- name: Update /etc/hostname\n become: yes\n ansible.builtin.copy:\n dest: /etc/hostname\n content: \"viacheslav-tsaruk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
Slavik0419/ISA_Tsaruk
2e09faf6087cdd93cd3e78b7de40ca0f58f425f8
0
ansible/roles/update_hostname
7,398
[ "no_license" ]
[ { "path": "ansible/roles/update_hostname/tasks/main.yml", "content": "---\n- name: Update hostname\n become: yes\n command: hostnamectl set-hostname viacheslav-tsaruk-lab2\n\n- name: Update /etc/hostname\n become: yes\n copy:\n content: \"viacheslav-tsaruk-lab2\\n\"\n dest: /etc/hostname\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
kirankumar7163/roboshop-jenkins
157b4edbeb5e7ca182913def4182affbf32f1d9d
0
roles/jenkins
7,398
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: create folder - {{item.dir}}\n community.general.jenkins_job:\n config: \"{{ lookup('file', 'templates/folder.xml') }}\"\n name: \"{{item}}\"\n url: http://172.31.12.160:8080\n user: admin\n password: \"{{<PASSWORD>}}\"\n loop: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 944, "all_permissive": false }
ansible_role
albinvass/zuul-jobs
cdc61063cb2101aababfa5127b00a6ea548866a1
0
roles/zuul-cache
7,398
[ "no_license" ]
[ { "path": "roles/zuul-cache/tasks/main.yaml", "content": "- name: Include backend specific role\n include_role:\n name: zuul-cache-{{ zuul_cache_backend }}\n tasks_from: \"{{ zuul_cache_mode }}.yaml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2771, "all_permissive": false }
ansible_role
albinvass/zuul-jobs
cdc61063cb2101aababfa5127b00a6ea548866a1
0
roles/zuul-cache-s3
7,398
[ "no_license" ]
[ { "path": "roles/zuul-cache-s3/README.rst", "content": "Zuul Cache backend for S3\n\n**Role Variables**\n\n.. zuul:rolevar:: zuul_cache\n :type: dict\n\n Complex argument which contains information on how to upload and configure the cache.\n It is expected that this argument comes from a `Secret`.\n\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9433, "all_permissive": false }
ansible_role
rbbratta/yardstick
7d1ffcd8eb41e9e4a09ed469b00ae4cbf2715529
0
ansible/roles/install_dependencies
7,398
[ "no_license" ]
[ { "path": "ansible/roles/install_dependencies/tasks/RedHat.yml", "content": "# Copyright (c) 2017 Intel Corporation.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1999, "all_permissive": false }
ansible_role
rbbratta/yardstick
7d1ffcd8eb41e9e4a09ed469b00ae4cbf2715529
0
ansible/roles/install_dpdk
7,398
[ "no_license" ]
[ { "path": "ansible/roles/install_dpdk/vars/main.yml", "content": "---\ndpdk_make_arch: x86_64-native-linuxapp-gcc\ndpdk_module_dir: \"/lib/modules/{{ ansible_kernel }}/extra\"\nhugetable_mount: /mnt/huge\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2852, "all_permissive": false }
ansible_role
fcmendoza/aws_terraform
f10c197c422b84d1bf307705b5f530386e82b2d1
0
roles/apache
7,398
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: Install Apache2\n apt:\n name: apache2\n state: latest\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
fcmendoza/aws_terraform
f10c197c422b84d1bf307705b5f530386e82b2d1
0
roles/desktop
7,398
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yml", "content": "---\n\n- name: Install Ubuntu Desktop\n apt:\n name: lxde\n state: latest\n update_cache: yes\n\n- name: Install Remote Desktop Server\n apt:\n name: xrdp\n state: latest\n update_cache: yes\n\n- name: Install VNC Server (whatever tha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
fcmendoza/aws_terraform
f10c197c422b84d1bf307705b5f530386e82b2d1
0
roles/dl
7,398
[ "no_license" ]
[ { "path": "roles/dl/tasks/main.yml", "content": "---\n\n- name: Install Pip\n apt:\n name: python-pip\n state: latest\n update_cache: yes\n\n- name: Installing youtube-dl using Ansible pip module\n pip:\n name: youtube-dl \n\n- name: Download Dropbox \n get_url: url=https://www.dropbox.com/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3569, "all_permissive": false }
ansible_role
chicken-rice/ansible
912d5b60f78e18d600e561765650ae65d46c42ef
0
roles/mysql
7,398
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\nsql_pass: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: set password\n debconf: name='mysql-server-5.5' question='mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 476, "all_permissive": false }
ansible_role
chicken-rice/ansible
912d5b60f78e18d600e561765650ae65d46c42ef
0
roles/redmine
7,398
[ "no_license" ]
[ { "path": "roles/redmine/tasks/main.yml", "content": "---\n#- name: set redmine config\n# debconf: name='redmine' question='redmine/current-instances' value='default' vtype='string'\n# sudo: yes\n#- name: mysql\n# debconf: name='redmine' question='redmine/instances/default/database-type' value='mysql' vt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2183, "all_permissive": false }
ansible_role
rayokota/provision-angular-luminus
aed7814483fedda7f78c00d77e9d17189e97a276
1
roles/generator
7,398
[ "no_license" ]
[ { "path": "roles/generator/tasks/main.yml", "content": "---\n- name: Install Yeoman\n npm: name=yo\n global=yes\n\n- name: Install Angular-Luminus Generator\n npm: name=generator-angular-luminus\n global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
kdubovikov/ansible-ml
8ba74d3b891747cd674d54731ae6346872b13997
6
roles/dev-env
7,398
[ "no_license" ]
[ { "path": "roles/dev-env/tasks/main.yml", "content": "# vim:ft=ansible:\n---\n- name: Installng build tools (gcc, make, ...)\n become: True\n apt: name={{item}} state=installed update_cache=yes\n with_items:\n - build-essential \n - gcc\n - g++ \n - make\n - binutils\n \n- name: inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
danildvm/openstack
8267b6c7da3d2812c83806850911c0fbed78d3c2
0
roles/openstack
7,398
[ "no_license" ]
[ { "path": "roles/openstack/defaults/main.yml", "content": "---\n# defaults file for openstack\npass: '<PASSWORD>'\nhost_ip: '192.168.0.206'\nip_pool: '192.168.0.220/27'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/openstack/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1780, "all_permissive": false }
ansible_role
Emenit/ansible-nexus
3b83f16413d405b86370aabf993eeea24d3fe017
0
roles/lin_nexus_setup
7,398
[ "no_license" ]
[ { "path": "roles/lin_nexus_setup/defaults/main.yml", "content": "---\r\nnexus_exposed_port: \"8081\"\r\nnexus_persistent_storage_path: \"/opt/container_data/nexus\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/lin_nexus_setup/tasks/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1639, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-konsole
7,398
[ "no_license" ]
[ { "path": "roles/configure-konsole/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - configure-konsole\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/configure-konsole/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1044, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-qterminal
7,398
[ "no_license" ]
[ { "path": "roles/configure-qterminal/handlers/main.yml", "content": "---\n# handlers file for configure-qterminal\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/configure-qterminal/tasks/main.yml", "content": "---\n# tasks file for con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 753, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-tmux
7,398
[ "no_license" ]
[ { "path": "roles/configure-tmux/tasks/main.yml", "content": "---\n# tasks file for configure-tmux\n# ---\n\n- name: \"Copy Tmux Config file For User: {{ ansible_env.USER }}\"\n copy:\n src: \"{{ role_path }}/files/tmux.conf\"\n dest: \"{{ ansible_env.HOME }}/.config/tmux/\"\n- name: \"Get Tmux Plugin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-tmux-root
7,398
[ "no_license" ]
[ { "path": "roles/configure-tmux-root/files/tmux.conf", "content": "# Load plugins.\nset -g @plugin 'tmux-plugins/tmux-yank' # Cross-platform support for clipboard.\nset -g @plugin 'odedlaz/tmux-onedark-theme' # OneDark Theme\nset -g @plugin 'tmux-plugins/tmux-resurrect' # Save/Restore sessions\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6691, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-vim
7,398
[ "no_license" ]
[ { "path": "roles/configure-vim/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - configure-vim\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/configure-vim/vars/main.yml", "content": "---\n# var...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 825, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-vscode
7,398
[ "no_license" ]
[ { "path": "roles/configure-vscode/files/settings.json", "content": "{\n \"workbench.editor.enablePreview\": false,\n \"editor.fontSize\": 16,\n \"debug.console.fontSize\": 16,\n \"markdown.preview.fontSize\": 16,\n \"redhat.telemetry.enabled\": true,\n \"chat.editor.fontSize\": 16,\n \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 534, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-zsh
7,398
[ "no_license" ]
[ { "path": "roles/configure-zsh/defaults/main.yml", "content": "---\n# defaults file for configure-zsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/configure-zsh/handlers/main.yml", "content": "---\n# handlers file for configure-zsh\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2904, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/configure-zsh-root
7,398
[ "no_license" ]
[ { "path": "roles/configure-zsh-root/tasks/main.yml", "content": "---\n# tasks file for configure-zsh-root\n\n# Create Required Dirs\n- name: \"Create ZSH Directories: root\"\n file:\n path: \"{{ item.path }}\"\n state: \"{{ item.state }}\"\n mode: \"0775\"\n loop:\n - {path: \"/root/.cache/zsh...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1901, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/gantsign.visual-studio-code
7,398
[ "no_license" ]
[ { "path": "roles/gantsign.visual-studio-code/tasks/install-extensions.yml", "content": "---\n- name: Install extensions\n become: yes\n become_user: '{{ item.0.username }}'\n visual_studio_code_install_extension:\n executable: '{{ visual_studio_code_exe }}'\n name: '{{ item.1 }}'\n with_subelement...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 23343, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/install-kali-apt-tools
7,398
[ "no_license" ]
[ { "path": "roles/install-kali-apt-tools/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install-kali-apt-tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/install-kali-apt-tools/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 587, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/install-kali-git-tools
7,398
[ "no_license" ]
[ { "path": "roles/install-kali-git-tools/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install-kail-tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/install-kali-git-tools/tasks/github-repos....
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3233, "all_permissive": false }
ansible_role
icyb3r-code/kali-build
9d829f3b6fbc2a75fdf7ba10c11fabef5e022491
1
roles/update-upgrade
7,398
[ "no_license" ]
[ { "path": "roles/update-upgrade/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - update-upgrade\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/update-upgrade/tasks/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 532, "all_permissive": false }
ansible_role
HusseinAhmet/uda-people-project
00f76b8008d43959d4d7fd3905db2bc93fd12790
0
.circleci/ansible/roles/deploy
7,398
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"make directory for backend \"\n file:\n path: ~/Backend-Application\n state: directory\n\n- name: \"Unarchive Backend tar files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/Backend-Application\n\n- name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
nleiva/ansible-cloud
116db6ad6af49dd293f00fdbf4cfd6a2721dec7d
2
roles/aws_create_ec2
7,399
[ "no_license" ]
[ { "path": "roles/aws_create_ec2/tasks/create_ec2_instance.yml", "content": "- name: Provision EC2 instances\n amazon.aws.ec2_instance:\n name: \"{{ ec2_name_tag }}\"\n region: \"{{ ec2_region }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image_id: \"{{ ec2_ami_id | trim }}\"\n key_name...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6101, "all_permissive": false }
ansible_role
nleiva/ansible-cloud
116db6ad6af49dd293f00fdbf4cfd6a2721dec7d
2
roles/configure_instance
7,399
[ "no_license" ]
[ { "path": "roles/configure_instance/tasks/RedHat.yml", "content": "---\n- name: Setup hostname\n ansible.builtin.hostname:\n name: \"{{ hostvars['localhost']['instance_name'] }}\"\n when: hostvars['localhost']['instance_name'] is defined\n\n- name: Install EPEL repo (to install Ansible)\n ansible.buil...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6316, "all_permissive": false }
ansible_role
nleiva/ansible-cloud
116db6ad6af49dd293f00fdbf4cfd6a2721dec7d
2
roles/configure_routers
7,399
[ "no_license" ]
[ { "path": "roles/configure_routers/templates/ios.j2", "content": "hostname {{ short_name }}\n!\nrouter ospf 1\n router-id 203.0.113.{{ site }}\n!\ninterface Loopback0\n ip address 203.0.113.{{ site }} 255.255.255.255\n ip ospf 1 area 0\n!\ninterface Loopback100\n ip address 100.64.0.{{ site }} 255.192.0.0\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2379, "all_permissive": false }
ansible_role
jimmynguyen13/ansible-collection-loki-stack
44d451263dfa277d2ea617e080dac2bdcf442a43
0
roles/loki_stack
7,399
[ "no_license" ]
[ { "path": "roles/loki_stack/templates/docker-compose.yml.j2", "content": "version: \"3.3\"\nnetworks:\n monitor:\n driver: bridge\n\nservices:\n grafana:\n restart: always\n image: {{ grafana_image }}\n container_name: grafana\n ports:\n - \"{{ grafana_port }}:{{ grafana_port }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4835, "all_permissive": false }
ansible_role
rayokota/provision-angular-suave
6cf766356e25e292f5eff02d637e4f0659ad4502
0
roles/generator
7,399
[ "no_license" ]
[ { "path": "roles/generator/tasks/main.yml", "content": "---\n- name: Install Yeoman\n npm: name=yo\n global=yes\n\n- name: Install Angular-Suave Generator\n npm: name=generator-angular-suave\n global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
EGI-Federation/fedcloud-catchall-operations
0ca54b841d86f2e271b1a0c95ea366b3d3829ef6
5
deploy/roles/catchall
7,399
[ "no_license" ]
[ { "path": "deploy/roles/catchall/tasks/cloud-info.yml", "content": "---\n- name: Cloud-info dirs\n ansible.builtin.file:\n path: \"{{ dir }}\"\n state: directory\n mode: \"755\"\n owner: \"{{ egi_user }}\"\n group: \"{{ egi_group }}\"\n loop:\n - /etc/egi/cloud-info\n - /var/lock/clou...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 9644, "all_permissive": false }
ansible_role
love2kick/AnsibleHomework
06bbb0a5fd3614b52c22e4e2e6bf60df605b5c1a
0
HW3/roles/httpd
7,399
[ "no_license" ]
[ { "path": "HW3/roles/httpd/vars/main.yml", "content": "service: httpd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "HW3/roles/httpd/tasks/main.yml", "content": "---\n- name: Install latest {{ service }}\n yum:\n name: \"{{ service }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 509, "all_permissive": false }
ansible_role
love2kick/AnsibleHomework
06bbb0a5fd3614b52c22e4e2e6bf60df605b5c1a
0
HW3/roles/vsftpd
7,399
[ "no_license" ]
[ { "path": "HW3/roles/vsftpd/tasks/main.yml", "content": "---\n- name: Install required packages\n yum:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ packages }}\"\n\n- name: Copy FTP config using Jinja2 Template\n template:\n src: vsftpd.j2\n dest: /etc/vsftpd/vsftpd.conf\n notify:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1480, "all_permissive": false }
ansible_role
chriswortman/workstation_config
e241c44c6d795842ab7c552af69e82356d8c3a65
0
roles/common-apt
7,399
[ "no_license" ]
[ { "path": "roles/common-apt/handlers/main.yml", "content": "---\n# handlers file for common-apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/common-apt/tasks/main.yml", "content": "---\n- name: install apt packages\n apt:\n name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1188, "all_permissive": false }
ansible_role
chriswortman/workstation_config
e241c44c6d795842ab7c552af69e82356d8c3a65
0
roles/vim
7,399
[ "no_license" ]
[ { "path": "roles/vim/files/.vimrc", "content": "set tabstop=2\n\" when indenting with \">\", user 4 spaces width\n\"set shiftwidth=4\n\" on pressing tab, insert 4 spaces\nset expandtab\n\nset number \" sets line numbering\n\nset wildmenu \" enable visual autocomplete for command menu\n\nset incsearch \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1615, "all_permissive": false }
ansible_role
rightclickdesign/maximumeffort.io
732f32670bbc0a887edb4d9ec7bcd13b713ccc1e
0
deploy/roles/app
7,399
[ "no_license" ]
[ { "path": "deploy/roles/app/tasks/main.yml", "content": "---\n# Deploy the app!\n- name: clean up app directory\n file: path={{ deploy_app_dir }}/ state=absent\n\n- name: create {{ deploy_app_dir }} directory\n file: path={{ deploy_app_dir }} state=directory mode=0755\n\n- name: create {{ deploy_log_dir }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }
ansible_role
srwiser/wordpress-ansible
6b1aae35f9fc8ad675fd7bc53cc5fd5e23851049
0
roles/apache
7,399
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Install required dependencies\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - apache2\n - mysql-serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
darkn3rd/neo4j-kit
daef53c0ce7565ac353de2ea306714a4cac7444c
0
provision/roles/docker
7,399
[ "no_license" ]
[ { "path": "provision/roles/docker/README.md", "content": "**docker_support**\n=========\n\nInstall docker engine module on target Ubuntu system.\n\n**Requirements**\n------------\n\nThe target system is Ubuntu.\n\n\n**Example Playbook**\n----------------\n\nExample:\n\n - hosts: servers\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1549, "all_permissive": false }
ansible_role
darkn3rd/neo4j-kit
daef53c0ce7565ac353de2ea306714a4cac7444c
0
provision/roles/docker_compose
7,399
[ "no_license" ]
[ { "path": "provision/roles/docker_compose/tasks/main.yml", "content": "---\n- name: Install docker-compose\n pip: name=docker-compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "provision/roles/docker_compose/README.md", "content": "**do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 437, "all_permissive": false }
ansible_role
darkn3rd/neo4j-kit
daef53c0ce7565ac353de2ea306714a4cac7444c
0
provision/roles/neo4j
7,399
[ "no_license" ]
[ { "path": "provision/roles/neo4j/defaults/main.yml", "content": "---\n# defaults file for neo4j\n\npackage_version: 3.1.1\npackage_name: neo4j\npackage_target: \"{{ package_name }}={{ package_version }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1696, "all_permissive": false }
ansible_role
darkn3rd/neo4j-kit
daef53c0ce7565ac353de2ea306714a4cac7444c
0
provision/roles/pip
7,399
[ "no_license" ]
[ { "path": "provision/roles/pip/tasks/main.yml", "content": "---\n# Install easy_install if not installed\n- name: Test easy_install on Ubuntu\n shell: which easy_install\n register: easy_install\n failed_when: false\n\n- name: Install easy_install\n apt: name=python-setuptools update_cache=yes\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 726, "all_permissive": false }
ansible_role
juneau-work/ansible-portworx
71b49cc638a924cbd486705733e8b66cd0a7fc71
1
roles/common
7,399
[ "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 host in groups['all'] %}\n{{ hostvars[host]['inventory_hostname'] }} {{ hostname_pre...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2065, "all_permissive": false }
ansible_role
juneau-work/ansible-portworx
71b49cc638a924cbd486705733e8b66cd0a7fc71
1
roles/docker
7,399
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker_uninstall.yml", "content": "---\n- name: stop docker daemon\n service:\n name: \"{{ item }}\"\n enabled: no\n state: stopped\n with_items:\n - docker\n ignore_errors: true\n\n- name: uninstall docker-ce-{{ docker_version }}\n yum: \n name: \"{{ item }}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2546, "all_permissive": false }
ansible_role
juneau-work/ansible-portworx
71b49cc638a924cbd486705733e8b66cd0a7fc71
1
roles/etcd
7,399
[ "no_license" ]
[ { "path": "roles/etcd/tasks/etcd_uninstall.yml", "content": "---\n- name: stop etcd\n service: \n name: etcd\n state: stopped \n enabled: no\n ignore_errors: true\n\n- name: remove etcd group\n group:\n name: etcd\n state: absent\n\n- name: remove etcd user\n user:\n name: etcd\n st...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2381, "all_permissive": false }
ansible_role
juneau-work/ansible-portworx
71b49cc638a924cbd486705733e8b66cd0a7fc71
1
roles/px-client
7,399
[ "no_license" ]
[ { "path": "roles/px-client/tasks/main.yml", "content": "---\n- import_tasks: px-client_{{ install_or_uninstall }}.yml\n tags: px-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/px-client/tasks/px-client_install.yml", "content": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1080, "all_permissive": false }
ansible_role
juneau-work/ansible-portworx
71b49cc638a924cbd486705733e8b66cd0a7fc71
1
roles/px-enterprise
7,399
[ "no_license" ]
[ { "path": "roles/px-enterprise/vars/main.yml", "content": "---\n# vars file for px-enterprise", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/px-enterprise/defaults/main.yml", "content": "---\n# defaults file for px-enterprise", "lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2507, "all_permissive": false }
ansible_role
juneau-work/ansible-portworx
71b49cc638a924cbd486705733e8b66cd0a7fc71
1
roles/px-lighthouse
7,399
[ "no_license" ]
[ { "path": "roles/px-lighthouse/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - px-lighthouse", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/px-lighthouse/defaults/main.yml", "content": "---\n# d...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 3489, "all_permissive": false }
ansible_role
juneau-work/ansible-portworx
71b49cc638a924cbd486705733e8b66cd0a7fc71
1
roles/upgrade
7,399
[ "no_license" ]
[ { "path": "roles/upgrade/defaults/main.yml", "content": "---\n# defaults file for px-enterprise-upgrade", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: is px-enterprise version {{ portworx...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 803, "all_permissive": false }
ansible_role
zxRenan/vagrant-ansible-projeto2
a46326f3d518fa4a04e13f611ff0eee9f086df58
0
roles/common
7,400
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: update cache\n apt:\n update_cache: true\n\n- name: instalando pacotes\n apt:\n name: \"{{ pacotes }}\"\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
zxRenan/vagrant-ansible-projeto2
a46326f3d518fa4a04e13f611ff0eee9f086df58
0
roles/nginx
7,400
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: instalando nginx\n apt:\n name: nginx\n\n- name: copiando site.html\n template: src=site.html dest=/var/www/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
zxRenan/vagrant-ansible-projeto2
a46326f3d518fa4a04e13f611ff0eee9f086df58
0
roles/user
7,400
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: hostname\n hostname:\n name: vingadores\n\n- name: creat user\n user: \n name: homem-aranha\n shell: /bin/bash\n createhome: yes\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
Friz-zy/ansible-vagrant-elk
a5494e69450149da76dab656c1b655ffdb81813a
0
roles/elasticsearch
7,400
[ "no_license" ]
[ { "path": "roles/elasticsearch/defaults/main.yml", "content": "---\nes_cluster_name: elasticsearch_production\nes_data_dir: /data/elasticsearch/data\nes_logs_dir: /var/log/elasticsearch\nes_plugins_dir: /data/elasticsearch/plugins\nes_bind_host: 0.0.0.0\nes_publish_host: 0.0.0.0\n", "license_type": "no_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2149, "all_permissive": false }
ansible_role
Friz-zy/ansible-vagrant-elk
a5494e69450149da76dab656c1b655ffdb81813a
0
roles/filebeat
7,400
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/yum.yml", "content": "- name: Add Elastic gpg key\n rpm_key: url=https://packages.elastic.co/GPG-KEY-elasticsearch state=present\n tags:\n - install\n\n- name: Add Beats repository.\n copy:\n src: elastic-beats.repo\n dest: /etc/yum.repos.d/elastic-beats.repo\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2442, "all_permissive": false }
ansible_role
Friz-zy/ansible-vagrant-elk
a5494e69450149da76dab656c1b655ffdb81813a
0
roles/kibana
7,400
[ "no_license" ]
[ { "path": "roles/kibana/tasks/yum.yml", "content": "- name: Add Elastic gpg key\n rpm_key: url=https://packages.elastic.co/GPG-KEY-elasticsearch state=present\n tags:\n - install\n\n- name: Add Kibana repository.\n copy:\n src: kibana.repo\n dest: /etc/yum.repos.d/kibana.repo\n mode: 0644\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1883, "all_permissive": false }
ansible_role
Friz-zy/ansible-vagrant-elk
a5494e69450149da76dab656c1b655ffdb81813a
0
roles/logstash
7,400
[ "no_license" ]
[ { "path": "roles/logstash/templates/30-elasticsearch-output.conf.j2", "content": "output {\n elasticsearch {\n hosts => [\"{{ groups['elasticsearch'][0] }}:9200\"]\n sniffing => true\n manage_template => false\n index => \"%{[@metadata][beat]}-%{+YYYY.MM.dd}\"\n document_type => \"%{[@metada...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1849, "all_permissive": false }
ansible_role
chhanz/ansible.fast-ec2
e02c33077052e564d7a2cd6258622eb154d0118e
0
roles/fast-ec2
7,400
[ "no_license" ]
[ { "path": "roles/fast-ec2/tasks/main.yml", "content": "---\n- name: Provision an EC2 instance with a public IP address\n amazon.aws.ec2_instance:\n name: \"{{ ec2_instnace_name }}\"\n count: \"{{ ec2_instance_count }}\"\n key_name: \"{{ ec2_instnace_key_name }}\"\n vpc_subnet_id: \"{{ ec2_instn...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1127, "all_permissive": false }
ansible_role
Mrigank810/Check_Vulnerability
84c508317cd31194d5ad80eaa91e2d1022e2cbda
0
roles/version_report
7,400
[ "no_license" ]
[ { "path": "roles/version_report/templates/report.j2", "content": "Instance_ID = {{ ansible_ec2_instance_id }}\nInstance_IP = {{ ansible_ec2_local_ipv4 }}\nNTPD_version = {{ NTP_version.stdout }}\nWget_version = {{ wget_version.stdout }}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 973, "all_permissive": false }
ansible_role
kevinhous30/Vaultiris
06d85c1101ec532ee7f749f79a4dcc90635c7ddc
1
Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/apache
7,400
[ "no_license" ]
[ { "path": "Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/apache/tasks/main.yml", "content": "---\n - name: install apache and openssl package\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - openssl\n\n - name: apache runnning and enabled\n service: name=ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
kevinhous30/Vaultiris
06d85c1101ec532ee7f749f79a4dcc90635c7ddc
1
Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/common
7,400
[ "no_license" ]
[ { "path": "Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/common/tasks/main.yml", "content": "---\n - name: aptitude package manager sotfware\n apt: name={{ item }} state=present\n with_items:\n - aptitude\n\n - name: apt-get update && apt-get upgrade\n apt: update_cache=yes upg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1222, "all_permissive": false }
ansible_role
kevinhous30/Vaultiris
06d85c1101ec532ee7f749f79a4dcc90635c7ddc
1
Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/login_user
7,400
[ "no_license" ]
[ { "path": "Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/login_user/tasks/main.yml", "content": "---\n - name: create user\n user: name={{ login_user }} shell=/bin/bash\n\n - name: add public key\n authorized_key: user={{ login_user }}\n key=\"{{lookup('file', 'login-key.pub')}}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6068, "all_permissive": false }
ansible_role
kevinhous30/Vaultiris
06d85c1101ec532ee7f749f79a4dcc90635c7ddc
1
Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/mysql
7,400
[ "no_license" ]
[ { "path": "Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/mysql/tasks/main.yml", "content": "---\n - name: install mysql package\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - python-mysqldb\n\n - name: startup mysql\n service: name=mysql state=star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 529, "all_permissive": false }
ansible_role
kevinhous30/Vaultiris
06d85c1101ec532ee7f749f79a4dcc90635c7ddc
1
Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/python
7,400
[ "no_license" ]
[ { "path": "Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/python/tasks/main.yml", "content": "---\n - name: install base sotfware\n apt: name={{ item }} state=present\n with_items:\n - libbz2-dev\n - zlib1g-dev\n - libssl-dev\n - libreadline-dev \n - libsqlite3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1198, "all_permissive": false }
ansible_role
kevinhous30/Vaultiris
06d85c1101ec532ee7f749f79a4dcc90635c7ddc
1
Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/zendframework
7,400
[ "no_license" ]
[ { "path": "Vulnerabilities/2016/CVE-2016-4861/KosukeShimofuji/ansible/roles/zendframework/tasks/main.yml", "content": "---\n - name: install apache and openssl package\n apt: name={{ item }} state=present\n with_items:\n - php5\n - php5-mysql\n - php-pear\n - php5-gd\n\n - name: apache r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
ujnvdprasad/ansible-project
29444a6556bfd17debc71bc12d35155ee617953b
0
playbook/roles/role1
7,400
[ "no_license" ]
[ { "path": "playbook/roles/role1/tasks/main.yml", "content": "- name: add list of users in my nodes\n user: name='{{item}}' state=present\n with_items:\n - jai\n - naga\n - venkata\n - durga\n - prasad\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
ujnvdprasad/ansible-project
29444a6556bfd17debc71bc12d35155ee617953b
0
playbook/roles/role2
7,400
[ "no_license" ]
[ { "path": "playbook/roles/role2/tasks/main.yml", "content": "- name: install httpd\n command: yum install httpd -y\n- name: restart httpd\n command: systemctl restart httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
ujnvdprasad/ansible-project
29444a6556bfd17debc71bc12d35155ee617953b
0
playbook/roles/role3
7,400
[ "no_license" ]
[ { "path": "playbook/roles/role3/tasks/main.yml", "content": "- name: installing git\n command: yum install git -y\n\n- name: installing httpd\n command: yum install httpd -y\n\n- name: restarting httpd\n command: systemctl restart httpd\n\n- name: getting repo from github\n git:\n repo: 'https://gith...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
ujnvdprasad/ansible-project
29444a6556bfd17debc71bc12d35155ee617953b
0
playbook/roles/role4
7,400
[ "no_license" ]
[ { "path": "playbook/roles/role4/tasks/main.yml", "content": "- name: install apache server for debian family\n command: apt-get-y install docker\n when: ansible_os_family== \"Debian\"\n\n- name: install apache server for redhat family\n command: yum install httpd -y\n when: ansible_os_family== \"RedHat\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
ujnvdprasad/ansible-project
29444a6556bfd17debc71bc12d35155ee617953b
0
playbook/roles/role5
7,400
[ "no_license" ]
[ { "path": "playbook/roles/role5/tasks/main.yml", "content": "- name: Installing Numpy python library using pip module\n pip:\n name: NumPy\n\n- name: Installing pandas python library using pip module\n pip:\n name: pandas\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
ujnvdprasad/ansible-project
29444a6556bfd17debc71bc12d35155ee617953b
0
playbook/roles/role6
7,400
[ "no_license" ]
[ { "path": "playbook/roles/role6/tasks/main.yml", "content": "- name: getting links from jenkins.io\n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: getting 2nd link from jenkins.io\n ansible.builtin.rpm_key:\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
tgraul/ansible-multi-role-engine
81140437cc13d1167971e4be525809a4d649b79c
0
roles/audit
7,400
[ "no_license" ]
[ { "path": "roles/audit/templates/audit_report.j2", "content": "############################################\n# SYSTEM AUDIT REPORT: {{ ansible_hostname }}\n# Generated: {{ ansible_date_time.date }} {{ ansible_date_time.time }}\n############################################\n\nSYSTEM INFORMATION\n------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4169, "all_permissive": false }
ansible_role
tgraul/ansible-multi-role-engine
81140437cc13d1167971e4be525809a4d649b79c
0
roles/base
7,400
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# Base-Rolle: Richtet grundlegende Systemdienste ein\n\n# Zeitzonenkonfiguration\n- name: Setze Zeitzone\n ansible.builtin.timezone:\n name: \"{{ timezone | default('Europe/Berlin') }}\"\n tags:\n - base\n - time\n\n# NTP-Konfiguration\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8380, "all_permissive": false }
ansible_role
tgraul/ansible-multi-role-engine
81140437cc13d1167971e4be525809a4d649b79c
0
roles/docker_host
7,400
[ "no_license" ]
[ { "path": "roles/docker_host/handlers/main.yml", "content": "---\n# Handlers für die Docker-Host-Rolle\n\n- name: restart docker\n ansible.builtin.service:\n name: docker\n state: restarted\n tags:\n - docker\n - service ", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 5023, "all_permissive": false }
ansible_role
tgraul/ansible-multi-role-engine
81140437cc13d1167971e4be525809a4d649b79c
0
roles/hardening
7,400
[ "no_license" ]
[ { "path": "roles/hardening/templates/limits.conf.j2", "content": "# /etc/security/limits.d/cis-limits.conf\n# CIS-Benchmark Limits-Konfiguration\n# Generiert von Ansible Hardening Role\n\n# Core dumps beschränken\n* hard core 0\n\n# Maximale Anzahl an offenen Dateien\n* soft nofile 1024\n* hard nofile 4096\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7891, "all_permissive": false }
ansible_role
tgraul/ansible-multi-role-engine
81140437cc13d1167971e4be525809a4d649b79c
0
roles/security_tools
7,400
[ "no_license" ]
[ { "path": "roles/security_tools/templates/psad/auto_dl.j2", "content": "############################################\n# PSAD auto_dl Konfiguration\n# Generiert durch Ansible\n############################################\n\n# Lokale Netzwerke\n127.0.0.0/8 0; # Localhost\n{% if ansible_default_ipv4.networ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 14344, "all_permissive": false }
ansible_role
tgraul/ansible-multi-role-engine
81140437cc13d1167971e4be525809a4d649b79c
0
roles/update
7,400
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n# Update-Rolle: Führt OS- und Sicherheitsupdates durch\n\n# Vorbereitungen\n- name: Cache aktualisieren (Debian/Ubuntu)\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3462, "all_permissive": false }
ansible_role
tgraul/ansible-multi-role-engine
81140437cc13d1167971e4be525809a4d649b79c
0
roles/web_service
7,400
[ "no_license" ]
[ { "path": "roles/web_service/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Server konfiguriert durch Ansible</title>\n <style>\n body {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 16150, "all_permissive": false }
ansible_role
toshi-click/django_develop
8ff729dce1e791adcc0a567a9aaa39c6826b28b5
0
ansible/playbook/roles/common
7,400
[ "no_license" ]
[ { "path": "ansible/playbook/roles/common/handlers/main.yml", "content": "- name: restart sshd\n service: name=sshd state=restarted\n\n- name: restart docker\n service: name=docker state=restarted\n\n- name: enable docker\n service: name=docker enabled=yes\n\n- name: restart postfix\n service: name=postf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5619, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Jenkins_behind_Nginx/roles/jenkins
7,400
[ "no_license" ]
[ { "path": "my_ansible/Jenkins_behind_Nginx/roles/jenkins/tasks/upgrade2.yml", "content": "---\n - name: Stopping the requests from Nginx Server to Jenkins server_2\n lineinfile: backup=yes\n state=present\n dest=/etc/nginx/conf.d/load_balance.conf\n regexp='^ ser...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6096, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Nagios/roles/nagios_plugins
7,400
[ "no_license" ]
[ { "path": "my_ansible/Nagios/roles/nagios_plugins/vars/main.yml", "content": "---\n nagios_plugins_version: 2.1.1\n nagios_plugins_build_directory: /opt\n contacts_location: /usr/local/nagios/etc/objects\n mail_id: <EMAIL>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1960, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Nagios/roles/nagios_prerequisites
7,400
[ "no_license" ]
[ { "path": "my_ansible/Nagios/roles/nagios_prerequisites/vars/main.yml", "content": "---\n# vars file for nagios_prerequisites\n MySQL_root_pass: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "my_ansible/Nagios/roles/nagios_prerequisit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1994, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Nagios_installation_working/roles/nagios
7,400
[ "no_license" ]
[ { "path": "my_ansible/Nagios_installation_working/roles/nagios/tasks/main.yml", "content": "---\n - name: create nagios group\n group: >\n gid=3000\n name=nagios\n\n - name: create nagcmd group\n group: >\n gid=3001\n name=nagcmd\n\n - name: create nagios user\n user: >\n uid=3000\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1734, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Openstack/roles/compute1
7,400
[ "no_license" ]
[ { "path": "my_ansible/Openstack/roles/compute1/defaults/main.yml", "content": "---\n# defaults file for compute1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "my_ansible/Openstack/roles/compute1/tasks/main.yml", "content": "---\n - name: In...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1746, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Openstack/roles/controller
7,400
[ "no_license" ]
[ { "path": "my_ansible/Openstack/roles/controller/templates/glance-api.j2", "content": "[DEFAULT]\nverbose = True\nbind_host = 0.0.0.0\nbind_port = 9292\nlog_file = /var/log/glance/api.log\nbacklog = 4096\nregistry_host = 0.0.0.0\nregistry_port = 9191\nregistry_client_protocol = http\nnotification_driver = n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 16529, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Openstack/roles/neutron
7,400
[ "no_license" ]
[ { "path": "my_ansible/Openstack/roles/neutron/vars/main.yml", "content": "---\ntarget: con\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "my_ansible/Openstack/roles/neutron/tasks/main.yml", "content": "---\n\n - name: Include network.yml\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 586, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Openstack_Kilo_3_node/roles/compute1
7,400
[ "no_license" ]
[ { "path": "my_ansible/Openstack_Kilo_3_node/roles/compute1/templates/nova.j2", "content": "[DEFAULT]\ndhcpbridge_flagfile=/etc/nova/nova.conf\ndhcpbridge=/usr/bin/nova-dhcpbridge\nlogdir=/var/log/nova\nstate_path=/var/lib/nova\nlock_path=/var/lock/nova\nforce_dhcp_release=True\nlibvirt_use_virtio_for_bridge...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2012, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Openstack_Kilo_3_node/roles/controller
7,400
[ "no_license" ]
[ { "path": "my_ansible/Openstack_Kilo_3_node/roles/controller/templates/mysqld_openstack.j2", "content": "[mysqld]\nbind-address = {{ groups[target][0] }}\ndefault-storage-engine = innodb\ninnodb_file_per_table\ncollation-server = utf8_general_ci\ninit-connect = 'SET NAMES utf8'\ncharacter-set-server = utf8\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 10785, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Openstack_Kilo_3_node/roles/neutron
7,400
[ "no_license" ]
[ { "path": "my_ansible/Openstack_Kilo_3_node/roles/neutron/templates/metadata_agent.j2", "content": "[DEFAULT]\nauth_url = http://localhost:5000/v2.0\nauth_region = RegionOne\nadmin_tenant_name = %SERVICE_TENANT_NAME%\nadmin_user = %SERVICE_USER%\nadmin_password = %<PASSWORD>%\nuth_uri = http://controller:50...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3881, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/Openstack_Kilo_3_node/roles/openstack_keyring
7,400
[ "no_license" ]
[ { "path": "my_ansible/Openstack_Kilo_3_node/roles/openstack_keyring/tasks/main.yml", "content": "---\n\n - name: Installing ubuntu cloud keyring\n apt: name=ubuntu-cloud-keyring state=present\n tags:\n - common\n\n - name: Create a file \n file: path=/etc/apt/sources.list.d/cloudarchive-kilo.list st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
pranavbhardwaj91/ansible-projects
ddd60532fe825426e8496854de39b663aa61b75b
0
my_ansible/zookeeper-3-node/roles/java
7,400
[ "no_license" ]
[ { "path": "my_ansible/zookeeper-3-node/roles/java/tasks/main.yml", "content": "---\n\n - name: add repo for java 8\n apt_repository: repo='ppa:webupd8team/java' state=present\n\n - name: set Java licence selected\n shell: /bin/echo debconf shared/accepted-oracle-license-v1-1 select true | /usr/bin/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }