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
puzan/ansible_role_vars_tests
5a645fca29d555f81ef49a05f037d46283cfa534
0
roles/puzan_service
7,789
[ "no_license" ]
[ { "path": "roles/puzan_service/tasks/main.yml", "content": "- assert:\n that:\n - puzan_service_name is string\n - puzan_service_name | length > 0\n fail_msg: puzan_service_name should be defined\n\n- name: print puzan_service_name\n debug:\n var: puzan_service_name\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 239, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/apache2
7,795
[ "no_license" ]
[ { "path": "ansible/roles/apache2/tasks/main.yml", "content": "---\n- name: install apache2\n apt: name=apache2 state=present\n- name: apache2 config\n template: src=apache2.conf.j2 dest=/etc/apache2/apache2.conf\n- name: change 000-default.conf\n template: src=000-default.conf.j2 dest=/etc/apache2/sites-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/apt
7,795
[ "no_license" ]
[ { "path": "ansible/roles/apt/tasks/main.yml", "content": "---\n- name: update apt\n apt: update_cache=yes\n- name: set locale settings\n shell: locale-gen fr_FR.UTF-8\n- name: install build-essential\n apt: name=build-essential state=present\n- name: install nfs\n apt: name={{ item }} state=present\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/composer
7,795
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "---\n- name: install composer\n shell: curl -sS https://getcomposer.org/installer | php\n\n- name: composer.phar to composer\n shell: mv composer.phar /usr/local/bin/composer\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/git
7,795
[ "no_license" ]
[ { "path": "ansible/roles/git/templates/gitconfig.j2", "content": "[user]\n email = {{ git_email }}\n name = {{ git_name }}\n[credential]\n helper = store\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/git/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 225, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/mysql
7,795
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: set root password\n debconf: name=mysql-server question=mysql-server/root_password value=root vtype=password\n- name: set root repassword\n debconf: name=mysql-server question=mysql-server/root_password_again value=root vtype=passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/nodejs
7,795
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: download nodejs\n shell: curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -\n- name: install nodejs\n apt: name=nodejs state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/php
7,795
[ "no_license" ]
[ { "path": "ansible/roles/php/templates/xdebug.ini.j2", "content": "zend_extension=xdebug.so\nxdebug.scream=1\nxdebug.cli_color=1\nxdebug.show_local_vars=1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/php/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/phpunit
7,795
[ "no_license" ]
[ { "path": "ansible/roles/phpunit/tasks/main.yml", "content": "---\n- name: install phpunit\n get_url: url=https://phar.phpunit.de/phpunit-old.phar dest=/usr/local/bin/phpunit mode=555\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/ruby
7,795
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "---\n- name: install ruby\n apt: name={{ item }} state=present\n with_items:\n - ruby\n - ruby-dev\n - libsqlite3-dev\n - g++\n# Mailcatcher usage:\n# mailcatcher --foreground --http-ip=0.0.0.0\n# http://YOUR_HOSTNAME:1080\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/tmux
7,795
[ "no_license" ]
[ { "path": "ansible/roles/tmux/tasks/main.yml", "content": "---\n- name: install tmux\n apt: name=tmux state=present\n- name: tmux config\n template: src=tmux.conf.j2 dest=/home/vagrant/.tmux.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
dflorent/vagrant-ansible
e6644c19c46e2afa21478932e57a899b8f0f5672
0
ansible/roles/zsh
7,795
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n- name: install zsh and check git\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - git\n - zsh\n - git-core\n\n- name: clone oh-my-zsh repository\n git: repo=https://github.com/robbyrussell/oh-my-zsh.git dest=/home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
jkremser/renku-openshift
96b3745eee27543c1c0ae0bb9888333a64b884ae
0
renku-operator/roles/renku
7,795
[ "no_license" ]
[ { "path": "renku-operator/roles/renku/templates/tiller.yaml.j2", "content": "kind: Namespace\napiVersion: v1\nmetadata:\n name: acme\n---\n\nkind: ServiceAccount\napiVersion: v1\nmetadata:\n name: tiller\n---\n\nkind: Role\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n name: tiller\nrules:\n- api...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4905, "all_permissive": false }
ansible_role
KattaHarshavardhanReddy/ansiblerole-practice
b9191ea640db54ac996568f2f83ab7601d79f821
0
roles/mysql
7,795
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yaml", "content": "#u_pwd: \"<PASSWORD>\"\nmysql_host: mysql.katta.blog", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/mysql/tasks/main.yaml", "content": "- name: installing modules\n ansible.builtin.pip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 975, "all_permissive": false }
ansible_role
nchain/chia-ansible
35f366699058bd10195a2cf012bf536d9d6293d1
0
playbooks/roles/deploy-chia
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/deploy-chia/tasks/initdisk.yml", "content": "- name: create data mount points\n shell: mkdir -p /media/ray/ssd && chown ray. /media/ray/ssd\n become: true\n \n- name: Create list of mounted devices\n set_fact:\n mounted_devices: \"{{ ansible_mounts|json_query('[].device') }...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 31, "total_bytes": 25372, "all_permissive": false }
ansible_role
VerosK/vagrant-kubernetes-playground
da8cd4252a748d16df4ae0776b138590626df028
0
roles/local.k3s
7,795
[ "no_license" ]
[ { "path": "roles/local.k3s/templates/k3s_config.yml", "content": "# {{ ansible_managed }}\n---\n{% if k3s_is_apiserver %}\n# Start as the very first host of cluster?\ncluster-init: {{ k3s_is_first_apiserver|default(False) }}\n{% endif %}\n\n# k3s_is_apiserver: '{{ k3s_is_apiserver }}'\n# k3s_is_worker: '{{ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7083, "all_permissive": false }
ansible_role
VerosK/vagrant-kubernetes-playground
da8cd4252a748d16df4ae0776b138590626df028
0
roles/local.kubectl-utils
7,795
[ "no_license" ]
[ { "path": "roles/local.kubectl-utils/tasks/main.yml", "content": "- name: Ensure bash-completion\n package:\n name:\n - bash-completion\n\n- name: Ensure bash-completion compat dir\n file:\n path: /etc/bash_completion.d\n state: directory\n\n- name: Ensure kubectl bash_completion\n shell: ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1905, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/cassandra
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/cassandra/tasks/main.yml", "content": "---\n# Additional Facts\n- name: Gather EC2 facts\n action: ec2_facts\n\n- name: Add JRE ppa\n apt_repository: repo=ppa:webupd8team/java state=present\n\n- name: Automatically select the Oracle Lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4098, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/kafka
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/kafka/tasks/main.yml", "content": "- name: Create kafka directory\n file: \n path: \"{{ kafka_directory }}\"\n state: directory\n\n\n- name: Download and unarchive kafka binary\n unarchive:\n src: \"{{ kafka_url }}\"\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/mesos
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/mesos/tasks/main.yml", "content": "- name: add mesos apt key by id\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: E56151BF\n\n- name: add mesosphere repository\n apt_repository:\n repo: deb http://repos.mesosphere.io/ubuntu ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/mesos-master
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/mesos-master/tasks/main.yml", "content": "- name: stop mesos slave on master\n service: name=mesos-slave state=stopped enabled=no\n\n- name: stop zookeeper\n service: name=zookeeper state=stopped enabled=no\n\n- name: Zookeeper entry poi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/mesos-slave
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/mesos-slave/tasks/main.yml", "content": "- name: stop mesos master on slave\n service: name=mesos-master state=stopped enabled=no\n\n- name: stop zookeeper\n service: name=zookeeper state=stopped enabled=no\n\n- name: Zookeeper entry poi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/spark-driver
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/spark-driver/tasks/main.yml", "content": "- name: Create spark directory\n file: \n path: \"{{ spark_directory }}\"\n state: directory\n\n\n- name: Download and unarchive spark binary\n unarchive:\n src: \"{{ spark_url }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/spark-executor
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/spark-executor/tasks/main.yml", "content": "- name: Downloading Spark binary\n unarchive:\n src: http://apache.mediamirrors.org/spark/spark-2.2.1/spark-2.2.1-bin-hadoop2.7.tgz\n dest: /home/ubuntu/\n remote_src: yes\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/utils
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/utils/tasks/main.yml", "content": "---\n- name: Install and Configure server\n apt: name={{ item }} update_cache=yes state=latest\n with_items: \n - openjdk-8-jdk\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
MehdiLeouafi/SDTD-SMACK-BIGDATA-CLOUD
66d64a44ab66dbbc510dfab9a21eb5f0480b28c8
0
DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/zookeeper
7,795
[ "no_license" ]
[ { "path": "DEPLOIMENT D'INFRASTRUCTURE ET LES SERVICES/ansible/roles/zookeeper/tasks/main.yml", "content": "- name: Create zookeeper directory\n file: \n path: /home/ubuntu/zookeeper\n state: directory\n\n- name: Download and Unarchive zookeeper file \n unarchive:\n src: \"{{zookeeper_url}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1080, "all_permissive": false }
ansible_role
gotoinc/ruby-microservices-code-sample
3121e53ca612efa3ff6a476241bfc1d4302d7928
0
ms-deploy/roles/docker
7,795
[ "no_license" ]
[ { "path": "ms-deploy/roles/docker/tasks/main.yml", "content": "---\n- name: ensure trusted key is added\n apt_key:\n url: 'https://download.docker.com/linux/ubuntu/gpg'\n state: present\n- name: ensure docker repository is added\n apt_repository:\n repo: 'deb https://download.docker.com/linux/ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
maticnetwork/terraform-polygon-supernets
f0034521909488b8a47870bd62cac887ad0dd38f
32
ansible/roles/common
7,795
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/polycli.yml", "content": "---\n\n- name: Download polycli archive\n block:\n - name: Download polycli archive on x86_64 architecture\n register: polycli_download_results\n ansible.builtin.get_url:\n url: https://github.com/maticnetwork/polygon-cli/r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4070, "all_permissive": false }
ansible_role
maticnetwork/terraform-polygon-supernets
f0034521909488b8a47870bd62cac887ad0dd38f
32
ansible/roles/edge
7,795
[ "no_license" ]
[ { "path": "ansible/roles/edge/templates/package.json", "content": "{\n \"name\": \"\",\n \"type\": \"module\",\n \"description\": \"\",\n \"version\": \"0.1.0\",\n \"dependencies\": {\n \"web3\": \"^1.8.1\"\n }\n }", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 25723, "all_permissive": false }
ansible_role
maticnetwork/terraform-polygon-supernets
f0034521909488b8a47870bd62cac887ad0dd38f
32
ansible/roles/haproxy
7,795
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg", "content": "frontend haproxy-main\n bind 127.0.0.1:{{ haproxy_port }}\n option forwardfor\n default_backend edge_rpc\n\nbackend edge_rpc\n balance roundrobin\n{% for item in hostvars %}\n{% if (hostvars[item].tags.Role == \"validator\") %}...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 861, "all_permissive": false }
ansible_role
maticnetwork/terraform-polygon-supernets
f0034521909488b8a47870bd62cac887ad0dd38f
32
ansible/roles/mounted-storage
7,795
[ "no_license" ]
[ { "path": "ansible/roles/mounted-storage/tasks/main.yml", "content": "---\n- name: Create a primary partition on \"{{ storage_device_location }}\"\n community.general.parted:\n device: \"{{ storage_device_location }}\"\n number: 1\n label: gpt\n part_start: 0%\n part_end: 100%\n part_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 901, "all_permissive": false }
ansible_role
maticnetwork/terraform-polygon-supernets
f0034521909488b8a47870bd62cac887ad0dd38f
32
ansible/roles/rootchain-server
7,795
[ "no_license" ]
[ { "path": "ansible/roles/rootchain-server/vars/main.yml", "content": "# These are the first 10 keys from our code11-quality key\nrootchain_signer_list:\n - \"85da99c8a7c2c95964c8efd687e95e632fc533d6\"\n - \"<KEY>\"\n - \"964ec59d0e05db08440c822d7c588e63bbde8c4e\"\n - \"<KEY>\"\n - \"<KEY>\"\n - \"6e5c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8027, "all_permissive": false }
ansible_role
hogcycle/vps-gateway-ansible
e0927eb02b3cc8618cdcddccf4a920c77f633fee
0
roles/gateway
7,795
[ "no_license" ]
[ { "path": "roles/gateway/tasks/wireguard.yml", "content": "- name: Install wireguard tools\n ansible.builtin.package:\n name: \"{{ item }}\"\n loop:\n - wireguard-tools\n - qrencode\n\n- name: Wireguard server config\n template:\n src: files/wireguard-server.conf\n dest: /etc/wireguard/wg0...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1993, "all_permissive": false }
ansible_role
rkalit/ansible-learn
2a2ab01a26a7bed39cbeee304c9c441c0571213e
0
roles/users
7,795
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n- name: \"Create user accounts\"\n user:\n name: \"{{ item }}\"\n groups: \"wheel\"\n with_items: \"{{ users }}\"\n- name: \"Add authorized keys\"\n authorized_key:\n user: \"{{ item }}\"\n key: \"{{ lookup('file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
DevopsLPT/microservice_online_boutique_iac
c2f9c19a5755405b194fa6f6af64c2e76f017127
0
ansible/playbooks/roles/jenkins
7,795
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins/templates/docker-compose.yml.j2", "content": "services:\n jenkins:\n image: thuanlp/jenkins_with_docker\n privileged: true\n user: root\n ports:\n - \"8080:8080\"\n - \"50000:50000\"\n container_name: jenkins\n volumes:\n - /data/j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1610, "all_permissive": false }
ansible_role
DevopsLPT/microservice_online_boutique_iac
c2f9c19a5755405b194fa6f6af64c2e76f017127
0
ansible/playbooks/roles/nginx
7,795
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nginx/vars/main.yml", "content": "sonarqube_domain: \"sonarqube.lptdevops.website\"\nsonarqube_host: \"http://10.0.1.3:9000\"\n\nportainer_domain: \"portainer.lptdevops.website\"\nportainer_host: \"http://10.0.1.4:9000\"\n\nharbor_domain: \"harbor.lptdevops.website\"\nharb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8295, "all_permissive": false }
ansible_role
DevopsLPT/microservice_online_boutique_iac
c2f9c19a5755405b194fa6f6af64c2e76f017127
0
ansible/playbooks/roles/redis-sentinal
7,795
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/redis-sentinal/templates/master-redis.conf.j2", "content": "# Redis configuration file example.\n#\n# Note that in order to read the configuration file, Redis must be\n# started with the file path as first argument:\n#\n# ./redis-server /path/to/redis.conf\n\n# Note on uni...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 219675, "all_permissive": false }
ansible_role
r00tkie/Hacktivity_2020
1dde76a8c76b7347ab6fd79689d44f61b40c9710
0
demo/roles/demo
7,795
[ "no_license" ]
[ { "path": "demo/roles/demo/tasks/main.yml", "content": "---\r\n# tasks file for demo role\r\n\r\n# FROM THIS POINT WE IMPORT OUR TASKS\r\n\r\n\r\n- name: Gather facts from remote hosts\r\n import_tasks: collect_facts.yml\r\n tags:\r\n - collect_facts\r\n\r\n- name: Check if SSH allows empty passwords\r...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 18731, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/add_user
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/add_user/tasks/main.yml", "content": "- name: Add user\n become: yes\n user:\n create_home: yes\n name: \"{{ user.name }}\"\n register: add_user_add_user\n\n- name: Create sudoers file\n become: yes\n lineinfile:\n path: \"/etc/sudoers.d/{{ user.name }}\"\n line: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 898, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/bash
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/bash/tasks/debian_packages.yml", "content": "- name: Install Packages.\n become: yes\n apt:\n name: ['bash-completion']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n register: common_debian_packages_install_packages\n\n\n", "license_type": "no_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 651, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/default_packages
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/default_packages/tasks/debian_packages.yml", "content": "- name: Install Packages\n become: yes\n apt:\n name: [\n 'wget',\n 'curl',\n 'openssh-client',\n 'telnet',\n 'dnsutils',\n 'less',\n 'source-highlight',\n 'info',\n 'man',\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/desktop
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/desktop/tasks/debian_packages.yml", "content": "- name: Install Packages.\n become: yes\n apt:\n name: ['task-gnome-desktop', 'fcitx5-mozc']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 484, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/docker
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/docker/files/bin/dbuild", "content": "#!/bin/sh\n\nhelp() {\n cat <<EOS >&2\nUSAGE: $0 TAG PATH\n\nrun the following command\n docker build --build-arg USER=\"$USER\" \\\\\n\t\t -t <TAG> \\\\\n\t\t <PATH>\nEOS\n exit 1\n}\n\nif [ -z \"$2\" ]; then\n hel...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2624, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/emacs
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/emacs/files/bin/ek", "content": "#!/usr/bin/env sh\n\nemacsclient -e \"(kill-emacs)\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "playbooks/roles/emacs/files/.emacs.d/init.d/display.el", "content": ";; Hide spla...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1806, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/firefox
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/firefox/tasks/debian_packages.yml", "content": "- name: Install build dependencies\n become: yes\n apt:\n name: ['firefox-esr', 'libpci3', 'libegl1']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n", "license_type": "no_license", "detected_lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/git
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/git/files/.gitconfig", "content": "[user]\n\tname = <NAME>\n\temail = <EMAIL>\n[core]\n\texcludesfile = ~/.gitignore\n\teditor = vim\n[diff]\n\ttool = vimdiff\n[merge]\n\ttool = vimdiff\n[difftool]\n\tprompt = false\n[fetch]\n\tprune = true\n[alias]\n\tup = fetch --all\n\tsup = su...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 825, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/gnuplot
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/gnuplot/tasks/debian_packages.yml", "content": "- name: Install Packages.\n become: yes\n apt:\n name: ['gnuplot']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/japanese
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/japanese/meta/main.yml", "content": "dependencies:\n - { role: emacs }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "playbooks/roles/japanese/files/.emacs.d/init.d/languages.el", "content": "(prefer-coding-sy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1032, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/linuxbrew
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/linuxbrew/tasks/debian_packages.yml", "content": "- name: Install build dependencies\n become: yes\n apt:\n name: ['git', 'build-essential', 'procps', 'curl', 'file']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 699, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/locale
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/locale/tasks/main.yml", "content": "- include_tasks: debian_packages.yml\n when: ansible_os_family == 'Debian'\n\n- name: Change /etc/locale.gen\n become: yes\n replace:\n regexp='^\\s*#\\s*{{ locale.locale }} {{ locale.encoding }}\\s*$'\n replace=\"{{ locale.locale }} {{...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/neo4j
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/neo4j/tasks/main.yml", "content": "- include_tasks: debian_packages.yml\n when: ansible_os_family == 'Debian'\n\n- name: Deploy the config file\n become: yes\n copy:\n src: neo4j.conf\n dest: /etc/neo4j/neo4j.conf\n\n- name: Install `apoc` plugin\n become: yes\n shell:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1140, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/pycharm
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/pycharm/tasks/main.yml", "content": "- name: Install pycharm\n become: yes\n command: snap install pycharm-community --classic\n creates=/snap/bin/pycharm-community\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 166, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/screen
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/screen/meta/main.yml", "content": "dependencies:\n - { role: workspace }\n - { role: zsh }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "playbooks/roles/screen/tasks/debian_packages.yml", "content": "- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 917, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/snap
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/snap/tasks/main.yml", "content": "- include_tasks: debian_packages.yml\n when: ansible_os_family == 'Debian'\n\n- name: Add /snap/bin to PATH\n lineinfile:\n dest={{ ansible_env.HOME }}/.localrc\n line='echo \"$PATH\" | grep -q \\'/snap/bin\\' || PATH=/snap/bin:\"$PATH...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/terraform
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/terraform/tasks/debian_packages.yml", "content": "- name: Download gpg key\n become: no\n get_url:\n url: https://apt.releases.hashicorp.com/gpg\n dest: \"{{ ansible_env.HOME }}/src/hashicorp-archive-keyring.gpg\"\n\n- name: Import gpg key\n become: yes\n command:\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/tex
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/tex/tasks/debian_packages.yml", "content": "- name: Install Packages.\n become: yes\n apt:\n name: ['texlive', 'texlive-lang-japanese', 'texinfo', 'texlive-pictures', 'texlive-latex-extra']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/vim
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/vim/tasks/debian_packages.yml", "content": "- name: Install Packages\n become: yes\n apt:\n name: ['vim']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 548, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/vscode
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/vscode/files/.config/Code/User/settings.json", "content": "{\n \"emacs-mcx.useMetaPrefixCtrlLeftBracket\": true,\n \"emacs-mcx.strictEmacsMove\": true,\n \"terminal.integrated.allowChords\": false\n}\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 695, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/workspace
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/workspace/tasks/main.yml", "content": "- name: Create directories in HOME\n become: no\n with_items:\n - src\n - tmp\n - bin\n file: path={{ ansible_env.HOME }}/{{ item }} state=directory\n\n- name: Create directory for lock file\n become: no\n file:\n path: '{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/xpdf
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/xpdf/tasks/debian_packages.yml", "content": "- name: Install Packages\n become: yes\n apt:\n name: ['xpdf']\n state: present\n cache_valid_time: 3600\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
wbcchsyn/personal-configs
aee37378301d8a6d1b703169ac1ce2b8f1bed557
0
playbooks/roles/zsh
7,795
[ "no_license" ]
[ { "path": "playbooks/roles/zsh/meta/main.yml", "content": "dependencies:\n - { role: bash }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "playbooks/roles/zsh/tasks/main.yml", "content": "- include_tasks: debian_packages.yml\n when: an...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 939, "all_permissive": false }
ansible_role
buymecookies/diodebox-automation
dd518df395b9244f2446b6a600042d61915e1862
0
roles/qlc+
7,795
[ "no_license" ]
[ { "path": "roles/qlc+/templates/qlc.service.j2", "content": "[Unit]\nDescription=Q Light Controller Plus\nDocumentation=man:qlcplus(1)\nAfter=basic.target\n\n[Service]\nType=simple\nUser=root\nRestart=on-failure\nRestartSec=3\nExecStart=/usr/sbin/qlcplus-start.sh\n\n[Install]\nWantedBy=multi-user.target\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2347, "all_permissive": false }
ansible_role
buymecookies/diodebox-automation
dd518df395b9244f2446b6a600042d61915e1862
0
roles/supercollider
7,795
[ "no_license" ]
[ { "path": "roles/supercollider/vars/main.yml", "content": "---\n# vars file for supercollider\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/supercollider/tasks/main.yml", "content": "---\n# tasks file for supercollider\n\n- name: inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4502, "all_permissive": false }
ansible_role
t1mssc/kali-playbook
516de0b9ae30f807324fb1e68f74bbb5311ba12d
0
roles/install-tools
7,795
[ "no_license" ]
[ { "path": "roles/install-tools/tasks/install-peass.yml", "content": "---\n- name: Create download directory\n file:\n path: \"{{ download_dir }}\"\n state: directory\n mode: \"0755\"\n become: true\n become_method: sudo\n\n- name: Get latest release information from GitHub API\n uri:\n url: ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7456, "all_permissive": false }
ansible_role
t1mssc/kali-playbook
516de0b9ae30f807324fb1e68f74bbb5311ba12d
0
roles/post-config
7,795
[ "no_license" ]
[ { "path": "roles/post-config/tasks/post-config.yml", "content": "---\n- name: Remove useless packages from cache\n apt:\n autoclean: true \n become: true\n become_method: sudo\n\n- name: Restart QTerminal processes (if running)\n shell: |\n pkill -f qterminal || true\n ignore_errors: yes\n becom...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3090, "all_permissive": false }
ansible_role
t1mssc/kali-playbook
516de0b9ae30f807324fb1e68f74bbb5311ba12d
0
roles/pre-config
7,795
[ "no_license" ]
[ { "path": "roles/pre-config/tasks/config-timezone.yml", "content": "---\n- name: Ensure /etc/localtime is set to Asia/Manila\n ansible.builtin.file:\n src: /usr/share/zoneinfo/Asia/Manila\n dest: /etc/localtime\n state: link\n become: true\n become_method: sudo\n when: ansible_date_time.tz != '...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9632, "all_permissive": false }
ansible_role
AlexanderWitteveen/ALEX.Ansible.TrueNAS
b4f6d73735580c189050985c460ee09e5f069457
0
roles/configurebase
7,793
[ "no_license" ]
[ { "path": "roles/configurebase/scripts/create.home.sh", "content": "#!/bin/bash\n\nipaddress=$1\nusername=$2\npassword=$3\n\nexpect -f $(dirname \"$0\")/create.home.expect \"$ipaddress\" \"$username\" \"$password\"\nif [[ \"$?\" != \"0\" ]]; then \n echo \"**** Error: Expect failed\"\nfi\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3048, "all_permissive": false }
ansible_role
stackhpc/leafcloud-lab-slurm-appliance
9ac2bd679257d5e60d86dccd25cba8571c107260
0
ansible/roles/cuda
7,793
[ "no_license" ]
[ { "path": "ansible/roles/cuda/defaults/main.yml", "content": "cuda_repo_url: \"https://developer.download.nvidia.com/compute/cuda/repos/rhel{{ ansible_distribution_major_version }}/{{ ansible_architecture }}/cuda-rhel{{ ansible_distribution_major_version }}.repo\"\ncuda_nvidia_driver_stream: '570-open'\ncud...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5524, "all_permissive": false }
ansible_role
stackhpc/leafcloud-lab-slurm-appliance
9ac2bd679257d5e60d86dccd25cba8571c107260
0
ansible/roles/dnf_repos
7,793
[ "no_license" ]
[ { "path": "ansible/roles/dnf_repos/tasks/disable_repos.yml", "content": "---\n- name: Disable Pulp repos\n ansible.builtin.yum_repository:\n file: \"{{ item.file }}\"\n name: \"{{ item.name }}\"\n baseurl: \"{{ item.base_url }}\"\n description: \"{{ item.name }}\"\n enabled: false\n loop: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
companyabab/ansi-kafka
18e65d3c85087d597b667a558b9706191b158ab3
0
ansi-kafka/roles/kafka_install
7,793
[ "no_license" ]
[ { "path": "ansi-kafka/roles/kafka_install/tasks/main.yaml", "content": "#- include: dependencies.yml\n\n- name: create direcory staging and cassandra\n file: path=/opt/kafka state=directory\n become_user: root\n\n- stat: path=/opt/kafka\n register: kafka_path\n\n- name: download kafka\n copy: src=/home/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
takayukioda/docker-multi-network
1a8bbcbc946c919667a29ebc4778152936c2dbbb
0
roles/docker
7,793
[ "no_license" ]
[ { "path": "roles/docker/tasks/pull.yml", "content": "# Installing pip\n- name: Installing pip\n sudo: yes\n apt:\n name: python-pip\n# Install docker-py to avoid ansible bug\n# https://github.com/ansible/ansible-modules-core/issues/1792\n- name: Install Docker py\n sudo: yes\n pip:\n name: docker-...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1527, "all_permissive": false }
ansible_role
takayukioda/docker-multi-network
1a8bbcbc946c919667a29ebc4778152936c2dbbb
0
roles/ping
7,793
[ "no_license" ]
[ { "path": "roles/ping/tasks/main.yml", "content": "- name: pong\n command: echo pong\n changed_when: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 56, "all_permissive": false }
ansible_role
takayukioda/docker-multi-network
1a8bbcbc946c919667a29ebc4778152936c2dbbb
0
roles/system
7,793
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: Update system package\n sudo: yes\n apt:\n upgrade: safe\n state: present\n update_cache: yes\n- name: Basic installation (build-essential curl git)\n sudo: yes\n apt: name={{ item }}\n with_items:\n - build-essential\n - curl\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
ridwands/telegraf-ansible
22c1534f6cf1326da6a27c5a7dc876b17ca88899
0
roles/telegraf
7,793
[ "no_license" ]
[ { "path": "roles/telegraf/tasks/centos.yml", "content": "- name: Repo Telegraf\n copy:\n src: influxdb.repo\n dest: /etc/yum.repos.d/influxdb.repo\n- name: Makecache\n command: yum makecache fast\n- name: Install Telegraf\n yum:\n name: telegraf\n state: present\n- name: Templating Telegraf\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1506, "all_permissive": false }
ansible_role
vijayboopathy-zz/Ansiblesod
53b5943946a360b7a118671fe6390a6f28ae3226
0
Content/600_Templates/roles/nginx
7,793
[ "no_license" ]
[ { "path": "Content/600_Templates/roles/nginx/tasks/install.yml", "content": "---\n\n- name: Install Nginx\n yum:\n name: \"{{ package_name }}\"\n state: present\n register: install\n- name: Show the install details\n debug:\n var: install\n- name: Start Nginx Server\n service:\n name: nginx\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 814, "all_permissive": false }
ansible_role
vijayboopathy-zz/Ansiblesod
53b5943946a360b7a118671fe6390a6f28ae3226
0
Test/Roles/roles/tomcat
7,793
[ "no_license" ]
[ { "path": "Test/Roles/roles/tomcat/tasks/install.yml", "content": "---\n- name: Install Tomcat\n yum:\n name: tomcat\n state: latest\n\n- name: Install admin packages\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - tomcat-webapps\n - tomcat-admin-webapps\n\n- name: Start...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 490, "all_permissive": false }
ansible_role
vijayboopathy-zz/Ansiblesod
53b5943946a360b7a118671fe6390a6f28ae3226
0
Test/Variables/roles/nginx
7,793
[ "no_license" ]
[ { "path": "Test/Variables/roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n- name: restart nginx\n service:\n name: \"{{ package }}\"\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 524, "all_permissive": false }
ansible_role
vijayboopathy-zz/Ansiblesod
53b5943946a360b7a118671fe6390a6f28ae3226
0
Test/Variables/roles/tomcat
7,793
[ "no_license" ]
[ { "path": "Test/Variables/roles/tomcat/tasks/install.yml", "content": "---\n- name: Install Tomcat\n yum:\n name: tomcat\n state: latest\n\n- name: Install admin packages\n yum:\n name: tomcat-webapps\n state: latest\n\n- name: Install admin packages\n yum:\n name: tomcat-admin-webapps\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
alexeykazancev/hw-2-nginx
54bed94dbbc5017bc786b2f55ffe3fe4f587f2f3
0
ansible/roles/nginx
7,793
[ "no_license" ]
[ { "path": "ansible/roles/nginx/handlers/main.yml", "content": "---\n- name: nginx systemd\n systemd:\n name: nginx\n enabled: yes\n state: started\n- name: Restart nginx\n systemd:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 453, "all_permissive": false }
ansible_role
grokbot/cmdr
e55f3a120e814c43c11ab291e8ce773c993f8a87
0
root/opt/app/src/.ansible/roles/prereqs
7,793
[ "no_license" ]
[ { "path": "root/opt/app/src/.ansible/roles/prereqs/defaults/main.yaml", "content": "---\ngcp_service_account_path: ~/.config/gcloud/\nssh_tasks: 'false'\n\nenv_checks:\n aws:\n - AWS_ACCESS_KEY_ID\n - AWS_SECRET_ACCESS_KEY\n - AWS_DEFAULT_REGION\n gcp:\n - GCP_AUTH_KIND\n - GCP_SERVICE_ACCO...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2677, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleDemoDone/roles/cleanup
7,793
[ "no_license" ]
[ { "path": "ansibleDemoDone/roles/cleanup/tasks/main.yml", "content": "---\n- name: Close port in firewall\n ansible.posix.firewalld:\n permanent: true\n port: \"{{ httpPort }}/tcp\"\n state: disabled\n immediate: true\n tags: cleanup\n\n- name: Info about the closed port\n debug:\n msg: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleDemoDone/roles/configure_firewall
7,793
[ "no_license" ]
[ { "path": "ansibleDemoDone/roles/configure_firewall/tasks/main.yml", "content": "---\n- name: Open port in firewall\n ansible.posix.firewalld:\n permanent: true\n port: \"{{ httpPort }}/tcp\"\n state: enabled\n immediate: true\n tags: configuration\n\n- name: Warn about the opened port\n debu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleDemoDone/roles/install_web
7,793
[ "no_license" ]
[ { "path": "ansibleDemoDone/roles/install_web/tasks/deploy_site.yml", "content": "---\n- name: Install our static website\n template:\n src: \"{{ inventory_dir }}/host_files/{{ inventory_hostname }}/home.html\"\n dest: /var/www/html\n owner: root\n group: root\n mode: 0644\n tags: configurat...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 752, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleDemoDone/roles/prepare_env
7,793
[ "no_license" ]
[ { "path": "ansibleDemoDone/roles/prepare_env/tasks/main.yml", "content": "---\n- name: Prepare environment\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n loop:\n - wget\n - curl\n - htop\n - vim\n tags: installation\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleFromSlides/roles/debug
7,793
[ "no_license" ]
[ { "path": "ansibleFromSlides/roles/debug/tasks/main.yml", "content": "---\n- name: Debug\n debug:\n msg: \"{{ item }}\"\n loop: \"{{ filePaths }}\"\n\n- name: Print info about the target system\n debug:\n msg: \"{{ ansible_facts }}\"\n\n- name: Print OracleLinux version\n debug:\n msg: \"We are...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleFromSlides/roles/examples
7,793
[ "no_license" ]
[ { "path": "ansibleFromSlides/roles/examples/tasks/main.yml", "content": "---\n- name: Ensure folder exists\n file:\n path: \"{{ activeFolder }}\"\n state: directory\n\n- name: Ensure old files are removed\n file:\n path: \"{{ item }}\"\n state: absent\n loop: \"{{ filePaths }}\"\n tags: clea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1187, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleFromSlides/roles/firewall_setup
7,793
[ "no_license" ]
[ { "path": "ansibleFromSlides/roles/firewall_setup/tasks/main.yml", "content": "---\n- name: Print obtained port\n debug:\n msg: \"Got port {{ port }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleFromSlides/roles/install_deps
7,793
[ "no_license" ]
[ { "path": "ansibleFromSlides/roles/install_deps/tasks/main.yml", "content": "---\n- name: Install htop\n ansible.builtin.dnf:\n name: htop\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleFromSlides/roles/install_httpd_server
7,793
[ "no_license" ]
[ { "path": "ansibleFromSlides/roles/install_httpd_server/tasks/main.yml", "content": "---\n- name: Install httpd server\n ansible.builtin.dnf:\n name: httpd\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleFromSlides/roles/say_hello
7,793
[ "no_license" ]
[ { "path": "ansibleFromSlides/roles/say_hello/tasks/main.yml", "content": "---\n- import_tasks: say_hello.yml\n- import_tasks: say_hi.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansibleFromSlides/roles/say_hello/tasks/say_hello.yml", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 172, "all_permissive": false }
ansible_role
plnyrich/Ansible-Demo
4f9f36e0085fbef8a9fde90e9eb533ec1c06ef6e
1
ansibleFromSlides/roles/shell
7,793
[ "no_license" ]
[ { "path": "ansibleFromSlides/roles/shell/tasks/main.yml", "content": "---\n- name: Run shell command\n shell: |\n date\n sleep 1\n exit 0\n register: shell_cmd\n\n- name: Print shell command output\n debug:\n msg: \"stdout: {{ shell_cmd.stdout }}\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
libert-xyz/hadoop-cluster-ansible
4cd1e874928ebe87e8909ee80f5635fe0ebb5a94
1
roles/common
7,793
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- include_vars: \"{{ nodesfile }}\"\n\n- name: Create hadoop Group\n group:\n name: \"{{ hadoop_group }}\"\n state: present\n\n- name: Create hadoop User\n user:\n name: \"{{ hadoop_user }}\"\n comment: \"Hadoop\"\n group: \"{{ hadoo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3484, "all_permissive": false }
ansible_role
laurentpoirierfr/frontend-backend-ms-k8s
50401dcc9b4cd5620f188b462f34e564582a8f4f
0
plateform/keycloak/ansible/roles/demo-realm
7,792
[ "no_license" ]
[ { "path": "plateform/keycloak/ansible/roles/demo-realm/defaults/main.yml", "content": "---\n# defaults file for demo-realm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "plateform/keycloak/ansible/roles/demo-realm/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1106, "all_permissive": false }
ansible_role
cit-aliqui/ansible
d2dab648db61524b9c6142db1b5466dc5bd35fdb
0
roles/httpd
7,792
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "- name: Install Web Server Packages\n package:\n name: \"{{item}}\"\n state: installed \n loop:\n - httpd \n - httpd-devel\n - gcc \n\n- name: Get MOD-JK Dir \n shell: echo {{MODJK_URL}} |awk -F / '{print $NF}' |sed -e 's/.tar.gz//'\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1471, "all_permissive": false }
ansible_role
cit-aliqui/ansible
d2dab648db61524b9c6142db1b5466dc5bd35fdb
0
roles/mariadb
7,792
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: Install MariaDB Server \n package:\n name: \"{{item}}\"\n state: installed\n loop:\n - MySQL-python\n - mariadb-server \n- name: Start MariaDB Service \n service:\n name: mariadb \n state: started \n enabled: yes \n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
cit-aliqui/ansible
d2dab648db61524b9c6142db1b5466dc5bd35fdb
0
roles/tomcat
7,792
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "- name: Install Java \n package:\n name: java \n state: installed \n- name: Get Tomcat Directory \n shell: echo {{TOMCAT_URL}} | awk -F / '{print $NF}' | sed -e 's/.tar.gz//'\n register: out \n- name: Define Tomcat Directory \n set_fact:\n TO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1681, "all_permissive": false }
ansible_role
jmaducal12/Aducal_Activity-9
9e61a8b77384f4cb54398df96a20ce66017ab612
0
roles/Application_server
7,792
[ "no_license" ]
[ { "path": "roles/Application_server/tasks/main.yml", "content": "- name: install prometheus in Ubuntu\n command: apt install prometheus -y\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install prometheus in CentOS\n command: snap install prometheus --classic\n when: ansible_distribution == \"Cen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
MatiBelsito/UTNFRA_SO_2do_Parcial_MatiBelsito
620ad499387422dca1b58fc93f731adc8250beeb
0
ansible/roles/2do_parcial
7,792
[ "no_license" ]
[ { "path": "ansible/roles/2do_parcial/tasks/main.yml", "content": "- name: Crear directorio /tmp/alumno\n file:\n path: /tmp/alumno\n state: directory\n mode: '0755'\n\n- name: Crear archivo datos.txt con información del sistema\n become: yes\n copy:\n dest: /tmp/alumno/datos.txt\n content:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
MatiBelsito/UTNFRA_SO_2do_Parcial_MatiBelsito
620ad499387422dca1b58fc93f731adc8250beeb
0
ansible/roles/Alta_Usuarios_belsito
7,792
[ "no_license" ]
[ { "path": "ansible/roles/Alta_Usuarios_belsito/tasks/main.yml", "content": "- name: Crear grupo GProfesores\n become: yes\n group:\n name: GProfesores\n state: present\n \n\n- name: Crear grupo GAlumnos\n become: yes\n group:\n name: GAlumnos\n state: present\n \n\n- name: Crear usuari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
MatiBelsito/UTNFRA_SO_2do_Parcial_MatiBelsito
620ad499387422dca1b58fc93f731adc8250beeb
0
ansible/roles/Instala_tools_belsito
7,792
[ "no_license" ]
[ { "path": "ansible/roles/Instala_tools_belsito/tasks/main.yml", "content": "- name: Instalar herramientas requeridas\n become: yes\n package:\n name:\n - htop\n - tmux\n - tree\n - speedtest-cli\n state: present\n \n\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }