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
skyparmar/aakash-example
e517488265f504a5fc955b101924fda49a6332d1
0
ansible/Roles/apache
422
[ "no_license" ]
[ { "path": "ansible/Roles/apache/tasks/main.yml", "content": "- name: Install latest version of Apache\n apt: name=apache2 state=latest\n\n\n\n- name: service start apache2\n service:\n name: apache2\n enabled: yes\n when: true", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
skyparmar/aakash-example
e517488265f504a5fc955b101924fda49a6332d1
0
ansible/Roles/java
422
[ "no_license" ]
[ { "path": "ansible/Roles/java/tasks/main.yml", "content": "--- #install java through role\n - name: Update APT package manager repositories cache\n #become: true\n apt:\n - name: Install OpenJDK Java\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
Hobbey/ansible
a75e7bdde46c51cf59eccdc38041b3c33ccecec6
0
roles/docker
422
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n- name: stop docker\n service: name=docker state=stopped\n\n- name: start docker\n service: name=docker state=started\n \n- name: restart docker\n service: name=docker state=restarted\n", "license_type": "no_license", "detected_licen...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2690, "all_permissive": false }
ansible_role
Hobbey/ansible
a75e7bdde46c51cf59eccdc38041b3c33ccecec6
0
roles/ntp
422
[ "no_license" ]
[ { "path": "roles/ntp/tasks/install.yml", "content": "---\n- name: \"Install ntpd\"\n package: name=ntp\n become: yes\n when: ansible_os_family == 'RedHat' or ansible_os_family == 'Debian'\n\n- name: \"Copy config\"\n copy: src=roles/ntp/files/ntp.conf dest=/etc/ntp.conf mode=644\n become: yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
Hobbey/ansible
a75e7bdde46c51cf59eccdc38041b3c33ccecec6
0
roles/ssh
422
[ "no_license" ]
[ { "path": "roles/ssh/tasks/ssh_root_setup.yml", "content": "---\n# Copy admin ssh pub key to root authorized_keys then disable root password login\n\n- name: \"Install admin ssh pub keys for root\"\n authorized_key:\n user: root\n state: present\n manage_dir: yes\n key: \"{{ item }}\"\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
Hobbey/ansible
a75e7bdde46c51cf59eccdc38041b3c33ccecec6
0
roles/system
422
[ "no_license" ]
[ { "path": "roles/system/tasks/init_server_debian.yml", "content": "---\n#- name: \"Add apt config file\"\n# copy: src=roles/system/files/apt.conf dest=/etc/apt/apt.conf\n# become: yes\n\n- name: \"Add local apt source mirror\"\n copy:\n src: roles/system/files/sources_ubuntu_16_04_sh.list\n dest: /...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3032, "all_permissive": false }
ansible_role
yukihiko-shinoda/dockerfile-deploy-wordpress-plugin
19637b00cf3007815bd32e51d5f3935fcafa32ab
0
pytest/tests/testresources/project/roles/set_up_fixture
422
[ "no_license" ]
[ { "path": "pytest/tests/testresources/project/roles/set_up_fixture/tasks/main.yml", "content": "---\n- name: Dump SubVersion repository for backup to restore when teardown\n shell: svnrdump dump {{ svn_repository_url }} > /tmp/repository_backup.dmp\n\n- name: Initialize SubVersion repository\n shell: sh -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
yukihiko-shinoda/dockerfile-deploy-wordpress-plugin
19637b00cf3007815bd32e51d5f3935fcafa32ab
0
pytest/tests/testresources/project/roles/tear_down_fixture
422
[ "no_license" ]
[ { "path": "pytest/tests/testresources/project/roles/tear_down_fixture/tasks/main.yml", "content": "---\n- name: Initialize SubVersion repository\n command: sh -cl init-svn-repository\n\n- name: Load fixture SubVersion repository\n shell: svnrdump load --username {{ svn_user_name }} --password '{{ svn_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
yukihiko-shinoda/dockerfile-deploy-wordpress-plugin
19637b00cf3007815bd32e51d5f3935fcafa32ab
0
runner/project/roles/checkout
422
[ "no_license" ]
[ { "path": "runner/project/roles/checkout/tasks/validate_git_repository_checked_out.yml", "content": "---\n- name: Check if GitHub workspace is defined and repository is checked out\n stat:\n path: '{{ git_path_checked_out }}/.git'\n register: checked_out_repository\n\n- name: Ensure that Repository che...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5556, "all_permissive": false }
ansible_role
yukihiko-shinoda/dockerfile-deploy-wordpress-plugin
19637b00cf3007815bd32e51d5f3935fcafa32ab
0
runner/project/roles/commit
422
[ "no_license" ]
[ { "path": "runner/project/roles/commit/tasks/main.yml", "content": "---\n- name: Ensure that tags directory exists\n file:\n path: '{{ workspace }}{{ directory_name_checkout_subversion }}/tags'\n state: directory\n\n- name: SVN add\n include_tasks: list_up_files.yml\n vars:\n first_column: '?'\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1698, "all_permissive": false }
ansible_role
yukihiko-shinoda/dockerfile-deploy-wordpress-plugin
19637b00cf3007815bd32e51d5f3935fcafa32ab
0
runner/project/roles/rsync_git_to_svn
422
[ "no_license" ]
[ { "path": "runner/project/roles/rsync_git_to_svn/tasks/main.yml", "content": "---\n# @see https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#notes\n- name: Set .rsync-filter\n template:\n src: .rsync-filter.j2\n dest: '{{ path_checkout_git }}/.rsync-filter'\n force: no\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
DianePatton/EVPN-paper
37e72e75016339dedf1a9ef31ab88903edc4dfa3
1
roles/install-ifupdown2
423
[ "no_license" ]
[ { "path": "roles/install-ifupdown2/tasks/main.yml", "content": "\n- name: Ifupdown2 on servers\n apt: name=ifupdown2 state=installed update_cache=yes\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
kiruthikcs/ArtifactoryMigration001
62caf9372853864bb8a121d04ca7ab5e2fb0e137
0
roles/mysql
423
[ "no_license" ]
[ { "path": "roles/mysql/tasks/install_mysql.yml", "content": "---\n- include_vars: ../../vars/default.yml\n- name: Install Mysql repo\n yum: name=http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm state=present\n\n- name: Install Mysql 5.7\n yum: pkg={{ item }}\n with_items:\n - mysql-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1435, "all_permissive": false }
ansible_role
DzmitryD/ansible
2270a401fd1c4c7869bb9aa770ec203c36a48538
0
roles/deploy_apache_web
423
[ "no_license" ]
[ { "path": "roles/deploy_apache_web/tasks/main.yml", "content": "---\n# tasks file for deploy_apache_web\n - name: install apache web server\n apt: name=apache2 state=latest\n\n - name: copy my homepage to server\n copy: src={{ item }} dest={{ destin_folder }} mode=0555\n loop: \n - \"index.h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
DzmitryD/ansible
2270a401fd1c4c7869bb9aa770ec203c36a48538
0
roles/deploy_apache_web_1
423
[ "no_license" ]
[ { "path": "roles/deploy_apache_web_1/tasks/main.yml", "content": "---\n# tasks file for deploy_apache_web_1\n - block:\n - name: install apache web server\n apt: name=apache2 state=latest\n - name: start webserver and make it enable on boot\n service: name=apache2 state=started enabled=...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1170, "all_permissive": false }
ansible_role
lucaFiscariello/kypo-opensand
5ca5b4f6d88b4f57a8ba784cbebd316773a73694
0
provisioning/roles/gw
423
[ "no_license" ]
[ { "path": "provisioning/roles/gw/files/Makefile", "content": "#\n#\n# OpenSAND is an emulation testbed aiming to represent in a cost effective way a\n# satellite telecommunication system for research and engineering activities.\n#\n#\n# Copyright © 2020 TAS\n#\n#\n# This file is part of the OpenSAND testbed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6908, "all_permissive": false }
ansible_role
freemax-0602/LVM
da3af6be19344515ddfcd40e8fa74bd168baae4c
0
roles/create_mirror
423
[ "no_license" ]
[ { "path": "roles/create_mirror/tasks/main.yml", "content": "\n # Physical volume create\n - name: create vg for mirror\n lvg:\n vg: vg_root\n pvs: \"{{ item }}\"\n state: present\n loop:\n - /dev/sdc\n - /dev/sdd\n\n\n \n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
freemax-0602/LVM
da3af6be19344515ddfcd40e8fa74bd168baae4c
0
roles/create_tmp_lvm
423
[ "no_license" ]
[ { "path": "roles/create_tmp_lvm/tasks/main.yml", "content": "---\n\n # Check new vg_root\n - name: LVM | check vg\n shell: \"vgdisplay -v vg_root\"\n register: \"vg_check\"\n changed_when: false\n failed_when: false\n check_mode: no\n\n # Physical volume create\n - name: LVM | create volume group\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2194, "all_permissive": false }
ansible_role
freemax-0602/LVM
da3af6be19344515ddfcd40e8fa74bd168baae4c
0
roles/installing
423
[ "no_license" ]
[ { "path": "roles/installing/tasks/main.yml", "content": "---\n\n# Installing utils\n- name: installing xfsdump\n yum:\n name: \"xfsdump\"\n state: \"present\"\n\n# Installing utils\n- name: installing vim\n yum:\n name: \"vim\"\n state: \"present\"\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
freemax-0602/LVM
da3af6be19344515ddfcd40e8fa74bd168baae4c
0
roles/resize_root_lvm
423
[ "no_license" ]
[ { "path": "roles/resize_root_lvm/tasks/main.yml", "content": "---\n\n# Reboot \n- name: Reboot host and wait for it to restart\n reboot:\n msg: \"Reboot initiated by Ansible\"\n connect_timeout: 5\n reboot_timeout: 600\n pre_reboot_delay: 0\n post_reboot_delay: 30\n test_command: whoami\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2167, "all_permissive": false }
ansible_role
WMRamadan/Kubernetes-Cluster-Using-Vagrant-And-Ansible
1ee75bbbe512f44de7a66e64f1133f007993e760
0
roles/kubernetes
423
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n\n- name: swap - disable swap\n command: swapoff --all\n become: yes\n \n- name: Add APT Key for Kubernetes\n become: true\n apt_key:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
WMRamadan/Kubernetes-Cluster-Using-Vagrant-And-Ansible
1ee75bbbe512f44de7a66e64f1133f007993e760
0
roles/kubernetes-master
423
[ "no_license" ]
[ { "path": "roles/kubernetes-master/tasks/main.yml", "content": "---\n\n- name: Initialise Kubernetes Cluster\n ignore_errors: yes\n become: true\n shell: kubeadm init --token=\"{{ kubeadm_token }}\" --apiserver-advertise-address=\"{{ inventory_hostname }}\" --pod-network-cidr=172.16.66.0/16\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 807, "all_permissive": false }
ansible_role
WMRamadan/Kubernetes-Cluster-Using-Vagrant-And-Ansible
1ee75bbbe512f44de7a66e64f1133f007993e760
0
roles/kubernetes-node
423
[ "no_license" ]
[ { "path": "roles/kubernetes-node/tasks/main.yml", "content": "---\n- name: swap - disable swap\n command: swapoff --all\n become: yes\n\n- name: Join Kubernetes Cluster\n ignore_errors: yes\n become: true\n shell: kubeadm join --token={{ kubeadm_token }} {{ kubernetes_master_ip }}:6443", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
GitEic-Bhavin/35D-Training-repo
cd819b7e8b148a24281a8ee76bf008674a14c19d
0
Project/AllProject/ansible/roles/kubeadm
423
[ "no_license" ]
[ { "path": "Project/AllProject/ansible/roles/kubeadm/tasks/main.yml", "content": "---\n# tasks file for kubeadm\n- name: update system repo\n apt:\n update_cache: true\n\n- name: Disable swap\n become: true\n command: swapoff -a\n # update_cache: true\n\n- name: copy conf file for bootup\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 11083, "all_permissive": false }
ansible_role
GitEic-Bhavin/35D-Training-repo
cd819b7e8b148a24281a8ee76bf008674a14c19d
0
Project/Day17/roles/apache2
423
[ "no_license" ]
[ { "path": "Project/Day17/roles/apache2/templates/index.html.j2", "content": "<html>\n<h1>\nHello world from Webserver Apache2!\n</h1>\n</html>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "Project/Day17/roles/apache2/handlers/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1582, "all_permissive": false }
ansible_role
GitEic-Bhavin/35D-Training-repo
cd819b7e8b148a24281a8ee76bf008674a14c19d
0
Project/Day17/roles/mysql
423
[ "no_license" ]
[ { "path": "Project/Day17/roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\nmysql_root_password: <PASSWORD>\nmysql_db_name: mysql-db\nmysql_user: mysql\nmysql_user_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3007, "all_permissive": false }
ansible_role
GitEic-Bhavin/35D-Training-repo
cd819b7e8b148a24281a8ee76bf008674a14c19d
0
Project/Day17/roles/packages
423
[ "no_license" ]
[ { "path": "Project/Day17/roles/packages/tasks/main.yml", "content": "---\n# tasks file for dependencies\n- name: Insatlling PHP Packages \n become: true\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: true\n with_items: \n - php \n - libapache2-mod-php \n - php-dev \n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
GitEic-Bhavin/35D-Training-repo
cd819b7e8b148a24281a8ee76bf008674a14c19d
0
Project/Day18/roles/mysql-database
423
[ "no_license" ]
[ { "path": "Project/Day18/roles/mysql-database/handlers/main.yml", "content": "---\n# handlers file for mysql-database\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "Project/Day18/roles/mysql-database/defaults/main.yml", "content": "---\n# de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2249, "all_permissive": false }
ansible_role
GitEic-Bhavin/35D-Training-repo
cd819b7e8b148a24281a8ee76bf008674a14c19d
0
Project/Day18/roles/nginx-frontend
423
[ "no_license" ]
[ { "path": "Project/Day18/roles/nginx-frontend/templates/nginx.conf.j2", "content": "# nginx.conf\nevents {}\n# Specify where Nginx should look for files\nhttp {\n server {\n listen 80;\n\n # Define the location to your Node.js application\n location / {\n proxy_pass http:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1356, "all_permissive": false }
ansible_role
GitEic-Bhavin/35D-Training-repo
cd819b7e8b148a24281a8ee76bf008674a14c19d
0
Project/Day18/roles/nodejs-backend
423
[ "no_license" ]
[ { "path": "Project/Day18/roles/nodejs-backend/files/index.js", "content": "const express = require('express');\nconst app = express();\napp.get('/', (req, res) => {\n res.send('Hello World from node! Node is running on localhost:5000 by nginx')\n});\napp.listen(5000, () => console.log('Server is up and run...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2657, "all_permissive": false }
ansible_role
BennyRig/Brane-infra
ff976eedf1d27b3d27c208e884a6221b6792c172
0
roles/Move_certs
423
[ "no_license" ]
[ { "path": "roles/Move_certs/tasks/main.yml", "content": "---\n# - name: copy ca cert to remote \n# ansible.netcommon.net_put:\n# src: client_cert/ca.pem\n# protocol: sftp\n# dest: \"{{ C_Remote }}:{{ C_Remote_dest }}\"\n\n\n# - name: copy client-id cert to remote \n# ansible.netcommon.net_pu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
BennyRig/Brane-infra
ff976eedf1d27b3d27c208e884a6221b6792c172
0
roles/branectl_compile
423
[ "no_license" ]
[ { "path": "roles/branectl_compile/tasks/main.yml", "content": "--- \n- name: Check if branectl works\n command: branectl --help\n register: branectl_result\n ignore_errors: true\n\n\n- name: Install Rust setup\n get_url:\n url: https://sh.rustup.rs\n dest: /tmp/rustup.sh\n changed_when: false\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2323, "all_permissive": false }
ansible_role
BennyRig/Brane-infra
ff976eedf1d27b3d27c208e884a6221b6792c172
0
roles/central_node
423
[ "no_license" ]
[ { "path": "roles/central_node/tasks/main.yml", "content": "---\n## check if image is built\n# brane-api.tar brane-drv.tar brane-plr.tar brane-prx.tar\n- name: check if file exists\n stat:\n path: ./brane/target/release/brane-plr.tar\n register: stat_result\n\n\n- name: compile brane central instanc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1652, "all_permissive": false }
ansible_role
BennyRig/Brane-infra
ff976eedf1d27b3d27c208e884a6221b6792c172
0
roles/dependencies
423
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "---\n- name: Check if Docker works\n command: docker run hello-world\n register: docker_result\n ignore_errors: true\n\n- name: Copy and Execute Docker install script\n script: Docker_apt_script.sh\n when: docker_result is failed\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2282, "all_permissive": false }
ansible_role
BennyRig/Brane-infra
ff976eedf1d27b3d27c208e884a6221b6792c172
0
roles/retrive_logs
423
[ "no_license" ]
[ { "path": "roles/retrive_logs/tasks/main.yml", "content": "---\n# made using genertive ai!(i Was lazy and its just a simple output proccesing)\n# - name: Get list of running Docker containers\n# docker_host_info:\n# containers: yes\n# register: docker_containers\n\n\n- name: Check logs for each spec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2107, "all_permissive": false }
ansible_role
BennyRig/Brane-infra
ff976eedf1d27b3d27c208e884a6221b6792c172
0
roles/worker_node
423
[ "no_license" ]
[ { "path": "roles/worker_node/tasks/main.yml", "content": "---\n### check if file exists\n- name: check if file exists\n stat:\n path: ./brane/target/release/brane-chk.tar\n register: stat_result\n\n\n- name: compile brane worker-instance\n # command: python3 ./make.py worker-instance\n command: make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2700, "all_permissive": false }
ansible_role
zelra/Ansible_glusterfs
ba7aa83d5660e3c5024ce280342e3775c897ac99
0
roles/glusterfs_esclave
423
[ "no_license" ]
[ { "path": "roles/glusterfs_esclave/tasks/main.yml", "content": "---\n - name: Installation des serveurs glusterfs esclaves\n apt:\n state=latest\n name=glusterfs-server\n\n - name: Création du fichier de partage\n file: path=/srv/shared state=directory\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
zelra/Ansible_glusterfs
ba7aa83d5660e3c5024ce280342e3775c897ac99
0
roles/glusterfs_maitre
423
[ "no_license" ]
[ { "path": "roles/glusterfs_maitre/tasks/main.yml", "content": "---\n - name: Installation du serveur glusterfs\n apt:\n state=latest\n name=glusterfs-server\n\n - name: Création du fichier de partage \n file: path=/srv/shared state=directory\n\n - name: Ajout des glusters\n command: g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
zelra/Ansible_glusterfs
ba7aa83d5660e3c5024ce280342e3775c897ac99
0
roles/setup
423
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n - name: Installation des fonctionnalités de base\n apt: \n update_cache=yes\n state=latest\n name={{item}}\n with_items: \n - sudo\n - nano\n - tree\n - ntp \n\n - name: Installation et lancement du service ntp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
zelra/Ansible_glusterfs
ba7aa83d5660e3c5024ce280342e3775c897ac99
0
roles/ucarp_esclave
423
[ "no_license" ]
[ { "path": "roles/ucarp_esclave/tasks/main.yml", "content": "---\n - name: Installation de ucarp \n apt:\n state=latest\n name=ucarp\n\n - name: Ajout de la configuration 'esclave' de ucarp\n blockinfile:\n block: \"{{ lookup('file', '{{ role_path }}/templates/ucarp_esclave') }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
zelra/Ansible_glusterfs
ba7aa83d5660e3c5024ce280342e3775c897ac99
0
roles/ucarp_maitre
423
[ "no_license" ]
[ { "path": "roles/ucarp_maitre/tasks/main.yml", "content": "---\n - name: Installation de ucarp \n apt:\n state=latest\n name=ucarp\n\n - name: Ajout de la configuration 'maitre' de ucarp\n blockinfile:\n block: \"{{ lookup('file', '{{ role_path }}/templates/ucarp_maitre') }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
wputra/infra
2434cdfcfb6d00a91c3f1354efb987d37c297b36
1
ansible/roles/apache2
423
[ "no_license" ]
[ { "path": "ansible/roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n - name: Install webserver component\n apt: name={{ item }} state=present update_cache=no\n with_items:\n - apache2\n - libapache2-mod-wsgi\n - name: Ensure mod_wsgi enabled\n apache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
wputra/infra
2434cdfcfb6d00a91c3f1354efb987d37c297b36
1
ansible/roles/control
423
[ "no_license" ]
[ { "path": "ansible/roles/control/tasks/main.yml", "content": "---\n# tasks file for control\n - name: Install tools\n apt: name={{ item }} state=present update_cache=no\n with_items:\n - curl\n - python-httplib2\n - python-pip\n - python-dateutil\n\n - name: Install p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
wputra/infra
2434cdfcfb6d00a91c3f1354efb987d37c297b36
1
ansible/roles/demo_app
423
[ "no_license" ]
[ { "path": "ansible/roles/demo_app/tasks/main.yml", "content": "---\n# tasks file for demo_app\n - name: Install webserver component\n apt: name={{ item }} state=present update_cache=no\n with_items:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n\n - name: Copy de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1043, "all_permissive": false }
ansible_role
wputra/infra
2434cdfcfb6d00a91c3f1354efb987d37c297b36
1
ansible/roles/mysql
423
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n - name: Install mysql-server and its tools\n apt: name={{ item }} state=present update_cache=no\n with_items:\n - mysql-server\n - python-mysqldb\n\n - name: Ensure mysql listening on eth1\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 834, "all_permissive": false }
ansible_role
wputra/infra
2434cdfcfb6d00a91c3f1354efb987d37c297b36
1
ansible/roles/nginx
423
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yml", "content": "---\n# defaults file for nginx\nsites:\n myapp:\n frontend: 80\n backend: 80", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible/roles/nginx/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1036, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/docker
423
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Set GPG APT key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- name: Add repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/extra-packages
423
[ "no_license" ]
[ { "path": "roles/extra-packages/tasks/main.yaml", "content": "- name: Install packages\n apt:\n name: '{{ item }}'\n state: present\n update_cache: true\n loop: \"{{ extra_packages.packages }}\"\n when: extra_packages.packages is defined", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/git-config
423
[ "no_license" ]
[ { "path": "roles/git-config/tasks/main.yaml", "content": "---\n- name: Set git user name\n git_config:\n name: user.name\n scope: global\n value: '{{ git_config.user_name }}'\n when: git_config.user_name is defined\n become: true\n become_user: \"{{ lookup('env','USER') }}\"\n- name: Set git us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/google-cloud-cli
423
[ "no_license" ]
[ { "path": "roles/google-cloud-cli/tasks/main.yaml", "content": "---\n- name: Set GPG APT key\n apt_key:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n state: present\n\n- name: Add repository\n copy:\n content: \"deb https://packages.cloud.google.com/apt cloud-sdk main\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/obsidian
423
[ "no_license" ]
[ { "path": "roles/obsidian/tasks/main.yaml", "content": "---\n- name: Install flatpak\n apt:\n name: flatpak\n update_cache: true\n- name: Add the flathub flatpak repository remote\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: https://dl.flathub.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/ssh-agent
423
[ "no_license" ]
[ { "path": "roles/ssh-agent/vars/main.yaml", "content": "home_dir: \"/home/{{ lookup('env','USER') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/ssh-agent/tasks/main.yaml", "content": "- name: Create systemd user directory\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1073, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/tailscale
423
[ "no_license" ]
[ { "path": "roles/tailscale/vars/main.yaml", "content": "tailscale_authkey: \"{{ lookup('env','TAILSCALE_AUTHKEY') }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/tailscale/tasks/main.yml", "content": "---\n- name: Set GPG APT key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 996, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/terraform
423
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: Set GPG APT key\n apt_key:\n url: \"https://apt.releases.hashicorp.com/gpg\"\n state: present\n\n- name: Add repository\n copy:\n content: \"deb [arch=amd64] https://apt.releases.hashicorp.com bullseye main\"\n dest: /etc/apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
drebes/chromeos-ansible-playbooks
ef55da61aabb1c3ca44f0d2c66ec5205329a7bf7
2
roles/vscode
423
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt:\n name: gnome-keyring\n state: present\n update_cache: true\n\n- name: Set GPG APT key\n apt_key:\n url: http://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: Add repository\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
deltasnet/mysql-ansible-galera-cluster
7c7cdf4e6ec540edf0323c136dd6db9068aa4d14
0
roles/add-repository
418
[ "no_license" ]
[ { "path": "roles/add-repository/tasks/main.yml", "content": "---\n- block: # RedHat/CentOS\n - name: Add repository\n ansible.builtin.yum_repository:\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n baseurl: \"{{ item.baseurl }}\"\n gpgkey: \"{{ ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2328, "all_permissive": false }
ansible_role
deltasnet/mysql-ansible-galera-cluster
7c7cdf4e6ec540edf0323c136dd6db9068aa4d14
0
roles/mysql
418
[ "no_license" ]
[ { "path": "roles/mysql/templates/galera.cnf.j2", "content": "[mysqld]\n# Galera Provider Configuration\nwsrep_on=ON\nwsrep_provider=/usr/lib64/galera/libgalera_smm.so\n\n# Galera Cluster Configuration\nwsrep_cluster_name=\"cluster_01\"\nwsrep_cluster_address=\"gcomm://{% for host in groups['mysql_cluster'] ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 14313, "all_permissive": false }
ansible_role
deltasnet/mysql-ansible-galera-cluster
7c7cdf4e6ec540edf0323c136dd6db9068aa4d14
0
roles/packages
418
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n\n- block: # RedHat (update cache)\n - name: Clean yum cache\n ansible.builtin.command: yum clean all\n when: ansible_distribution_major_version == '7'\n\n - name: Clean dnf cache\n ansible.builtin.command: dnf clean all\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
deltasnet/mysql-ansible-galera-cluster
7c7cdf4e6ec540edf0323c136dd6db9068aa4d14
0
roles/pre-checks
418
[ "no_license" ]
[ { "path": "roles/pre-checks/tasks/main.yml", "content": "---\n\n- name: Checking ansible version\n ansible.builtin.fail:\n msg: \"Ansible version must be {{ minimal_ansible_version }} or higher\"\n delegate_to: localhost\n when:\n - ansible_version.full is version(minimal_ansible_version, '<')\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
deltasnet/mysql-ansible-galera-cluster
7c7cdf4e6ec540edf0323c136dd6db9068aa4d14
0
roles/xtrabackup
418
[ "no_license" ]
[ { "path": "roles/xtrabackup/tasks/main.yml", "content": "---\n- name: Import Percona GPG key\n rpm_key:\n key: https://www.percona.com/downloads/RPM-GPG-KEY-percona\n state: present\n when: ansible_os_family == \"RedHat\"\n\n- name: Install\n yum:\n name: https://repo.percona.com/yum/percona-rel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 910, "all_permissive": false }
ansible_role
bl33d/Otus-DevOps-08-2020-Project-Work
7c920c12ef644faae988a31ca7002c4ac9a8ed75
1
infra/ansible/roles/gitlab-ci
418
[ "no_license" ]
[ { "path": "infra/ansible/roles/gitlab-ci/tasks/prepare.yml", "content": "---\n- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /srv/gitlab/config\n - /srv/gitlab/data\n - /srv/gitlab/logs\n\n- name: Create gitlab network\n docker_network:\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4295, "all_permissive": false }
ansible_role
egibide-ciberseguridad/ejemplos-ansible
5804153254d7c5bc9c64402a6be47f68ea3c8f4c
0
01_estructura_minima/roles/webserver
418
[ "permissive" ]
[ { "path": "01_estructura_minima/roles/webserver/tasks/main.yml", "content": "- name: Actualizar el índice de paquetes\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Instalar nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n", "license_type": "permissive", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": true }
ansible_role
egibide-ciberseguridad/ejemplos-ansible
5804153254d7c5bc9c64402a6be47f68ea3c8f4c
0
02_variables/roles/ejemplo
418
[ "permissive" ]
[ { "path": "02_variables/roles/ejemplo/tasks/main.yml", "content": "- name: Variable de rol\n ansible.builtin.debug:\n msg: \"{{ variable_rol }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 79 }, { "path": "02_variables/roles/ejemp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 110, "all_permissive": true }
ansible_role
egibide-ciberseguridad/ejemplos-ansible
5804153254d7c5bc9c64402a6be47f68ea3c8f4c
0
03_modulos/roles/database
418
[ "permissive" ]
[ { "path": "03_modulos/roles/database/tasks/main.yml", "content": "- name: Actualizar el índice de paquetes\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Instalar MariaDB\n ansible.builtin.apt:\n name: mariadb-server\n state: present\n\n- name: Cambiar el puerto de MariaDB al 5000\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": true }
ansible_role
egibide-ciberseguridad/ejemplos-ansible
5804153254d7c5bc9c64402a6be47f68ea3c8f4c
0
03_modulos/roles/webserver
418
[ "permissive" ]
[ { "path": "03_modulos/roles/webserver/templates/index.html.j2", "content": "<!doctype html>\n<html lang=\"es\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>Página principal</title>\n</head>\n<body>\n<h1>Página principal</h1>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": true }
ansible_role
egibide-ciberseguridad/ejemplos-ansible
5804153254d7c5bc9c64402a6be47f68ea3c8f4c
0
04_condiciones/roles/database
418
[ "permissive" ]
[ { "path": "04_condiciones/roles/database/tasks/main.yml", "content": "- name: Actualizar el índice de paquetes\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Instalar MariaDB\n ansible.builtin.apt:\n name:\n - mariadb-server\n - python3-mysqldb\n state: present\n\n- name: Contar ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": true }
ansible_role
egibide-ciberseguridad/ejemplos-ansible
5804153254d7c5bc9c64402a6be47f68ea3c8f4c
0
04_condiciones/roles/webserver
418
[ "permissive" ]
[ { "path": "04_condiciones/roles/webserver/tasks/main.yml", "content": "- name: Actualizar el índice de paquetes\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Instalar nginx y registrar el resultado\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: Comprobar si existe la pág...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": true }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/core
418
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "- name: base package installation (All)\n tags:\n - core\n - packages\n package:\n name:\n - tmux\n - git\n - stow\n - ripgrep\n - fzf\n - tree\n - htop\n - ncdu\n - feh\n - mpv\n - ffmpeg\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1063, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/dirs
418
[ "no_license" ]
[ { "path": "roles/dirs/tasks/main.yml", "content": "- name: create directories\n tags: dirs\n file:\n path: '{{ home_directory }}/{{ item }}'\n state: directory\n owner: '{{ owner }}'\n group: '{{ group }}'\n mode: 0755\n loop:\n - projects\n - playground\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/dotfiles
418
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: pull down dotfiles repository\n tags:\n - dotfiles\n - repos\n git:\n repo: <EMAIL>:brotherkaif/dotfiles.git\n dest: '{{ home_directory }}/dotfiles'\n\n- name: run bootstrap script\n tags:\n - dotfiles\n - scripts\n script:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/github-cli
418
[ "no_license" ]
[ { "path": "roles/github-cli/tasks/main.yml", "content": "- name: installation (Debian)\n tags:\n - debian\n - github-cli\n - packages\n block:\n - name: download and unarchive (Debian)\n block:\n - name: x86_64 installation (Debian)\n apt:\n deb: https://github....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 860, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/glow
418
[ "no_license" ]
[ { "path": "roles/glow/tasks/main.yml", "content": "- name: installation (Debian)\n tags:\n - debian\n - glow\n - packages\n block:\n - name: download and unarchive (Debian)\n block:\n - name: x86_64 installation (Debian)\n apt:\n deb: https://github.com/charmbra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/lazygit
418
[ "no_license" ]
[ { "path": "roles/lazygit/tasks/main.yml", "content": "- name: package installation (Debian)\n tags:\n - debian\n - lazygit\n - packages\n block:\n - name: check if already installed (Debian)\n stat: path=/usr/local/bin/lazygit\n register: lazygit_installed\n\n - name: download and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1406, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/monero
418
[ "no_license" ]
[ { "path": "roles/monero/tasks/main.yml", "content": "- name: app installation (Debian)\n tags:\n - debian\n - monero\n - packages\n - secure\n apt:\n name: monero\n state: present\n become: true\n when: ansible_distribution in ['Debian', 'Ubuntu']\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/neovim
418
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: app installation (Debian)\n tags:\n - neovim\n - dev\n get_url:\n url: 'https://github.com/neovim/neovim/releases/download/v0.7.0/nvim.appimage'\n dest: /usr/bin/nvim\n mode: 0755\n become: true\n when: ansible_distribution in ['Deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/nodejs
418
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: package installation (Debian)\n tags:\n - debian\n - nodejs\n - packages\n block:\n - name: install nodejs (Debian) | install the gpg key\n tags: dev\n apt_key:\n url: 'https://deb.nodesource.com/gpgkey/nodesource.gp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/pass
418
[ "no_license" ]
[ { "path": "roles/pass/tasks/main.yml", "content": "- name: app installation (Debian)\n tags:\n - debian\n - pass\n - packages\n - secure\n apt:\n name: pass\n state: present\n become: true\n when: ansible_distribution in ['Debian', 'Ubuntu']\n\n- name: pull down .password-store\n tags...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/repos
418
[ "no_license" ]
[ { "path": "roles/repos/tasks/main.yml", "content": "- name: pull down ansible config repository\n tags: repos\n git:\n repo: <EMAIL>:brotherkaif/ansible_config.git\n dest: '{{ home_directory }}/ansible_config'\n\n- name: pull down dev-notes repository\n tags: repos\n git:\n repo: <EMAIL>:brothe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
brotherkaif/ansible_config
5e3fc67c3031b5909d32a73ef430ad7d38757300
0
roles/torbrowser
418
[ "no_license" ]
[ { "path": "roles/torbrowser/tasks/main.yml", "content": "- name: installation (Debian)\n tags:\n - debian\n - torbrowser\n - packages\n - secure\n apt:\n name: torbrowser-launcher\n state: present\n become: true\n when:\n - ansible_distribution in ['Debian', 'Ubuntu']\n - ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
gloriasilveira/setup_Tor_relay_wAnsible
264ce2445d177c1d12dd62351fceb5cc3339c61e
0
roles/prep
418
[ "no_license" ]
[ { "path": "roles/prep/README.md", "content": "Tor-Prep\n=========\n\nThis role installs NTP and performs other preparatory tasks on the box that will later become a Tor node.\n\n\nLicense\n-------\n\nBSD\n\nAuthor Information\n------------------\n\n<NAME> (www.gloriasilveira.com)\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
gloriasilveira/setup_Tor_relay_wAnsible
264ce2445d177c1d12dd62351fceb5cc3339c61e
0
roles/tor
418
[ "no_license" ]
[ { "path": "roles/tor/README.md", "content": "Role Name\n=========\n\nThis role installs and configures the Tor relay software on a box so that it can become a Tor relay/node in the Tor distributed network. Once the relay is configured, it will also backup and store locally on the Ansible control box a .tgz ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4781, "all_permissive": false }
ansible_role
qjltbarquilla/Activity-15--OpenStack-Installation
57567f27063a2a1a216abbcdb821ec20a11a317c
0
roles/Cinder
418
[ "no_license" ]
[ { "path": "roles/Cinder/tasks/main.yml", "content": "---\n\n- name: Install Cinder in server\n apt:\n name:\n - cinder-api\n - cinder-scheduler\n - cinder-volume\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
qjltbarquilla/Activity-15--OpenStack-Installation
57567f27063a2a1a216abbcdb821ec20a11a317c
0
roles/Horizon
418
[ "no_license" ]
[ { "path": "roles/Horizon/tasks/main.yml", "content": "---\n\n- name: Install Horizon on server\n apt:\n name: openstack-dashboard\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
qjltbarquilla/Activity-15--OpenStack-Installation
57567f27063a2a1a216abbcdb821ec20a11a317c
0
roles/Neutron
418
[ "no_license" ]
[ { "path": "roles/Neutron/tasks/main.yml", "content": "---\n\n- name: Install zypper\n apt:\n name: zypper\n state: present\n\n- name: Add Openstack Ussuri repository\n command: >\n zypper addrepo -f obs://Cloud:OpenStack:Ussuri/openSUSE_Leap/15.1 Ussuri\n\n- name: Install OpenStack Python client\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/checkinstall
418
[ "no_license" ]
[ { "path": "roles/checkinstall/vars/main.yml", "content": "checkinstall_version: \"1.6.2.20110309\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/checkinstall/meta/main.yml", "content": "---\ndependencies:\n - { role: git }\n - { rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2455, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/cron
418
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": "---\n\n- name: install cron packages\n yum: name={{ item }} state=present\n with_items:\n - cronie\n - cronie-anacron\n - crontabs\n\n- name: start cron service\n service: name=crond state=started enabled=yes\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/devtools
418
[ "no_license" ]
[ { "path": "roles/devtools/tasks/main.yml", "content": "---\n\n- name: install 'Development tools'\n shell: |\n yum install -y @\"Development tools\" | grep -c \"^Nothing to do\" || :\n register: result\n changed_when: result.stdout == \"0\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/epel
418
[ "no_license" ]
[ { "path": "roles/epel/tasks/main.yml", "content": "---\n\n- name: check epel repository is installed\n shell: >\n rpm -q epel-release > /dev/null; echo $?\n register: result\n changed_when: False\n\n- name: install epel repository\n yum: >\n name=http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/erlang
418
[ "no_license" ]
[ { "path": "roles/erlang/tasks/main.yml", "content": "---\n\n- name: install dependent packages to build Erlang/OTP\n yum: name={{ item }} state=latest\n with_items:\n - ncurses-devel\n - openssl-devel\n \n- name: get Erlang/OTP source\n get_url: >\n url=http://download.basho.co.jp.cs-ap-e1.yclou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1466, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/fcgiwrap
418
[ "no_license" ]
[ { "path": "roles/fcgiwrap/tasks/main.yml", "content": "---\n\n- name: download fcgiwrap source\n git: >\n repo=git://github.com/gnosek/fcgiwrap.git\n dest=/usr/local/src/fcgiwrap-{{ fcgiwrap_version }}\n version={{ fcgiwrap_version }}\n update=no\n\n- name: install dependent packages for buildi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 529, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/ganglia
418
[ "no_license" ]
[ { "path": "roles/ganglia/tasks/main.yml", "content": "---\n\n- name: download ganglia-web source\n get_url: >\n url=http://jaist.dl.sourceforge.net/project/ganglia/ganglia-web/{{ ganglia_web_version }}/ganglia-web-{{ ganglia_web_version }}.tar.gz\n dest=/usr/local/src/ganglia-web-{{ ganglia_web_versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 5687, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/git
418
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n\n- name: install git\n yum: name=git state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 55, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/go
418
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n\n- name: download go\n get_url: >\n url=https://go.googlecode.com/files/go{{ go_version }}.linux-amd64.tar.gz\n dest=/usr/local/src/go{{ go_version }}.linux-amd64.tar.gz\n sha256sum={{ go_tarball_sha256sum }}\n\n- name: install go\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/imagemagick
418
[ "no_license" ]
[ { "path": "roles/imagemagick/tasks/main.yml", "content": "---\n\n- name: download imagemagick source\n get_url: >\n url=http://www.imagemagick.org/download/ImageMagick-{{ imagemagick_version }}.tar.xz\n dest=/usr/local/src/ImageMagick-{{ imagemagick_version }}.tar.xz\n\n- name: extract imagemagick so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2290, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/iptables
418
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "---\n\n- name: iptables config\n template: >\n src=iptables.j2\n dest=/etc/sysconfig/iptables\n owner=root\n group=root\n mode=0600\n notify: restart iptables \n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/jenkins
418
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# ansible playbook for installing jenkins\n\n- name: install jdk 1.7\n yum: pkg=java-1.7.0-openjdk state=installed\n\n- name: download jenkins.repo\n get_url : >\n url=http://pkg.jenkins-ci.org/redhat/jenkins.repo\n dest=/etc/yum.repos.d/jen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2268, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/monit
418
[ "no_license" ]
[ { "path": "roles/monit/templates/ntpd.conf.j2", "content": "# {{ ansible_managed }}\n\ncheck process ntpd with pidfile /var/run/ntpd.pid\n start \"/sbin/service ntpd start\"\n stop \"/sbin/service ntpd stop\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 3093, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/nagios
418
[ "no_license" ]
[ { "path": "roles/nagios/tasks/main.yml", "content": "---\n\n- name: create nagios group\n group: name=nagios\n\n- name: create nagios user\n user: name=nagios group=nagios\n\n- name: download nagios core source\n get_url: >\n url=http://jaist.dl.sourceforge.net/project/nagios/nagios-3.x/nagios-{{ nagi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5575, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/nginx
418
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "# /etc/nginx/nginx.conf\n# {{ ansible_managed }}\n\nuser nginx;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n include /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3342, "all_permissive": false }
ansible_role
hnakamur/ansible-playbooks
a8da0bdb31abb983d1e64329273ce46b6a87048e
98
roles/ntp
418
[ "no_license" ]
[ { "path": "roles/ntp/vars/main.yml", "content": "ntp_servers:\n - ntp.nict.jp\n - ntp.jst.mfeed.ad.jp\n - ntp.ring.gr.jp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: install ntp\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }