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
vincentlam-teku/teku-kibana-ansible
804fd0200b42c91e3d1b3dc8c5171534c00a0abc
0
roles/install_kibana
4,805
[ "no_license" ]
[ { "path": "roles/install_kibana/tasks/main.yml", "content": "---\n# This playbook contains plays to install Grafana and its dependencies\n#\n- name: Download Elastic Search RPM and install locally as a dependancy for Kibana\n get_url: url={{ wget_elasticsearch_rpm_url }} dest=/var/tmp/ owner=root group=roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 986, "all_permissive": false }
ansible_role
douglasmiranda/ddpt
cebd6bcae6faadc28bbd523ab85075b1e231a006
56
{{cookiecutter.django_project_name}}/deployment/provisioning/ansible/roles/setup
4,805
[ "no_license" ]
[ { "path": "{{cookiecutter.django_project_name}}/deployment/provisioning/ansible/roles/setup/tasks/securing-access.yml", "content": "---\n# Various security related tasks for securing access to the server\n\n- name: \"Install a list of packages related to securing access\"\n apt:\n {% raw %}\n name: \"{...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5422, "all_permissive": false }
ansible_role
CrashLoopBackCoffee/mp-deploy-proxmox
6a0d6c31109de00914dc68c19813d0703c7465ba
0
roles/pve_template
4,805
[ "no_license" ]
[ { "path": "roles/pve_template/README.md", "content": "# Proxmox CFS compatible template\n\nThis role is a Proxmox [CFS](https://pve.proxmox.com/wiki/Proxmox_Cluster_File_System_(pmxcfs))\ncompatible version of the built-in `template` module.\n\nProxmox mounts a CFS filesystem at `/etc/pve` so any Ansible fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
biqmind-cloudnative/cape-ansible
23769fba0dbc06613b9774d17c1cbe6703a80d5d
1
roles/cape
4,805
[ "permissive" ]
[ { "path": "roles/cape/vars/main.yml", "content": "---\n# vars file for cape\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 25 }, { "path": "roles/cape/tasks/main.yml", "content": "---\n# tasks file for cape\n\n- name: Copy install yam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 833, "all_permissive": true }
ansible_role
biqmind-cloudnative/cape-ansible
23769fba0dbc06613b9774d17c1cbe6703a80d5d
1
roles/reset
4,805
[ "permissive" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n- name: execute the uninstall script\n script: ./roles/reset/files/k3s-uninstall.sh\n ignore_errors: yes\n- name: daemon_reload\n systemd:\n daemon_reload: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": true }
ansible_role
tessel/tessel.io
8e438d064c8f39937b13950d4a36d9b8ccab06c9
18
deploy/ansible/roles/services
4,805
[ "no_license" ]
[ { "path": "deploy/ansible/roles/services/tasks/secrets.yml", "content": "# Read a local json file or make it an empty json object\n- name: read secret env\n sudo: true\n shell: \"cat /mnt/secrets/tessel-env.json 2> /dev/null || echo {}\"\n register: tessel_env\n", "license_type": "no_license", "d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 300, "all_permissive": false }
ansible_role
ramontayag/tserve-playbooks
714a9f21b02e408f4b07a6a494c02643826d0c73
1
roles/common
4,805
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update and upgrade apt packages\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Install required packages\n apt:\n name:\n - htop\n - neovim\n - git-core\n state: present\n become: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
ramontayag/tserve-playbooks
714a9f21b02e408f4b07a6a494c02643826d0c73
1
roles/holesail
4,805
[ "no_license" ]
[ { "path": "roles/holesail/tasks/main.yml", "content": "---\n- name: Install HoleSail globally using npm\n npm:\n name: holesail\n global: yes\n environment:\n PATH: \"{{ ansible_env.PATH }}:{{ ansible_env.HOME }}/.asdf/bin:{{ ansible_env.HOME }}/.asdf/shims\"\n\n- name: Verify HoleSail installati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
leogiraldimg/4linux-513-gerenciamento-de-ambientes-automatizados-com-ansible
aa9972d4d7914dd82cf04df45ec25fe27dcf3a18
0
provision/ansible/files/roles/mysql-server
4,805
[ "no_license" ]
[ { "path": "provision/ansible/files/roles/mysql-server/tests/test.yml", "content": "---\n- hosts: db\n remote_user: root\n roles:\n - ../..\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "provision/ansible/files/roles/mysql-server/tasks/insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 901, "all_permissive": false }
ansible_role
leogiraldimg/4linux-513-gerenciamento-de-ambientes-automatizados-com-ansible
aa9972d4d7914dd82cf04df45ec25fe27dcf3a18
0
roles/mysql-server
4,805
[ "no_license" ]
[ { "path": "roles/mysql-server/vars/RedHat.yml", "content": "---\npackages_redhat:\n - python-mysql\n - mariadb-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/mysql-server/tasks/database.yml", "content": "---\n- name: Configura...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 929, "all_permissive": false }
ansible_role
0xberlja/old-sn75-Hippius
9570d5262876b86594a587fe4ad791f166bdd08d
0
roles/ipfs
4,805
[ "no_license" ]
[ { "path": "roles/ipfs/tasks/main.yml", "content": "---\n- name: Download Kubo IPFS\n get_url:\n url: \"{{ ipfs_download_url }}\"\n dest: /tmp/kubo.tar.gz\n mode: '0755'\n become: yes\n\n- name: Extract Kubo IPFS\n unarchive:\n src: /tmp/kubo.tar.gz\n dest: /tmp\n remote_src: yes\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1893, "all_permissive": false }