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
philiphorrocks/al_code
b7c6d50d03e34cb40118263ebc73fe6172fca891
0
roles/test
4,817
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n# tasks file for test\n\n- name: ensure web page is available \n uri:\n url: http://localhost:80/al/helloworld.php\n return_content: yes\n register: page_test \n\n- name: ensure content is present on the page \n assert:\n that:\n - \"'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
lucky-sideburn/sfcomet
3fd29756509163cb0068e3990f09fe86b36682b5
1
roles/sfagent_deploy
4,837
[ "no_license" ]
[ { "path": "roles/sfagent_deploy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sfagent_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/sfagent_deploy/defaults/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3791, "all_permissive": false }
ansible_role
lucky-sideburn/sfcomet
3fd29756509163cb0068e3990f09fe86b36682b5
1
roles/sfcomet
4,837
[ "no_license" ]
[ { "path": "roles/sfcomet/vars/main.yml", "content": "---\n# vars file for safecomet\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/sfcomet/templates/haproxy.cfg.j2", "content": "global\n maxconn 20000\n ulimit-n 16384\n log 1...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 12224, "all_permissive": false }
ansible_role
paprockiw/ansible-admin-server-build
88fa1cc1ca5dbd2f90846b25d587487044964939
0
roles/common_tools
4,837
[ "no_license" ]
[ { "path": "roles/common_tools/tasks/main.yml", "content": "- name: Ensure system is up-to-date\n ansible.builtin.yum:\n name: \"*\"\n state: latest\n tags: \n - install-common-tools\n - update\n\n- name: Install required tools\n ansible.builtin.yum:\n name:\n - git\n - htop\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
paprockiw/ansible-admin-server-build
88fa1cc1ca5dbd2f90846b25d587487044964939
0
roles/python3
4,837
[ "no_license" ]
[ { "path": "roles/python3/defaults/main.yml", "content": "python_version: \"3.12.4\"\npython_major_version: \"3.12\"\npython_prefix: \"/usr/local\"\npython_link_name: \"python3.12\"\ntmp_dir: \"/tmp\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3034, "all_permissive": false }
ansible_role
paprockiw/ansible-admin-server-build
88fa1cc1ca5dbd2f90846b25d587487044964939
0
roles/terraform
4,837
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yml", "content": "terraform_version: \"1.12.2\"\nterraform_zip: \"terraform_{{ terraform_version }}_linux_amd64.zip\"\nterraform_url: \"https://releases.hashicorp.com/terraform/{{ terraform_version }}/{{ terraform_zip }}\"\ninstall_path: \"/usr/local/bin\"\ntmp_dir: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1459, "all_permissive": false }
ansible_role
mikequentel/ansible_roles_template
f24a105c3009f0dc299db3c98995ad370707373c
0
playbooks/roles/role1
4,837
[ "no_license" ]
[ { "path": "playbooks/roles/role1/files/setenv.sh", "content": "#!/bin/bash\n\n# SPECIFY:\nexport APP_NAME=@@APP_NAME\nexport OUTPUT_DIR=.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "playbooks/roles/role1/files/clean.sh", "content": "#!/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2920, "all_permissive": false }
ansible_role
joaopaulo15/Ubunto-infnet
892e1baf33987a036fc1d88251afb51837de2acc
0
roles/php
4,837
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Instala as extensoes PHP necessarias\n apt: name={{ item }} state=present\n with_items:\n - php5-gd\n - libssh2-php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
joaopaulo15/Ubunto-infnet
892e1baf33987a036fc1d88251afb51837de2acc
0
roles/server
4,837
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n- name: Atualiza o cache apt de nosso servidor\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Instala os pacotes necessarios\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - mysql-server \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
Twinuma/oreno-provisioning
2560396bf650d01c6014e13c2e12aebedbc77e14
0
roles/app
4,837
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "# file: roles/app/task/main.yml\n---\n- name: create symbolic link\n sudo: true\n file: src=/home/vagrant/test dest=/var/www/html/test owner=vagrant group=vagrant state=link\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": 172, "all_permissive": false }
ansible_role
Twinuma/oreno-provisioning
2560396bf650d01c6014e13c2e12aebedbc77e14
0
roles/composer
4,837
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "# roles/composer/task/main.yml\n---\n- name: Install Composer\n shell: curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer creates=/usr/local/bin/composer\n\n- composer: command=install working_dir=/home/vagrant...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
Twinuma/oreno-provisioning
2560396bf650d01c6014e13c2e12aebedbc77e14
0
roles/mysql
4,837
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "# file: roles/mysql/tasks/main.yml\n---\n# Include variables and define needed variables.\n- name: Define mysql_packages.\n set_fact:\n mysql_packages: \"{{ __mysql_packages | list }}\"\n when: mysql_packages is not defined\n\n- name: Define mysql_dae...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
Twinuma/oreno-provisioning
2560396bf650d01c6014e13c2e12aebedbc77e14
0
roles/php56
4,837
[ "no_license" ]
[ { "path": "roles/php56/tasks/install.yml", "content": "# file: roles/php56/tasks/install.yml\n---\n# file: roles/php/tasks/install.yml\n# - name: Add repository 'epel-repo'\n# yum: name=http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present\n\n- name...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1804, "all_permissive": false }
ansible_role
wso2/ansible-ei
57fab49bdfae35cb692f93a096887ddf4e0569e8
42
roles/common
4,837
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "#----------------------------------------------------------------------------\n# Copyright (c) 2018 WSO2, Inc. http://www.wso2.org\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1544, "all_permissive": true }
ansible_role
wso2/ansible-ei
57fab49bdfae35cb692f93a096887ddf4e0569e8
42
roles/integrator
4,837
[ "permissive" ]
[ { "path": "roles/integrator/templates/wso2ei-integrator.service.j2", "content": "[Unit]\nDescription=WSO2 Enterprise Integrator - Integrator\nAfter=network.target\n\n[Service]\nExecStart={{ carbon_home }}/bin/integrator.sh start\nExecStop={{ carbon_home }}/bin/integrator.sh stop\nExecRestart={{ carbon_home ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3228, "all_permissive": true }
ansible_role
aerogear/ups-operator-poc
2043b4f1d153018c7fe7e5b6dd34e183c3d593ce
1
roles/ups
4,837
[ "no_license" ]
[ { "path": "roles/ups/handlers/main.yml", "content": "---\n# handlers file for ups\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/ups/tasks/main.yml", "content": "---\n- set_fact:\n namespace: \"{{ meta.namespace }}\"\n \n# tasks fi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 11314, "all_permissive": false }
ansible_role
itohr/docker-graceful
90d3cf436d21520a4c0a4fa34a49ed6e2bf8f3ad
0
roles/nova
4,837
[ "no_license" ]
[ { "path": "roles/nova/tasks/upgrade.yml", "content": "---\n- name: start container\n mymodule:\n action: \"start_container\"\n name: \"{{ name }}\"\n image: \"{{ image }}\"\n graceful: \"{{ graceful }}\"\n graceful_timeout: \"{{ graceful_timeout }}\"\n graceful_signal: \"{{ graceful_signa...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1322, "all_permissive": false }
ansible_role
frodopwns/qwikcelery
6c5937a1b546e0c33a4a46e411e1caa9e474754a
0
roles/celery
4,837
[ "permissive" ]
[ { "path": "roles/celery/tasks/main.yml", "content": "- name: Updates apt cache\n apt: update_cache=true\n\n- name: Installs necessary packages\n apt: pkg={{ item }} state=latest\n with_items:\n - python-pip\n - build-essential\n - python-dev\n - git\n - vim\n - rabbitmq-server\n - re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 978, "all_permissive": true }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/desktop
4,837
[ "no_license" ]
[ { "path": "roles/desktop/tasks/look_and_feel.linux.yml", "content": "---\n- name: Install community.general.dconf module's dependencies\n pip:\n name:\n - psutil>=4.0.0\n\n- name: Show seconds in clock\n community.general.dconf:\n key: '/org/gnome/desktop/interface/clock-show-seconds'\n valu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4826, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/dotfiles
4,837
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/unix.yml", "content": "---\n- name: Install GNU Stow\n become: true\n package:\n name:\n - stow\n\n- name: Set up dotfiles\n shell:\n chdir: dotfiles\n cmd: stow --target={{ ansible_env.HOME }} --verbose=2 *\n ignore_errors: true\n register: stow_result\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 947, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/font
4,837
[ "no_license" ]
[ { "path": "roles/font/tasks/linux.yml", "content": "---\n- name: Create font directory\n file:\n path: '{{ font_dir_path }}'\n state: directory\n\n- name: Install font\n shell:\n chdir: '{{ font_dir_path }}'\n cmd: curl -fLO https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Jet...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 529, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/googlestyleguide
4,837
[ "no_license" ]
[ { "path": "roles/googlestyleguide/tasks/unix.yml", "content": "---\n- name: Download pylintrc from Google Python style guide\n shell:\n chdir: '{{ ansible_env.HOME }}/.config' # refer to the order where Pylint will search for a configuration file: https://pylint.pycqa.org/en/latest/user_guide/usage/run....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/neovim
4,837
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Install neovim\n import_tasks: linux.yml\n when: ansible_distribution == 'Ubuntu'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/neovim/tasks/linux.yml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1222, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/node
4,837
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Install nvm and node\n import_tasks: unix.yml\n when: ansible_distribution == 'Ubuntu'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/node/tasks/unix.yml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 403, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/package
4,837
[ "no_license" ]
[ { "path": "roles/package/tasks/ubuntu.yml", "content": "---\n- name: Install essential packages\n become: true\n package:\n name:\n - g++ # contains cc1plus, which is needed by neovim plugin treesitter\n - htop\n - tree\n - tmux\n - vim\n - xsel # tmux plugin's tmux-yank's...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/sdkman
4,837
[ "no_license" ]
[ { "path": "roles/sdkman/tasks/main.yml", "content": "---\n- name: Install SDKMAN!, JDK and gradle\n import_tasks: unix.yml\n when: ansible_distribution == 'Ubuntu'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/sdkman/tasks/unix.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/starship
4,837
[ "no_license" ]
[ { "path": "roles/starship/tasks/unix.yml", "content": "---\n- name: Install/update starship\n shell: curl -sS https://starship.rs/install.sh | sh -s -- --yes\n\n- name: Set up init script\n lineinfile:\n path: '{{ ansible_env.HOME }}/.bashrc'\n regexp: 'eval \"\\$\\(starship init bash\\)\"'\n lin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
lan1812783/bootstrap
7f4272324fd634b8e921b72eba7ed56ba551fb69
0
roles/vifm
4,837
[ "no_license" ]
[ { "path": "roles/vifm/tasks/main.yml", "content": "---\n- name: Install vifm\n import_tasks: unix.yml\n when: ansible_distribution == 'Ubuntu'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/vifm/tasks/unix.yml", "content": "---\n- na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1759, "all_permissive": false }
ansible_role
patrickspencer/regressthedress
c77fd883cfd8e61be76d97cc858927b7d8486348
0
server/provision/roles/web
4,857
[ "no_license" ]
[ { "path": "server/provision/roles/web/tasks/setup_supervisor.yml", "content": "---\n\n- name: Create the Supervisor config file\n template: src=supervisor_config.j2\n dest=/etc/supervisor/conf.d/{{ project_name }}.conf\n backup=yes\n\n- name: Create okapi log directory\n file: path=\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5411, "all_permissive": false }
ansible_role
hebaghazali/udapeople-cicd-pipeline
e1deddf14dd07985d0977fd284c7b9a3bb5ff261
0
.circleci/ansible/roles/deploy
4,857
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Copy backend folder to EC2 server\n copy:\n src: /root/project/artifact.tar.gz\n dest: /home/ubuntu/backend.tar.gz\n\n- name: Unzip the artifact\n shell: |\n cd /home/ubuntu/\n mkdir backend\n tar -xf backen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
rekhatiw/e2eproject
f2e8dddd670bd52e94ba1a2e439cc134f6bcc76b
0
roles/tomcat_aws
4,857
[ "no_license" ]
[ { "path": "roles/tomcat_aws/vars/main.yml", "content": "---\n# vars file for tomcat_aws\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/tomcat_aws/tasks/aws-ec2.yml", "content": "- name: Create an ec2 instance\n ec2:\n key_name: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1092, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/blackbox_exporter
4,857
[ "no_license" ]
[ { "path": "roles/blackbox_exporter/templates/init.service.j2", "content": "[Unit]\nDescription={{blackbox_serviceName}}\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ blackbox_userId }}\nGroup={{ blackbox_groupId }}\nRestart=always\nRestartSec=2\nStartLimitInterval=0\nType=s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2109, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/elasticsearch
4,857
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/ubuntu.yml", "content": "---\n\n\n- name: Download Elasticsearch \n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ elasticsearch.version }}-amd64.deb\n dest: ~/elasticsearch-{{ elasticsearch.version }}-amd64.deb\n\n- name: Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1022, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/fastlane-ubuntu
4,857
[ "no_license" ]
[ { "path": "roles/fastlane-ubuntu/tasks/ubuntu.yml", "content": "---\n\n- name: Install ruby\n shell: apt-get install -y ruby-full\n ignore_errors: yes\n\n- name: Install fastlane\n shell: gem install fastlane -NV\n ignore_errors: yes", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/faveo16
4,857
[ "no_license" ]
[ { "path": "roles/faveo16/tasks/ubuntu.yml", "content": "---\n- name: Add the user \n user:\n name: www-data\n group: www-data\n\n- name: Install software-properties-common package to get add-apt-repository command\n apt:\n name=\"{{ item }}\"\n state=present \n update_cache=true\n with_items:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1780, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/faveo18
4,857
[ "no_license" ]
[ { "path": "roles/faveo18/templates/chmod.sh", "content": "#!/bin/bash\n\nchown -R www-data:www-data /opt\n\nchown -R www-data:www-data /opt/faveo-helpdesk/\n\nchmod -R 755 /opt/\n\nchmod -R 755 /opt/faveo-helpdesk/\n\nchmod -R 755 /opt/faveo-helpdesk/storage\n\nchmod -R 755 /opt/faveo-helpdesk/bootstrap"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3384, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/filebeat
4,857
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/ubuntu.yml", "content": "---\n\n\n- name: Download Filebeat\n get_url:\n url: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{ elasticsearch.version }}-amd64.deb\n dest: ~/filebeat-{{ elasticsearch.version }}-amd64.deb\n\n\n- name: Install Filebeat\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1071, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/grafana
4,857
[ "no_license" ]
[ { "path": "roles/grafana/tasks/ubuntu.yml", "content": "---\n\n\n- name: add repository \n shell: curl https://packagecloud.io/gpg.key | sudo apt-key add -\n ignore_errors: yes\n\n- name: add repository grafana\n shell: add-apt-repository \"deb https://packagecloud.io/grafana/stable/debian/ stretch main\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/java8
4,857
[ "no_license" ]
[ { "path": "roles/java8/tasks/ubuntu.yml", "content": "---\n\n- name: Running Install Java 8\n apt: name=openjdk-8-jdk-headless state=present update_cache=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/jmeter
4,857
[ "no_license" ]
[ { "path": "roles/jmeter/tasks/ubuntu.yml", "content": "---\n\n- name: Install aptitude\n become: true\n apt:\n name: aptitude\n\n- name: Update APT package manager repositories cache\n become: true\n apt:\n update_cache: yes\n\n\n- name: Install utilities\n become: true\n apt:\n name: \"{{ it...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1274, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/jmeter-slave
4,857
[ "no_license" ]
[ { "path": "roles/jmeter-slave/templates/run.j2", "content": "#! /bin/bash\n\ncd /opt/jmeter/bin\n./jmeter-server -Djava.rmi.server.hostname=172.16.17.32\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/jmeter-slave/tasks/ubuntu.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1556, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/kafka-confluent
4,857
[ "no_license" ]
[ { "path": "roles/kafka-confluent/tasks/centos.yml", "content": "---\n\n- name: install python tools\n yum: name={{ item }} state=latest\n with_items:\n - epel-release\n - python-pip\n - curl\n - which\n\n- name: Config config kafka\n template: src=confluent.repo dest=/etc/yum.repos.d/confluent.re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2650, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/kibana
4,857
[ "no_license" ]
[ { "path": "roles/kibana/tasks/ubuntu.yml", "content": "---\n\n\n- name: Download Kibana\n get_url:\n url: https://artifacts.elastic.co/downloads/kibana/kibana-{{ elasticsearch.version }}-amd64.deb\n dest: ~/kibana-{{ elasticsearch.version }}-amd64.deb\n\n\n- name: Install Kibana\n apt:\n deb: ~/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/kubeadm-master
4,857
[ "no_license" ]
[ { "path": "roles/kubeadm-master/tasks/ubuntu.yml", "content": "---\n\n- name: add Kubernetes apt-key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: add Kubernetes' APT repository\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1781, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/kubeadm-node
4,857
[ "no_license" ]
[ { "path": "roles/kubeadm-node/tasks/ubuntu.yml", "content": "---\n\n- name: add Kubernetes apt-key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: add Kubernetes' APT repository\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1121, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/mariadb
4,857
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- include: ubuntu.yml\n when: env == \"ubuntu\"\n\n- include: centos.yml\n when: env == \"centos\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/mongodb
4,857
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/centos.yml", "content": "---\n\n\n- name: Config service nginx\n template: src=mongocentos.repo.j2 dest=/etc/yum.repos.d/mongodb.repo\n\n\n- name: install mongodb-org\n yum:\n name=mongodb-org\n state=present \n update_cache=true\n\n- name: install python tools\n yum:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2938, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/mysql
4,857
[ "no_license" ]
[ { "path": "roles/mysql/tasks/ubuntu.yml", "content": "---\n\n\n- name: install mysql\n apt:\n name=\"{{ item }}\"\n state=present \n update_cache=true\n with_items:\n - python-mysqldb\n - mysql-server\n - libmysqlclient-dev \n\n- name: Install the Python MySQLB module\n pip: name=mysql-python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/nginx
4,857
[ "no_license" ]
[ { "path": "roles/nginx/tasks/ubuntu.yml", "content": "---\n\n\n- name: install nginx\n apt:\n name=\"nginx\"\n state=present \n update_cache=true\n \n\n- name: Config service nginx\n template: src=default dest=/etc/nginx/sites-enabled/default\n\n- name: restart nginx\n shell: systemctl restart ngin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 458, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/node_exporter
4,857
[ "no_license" ]
[ { "path": "roles/node_exporter/templates/init.service.j2", "content": "[Unit]\nDescription={{node_export_serviceName}}\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ node_export_userId }}\nGroup={{ node_export_groupId }}\nRestart=on-failure\nType=simple\nExecStart={{ node_ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1665, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/openshift
4,857
[ "no_license" ]
[ { "path": "roles/openshift/tasks/ubuntu.yml", "content": "---\n\n- name: add repository \n shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n ignore_errors: yes\n\n\n \n- name: add repository \n shell: sudo add-apt-repository \"deb [arch=amd64] https://download.docker...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2861, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/postgres-patroni
4,857
[ "no_license" ]
[ { "path": "roles/postgres-patroni/templates/patroni.yml.j2", "content": "scope: postgres\nnamespace: /db/\nname: postgresql0\n\nrestapi:\n listen: {{ patroni_ip }}:8008\n connect_address: {{ patroni_ip }}:8008\n\netcd:\n host: {{ etcd_ip }}:2379\n\nbootstrap:\n dcs:\n ttl: 30\n loo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3993, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/prometheus
4,857
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/ubuntu.yml", "content": "---\n- name: Creating prometheus user group\n group: name=\"{{prometheus_groupId}}\"\n become: true\n\n- name: Creating prometheus user\n user:\n name: \"{{prometheus_userId}}\"\n group: \"{{prometheus_groupId}}\"\n system: yes\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1913, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/rabbitmq
4,857
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/ubuntu.yml", "content": "---\n\n\n- name: add repository \n shell: echo 'deb http://www.rabbitmq.com/debian/ testing main' | sudo tee /etc/apt/sources.list.d/rabbitmq.list\n ignore_errors: yes\n\n- name: add repository rabbitmq\n shell: wget -O- https://www.rabbitmq.com/ra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 919, "all_permissive": false }
ansible_role
adisaputra10/ansible_playbook
71a506d51154f46a51ec2cba7b3ebb515f629b16
1
roles/redis
4,857
[ "no_license" ]
[ { "path": "roles/redis/tasks/ubuntu.yml", "content": "---\n\n- name: install redis server standalone\n apt:\n name=\"redis-server\"\n state=present \n update_cache=true\n \n- name: Config redis\n template: src=redis.conf.j2 dest=/etc/redis/redis.conf\n\n- name: start redis\n shell: systemctl resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
vetletm/hacking-portal
e6d617c26c0ab216fce182afeb2d8d2a408e14f1
0
build/roles/base
4,857
[ "no_license" ]
[ { "path": "build/roles/base/tasks/main.yml", "content": "- name: Install base packages\n apt:\n name: '{{ packages }}'\n state: latest\n update_cache: yes\n vars:\n packages:\n - vim\n become: yes\n\n- name: Set timezone\n timezone:\n name: Europe/Oslo\n become: yes\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
vetletm/hacking-portal
e6d617c26c0ab216fce182afeb2d8d2a408e14f1
0
build/roles/docker
4,857
[ "no_license" ]
[ { "path": "build/roles/docker/handlers/main.yml", "content": "- name: restart_docker\n service:\n name: docker\n state: restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "build/roles/docker/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1053, "all_permissive": false }
ansible_role
vetletm/hacking-portal
e6d617c26c0ab216fce182afeb2d8d2a408e14f1
0
build/roles/stack
4,857
[ "no_license" ]
[ { "path": "build/roles/stack/templates/mongo_user.js.j2", "content": "db.createUser({\n\tuser: \"{{mongo_service_user}}\",\n\tpwd: \"{{<PASSWORD>}}\",\n\troles: [\"readWrite\"]\n})\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "build/roles/stack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2499, "all_permissive": false }
ansible_role
chroju/sandbox-infrastructure
8acd8b72db6da5ebf68a1ed73c1403310563ab6a
0
ansible_kubeadm/roles/at_first_tasks
4,857
[ "no_license" ]
[ { "path": "ansible_kubeadm/roles/at_first_tasks/tasks/main.yml", "content": "- name: make group\n group:\n name: \"{{ item }}\"\n state: present\n loop:\n - admin\n - \"{{ user }}\"\n- name: make user\n user:\n name: \"{{ user }}\"\n groups: \"{{ user }},admin\"\n password: \"{{ <PAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
chroju/sandbox-infrastructure
8acd8b72db6da5ebf68a1ed73c1403310563ab6a
0
ansible_kubeadm/roles/kubeadm_init
4,857
[ "no_license" ]
[ { "path": "ansible_kubeadm/roles/kubeadm_init/tasks/main.yml", "content": "- name: apt-get install\n apt:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - apt-transport-https\n - curl\n - ca-certificates\n - software-properties-common\n become: yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2158, "all_permissive": false }
ansible_role
sabre1041/3trains-sso-demo
aac6e39e4f95f351d18785d022264a0ebeb7f93d
0
roles/keycloak
4,857
[ "permissive" ]
[ { "path": "roles/keycloak/tasks/prereqs.yml", "content": "---\n\n- name: upgrade all packages\n become: true\n yum:\n name: '*'\n state: latest\n\n- name: Install packages\n become: true\n package:\n name: \"{{ item }}\"\n loop:\n - java-1.8.0-openjdk\n - unzip", "license_type": "per...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 13849, "all_permissive": true }
ansible_role
s-toshimi-2/my-develop-box
f43cc0fd13b2db6eabe0b086b8384ea19c8e31c9
0
provision/roles/base
4,857
[ "no_license" ]
[ { "path": "provision/roles/base/tasks/main.yml", "content": "---\n- name: install basic modules\n yum: >\n name={{ item }}\n state=installed\n with_items:\n - jq\n - nkf\n - ntp\n - screen\n - tree\n - wget\n - zsh\n- name: install japanese support\n yum: >\n name={{ item }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
s-toshimi-2/my-develop-box
f43cc0fd13b2db6eabe0b086b8384ea19c8e31c9
0
provision/roles/httpd
4,857
[ "no_license" ]
[ { "path": "provision/roles/httpd/tasks/main.yml", "content": "---\n- name: install httpd\n yum: >\n name={{ item }}\n state=installed\n with_items:\n - httpd\n - php\n- name: Place apache config\n template: >\n src=httpd.conf\n dest=/etc/httpd/conf/httpd.conf\n mode=0644\n owner=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
s-toshimi-2/my-develop-box
f43cc0fd13b2db6eabe0b086b8384ea19c8e31c9
0
provision/roles/jenkins
4,857
[ "no_license" ]
[ { "path": "provision/roles/jenkins/handlers/main.yml", "content": "---\n- include: ../../httpd/handlers/main.yml\n- name: Restart Jenkins\n service: >\n name=jenkins\n state=running\n enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1009, "all_permissive": false }
ansible_role
s-toshimi-2/my-develop-box
f43cc0fd13b2db6eabe0b086b8384ea19c8e31c9
0
provision/roles/mysql
4,857
[ "no_license" ]
[ { "path": "provision/roles/mysql/tasks/main.yml", "content": "---\n- name: set mysql epel repository\n yum: >\n name=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm\n state=present\n- name: install MySQL\n yum: >\n name={{ item }}\n state=installed\n with_items:\n - mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
s-toshimi-2/my-develop-box
f43cc0fd13b2db6eabe0b086b8384ea19c8e31c9
0
provision/roles/phpenv
4,857
[ "no_license" ]
[ { "path": "provision/roles/phpenv/tasks/main.yml", "content": "---\n- name: set epel reposotory\n yum: >\n name=http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n state=present\n- name: install the necessary modules\n yum: >\n name={{ item }}\n state=installed\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
s-toshimi-2/my-develop-box
f43cc0fd13b2db6eabe0b086b8384ea19c8e31c9
0
provision/roles/rbenv
4,857
[ "no_license" ]
[ { "path": "provision/roles/rbenv/tasks/main.yml", "content": "---\n- name: install yum modules for ruby install\n yum: >\n name={{ item }}\n state=installed\n with_items:\n - gcc\n - gcc-c++\n - git\n - libffi-devel\n - make\n - openssl-devel\n - patch\n\n- name: install rbenv\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1220, "all_permissive": false }
ansible_role
n0mik0s/vbox-vagrant
649e448f25c5752c4f5f6cc75917bb9779147d70
0
playbooks/roles/docker
4,857
[ "no_license" ]
[ { "path": "playbooks/roles/docker/defaults/main.yml", "content": "---\ndocker_repo_url: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable\"\ndocker_gpgkey_url: https://download.docker.com/linux/ubuntu/gpg\ndocker_gpgkey_file: /tmp/docker.gpg", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1305, "all_permissive": false }
ansible_role
n0mik0s/vbox-vagrant
649e448f25c5752c4f5f6cc75917bb9779147d70
0
playbooks/roles/install
4,857
[ "no_license" ]
[ { "path": "playbooks/roles/install/tasks/main.yml", "content": "---\n- name: Install a list of packages. RHEL Family OS\n yum:\n name:\n - freeipa-client\n - mc\n - htop\n state: present\n update_cache: yes\n when: ansible_os_family == \"RedHat\"\n become: true\n become_method: sudo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
n0mik0s/vbox-vagrant
649e448f25c5752c4f5f6cc75917bb9779147d70
0
playbooks/roles/update
4,857
[ "no_license" ]
[ { "path": "playbooks/roles/update/defaults/main.yml", "content": "---\nreboot_connect_timeout: 5\nreboot_post_reboot_delay: 15\nreboot_timeout: 600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "playbooks/roles/update/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 956, "all_permissive": false }
ansible_role
mk3z/scc24-ansible
873f71af21282a87e0b03a7f302faa184f1a0c30
0
roles/hpl
4,857
[ "no_license" ]
[ { "path": "roles/hpl/tasks/main.yml", "content": "- name: Download HPL source\n get_url:\n url: \"https://www.netlib.org/benchmark/hpl/hpl-{{ version }}.tar.gz\"\n dest: \"{{ install_dir }}\"\n\n- name: Extract HPL source\n unarchive:\n src: \"{{ install_dir }}/hpl-{{ version }}.tar.gz\"\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 416, "all_permissive": false }
ansible_role
mk3z/scc24-ansible
873f71af21282a87e0b03a7f302faa184f1a0c30
0
roles/slurm
4,857
[ "no_license" ]
[ { "path": "roles/slurm/defaults/main.yml", "content": "install_dir: /home/sysadmin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/slurm/tasks/main.yml", "content": "- name: Get slurm source\n get_url:\n url: https://example.com/slu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 253, "all_permissive": false }
ansible_role
TDenisM/rbrnm_ch
e711f6260c6ef70554be206316338e1f38a6308c
1
02/roles/nl2go.clickhouse
4,857
[ "no_license" ]
[ { "path": "02/roles/nl2go.clickhouse/tasks/config.yml", "content": "---\n- name: Config | Set ClickHouse configuration file\n template:\n src: config.xml.j2\n dest: \"{{ clickhouse_conf_dir }}/config.xml\"\n owner: \"{{ clickhouse_user }}\"\n group: \"{{ clickhouse_group }}\"\n mode: \"0664\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2457, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/adduser
4,857
[ "no_license" ]
[ { "path": "roles/adduser/tasks/main.yml", "content": "- name: create new user group\n become: true\n group:\n name: \"{{ group_name }}\"\n gid: \"{{ group_id }}\"\n state: \"{{ group_state }}\"\n\n- name: create taiga user\n become: true\n #vars_files:\n # - group_vars/taiga_user\n user:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/common
4,857
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Installing softwares and tools\n #apt: pkg={{ item }} state=present\n apt: pkg={{ pkg }} state=present\n become: true\n become_user: root\n #with_items: \" {{ install_pkg }} \"\n # - git\n # - subversion\n # - vim\n # - diffutils\n\n\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/nginx
4,857
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: \"rm nginx default conf\"\n become: true\n file:\n dest: /etc/nginx/sites-enabled/default\n state: absent\n\n- name: \"copy nginx conf\"\n become: true\n template:\n src: \"{{ server_type }}.conf\"\n dest: /etc/nginx/conf.d/\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/postgres
4,857
[ "no_license" ]
[ { "path": "roles/postgres/tasks/install_postgres.yml", "content": "- name: Install postgres\n #apt: pkg={{ item }} state=present\n apt: pkg={{ postgresql_pkg }} state=present\n become: true\n become_user: root\n #with_items: {{ postgresql_pkg }}\n # - postgresql-9.5\n # - postgresql-contrib-9.5\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1390, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/rabbitmq
4,857
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/create_user.yml", "content": "- rabbitmq_user:\n user: \"{{ rabbitmq_user }}\"\n password: \"{{ <PASSWORD> }}\"\n vhost: /\n configure_priv: \"{{ rabbitmq_priv }}\"\n read_priv: \"{{ rabbitmq_priv }}\"\n write_priv: \"{{ rabbitmq_priv }}\"\n state: presen...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 734, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/repo_tsinghua
4,857
[ "no_license" ]
[ { "path": "roles/repo_tsinghua/tasks/main.yml", "content": "- name: \"change repo to china-tuna\"\n copy:\n src: ubuntu-16.04-tsinghua.sources.list\n dest: /etc/apt/sources.list\n owner: root\n group: root\n mode: 0644\n backup: yes\n\n- name: \"Run the equivalent of 'apt-get update' as a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/taiga_back
4,857
[ "no_license" ]
[ { "path": "roles/taiga_back/tasks/initial_data.yml", "content": "#- name: initial database\n# become: true\n# become_user: taiga\n# shell: python mangae.py --help\n# #- python manage.py migrate --noinput\n# #- python manage.py loaddata initial_user\n# #- python manage.py loaddata initial_project...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6250, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/taiga_events
4,857
[ "no_license" ]
[ { "path": "roles/taiga_events/tasks/main.yml", "content": "- name: unzip taiga-events-master files\n include: unzip_taiga-events.yml\n\n- name: install nodejs\n #include: install_nodejs.yml\n include: install_nodejs_from_aliyun.yml\n\n- name: install taiga_events.service\n include: taiga_events.service....
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3248, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/taiga_front
4,857
[ "no_license" ]
[ { "path": "roles/taiga_front/tasks/main.yml", "content": "- name: copy taiga-front-dist-stable files\n include: copyzip.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/taiga_front/tasks/copyzip.yml", "content": "- name: create taig...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1079, "all_permissive": false }
ansible_role
lcmust/ansible_for_taiga
9a41b2aabc559261edbae8e80e40cec071d36db2
0
roles/taiga_service
4,857
[ "no_license" ]
[ { "path": "roles/taiga_service/tasks/main.yml", "content": "- name: \"copy taiga.service\"\n become: true\n template:\n src: taiga.service\n dest: /etc/systemd/system/taiga.service\n owner: root\n mode: 0644\n\n- name: \"systemctl daemon-reload\"\n become: true\n shell: systemctl daemon-relo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
Otus-DevOps-2023-11/VicktorSimonov_infra
f3ac3a71f13c65e878de93b34afae4b4d58ece3b
0
ansible/old/roles/db
4,857
[ "no_license" ]
[ { "path": "ansible/old/roles/db/tasks/main.yml", "content": "---\n# tasks file for db\n- name: Change mongo config file\n template:\n src: templates/mongod.conf.j2\n dest: /etc/mongodb.conf\n mode: 0644\n notify: restart mongodb\n\n# tasks file for db\n- name: Change mongo config file\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
luishscosta/tray-1
2a6750b9363cd7e02a58f807faaebeada3afe6ed
1
roles/create_user
4,857
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n - name: \"Create user {{ USER_TRAY }} account\"\n user:\n name: \"{{ USER_TRAY }}\"\n groups: \"sudo\"\n shell: \"/bin/bash\"\n password: \"{{ <PASSWORD> }}\"\n append: \"yes\"\n become: yes", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
luishscosta/tray-1
2a6750b9363cd7e02a58f807faaebeada3afe6ed
1
roles/install_apache
4,857
[ "no_license" ]
[ { "path": "roles/install_apache/tasks/main.yml", "content": "---\n - name: 'Install Apache'\n apt:\n update_cache: yes \n name: \"{{ item }}\"\n state: present\n become: yes\n tags:\n - packages\n with_items:\n - apache2\n - name: 'Enable service Apache'\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
luishscosta/tray-1
2a6750b9363cd7e02a58f807faaebeada3afe6ed
1
roles/install_app
4,857
[ "no_license" ]
[ { "path": "roles/install_app/tasks/main.yml", "content": "---\n - name: 'Install APP from GIT '\n git:\n repo: \"{{ REPO }}\"\n dest: \"{{ DEST }}\"\n clone: yes\n update: yes\n force: yes\n - name: 'Fix bugs 1/2'\n template:\n src: 'templates/index.php.j2'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 600, "all_permissive": false }
ansible_role
luishscosta/tray-1
2a6750b9363cd7e02a58f807faaebeada3afe6ed
1
roles/install_php
4,857
[ "no_license" ]
[ { "path": "roles/install_php/tasks/main.yml", "content": "---\n - name: 'Install PHP'\n apt:\n update_cache: yes \n name: \"{{ item }}\"\n state: present\n become: yes\n tags:\n - packages\n with_items:\n - php\n notify:\n - restart apache\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
luishscosta/tray-1
2a6750b9363cd7e02a58f807faaebeada3afe6ed
1
roles/upgrade_packs
4,857
[ "no_license" ]
[ { "path": "roles/upgrade_packs/tasks/main.yml", "content": "---\n - name: 'Upgrade packages - PLEASE WAIT !!!'\n apt:\n update_cache: yes\n upgrade: yes \n become: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
qq4220182/helloworld
f8d4b595cd9752cd13657ba063c0f3cdc398aa12
0
roles/common
4,897
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: echo \" {{ sitename }} \"\n shell: /bin/echo \"wellcome! {{ sitename }}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/asdf
4,897
[ "no_license" ]
[ { "path": "roles/asdf/tasks/ubuntu.yml", "content": "- name: \"ASDF | Check if ASDF is installed\"\n shell: command -v asdf\n register: result\n tags:\n - asdf\n - asdf_install\n\n- name: \"ASDF | Check if ASDF installed via Homebrew\"\n shell: brew --prefix asdf\n register: brew_result\n change...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1673, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/awslocal
4,897
[ "no_license" ]
[ { "path": "roles/awslocal/tasks/ubuntu.yml", "content": "- name: \"AWSLocal | Check if awslocal is installed\"\n shell: command -v awslocal\n register: result\n tags:\n - awslocal\n - awslocal_install\n\n- set_fact:\n awslocal_installed: \"{{ not result.failed | bool }}\"\n tags:\n - awsloca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/bash
4,897
[ "no_license" ]
[ { "path": "roles/bash/tasks/ubuntu.yml", "content": "---\n- name: \"Bash | Copy .bashrc\"\n ansible.builtin.copy:\n src: files/bashrc\n dest: ~/.bashrc\n tags:\n - bash\n - bashrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/brew
4,897
[ "no_license" ]
[ { "path": "roles/brew/tasks/macos.yml", "content": "---\n- name: \"Brew | Check if Brew is installed\"\n shell: command -v brew\n register: result\n changed_when: false\n tags:\n - always\n - brew\n - brew_install\n\n- set_fact:\n brew_installed: \"{{ not result.failed | bool }}\"\n tags:\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3711, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/btop
4,897
[ "no_license" ]
[ { "path": "roles/btop/tasks/ubuntu.yml", "content": "- name: \"btop | Install btop\"\n become: true\n ansible.builtin.package:\n name: btop\n state: present\n tags:\n - btop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/cron
4,897
[ "no_license" ]
[ { "path": "roles/cron/tasks/macos.yml", "content": "---\n- name: \"Ensure VirtualEnv is installed\"\n homebrew:\n name: virtualenv\n state: present\n tags:\n - cron\n\n- name: \"Scripts | Ensure ~/.scripts folder exists\"\n file:\n path: ~/.scripts\n state: directory\n tags:\n - cron\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3641, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/docker
4,897
[ "no_license" ]
[ { "path": "roles/docker/tasks/ubuntu.yml", "content": "- name: \"Docker | Get info on docker host\"\n community.docker.docker_host_info:\n register: result\n ignore_errors: true\n tags:\n - docker\n\n- set_fact:\n docker_installed: \"{{ not result.failed | bool }}\"\n tags:\n - docker\n\n# - d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1744, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/fish
4,897
[ "no_license" ]
[ { "path": "roles/fish/files/functions/code_ssh_script.fish", "content": "function code_ssh_script\n code ~/.ssh/scripts\nend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/fish/files/functions/ziptocbz.fish", "content": "function zipt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 3708, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/git
4,897
[ "no_license" ]
[ { "path": "roles/git/tasks/ubuntu.yml", "content": "---\n- name: \"Git | Install\"\n community.general.homebrew:\n name:\n - git\n state: present\n tags:\n - always\n - homebrew\n - homebrew_install\n - git\n - git_install\n\n- name: \"Git | Set user.name\"\n community.general.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
codepainter/dotfiles-v2
1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac
0
roles/neovim
4,897
[ "no_license" ]
[ { "path": "roles/neovim/tasks/ubuntu.yml", "content": "---\n- name: \"neovim | Ensure neovim and its dependencies are installed\"\n homebrew:\n name: \"{{ item }}\"\n state: \"present\"\n loop:\n - \"neovim\"\n - \"bat\"\n - \"fzf\"\n - \"the_silver_searcher\"\n - \"ripgrep\"\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1542, "all_permissive": false }