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
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/php
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/php/handlers/main.yml", "content": "---\n# handlers file for php\n- name: restart php-fpm\n systemd:\n name: php-fpm\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "Final projec...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1493, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/wordpress
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/wordpress/defaults/main.yml", "content": "---\n# defaults file for wordpress\nwp_mysql_db: wordpress\nwp_mysql_user: wordpress\nwp_mysql_password: <PASSWORD>!\nwp_mysql_server: 127.0.0.1", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4686, "all_permissive": false }
ansible_role
cloudcastsapp/packer-course
a1cc07c9f663d3d8488d9635ab32c860b6528daa
10
ansible/roles/app
7,376
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Ensure app dir exists\n file:\n path: /var/www/cloudcasts.io\n state: directory\n owner: www-data\n group: www-data\n\n- name: Ensure web root exists\n file:\n path: /var/www/cloudcasts.io/public\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 852, "all_permissive": false }
ansible_role
cloudcastsapp/packer-course
a1cc07c9f663d3d8488d9635ab32c860b6528daa
10
ansible/roles/base
7,376
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Install Server Basics\n apt:\n pkg: [\"software-properties-common\", \"unattended-upgrades\", \"ntp\", \"wget\", \"curl\", \"vim\", \"silversearcher-ag\", \"git\", \"unzip\", \"htop\", \"tmux\", \"pigz\", \"jq\"]\n state: present...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 939, "all_permissive": false }
ansible_role
cloudcastsapp/packer-course
a1cc07c9f663d3d8488d9635ab32c860b6528daa
10
ansible/roles/nginx
7,376
[ "no_license" ]
[ { "path": "ansible/roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 646, "all_permissive": false }
ansible_role
cloudcastsapp/packer-course
a1cc07c9f663d3d8488d9635ab32c860b6528daa
10
ansible/roles/php
7,376
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Add PHP Repository\n apt_repository: \n repo: ppa:ondrej/php\n state: present\n\n- name: Install PHP and PHP-FPM\n apt:\n pkg: ['php8.0-fpm','php8.0-cli','php8.0-mysql','php8.0-sqlite3','php8.0-curl','php8.0-gd','php8.0-intl',...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1115, "all_permissive": false }
ansible_role
iTraceur/deployment-roles
c5b6c7dd9f743ac802fb534cd1d2e99885b853a0
0
roles/deploy
7,376
[ "no_license" ]
[ { "path": "roles/deploy/test/main.yml", "content": "---\n- import_playbook: setup.yml\n- import_playbook: rsync-test.yml\n- import_playbook: rsync_direct-test.yml\n- import_playbook: git-test.yml\n- import_playbook: download-test.yml\n- import_playbook: svn-test.yml\n- import_playbook: hg-test.yml\n", "...
{ "task_files": 24, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 25, "total_bytes": 12433, "all_permissive": false }
ansible_role
iTraceur/deployment-roles
c5b6c7dd9f743ac802fb534cd1d2e99885b853a0
0
roles/rollback
7,376
[ "no_license" ]
[ { "path": "roles/rollback/tasks/update-supervisor.yml", "content": "---\n- name: Restart service supervisord\n service:\n name: supervisord\n state: restarted\n ignore_errors: yes\n when: ansistrano_auto_restart is defined and ansistrano_auto_restart|bool\n", "license_type": "no_license", "...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5465, "all_permissive": false }
ansible_role
bikrantneupane/logstack
726fd45398d014547eab7ffa826221851c0e1f1b
0
roles/ansible-elasticsearch
7,376
[ "no_license" ]
[ { "path": "roles/ansible-elasticsearch/tasks/kibana.yml", "content": "---\n- name: Kibana archive available\n get_url:\n dest=/opt\n url=https://download.elastic.co/kibana/kibana/kibana-{{ elasticsearch_kibana_version }}.tar.gz\n owner={{ elasticsearch_user }} group={{ elasticsearch_user }}\n sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1456, "all_permissive": false }
ansible_role
bikrantneupane/logstack
726fd45398d014547eab7ffa826221851c0e1f1b
0
roles/valentinogagliardi.logstash-role
7,376
[ "no_license" ]
[ { "path": "roles/valentinogagliardi.logstash-role/templates/filters.conf.j2", "content": "# {{ ansible_managed }}\n\nfilter {\n if [type] == \"kibana-log\" {\n json {\n source => \"message\"\n }\n }\n{% if logstash_filters is defined %}\n else {\n {% for key,value in logstash_filters.iterit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1284, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/accumulo
7,376
[ "no_license" ]
[ { "path": "ansible/roles/accumulo/templates/accumulo-env.sh", "content": "#! /usr/bin/env bash\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownersh...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 31188, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/azure
7,376
[ "no_license" ]
[ { "path": "ansible/roles/azure/tasks/create_optional_proxy.yml", "content": "---\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 80064, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/common
7,376
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/azure_oms.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this f...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 23673, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/docker
7,376
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1693, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/elasticsearch
7,376
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2979, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/filebeat
7,376
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/tasks/main.yml", "content": "---\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1756, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/fluo
7,376
[ "no_license" ]
[ { "path": "ansible/roles/fluo/tasks/main.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2645, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/fluo_yarn
7,376
[ "no_license" ]
[ { "path": "ansible/roles/fluo_yarn/tasks/main.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1297, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/grafana
7,376
[ "no_license" ]
[ { "path": "ansible/roles/grafana/templates/cluster-dashboard.json", "content": "{\n \"id\": null,\n \"title\": \"Cluster\",\n \"originalTitle\": \"Cluster\",\n \"tags\": [],\n \"style\": \"dark\",\n \"timezone\": \"browser\",\n \"editable\": true,\n \"hideControls\": false,\n \"sharedCrosshair\": f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 16772, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/hadoop
7,376
[ "no_license" ]
[ { "path": "ansible/roles/hadoop/tasks/main.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file t...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 24936, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/influxdb
7,376
[ "no_license" ]
[ { "path": "ansible/roles/influxdb/tasks/main.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1845, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/kibana
7,376
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "---\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3096, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/logstash
7,376
[ "no_license" ]
[ { "path": "ansible/roles/logstash/tasks/main.yml", "content": "---\n#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2429, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/mesos
7,376
[ "no_license" ]
[ { "path": "ansible/roles/mesos/defaults/main.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2722, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/proxy
7,376
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/get-asf-mirror.yml", "content": "- name: \"determine best apache mirror to use\"\n shell: set -o pipefail && curl -sk https://www.apache.org/dyn/closer.cgi?as_json | jq -r .preferred\n args:\n executable: bash\n register: apache_mirror\n retries: 10\n delay: 10\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4626, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/spark
7,376
[ "no_license" ]
[ { "path": "ansible/roles/spark/tasks/main.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses this file to...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2747, "all_permissive": false }
ansible_role
apache/accumulo-fluo-muchos
1282c47b10a33f3e927649041caa90e546798c90
26
ansible/roles/zookeeper
7,376
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/start-zookeeper.yml", "content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2549, "all_permissive": false }
ansible_role
munisystem/vagrant_ansible_gitlab
06aafdbc520dc5265a0631f2cb98e710921cac84
0
roles/gitlab
7,376
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "---\n- name: update packages\n apt: update_cache=yes\n\n- name: install packages\n apt: name={{item}}\n with_items: packages\n\n- name: add the gitlab server\n shell: \"curl {{gitlab_server}} | sudo bash\"\n\n- name: install gitlab\n apt: name=gitlab...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 928, "all_permissive": false }
ansible_role
lrgc01/ansible-tests
fd78bb448fe5c46ca6e6ccd5112840770be026dd
0
roles/hosts
7,376
[ "no_license" ]
[ { "path": "roles/hosts/files/hosts", "content": "\n127.0.0.1\tlocalhost\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-allnodes\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-allrouters\n\n192.168.0.197 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1567, "all_permissive": false }
ansible_role
lrgc01/ansible-tests
fd78bb448fe5c46ca6e6ccd5112840770be026dd
0
roles/os_compute_install
7,376
[ "no_license" ]
[ { "path": "roles/os_compute_install/tasks/main.yml", "content": "---\n- name: Ensure directories\n file: path=\"{{ dest_dir }}/{{ item }}\" state=directory \n loop: \"{{ dir_list }}\"\n register: directories_in_place\n tags: config_files\n\n- name: Install base software packages\n apt: pkg='software-pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4048, "all_permissive": false }
ansible_role
lrgc01/ansible-tests
fd78bb448fe5c46ca6e6ccd5112840770be026dd
0
roles/os_compute_uninstall
7,376
[ "no_license" ]
[ { "path": "roles/os_compute_uninstall/tasks/main.yml", "content": "---\n- name: Check if installed\n command: dpkg -V \"{{ item }}\"\n loop: \"{{ srv_pkg_list }}\"\n failed_when: false\n changed_when: false\n no_log: true\n register: pkg_is_installed\n\n- name: Stop compute services\n service: name=\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 687, "all_permissive": false }
ansible_role
lrgc01/ansible-tests
fd78bb448fe5c46ca6e6ccd5112840770be026dd
0
roles/os_controller_install
7,376
[ "no_license" ]
[ { "path": "roles/os_controller_install/templates/my.cnf.root.j2", "content": "#jinja2:variable_start_string:'[%', variable_end_string:'%]'\n[mysql]\nuser=root\npassword=[% <PASSWORD> %]\nhost=[% dbserv %]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7180, "all_permissive": false }
ansible_role
lrgc01/ansible-tests
fd78bb448fe5c46ca6e6ccd5112840770be026dd
0
roles/test_template
7,376
[ "no_license" ]
[ { "path": "roles/test_template/tasks/main.yml", "content": "---\n- name: template test 1\n template: src=test_dir/test1.j2 dest=/home/luiz/test1\n notify: Telegram msg\n tags: config_files\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1046, "all_permissive": false }
ansible_role
FOSDEM/stand-submission
0ed1ebc5904e47202a4553672939faab2baf314c
0
deployment/roles/website
7,376
[ "no_license" ]
[ { "path": "deployment/roles/website/tasks/code.yml", "content": "- name: Clone website\n git:\n dest: /var/opt/app/fosdem_submission/html\n force: yes\n repo: https://github.com/FOSDEM/stands-website.git\n- name: Build website\n command:\n cmd: 'hugo'\n chdir: /var/opt/app/fosdem_submission...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 713, "all_permissive": false }
ansible_role
Daritos/fastboiler
965731ff7256d708f7e34587b1db03fe30bf787d
0
ansible/roles/docker
7,376
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Uninstall old versions\n become: true\n apt:\n pkg:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n\n- name: Install dependencies\n become: true\n apt:\n pkg:\n - ca-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/ec2-ami-prod
7,376
[ "no_license" ]
[ { "path": "automation/roles/ec2-ami-prod/tasks/main.yml", "content": "---\n# tasks file for aws-ec2-ami\n#ec2-ami/tasks/ec2-ami.yml\n- fail: msg=\"The minimum Ansible version required to run is 2.0.1. To upgrade run 'sudo pip install --upgrade ansible'.\"\n when: ansible_version.major|int != 2 and ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1521, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/jdk_install
7,376
[ "no_license" ]
[ { "path": "automation/roles/jdk_install/vars/main.yml", "content": "---\n# vars file for jdk_install\n\n#java_home: /app01/oracle/jdk\n#java_filename: jdk-8u121-linux-x64.tar.gz\n#java_version: jdk1.8.0_121\n#java_user: ansible\n#java_group: dba\n#jdk_zip_files_location: \"{{ role_path }}/files/jdk-8u121-li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3619, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/lamp_stack
7,376
[ "no_license" ]
[ { "path": "automation/roles/lamp_stack/tasks/main.yml", "content": "---\n\n- include: deploy-httpd.yml \n tags: httpd\n\n- include: deploy-php.yml \n tags: php\n\n- include: deploy-mysql.yml\n tags: mysql\n\n#- include: deploy-phpMyAdmin.yml \n# tags: phpMyAdmin\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 693, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/mysql-datasource_create
7,376
[ "no_license" ]
[ { "path": "automation/roles/mysql-datasource_create/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mysql-datasource_add", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "automation/roles/mysql-datasource_cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 989, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/mysql_install
7,376
[ "no_license" ]
[ { "path": "automation/roles/mysql_install/tasks/main.yml", "content": "---\n# tasks file for mysql_install\n\n- name: Creates install target directory\n file: path=/app01/db mode=775 recurse=yes state=directory\n become_user: \"{{ user }}\"\n\n- name: Creates install target directory\n file: path=/app01/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2-encrypted-key_add
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2-encrypted-key_add/tasks/main.yml", "content": "---\n\n#####################################################################################################################################################\n\n- name: Encrypting password\n expect:\n command: \"{{ PRODUCT_HO...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5154, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2_encrypt
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2_encrypt/templates/integrator/cipher-tool.properties.j2", "content": "#\n# Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.\n#\n# WSO2 Inc. licenses this file to you under the Apache License,\n# Version 2.0 (the \"License\"); you may not use this file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12570, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2_install
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2_install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - wso2_integrator_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "automation/roles/wso2_install/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1002, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2_run
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2_run/defaults/main.yml", "content": "---\n# defaults file for wso2_run", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "automation/roles/wso2_run/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4407, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2_setup
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2_setup/tasks/main.yml", "content": "---\n# tasks file for wso2_setup\n\n################### API-MGR ####################\n\n- name: Copy MySQL connector files\n copy: src=\"{{ role_path }}/files/mysql-connector-java-5.1.41-bin.jar\" dest=\"{{ PRODUCT_HOME }}/repository/compo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5377, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2_setup_project_dependencies
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2_setup_project_dependencies/templates/integrator/tomcat-users.xml.j2", "content": "<?xml version='1.0' encoding='utf-8'?>\n<!--\n This is the standard tomcat-users.xml file which can be used for definig users & roles. This\n is applicable to webapps only, and will be use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 14803, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2_start_setup
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2_start_setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - wso2_start_setup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "automation/roles/wso2_start_setup/handlers/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2425, "all_permissive": false }
ansible_role
jena12sri/Ansible
083430def43447bb66fdd1dc7fb8bc742ff39769
0
automation/roles/wso2_startup_script
7,376
[ "no_license" ]
[ { "path": "automation/roles/wso2_startup_script/templates/wso2.j2", "content": "#!/bin/sh\n#\n# chkconfig: 2345 80 80\n#\n# Bash script to run {{PRODUCT_NAME}} as a service\n#\n\n{%if PRODUCT_NAME != 'msg-broker' %}\nPRODUCT_HOME={{PRODUCT_HOME}}\n{%else%}\nPRODUCT_HOME={{PRODUCT_HOME}}/wso2/broker\n{%endif...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4409, "all_permissive": false }
ansible_role
rasulkarimov/kubernetes-installer
0489f3952e43fb56fb81005f9c9bc36c03afe54b
0
ansible/roles/common
7,376
[ "no_license" ]
[ { "path": "ansible/roles/common/vars/main.yml", "content": "---\ncrio_version: v1.31\nkubernetes_version: v1.31", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: disable swapiness\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2692, "all_permissive": false }
ansible_role
rasulkarimov/kubernetes-installer
0489f3952e43fb56fb81005f9c9bc36c03afe54b
0
ansible/roles/haproxy
7,376
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg.j2", "content": "#\n# Ansible managed\n#\nglobal\n log 127.0.0.1 local2\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 10000\n user haproxy\n group haproxy\n daemon\n stats so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2260, "all_permissive": false }
ansible_role
rasulkarimov/kubernetes-installer
0489f3952e43fb56fb81005f9c9bc36c03afe54b
0
ansible/roles/masters
7,376
[ "no_license" ]
[ { "path": "ansible/roles/masters/vars/main.yml", "content": "---\npod_network_cidr: \"10.244.0.0/16\"\n\n# If a load balancer is defined in the inventory file, the \"masters\" role assumes it is already created and configured. \n# The load balancer will then be used in the kubeadm init command.\ncontrol_pla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5649, "all_permissive": false }
ansible_role
rasulkarimov/kubernetes-installer
0489f3952e43fb56fb81005f9c9bc36c03afe54b
0
ansible/roles/workers
7,376
[ "no_license" ]
[ { "path": "ansible/roles/workers/tasks/main.yml", "content": "---\n # Join\n- name: Generate the join command\n ansible.builtin.command: kubeadm token create --print-join-command\n register: join_command\n changed_when: false\n become_user: ubuntu\n delegate_to: \"{{ groups['masters'][0] }}\"\n run_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2460, "all_permissive": false }
ansible_role
miutaku/docker-ansible
e514fc6a34cb5c4221204f25821972c084de7ce8
3
roles/docker
7,376
[ "no_license" ]
[ { "path": "roles/docker/tasks/setting_up.yml", "content": "---\n- name: created docker group\n group:\n name: docker\n state: present\n\n- name: added \"{{ docker_user }}\" to docker group\n user:\n name: \"{{ docker_user }}\"\n group: docker\n append: yes\n\n- name: started docker\n syste...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2342, "all_permissive": false }
ansible_role
miutaku/docker-ansible
e514fc6a34cb5c4221204f25821972c084de7ce8
3
roles/pre-installed-software
7,376
[ "no_license" ]
[ { "path": "roles/pre-installed-software/tasks/debian.yml", "content": "---\n- name: apt updated\n apt:\n update_cache: yes\n\n- name: pre installed software\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 359, "all_permissive": false }
ansible_role
miutaku/docker-ansible
e514fc6a34cb5c4221204f25821972c084de7ce8
3
roles/security
7,376
[ "no_license" ]
[ { "path": "roles/security/tasks/disable_selinux.yml", "content": "---\n- name: installed selinux modules\n dnf:\n name:\n - libselinux-python3\n - libsemanage-python3\n state: present\n\n- name: disabled selinux\n selinux:\n state: disabled\n", "license_type": "no_license", "det...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 393, "all_permissive": false }
ansible_role
leoviana00/ansible-playbook-config-tools
18a07981d5c19ad1bb33150a0bd9b0686c1c9c42
0
roles/configure_docker
7,376
[ "no_license" ]
[ { "path": "roles/configure_docker/tasks/main.yaml", "content": "---\n\n- name: Update and upgrade all packages to the latest version\n ansible.builtin.apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 3600\n\n- name: Install required packages\n ansible.builtin.apt:\n pkg:\n - a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4489, "all_permissive": false }
ansible_role
leoviana00/ansible-playbook-config-tools
18a07981d5c19ad1bb33150a0bd9b0686c1c9c42
0
roles/configure_java
7,376
[ "no_license" ]
[ { "path": "roles/configure_java/vars/main.yaml", "content": "---\njava: \"{{ springboot_java | default('openjdk-17-jdk') }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/configure_java/tasks/main.yaml", "content": "---\n\n- name: Upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1005, "all_permissive": false }
ansible_role
leoviana00/ansible-playbook-config-tools
18a07981d5c19ad1bb33150a0bd9b0686c1c9c42
0
roles/configure_vbox
7,376
[ "no_license" ]
[ { "path": "roles/configure_vbox/vars/main.yaml", "content": "---\n# defaults file for ansible-role-virtualbox\nvirtualbox_version: 7.0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/configure_vbox/tasks/main.yaml", "content": "---\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 878, "all_permissive": false }
ansible_role
leoviana00/ansible-playbook-config-tools
18a07981d5c19ad1bb33150a0bd9b0686c1c9c42
0
roles/configure_vpn
7,376
[ "no_license" ]
[ { "path": "roles/configure_vpn/tasks/main.yaml", "content": "---\n\n- name: install wireguard package\n ansible.builtin.apt:\n name: wireguard\n state: present\n update_cache: yes\n\n- name: create client wireguard config\n template:\n dest: /etc/wireguard/wg0.conf\n src: wg0.conf.j2\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 925, "all_permissive": false }
ansible_role
leoviana00/ansible-playbook-config-tools
18a07981d5c19ad1bb33150a0bd9b0686c1c9c42
0
roles/configure_vscode
7,376
[ "no_license" ]
[ { "path": "roles/configure_vscode/tasks/main.yaml", "content": "---\n- name: Update OS\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install required packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - curl\n - gnupg2\n - software-properties-common\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1628, "all_permissive": false }
ansible_role
kolibri337/Answer
b148683cd4e313c3b9743e905aea6b66379e5406
0
roles/centosPGSql
7,376
[ "no_license" ]
[ { "path": "roles/centosPGSql/tasks/main.yml", "content": "---\n- name: Install PostgreSQL {{ postgresql_version }} repository\n yum:\n name: \"https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{ ansible_distribution_major_version }}-x86_64/pgdg-redhat-repo-latest.noarch.rpm\"\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1399, "all_permissive": false }
ansible_role
kolibri337/Answer
b148683cd4e313c3b9743e905aea6b66379e5406
0
roles/debianPGSql
7,376
[ "no_license" ]
[ { "path": "roles/debianPGSql/tasks/main.yml", "content": "---\n- name: Add PostgreSQL APT repository\n apt_repository:\n repo: \"deb http://apt.postgresql.org/pub/repos/apt {{ ansible_distribution_release }}-pgdg main\"\n state: present\n filename: postgresql\n update_cache: yes\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1338, "all_permissive": false }
ansible_role
kevinjqiu/terraform-aws-kubernetes
0f084b599265ed93a93a2aa93f9d78f9c3270ad4
1
ansible/roles/certs
7,376
[ "no_license" ]
[ { "path": "ansible/roles/certs/tasks/main.yml", "content": "---\n- name: Make sure the cert folder is created\n file: path={{ cert_dir }}\n owner=root\n group=root\n state=directory\n- name: Copy certificate files\n copy: src=certs/{{ item }}\n dest={{ cert_dir }}/{{ item }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
kevinjqiu/terraform-aws-kubernetes
0f084b599265ed93a93a2aa93f9d78f9c3270ad4
1
ansible/roles/controller
7,376
[ "no_license" ]
[ { "path": "ansible/roles/controller/templates/kube-controller-manager.service.j2", "content": "[Unit]\nDescription=Kubernetes Controller Manager\nDocumentation=https://github.com/GoogleCloudPlatform/kubernetes\n\n[Service]\nExecStart=/usr/bin/kube-controller-manager \\\n --allocate-node-cidrs=true \\\n --...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3714, "all_permissive": false }
ansible_role
kevinjqiu/terraform-aws-kubernetes
0f084b599265ed93a93a2aa93f9d78f9c3270ad4
1
ansible/roles/docker
7,376
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Copy docker binaries\n copy: src={{ item }}\n dest=/usr/bin/{{ item }}\n owner=root\n group=root\n mode=0755\n with_items:\n - docker\n - docker-containerd\n - docker-containerd-ctr\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
kevinjqiu/terraform-aws-kubernetes
0f084b599265ed93a93a2aa93f9d78f9c3270ad4
1
ansible/roles/etcd
7,376
[ "no_license" ]
[ { "path": "ansible/roles/etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=etcd\nDocumentation=https://github.com/coreos/coreos\n\n[Service]\nExecStart=/usr/bin/etcd --name {{ etcd_name }} \\\n --cert-file={{ cert_dir }}/kubernetes.pem \\\n --key-file={{ cert_dir }}/kubernetes-key.pem \\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1518, "all_permissive": false }
ansible_role
kevinjqiu/terraform-aws-kubernetes
0f084b599265ed93a93a2aa93f9d78f9c3270ad4
1
ansible/roles/kubelet
7,376
[ "no_license" ]
[ { "path": "ansible/roles/kubelet/tasks/main.yml", "content": "---\n- include: cni.yml\n- include: kubelet.yml\n- include: kube-proxy.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/kubelet/templates/kubeconfig.j2", "content"...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2618, "all_permissive": false }
ansible_role
AnastasiyaGapochkina01/dmitriy_ansible_project
66f3ba2ca801488b8ad3ccae3db63f0a75dbcbf2
0
roles/postgres
7,376
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n- name: install dependencies\n apt:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n\n- name: Add postgres key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
muneeshdevon/devopsnext-ansible
c01bfbe4702e9a6499b3132e4fb9ad27da598168
0
roles/devopsnext
7,376
[ "no_license" ]
[ { "path": "roles/devopsnext/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - devopsnext\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/devopsnext/templates/sample.j2", "content": " This script ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1412, "all_permissive": false }
ansible_role
igoihman/ovirt-ansible-dpdk-setup
adcc87035d4c415044450bb5bab44323f93f7022
0
roles/oVirt.dpdk
7,376
[ "no_license" ]
[ { "path": "roles/oVirt.dpdk/tasks/main.yml", "content": "- fail: msg=\"no nic is defined\"\n when: \"nics | length == 0\"\n\n- name: install packages\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - dpdk\n - dpdk-tools\n - driverctl\n - tuned-profiles-cpu-partitioning\n\n- set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5250, "all_permissive": false }
ansible_role
igoihman/ovirt-ansible-dpdk-setup
adcc87035d4c415044450bb5bab44323f93f7022
0
roles/oVirt.ovsdpdk
7,376
[ "no_license" ]
[ { "path": "roles/oVirt.ovsdpdk/filter_plugins/ovs-dpdk.py", "content": "#!/usr/bin/python\n\n\nclass FilterModule(object):\n def filters(self):\n return {\n 'get_core_mask': self.get_core_mask,\n 'get_pmd_cores': self.get_pmd_cores,\n 'get_dpdk_lcores': self.get_dp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2416, "all_permissive": false }
ansible_role
mrlynn/mdbaas
f8e78ce48cd107cd97b171c1ee922df30fff7a0f
4
mdbaas/ansible/roles/mlynn.mongodb
7,376
[ "no_license" ]
[ { "path": "mdbaas/ansible/roles/mlynn.mongodb/handlers/main.yml", "content": "---\n# handlers file for mlynn.mongodb-opsmgr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "mdbaas/ansible/roles/mlynn.mongodb/vars/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1119, "all_permissive": false }
ansible_role
mrlynn/mdbaas
f8e78ce48cd107cd97b171c1ee922df30fff7a0f
4
mdbaas/ansible/roles/mlynn.mongodb-opsmgr
7,376
[ "no_license" ]
[ { "path": "mdbaas/ansible/roles/mlynn.mongodb-opsmgr/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mlynn.mongodb-opsmgr", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "mdbaas/ansible/roles/mlynn.mongodb-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2163, "all_permissive": false }
ansible_role
akinnane/playbooks
84eb5a6ce91e77d11b396ad30972dc6b3b4f4ba3
0
roles/general
7,356
[ "no_license" ]
[ { "path": "roles/general/files/home/a/bin/aws-assume-role", "content": "#!/bin/bash\n\nunset AWS_SESSION_TOKEN\nunset AWS_SECRET_ACCESS_TOKEN\nunset AWS_ACCESS_KEY_ID\n\nSTS_JSON=$(\n aws sts assume-role \\\n --role-arn \"${1}\" \\\n --role-session-name \"$(date +%s)\" \\\n --duratio...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 7928, "all_permissive": false }
ansible_role
akinnane/playbooks
84eb5a6ce91e77d11b396ad30972dc6b3b4f4ba3
0
roles/hardening
7,356
[ "no_license" ]
[ { "path": "roles/hardening/tasks/main.yml", "content": "- name: Install hardening packages\n apt:\n state: present\n pkg: \"{{item}}\"\n with_items:\n - apparmor-profiles\n - apparmor-utils\n\n- name: Remove privacy comprising packages\n apt:\n state: absent\n pkg: \"{{item}}\"\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
akinnane/playbooks
84eb5a6ce91e77d11b396ad30972dc6b3b4f4ba3
0
roles/mb
7,356
[ "no_license" ]
[ { "path": "roles/mb/tasks/main.yml", "content": "# - name: Install base packages\n# apt:\n# state: present\n# pkg: \"{{item}}\"\n# with_items:\n# - foo\n\n- name: Manage etc\n synchronize:\n src: etc\n dest: /\n checksum: yes\n archive: no\n recursive: yes\n\n# - name: Manage...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
akinnane/playbooks
84eb5a6ce91e77d11b396ad30972dc6b3b4f4ba3
0
roles/xps
7,356
[ "no_license" ]
[ { "path": "roles/xps/handlers/main.yml", "content": "- name: update-grub2\n command: update-grub2\n\n- name: dconf-db\n command: dconf update\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/xps/tasks/main.yml", "content": "- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 801, "all_permissive": false }
ansible_role
handrej/lamp-ec2-boilerplate
d50253ec7fabfd9b11bb0445f2d998ad995ce6be
0
ansible/roles/apache
7,356
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: true\n\n- name: Enable Apache to start on boot\n service:\n name: apache2\n state: started\n enabled: true\n\n- name: Copy Apache configuration\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
handrej/lamp-ec2-boilerplate
d50253ec7fabfd9b11bb0445f2d998ad995ce6be
0
ansible/roles/mysql
7,356
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL client\n apt:\n name: mysql-client\n state: present\n update_cache: yes\n\n- name: \"Install Ansible MySQL dependency\"\n apt:\n name: python3-pymysql\n state: latest\n\n- name: Check if WordPress Database alr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
handrej/lamp-ec2-boilerplate
d50253ec7fabfd9b11bb0445f2d998ad995ce6be
0
ansible/roles/php
7,356
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "- name: Install PHP and dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - php\n - libapache2-mod-php\n - php-mysql\n\n- name: Restart Apache\n service:\n name: apache2\n state: rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
handrej/lamp-ec2-boilerplate
d50253ec7fabfd9b11bb0445f2d998ad995ce6be
0
ansible/roles/wordpress
7,356
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/templates/wp-config.php.j2", "content": "<?php\ndefine('DB_HOST', '{{ wordpress_db_host }}');\ndefine('DB_USER', '{{ wordpress_db_user }}');\ndefine('DB_PASSWORD', '{{ wordpress_db_pass }}');\ndefine('DB_NAME', '{{ wordpress_db_name }}');\n$table_prefix = 'wp_';\ndefine('D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
dariaszmajduch/ansibleMacConfig
a98ad479998752956c1ebe7f47d50fd28bdb706b
0
roles/chrome_extensions
7,356
[ "no_license" ]
[ { "path": "roles/chrome_extensions/tasks/main.yml", "content": "- name: Ensure extensions directory exists\n file:\n dest: /Users/{{ local_user_name }}/Library/Application Support/Google/Chrome/External Extensions\n state: directory\n mode: 0755\n tags:\n - chrome_extensions\n\n- name: Chrome ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
dariaszmajduch/ansibleMacConfig
a98ad479998752956c1ebe7f47d50fd28bdb706b
0
roles/configs
7,356
[ "no_license" ]
[ { "path": "roles/configs/tasks/creds.yml", "content": "- name: Create directory for creds\n file:\n path: ~/Documents/credentials\n state: directory\n mode: 0700", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/configs/tasks/aliases...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2549, "all_permissive": false }
ansible_role
dariaszmajduch/ansibleMacConfig
a98ad479998752956c1ebe7f47d50fd28bdb706b
0
roles/drivers
7,356
[ "no_license" ]
[ { "path": "roles/drivers/tasks/main.yml", "content": "- name: Create directory for drivers\n file:\n path: ~/Documents/drivers\n state: directory\n mode: 0755\n tags: \n - drivers \n\n- name: Unarchive a chromedriver that needs to be downloaded\n unarchive:\n src: https://chromedriver.sto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 990, "all_permissive": false }
ansible_role
dariaszmajduch/ansibleMacConfig
a98ad479998752956c1ebe7f47d50fd28bdb706b
0
roles/packages
7,356
[ "no_license" ]
[ { "path": "roles/packages/tasks/pip_packages.yml", "content": "- name: Create directory for PyCharm workspace\n file:\n path: ~/Documents/PyCharm_workspace\n state: directory\n mode: 0755\n\n- name: Install pip packages\n pip:\n name: \"{{ item.name | default(item) }}\"\n version: \"{{ item...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 643, "all_permissive": false }
ansible_role
dariaszmajduch/ansibleMacConfig
a98ad479998752956c1ebe7f47d50fd28bdb706b
0
roles/repositories
7,356
[ "no_license" ]
[ { "path": "roles/repositories/tasks/github.yml", "content": "- name: Clone GitHub repositories from first organization\n git:\n repo: <EMAIL>:{{ github_first_org }}/{{ item.name }}.git\n dest: ~/Documents/repositories/{{ item.name }}\n with_items:\n - \"{{ repositories_gh_first_org }}\"\n when: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1074, "all_permissive": false }
ansible_role
dariaszmajduch/ansibleMacConfig
a98ad479998752956c1ebe7f47d50fd28bdb706b
0
roles/setup_osx
7,356
[ "no_license" ]
[ { "path": "roles/setup_osx/tasks/main.yml", "content": "# Screenshots\n- name: Create directory for screenshots\n file:\n path: ~/Desktop/screenshots\n state: directory\n mode: 0755\n tags:\n - screenshots_setup\n\n- name: Save screenshots to the desktop/screenshots directory\n shell: default...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5823, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
kubeadm/roles/determine_first_master
7,356
[ "no_license" ]
[ { "path": "kubeadm/roles/determine_first_master/tasks/main.yaml", "content": "- name: Set first_master\n set_fact:\n first_master: \"{{groups['master'][0]}}\"\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
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
kubeadm/roles/generate_cert_key
7,356
[ "no_license" ]
[ { "path": "kubeadm/roles/generate_cert_key/tasks/main.yaml", "content": "- name: Generate certificate key for upload certs\n shell: kubeadm certs certificate-key\n register: certificate_key\n- name: Register certificate key\n set_fact:\n certificate_key: \"{{certificate_key.stdout}}\"\n- name: Generat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
kubeadm/roles/init_master
7,356
[ "no_license" ]
[ { "path": "kubeadm/roles/init_master/tasks/main.yaml", "content": "- name: Set kubeadm-config.yaml\n become: yes\n template:\n src: files/kubeadm-config.yaml\n dest: /root/kubeadm-config.yaml\n- name: Init kubeadm\n become: yes\n shell: kubeadm init --config /root/kubeadm-config.yaml --upload-cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1152, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
kubeadm/roles/join_nodes
7,356
[ "no_license" ]
[ { "path": "kubeadm/roles/join_nodes/tasks/main.yaml", "content": "- name: Register certificate_key\n set_fact:\n certificate_key: \"{{hostvars[groups['master'][0]].certificate_key}}\"\n- name: Register join_command for worker\n set_fact:\n join_command: \"{{hostvars[groups['master'][0]].join_command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
kubeadm/roles/print_join_command
7,356
[ "no_license" ]
[ { "path": "kubeadm/roles/print_join_command/tasks/main.yaml", "content": "- name: Print join command\n become: yes\n environment:\n KUBECONFIG: /etc/kubernetes/admin.conf\n shell: kubeadm token create --print-join-command\n register: join_command\n- name: Register join command\n set_fact:\n join_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
kubeadm/roles/reset_node
7,356
[ "no_license" ]
[ { "path": "kubeadm/roles/reset_node/tasks/main.yaml", "content": "- name: Reset kubeadm\n become: yes\n shell: kubeadm reset -f\n- name: Cleanup iptables\n become: yes\n shell: iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X\n- name: Cleanup CNI settings\n become: yes\n shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
kubeadm/roles/taint_nodes
7,356
[ "no_license" ]
[ { "path": "kubeadm/roles/taint_nodes/tasks/main.yaml", "content": "- name: Taint master nodes\n become: yes\n environment:\n KUBECONFIG: /etc/kubernetes/admin.conf\n shell: \"kubectl taint nodes --all node-role.kubernetes.io/control-plane-\"\n when: \"'master' in group_names and tainted\"\n ignore_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/create_backing_file
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/create_backing_file/tasks/create_backing_file-tasks.yaml", "content": "# create backing disk image for each vm type\n- name: Check backing disk image {{image_url_file}}-{{vm_type.size}}GB.qcow2\n stat: path=\"{{work_dir}}/{{image_url_file}}-{{vm_type.size}}GB.qcow2\"\n register: d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1853, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/create_cloud_init
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/create_cloud_init/tasks/main.yaml", "content": "# create or update cloud init image for each vm\n- name: Create/Update Cloud Init image\n include_tasks: vm_loop.yaml\n loop: \"{{vm_types}}\"\n loop_control:\n loop_var: vm_type\n", "license_type": "no_license", "detecte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1195, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/create_guests_inventory
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/create_guests_inventory/templates/libvirt-guests.j2", "content": "[all:vars]\nstage={{stage}}\ncluster_type={{cluster_type}}\ngateway={{gateway}}\nnameserver={{nameserver}}\n{% if domain %}\ndomain={{domain}}\n{% endif %}\ntainted={{tainted}}\ncni={{cni}}\npod_network_cidr={{pod_net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 678, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/create_snapshot
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/create_snapshot/tasks/vm_loop.yaml", "content": "# loop for VMs in each VM type\n- name: Create Snapshot for {{vm_type.type}} VMs in {{stage}}-{{cluster_type}}\n include_tasks: create_snapshot-tasks.yaml\n loop: \"{{vm_type.vms}}\"\n loop_control:\n loop_var: vm\n", "licen...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1042, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/define_vm
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/define_vm/tasks/main.yaml", "content": "# Define VM from spec file for each vm\n- name: Get VM list\n virt:\n uri: \"{{libvirt_uri}}\"\n command: list_vms\n register: virsh_list\n- debug: var=virsh_list\n- name: Define VM spec file\n include_tasks: vm_loop.yaml\n loop: \"{...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5393, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/download_cloud_image
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/download_cloud_image/tasks/download_cloud_image-tasks.yaml", "content": "# download cloud image for each vm type\n- name: Check Cloud Image exists\n stat: path=\"{{work_dir}}/{{image_url_file}}\"\n register: cloud_image\n- name: Download Cloud Image {{image_url_file}}\n get_url:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 510, "all_permissive": false }