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
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/clusterization
7,218
[ "no_license" ]
[ { "path": "install/roles/clusterization/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n{% if clusterization_mem_limit %}\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3063, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/cn-builder
7,218
[ "no_license" ]
[ { "path": "install/roles/cn-builder/tasks/install-cn-builder.yml", "content": "---\n\n- name: \"{{ service_name }} : Create directories\"\n file:\n path: \"{{ dir_item }}\"\n state: directory\n with_items:\n - \"{{ service_mnt_dir_loc }}/logs\"\n - \"{{ service_mnt_dir_loc }}/conf\"\n - \"{...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5540, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/diarization-features
7,218
[ "no_license" ]
[ { "path": "install/roles/diarization-features/tasks/set-vars.yml", "content": "---\n- name: \"{{ dictionary_hosts.diarization_features.name }} : Set variables\"\n set_fact:\n service_compose_dir: \"{{ docker_compose_root }}/{{ dictionary_hosts.diarization_features.name }}\"\n service_name: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1537, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp/tasks/put-template.yml", "content": "---\n- name: \"Set full template_path \"\n set_fact:\n template_path: \"{{ 'templates/templates/'+template_name+'.j2' }}\"\n tags:\n - put-templates\n - check-templates\n\n- name: \"Set vars\"\n set_fact:\n template_content: \"...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 45, "total_bytes": 14773, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-archiver
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-archiver/defaults/main.yml", "content": "---\ndpp_archiver_mem_limit: false\ndpp_archiver_sleep_after_search: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "install/roles/dpp-archiver/templates/compose/docker-c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2377, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-category
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-category/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n{% if dpp_category_mem_limit %} \n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5242, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-dictionary-enricher
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-dictionary-enricher/templates/conf/config.json.j2", "content": "{\n \"grpc\": {\n \"address\": \"0.0.0.0:{{ ports.dpp_dictionary_enricher_grpc }}\"\n },\n \"elastic\": [\n {\n \"host\": \"{{ internal_host if internal_host else ansible_host }}\",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2010, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-dictionary-service
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-dictionary-service/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n{% if dpp_dictionary_service...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1984, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-elastic-exporter
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-elastic-exporter/tasks/install-dpp-elastic-exporter.yml", "content": "---\n\n- name: \"Remove directory\"\n file:\n path: \"{{ item }}\"\n state: absent \n with_items:\n - \"{{ service_mnt_dir_loc }}\"\n - \"{{ service_compose_dir }}\"\n tags:\n - never\n - ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2631, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-entity-recognition
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-entity-recognition/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\n\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: {{ docker_restart }}\n network_m...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4620, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-exporter-rabbitmq
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-exporter-rabbitmq/tasks/install.yml", "content": "---\n\n- name: \"Remove directory\"\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ service_mnt_dir_loc }}\"\n - \"{{ service_compose_dir }}\"\n tags:\n - never\n - remove\n\n- name: \"C...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2324, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-file-cutter
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-file-cutter/defaults/main.yml", "content": "---\ndpp_file_cutter_mem_limit: False", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "install/roles/dpp-file-cutter/tasks/install-dpp-file-cutter.yml", "content": "---\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4453, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-nlp-service
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-nlp-service/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\n\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n{% if dpp_nlp_service_mem_limit %...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2165, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-painless-processor
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-painless-processor/defaults/main.yml", "content": "---\ndpp_painless_processor_mem_limit: False\npainless_count: 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "install/roles/dpp-painless-processor/templates/conf/se...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4100, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-speaker-role-detector
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-speaker-role-detector/tasks/main.yml", "content": "---\n# tasks file for speaker-role-detector\n\n- name: \"Set global vars\"\n import_role:\n name: set-global-vars\n tags:\n - always\n\n- name: \"Set local vars\"\n include_vars: main.yml\n tags:\n - always\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2036, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/dpp-spell-checker
7,218
[ "no_license" ]
[ { "path": "install/roles/dpp-spell-checker/templates/templates/spell-checker.j2", "content": "{\n \"index_patterns\": [\n \"{{ spell_checker_index_pattern }}*\"\n ],\n \"template\": {\n \"settings\": {\n \"number_of_shards\": {{ number_of_shards }},\n \"number_of_replicas\": {{ number_of_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6245, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/elasticsearch
7,218
[ "no_license" ]
[ { "path": "install/roles/elasticsearch/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n{% if elasticsearch_mem_limit %}\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6841, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/entities-dump
7,218
[ "no_license" ]
[ { "path": "install/roles/entities-dump/tasks/main.yml", "content": "---\n\n- name: Set global vars\n import_role:\n name: set-global-vars\n\n- name: \"Set role vars\"\n include: set_vars.yml\n\n- name: Set vars\n set_fact:\n tmp_dir: /tmp/entities_dump\n\n- name: Create tmp dir\n file:\n state:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1719, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/entity
7,218
[ "no_license" ]
[ { "path": "install/roles/entity/tasks/main.yml", "content": "---\n\n- name: Set global vars\n import_role:\n name: set-global-vars\n tags: \n - always\n\n- name: \"Set role vars\"\n include: set_vars.yml\n tags: always\n\n- name: \"Stop service\"\n import_role:\n name: _docker\n tasks_from:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3057, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/file-service
7,218
[ "no_license" ]
[ { "path": "install/roles/file-service/tasks/install-file-service-cleaner.yml", "content": "---\n\n- name: \"WORKER : {{ file_service_cleaner.service_name }} : Create directories\"\n file:\n path: \"{{ dir_item }}\"\n state: directory\n mode: 0755\n with_items:\n - \"{{ file_service_cleaner.ser...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 23714, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/frontend
7,218
[ "no_license" ]
[ { "path": "install/roles/frontend/templates/frontend/sites-enabled-touchpoint/default.j2", "content": "{% if frontend_https_enabled %}\nserver {\n listen 80;\n server_name\n{% for domain in frontend_domain %}\n {{ domain }} www.{{ domain }}\n{% endfor %}\n ;\n location / {\n re...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 30300, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/frontend-20
7,218
[ "no_license" ]
[ { "path": "install/roles/frontend-20/templates/frontend/conf/nginx.conf.j2", "content": "user nginx;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nworker_processes auto;\n\n\nevents {\n use epoll;\n worker_connections 1024;\n multi_accept on;\n}\n\nhttp {\n\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 13790, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/highlight
7,218
[ "no_license" ]
[ { "path": "install/roles/highlight/tasks/install_highlight.yml", "content": "---\n\n- name: \"{{ service_name }} : Create directories\"\n file:\n path: \"{{ dir_item }}\"\n state: directory\n with_items:\n - \"{{ service_mnt_dir_loc }}/logs\"\n - \"{{ service_mnt_dir_loc }}/conf\"\n loop_cont...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2179, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/local-nginx
7,218
[ "no_license" ]
[ { "path": "install/roles/local-nginx/vars/main.yml", "content": "---\nservice_name: \"{{ dictionary_hosts.local_nginx.name }}\"\nservice_img: \"{{ dictionary_hosts.local_nginx.img }}\"\nservice_tag: \"{{ dictionary_hosts.local_nginx.tag }}\"\nservice_repo: \"{{ dictionary_hosts.local_nginx.repo }}\"\nservic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2216, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/nginx-file-service
7,218
[ "no_license" ]
[ { "path": "install/roles/nginx-file-service/tasks/main.yml", "content": "---\n\n- name: Set global vars\n import_role:\n name: set-global-vars\n tags: \n - always\n\n- name: \"Set role vars\"\n include: set_vars.yml\n tags: \n - always\n\n- name: \"Stop service\"\n import_role:\n name: _doc...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4286, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/notification-service
7,218
[ "no_license" ]
[ { "path": "install/roles/notification-service/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\n\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n{% if notification_service_m...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9079, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/postgresql
7,218
[ "no_license" ]
[ { "path": "install/roles/postgresql/templates/postgres_dpp/compose/docker-compose.yml.j2", "content": "version: '2.4'\n\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n{% if postgres_dpp_mem_li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4755, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/query-service
7,218
[ "no_license" ]
[ { "path": "install/roles/query-service/tasks/install-query-service.yml", "content": "---\n- name: \"Remove directories\"\n file:\n path: \"{{ dir_item }}\"\n state: absent\n with_items:\n - \"{{ service_mnt_dir_loc }}\"\n - \"{{ service_compose_dir }}\"\n loop_control:\n loop_var: dir_item...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7777, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/redis
7,218
[ "no_license" ]
[ { "path": "install/roles/redis/templates/compose/docker-compose.yml.j2", "content": "version: '2.4'\n\nservices:\n {{ service_name }}:\n image: {{ service_repo }}/{{ service_img }}:{{ service_tag }}\n container_name: {{ service_name }}\n restart: always\n network_mode: {{ docker_network_mode }}...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5119, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/registry
7,218
[ "no_license" ]
[ { "path": "install/roles/registry/templates/docker-compose.yml.j2", "content": "version: '2.4'\nservices:\n docker-regisrty:\n image: {{ docker_registry_image }}\n restart: always\n container_name: utils-docker-registry\n volumes:\n - {{ service_path_data }}/data:/var/lib/registry\n por...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 941, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/set-global-vars
7,218
[ "no_license" ]
[ { "path": "install/roles/set-global-vars/tasks/main.yml", "content": "---\n\n##########################################################################################\n\n- name: Set internal_host if exists\n set_fact:\n internal_host: \"{{ hostvars[inventory_hostname].internal_host if hostvars[inventor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2623, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/speech-service
7,218
[ "no_license" ]
[ { "path": "install/roles/speech-service/templates/conf/conf.json.j2", "content": "{\n \"server_settings\": {\n{% if asr_stats %}\n \"port\": {{ ports.iii_speech_service_asr | int + 100 }},\n \"action_threads\": 16,\n{% endif %}\n{% if grpc_enabled %}\n \"threads\": {\n \"sd\": {{ sd_threads }...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 20773, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/tensorflow
7,218
[ "no_license" ]
[ { "path": "install/roles/tensorflow/defaults/main.yml", "content": "---\ntfs_batch_mode: false\ntensorflow_mem_limit: false\ntensorflow_type: cpu\ncpuset: false\nvideocard_count: 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "install/roles/te...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3760, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/triton
7,218
[ "no_license" ]
[ { "path": "install/roles/triton/tasks/updated_models.yml", "content": "---\n- name: \"Create directories\"\n file:\n path: \"{{ dest_path }}/{{ item | dirname | replace('/', '_') }}\"\n state: directory\n mode: 0755\n with_items:\n - '{{ models }}'\n\n- name: Set empty list for installed model...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7574, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
pre-install/roles/ansible-role-docker
7,218
[ "no_license" ]
[ { "path": "pre-install/roles/ansible-role-docker/tasks/main.yml", "content": "---\n- name: 'Create local directory /etc/docker if not exists'\n file:\n path: '/etc/docker'\n state: directory\n mode: \"0644\"\n notify: restart docker\n\n- name: \"Creating '/etc/docker/daemon.json' for unsecure rep...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2883, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
pre-install/roles/ansible-role-pip
7,218
[ "no_license" ]
[ { "path": "pre-install/roles/ansible-role-pip/tasks/main.yml", "content": "---\n- name: Ensure Pip is installed.\n package:\n name: \"{{ pip_package }}\"\n state: present\n\n- name: Ensure pip_install_packages are installed.\n pip:\n name: \"{{ pip_item.name | default(item) }}\"\n version: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
pre-install/roles/pre-install
7,218
[ "no_license" ]
[ { "path": "pre-install/roles/pre-install/templates/check-glfs-mount.sh.j2", "content": "#!/bin/bash\nproc=$(ps -aux | grep \"[/]usr/sbin/glusterfs.*{{ item.mount_point }}\" | wc -l)\nif [[ \"$proc\" = 0 ]]; then\n systemctl restart {{ item.mount_point | regex_replace('^/(.+)$', '\\\\1') | replace('/','-'...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8465, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
records-pusher/roles/energosbt
7,218
[ "no_license" ]
[ { "path": "records-pusher/roles/energosbt/vars/main.yml", "content": "---\n# vars file for ntt\nservice_name: \"{{ dictionary_hosts.records_pusher.name }}\"\nservice_img: \"{{ dictionary_hosts.records_pusher.img }}\"\nservice_tag: \"{{ dictionary_hosts.records_pusher.tag }}\"\nservice_repo: \"{{ dictionary_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3180, "all_permissive": false }
ansible_role
IonutAlexandruCandea/jenkins-ubuntu
a58902f07e46760cf90bc714700498fa31a96904
0
roles/jenkins-ubuntu-20
7,218
[ "no_license" ]
[ { "path": "roles/jenkins-ubuntu-20/tasks/main.yaml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Check for Java\n command: java -version\n register: java_version\n ignore_errors: true\n changed_when: false\n\n- name: Display Java Version\n debug:\n var: java_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4102, "all_permissive": false }
ansible_role
IonutAlexandruCandea/jenkins-ubuntu
a58902f07e46760cf90bc714700498fa31a96904
0
roles/jenkins-ubuntu-20-uninstall
7,218
[ "no_license" ]
[ { "path": "roles/jenkins-ubuntu-20-uninstall/tasks/main.yaml", "content": "- name: Stop Jenkins service\n systemd:\n name: jenkins\n state: stopped\n\n- name: Disable Jenkins service\n systemd: \n name: jenkins\n enabled: no\n\n- name: Remove Jenkins package\n apt:\n name: jenkins\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 801, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/dotfiles
7,218
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Remove existing configuration files\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ ansible_env.HOME }}/.config/xfce4/terminal/terminalrc\"\n - \"{{ ansible_env.HOME }}/.config/xfce4/xfc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1126, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/fzf
7,218
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "---\n\n- name: Define local fzf dir\n set_fact:\n localfzf: \"{{ ansible_env.HOME }}/.fzf\"\n\n- name: Clone fzf repo\n git: \n repo: https://github.com/junegunn/fzf.git\n depth: 1\n version: \"{{ fzf_version }}\"\n dest: \"{{ localfzf }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/git
7,218
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n\n- name: Remove existing configuration files\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ ansible_env.HOME }}/.gitconfig\"\n\n- name: Fill in and copy git config\n ansible.builtin.template:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1564, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/marks
7,218
[ "no_license" ]
[ { "path": "roles/marks/tasks/main.yml", "content": "---\n\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.config/marks\"\n state: directory\n mode: '0755'\n\n- name: Copy scripts to target directory \n ansible.builtin.copy:\n src: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/nvim
7,218
[ "no_license" ]
[ { "path": "roles/nvim/tasks/main.yml", "content": "---\n- name: Create bin in home directory\n file: \"path={{ ansible_env.HOME }}/.local/bin state=directory\"\n\n- name: Clone main of neovim repository\n git:\n repo: https://github.com/neovim/neovim\n dest: \"{{ ansible_env.HOME }}/git/neovim\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 862, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/nvm
7,218
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n\n- name: Install nvm\n ansible.builtin.shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/packages
7,218
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n\n- name: Install packages included in distribution\n ansible.builtin.package:\n name:\n - git\n - stow\n - xclip\n - ripgrep\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
pbellens/devdeploy
2ba8dc750c8b01ea5a9be7e8499763536d01ef37
0
roles/tmux
7,218
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n\n- name: Define local dir\n set_fact:\n localbin: \"{{ ansible_env.HOME }}/.local\"\n\n- name: Define local git dir\n set_fact:\n localgit: \"{{ ansible_env.HOME }}/git/tmux\"\n\n- name: Clone tmux repo\n git: \n repo: https://github.com/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
rjain9/ConfigurationManagement
fbda650cd811b153d7beafd392a00364af0f47fa
0
roles/coffeeserver
7,218
[ "no_license" ]
[ { "path": "roles/coffeeserver/tasks/main.yml", "content": "- name: Add repo for java 8\n apt_repository: repo='ppa:webupd8team/java' state=present\n become: yes\n\n- name: Set licence selected for oracle java 8\n shell: /bin/echo debconf shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2321, "all_permissive": false }
ansible_role
qmvleonen/Activity-9-Leonen
8b53ebe91a74789c27a1a07f99cd25207c279c7f
0
roles/prometheus
7,218
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n\n - name: Prometheus installation (Ubuntu)\n tags: ubuntu,prometheus\n apt:\n name: prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Pre-requisites of installation for CentOS\n tags: cento...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
frjaraur/enable-gpu-rke2
96840de4b8e2ac3d927394507523f1200850f72c
1
roles/rke2_nvidia
7,218
[ "no_license" ]
[ { "path": "roles/rke2_nvidia/defaults/main.yml", "content": "nvidia_driver_package_state: present\nnvidia_driver_persistence_mode_on: yes\nnvidia_driver_skip_reboot: no\nnvidia_driver_module_file: /etc/modprobe.d/nvidia.conf\nnvidia_driver_module_params: ''\n\n\nepel_package: \"https://dl.fedoraproject.org/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6798, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/jenkins_common
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins_common/tasks/main.yml", "content": "---\n - name: install openjdk\n apt:\n name: openjdk-8-jre-headless\n update_cache: yes\n become: true\n become_method: sudo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/jenkins_emmetog
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins_emmetog/tasks/apt/stop.yml", "content": "---\n- name: Jenkins is stopped\n service:\n name: jenkins\n state: stopped\n\n- wait_for:\n timeout: 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": ...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 23563, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/jenkins_leanteam
7,218
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/jenkins_leanteam/molecule/cloud-aws-delegated/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n role-file: requirements.yml\ndriver:\n name: delegated\nlint:\n name: yamllint\n options:\n config-file: .yamllint\nplatforms:\n - name: test-a...
{ "task_files": 17, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 28, "total_bytes": 49929, "all_permissive": true }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/jenkins_server
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins_server/tasks/main.yml", "content": "---\n- include: \"install_jenkins.yml\"\n\n- include: \"configure_jenkins.yml\"\n\n- include: \"configure_jenkins_plugins.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5161, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/jenkins_server_another
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins_server_another/tasks/Backup/Backupconfigure_jenkins.yml", "content": "---\n - name: General | Load varibles\n include_vars:\n file: vars.yml\n \n - name: Nadav Role | Before altering configuration stopping the service\n service:\n name: jenki...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2315, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/jenkins_server_old
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins_server_old/tasks/main.yml", "content": "---\n - name: General | Load varibles\n include_vars:\n file: vars.yml\n\n - name: Nadav Role OLD | add jenkins apt-key\n apt_key:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/kubernetes_docker
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kubernetes_docker/tasks/main.yml", "content": "--- \n - name: Install Docker from Repo\n apt:\n name: docker.io\n update_cache: yes\n state: present\n become: true\n become_method: sudo\n\n - name: Create Docker group\n group:\n name: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/kubernetes_node
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kubernetes_node/tasks/main.yml", "content": "---\n - name: General | Load varibles\n include_vars:\n file: vars.yml\n \n - name: K8S | Install Minion | Join K8S with kubeadm\n shell: kubeadm join --token={{ kubeadm_token }} --discovery-token-unsafe-skip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/kubernetes_pods_services_and_stuff
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kubernetes_pods_services_and_stuff/tasks/main.yml", "content": "---\n - name: General | Load varibles\n include_vars:\n file: vars.yml\n \n - name: K8S | label the node\n shell: kubectl label nodes {{ k8s_node_ip }} Destiny=SpreeApp\n become: true\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/kubernetes_server
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kubernetes_server/tasks/main.yml", "content": "---\n - name: General | Load varibles\n include_vars:\n file: vars.yml\n\n - name: K8S | Install Master | Initialize K8S with kubeadm\n shell: kubeadm init --token={{ kubeadm_token }} --apiserver-advertise-address...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1401, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/kubernetes_server_test
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kubernetes_server_test/tasks/main.yml", "content": "---\n - name: General | Load varibles\n include_vars:\n file: vars.yml\n\n - name: K8S | Install Master | Initialize K8S with kubeadm\n shell: kubeadm init --token={{ kubeadm_token }} --apiserver-advertise-ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1418, "all_permissive": false }
ansible_role
L1nuxProdigy/finalProject-OpsSchool
c9d7b79492715f915abfb9faafb40c46cd520d78
1
ansible/playbooks/roles/prometheus_role
7,218
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/prometheus_role/tasks/main.yml", "content": "---\n- name: General | Load varibles\n include_vars:\n file: vars.yml \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
VikParuchuri/snapcheck
44157ef21f2497660876298fe871bfc1f2dbc56d
16
deployment/playbooks/roles/sc
7,221
[ "no_license" ]
[ { "path": "deployment/playbooks/roles/sc/templates/snapcheck.conf.j2", "content": "# gunicorn\n\ndescription \"Snapcheck Web Service\"\nauthor \"<NAME> <<EMAIL>>\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nrespawn\nrespawn limit 3 30\n\nenv PID=/var/run/gunicorn/snapcheck.pid\nenv WORKERS={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7283, "all_permissive": false }
ansible_role
NarendraNReddy/ANSIROLES
3189df9ba50c91cfaed7672dd2e7d518a69a34a9
0
roles/common
7,221
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: delete app folder\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: absent\n\n- name: create app directory\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: directory\n\n- name: unarchieve\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
NarendraNReddy/ANSIROLES
3189df9ba50c91cfaed7672dd2e7d518a69a34a9
0
roles/frontend
7,221
[ "no_license" ]
[ { "path": "roles/frontend/handlers/main.yaml", "content": "- name: restart nginix\n ansible.builtin.dnf:\n name: nginx \n state: restarted ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/frontend/tasks/main.yaml", "content": "- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1119, "all_permissive": false }
ansible_role
FlyingStuff/nanopi-setup
365087becc9d7f2d075d5ef2df07293496097f01
0
roles/basic
7,221
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"install tmux\"\n apt: pkg=tmux state=present\n\n- name: \"install mosh\"\n apt: pkg=mosh state=present\n\n- name: \"install htop\"\n apt: pkg=htop state=present\n\n- name: \"install stress\"\n apt: pkg=stress state=present\n\n- name: \"instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
FlyingStuff/nanopi-setup
365087becc9d7f2d075d5ef2df07293496097f01
0
roles/nanopi
7,221
[ "no_license" ]
[ { "path": "roles/nanopi/tasks/main.yml", "content": "- stat: path=/etc/modules-load.d/g_mass_storage.conf\n register: mass_storage_module\n\n- name: \"disable mass storage gadget\"\n lineinfile:\n dest: /etc/modules-load.d/g_mass_storage.conf\n regexp: '[# ]*g_mass_storage'\n line: '#g_mass_stora...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1087, "all_permissive": false }
ansible_role
FlyingStuff/nanopi-setup
365087becc9d7f2d075d5ef2df07293496097f01
0
roles/ros
7,221
[ "no_license" ]
[ { "path": "roles/ros/tasks/main.yml", "content": "- name: \"Setup repo sources\"\n lineinfile:\n path: /etc/apt/sources.list.d/ros-latest.list\n create: yes\n line: \"deb http://packages.ros.org/ros/ubuntu {{ubuntu_version_name}} main\"\n\n- name: \"Setup keys\"\n shell: apt-key adv --keyserver h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 955, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/debops.users
7,221
[ "no_license" ]
[ { "path": "roles/debops.users/tasks/users.yml", "content": "---\n\n- name: Create user groups\n group:\n name: '{{ item.group | d(item.name) }}'\n system: '{{ item.system | d(True if (users__default_system | bool) else omit) }}'\n gid: '{{ item.gid | d(omit) }}'\n state: 'present'\n w...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 24675, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.apt
7,221
[ "no_license" ]
[ { "path": "roles/grnet.apt/templates/etc/apt/preferences.d/preferences.j2", "content": "{{ managed_by_ansible | comment}}\n\n{% if item.value.raw is undefined %}\n{% if item.value.role|d( item.value.by_role|d() ) %}\nExplanation: Pin added by role: {{ item.value.role | d(item.value.by_role) }}\n{% endif...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6052, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.certbot
7,221
[ "no_license" ]
[ { "path": "roles/grnet.certbot/templates/etc/ansible/facts.d/certbot.fact.j2", "content": "{{ ({\n \"letsencrypt_cert\": certbot__domain\n}) | to_nice_json }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/grnet.certbot/tasks/main.yml",...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1320, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.core
7,221
[ "no_license" ]
[ { "path": "roles/grnet.core/templates/etc/sudoers.d/core_admin_group.j2", "content": "# {ansible_managed}\n\nDefaults: %{{ core__admin_group }} env_check += \"SSH_CLIENT\"\n%{{ core__admin_group }} ALL = (ALL:ALL) NOPASSWD: SETENV: ALL\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1969, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.docker
7,221
[ "no_license" ]
[ { "path": "roles/grnet.docker/tasks/main.yml", "content": "- name: \"Install misc packages\"\n apt:\n name:\n - \"apt-transport-https\"\n - \"ca-certificates\"\n - \"curl\"\n - \"software-properties-common\"\n - \"python-service-identity\"\n - \"python-docker\"\n\n- name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.ferm
7,221
[ "no_license" ]
[ { "path": "roles/grnet.ferm/tasks/main.yml", "content": "\n# - name: Merge ferm configuration directories\n# set_fact:\n# ferm__rules_dirs: \"{{hostvars[inventory_hostname][item] | union(ferm__rules_dirs|default([]))}}\"\n# with_items: \"{{ hostvars[inventory_hostname].keys() | select('match', '.*fe...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8750, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.logging
7,221
[ "no_license" ]
[ { "path": "roles/grnet.logging/tasks/setup_logging.yml", "content": "---\n\n- name: Set logrotate config\n template:\n src: logging-logrotate.conf.j2\n dest: /etc/logrotate.d/{{ logging__service_name }}\n owner: root\n group: root\n mode: 0644\n notify:\n - Run logrotate\n\n- name: Set r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1170, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.merge_vars
7,221
[ "no_license" ]
[ { "path": "roles/grnet.merge_vars/tasks/merge_list.yml", "content": "- name: Set pattern\n set_fact:\n __pattern: \".*{{ __v }}{{merge_vars__merge_list_suffix}}$\"\n\n- name: Reset tmp var\n set_fact:\n __tmp: []\n\n- name: Merge lists based on pattern\n set_fact:\n __tmp: \"{{ lookup('vars', it...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4212, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.openssl-certificate
7,221
[ "no_license" ]
[ { "path": "roles/grnet.openssl-certificate/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name: python-openssl\n\n- name: Ensure that the certs folder exist\n file:\n path: \"{{ openssl_certificate__dir }}\"\n state: directory\n owner: \"{{ openssl_certificate__sy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1683, "all_permissive": false }
ansible_role
grnet/satosa-eidas-ansible
61794eed8722e3648030ccd57b4e083d9cf7e6a0
4
roles/grnet.satosa
7,221
[ "no_license" ]
[ { "path": "roles/grnet.satosa/templates/etc/satosa/plugins/backends/bitbucket_backend.yaml.j2", "content": "{{ ansible_managed | comment }}\n\nmodule: satosa.backends.bitbucket.BitBucketBackend\nname: {{ item.name }}\nconfig:\n authz_page: {{ item.authz_path | d('<name>/auth/callback') }}\n base_url: {{ i...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 29, "total_bytes": 55079, "all_permissive": false }
ansible_role
keremtiryaki/Cloud9-IDE-Vagrant
1783d04c03f30a4f6467c47d098e4333de286eda
0
roles/ansible
7,221
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: Ensure software-properties-common is installed\n apt: name=software-properties-common state=present\n\n- name: add ansbile repo\n apt_repository: repo='ppa:ansible/ansible' state=present\n\n- name: update apt-get\n apt: update_cache=yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
keremtiryaki/Cloud9-IDE-Vagrant
1783d04c03f30a4f6467c47d098e4333de286eda
0
roles/cloud9
7,221
[ "no_license" ]
[ { "path": "roles/cloud9/tasks/main.yml", "content": "---\n- name: Ensure g++ is installed\n apt: name=g++ state=present\n \n- name: clone cloud9 core\n git: repo=https://github.com/c9/core.git dest=/home/vagrant/Cloud9IDE\n\n- name: install cloud 9\n shell: /home/vagrant/Cloud9IDE/scripts/install-sdk.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9442, "all_permissive": false }
ansible_role
keremtiryaki/Cloud9-IDE-Vagrant
1783d04c03f30a4f6467c47d098e4333de286eda
0
roles/nodejs
7,221
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install ansbile nodejs role with Ansible Galaxy\n command: ansible-galaxy install nodesource.node\n\n- name: copy ansible role template\n template: src=node-installler-role.yml.j2 dest=/tmp/node-installler-role.yml\n\n- name: Install nodejs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
asamolion/exercise-wagtail-ansible-playbook
b464e31b9427d2e93af603b758a6f586e569245a
0
roles/mariadb
7,221
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n- name: Install Utility software\n become: yes\n apt:\n name: ['software-properties-common', 'python-mysqldb']\n state: latest\n update_cache: yes\n\n- name: Add apt key\n become: yes\n command: apt-key adv --r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
asamolion/exercise-wagtail-ansible-playbook
b464e31b9427d2e93af603b758a6f586e569245a
0
roles/nginx
7,221
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install Utility software\n become: yes\n apt:\n name: ['curl', 'gnupg2', 'ca-certificates', 'lsb-release']\n state: latest\n update_cache: yes\n\n- name: Add apt repo\n become: yes\n command: echo \"deb htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
rgrk-github/roboshop-ansible
8e5442f3d60b58eacafe204c2a38658a0eb9d222
0
roles/common
7,221
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "- name: Install Maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: Include Download App Code Tasks from Common Role\n ansible.builtin.include_role:\n name: common\n tasks_from: download-app-code\n\n- name: Compile Code\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
rgrk-github/roboshop-ansible
8e5442f3d60b58eacafe204c2a38658a0eb9d222
0
roles/prometheus
7,221
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/server.yml", "content": "- name: Copy Prometheus Config\n ansible.builtin.template:\n src: prometheus.yml\n dest: /opt/prometheus/prometheus.yml\n\n- name: Restart Prometheus Service\n ansible.builtin.systemd:\n name: prometheus\n state: restarted\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
idriss-coder/ansible-git
5c3a8427f1f1d77995f98977b01aaef881b6812c
0
roles/app
7,221
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n- name: clone ptoject from github to webste location\n git: dest={{ app_path }} clone=yes repo={{ repo }}\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
idriss-coder/ansible-git
5c3a8427f1f1d77995f98977b01aaef881b6812c
0
roles/network
7,221
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: Enable fdf8:f53e:61e4::18 to access as external\n ufw:\n rule: allow\n port: 80\n proto: tcp\n\n- name: Enable fd00:a516:7c1b:17cd:6d81:2137:bd2a:2c5b to access as external\n ufw:\n rule: allow\n port: 25\n proto: tcp\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 579, "all_permissive": false }
ansible_role
idriss-coder/ansible-git
5c3a8427f1f1d77995f98977b01aaef881b6812c
0
roles/nginx
7,221
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Verify if nginx is installed\n shell: command -v nginx\n register: nginx_installed\n ignore_errors: true\n\n- name: install nginx if is not installed\n apt: name=nginx update_cache=yes state=latest\n when: nginx_installed is failed\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/ARD
7,221
[ "no_license" ]
[ { "path": "roles/ARD/tasks/main.yml", "content": "# More can be found here http://support.apple.com/kb/ht2370\n---\n- name: stop ARD\n become: yes\n raw: /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -deactivate -stop\n\n- name: start ARD\n become: yes\n raw: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/adduser
7,221
[ "no_license" ]
[ { "path": "roles/adduser/templates/perlrc.j2", "content": "#!/bin/bash\n# vim:ft=sh\n\nif [ -z \"$PERLRC_INCLUDED\" ]; then\n PERLRC_INCLUDED=yes\n export PERLRC_INCLUDED\n\n [ $SHLVL -eq 1 ] && eval \"$(perl -I\"$HOME/perl5/lib/perl5\" -Mlocal::lib)\"\nfi\n", "license_type": "no_license", "detec...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 12369, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/ansible
7,221
[ "no_license" ]
[ { "path": "roles/ansible/tasks/facts.yaml", "content": "---\n- command: 'test \"X`which ansible`\" = \"X/usr/bin/ansible\"'\n register: which_ansbile_result\n failed_when: \"which_ansbile_result.rc == 2\"\n changed_when: \"which_ansbile_result.rc != 2\"\n\n- set_fact: \n using_system_ansible: True\n ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 2973, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/apache
7,221
[ "no_license" ]
[ { "path": "roles/apache/redirect/templates/conf.j2", "content": "<Directory \"/var/www/{{ domain_name }}/html/\">\n DirectoryIndex index.html\n Options Indexes FollowSymLinks ExecCGI\n AllowOverride FileInfo\n Order allow,deny\n Allow from all\n</Directory>\n<VirtualHost *...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 1839, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/autofs
7,221
[ "no_license" ]
[ { "path": "roles/autofs/vars/main.yml", "content": "# vim:ft=yaml\n---\npackages:\n FreeBSD: []\n\n MacOSX: []\n\n RedHat: []\n\n Fedora: []\n\n Debian:\n - autofs\n\n Ubuntu:\n - autofs\n\n CentOS: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1280, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/avahi
7,221
[ "no_license" ]
[ { "path": "roles/avahi/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:\n - { role: firewalld, add_service: mdns }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/avahi/vars/main.yml", "content": "---\npackages:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2345, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/bazaar
7,221
[ "no_license" ]
[ { "path": "roles/bazaar/tasks/main.yml", "content": "# vim: set filetype=ansible:\n---\n- name: /etc/xinetd.d/bazaar\n template:\n src: bazaar.j2\n dest: /etc/xinetd.d/bazaar\n mode: 0644\n owner: root\n become: yes\n\n- name: hosts.allow bzr ALL\n lineinfile:\n dest: /etc/hosts.allow\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/build
7,221
[ "no_license" ]
[ { "path": "roles/build/defaults/main.yml", "content": "--- # vim:ft=yaml\nbuild_packages:\n FreeBSD:\n - bash\n - sudo\n\n MacOSX:\n - autoconf\n - autoconf-archive\n - automake\n - boost\n - byobu\n - diffuse\n - gettext\n - gpg-agent\n - hub \n - intltool\n - libev...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4831, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/bzr
7,221
[ "no_license" ]
[ { "path": "roles/bzr/defaults/main.yml", "content": "---\nbzr:\n name: 'bzr'\n version: '2.6.0'\n project: \"{{ bazaar.bzr.name }}-{{ bazaar.bzr.version }}\"\n tarfile: \"{{ bazaar.bzr_rewrite.project }}.tar.gz\"\n url: \"https://launchpad.net/bzr/2.6/{{ bazaar.bzr.version }}/+download/{{ bazaar.bzr.ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2086, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/certificate-authority
7,221
[ "no_license" ]
[ { "path": "roles/certificate-authority/tasks/main.yml", "content": "---\n- name: install freeipa\n become: yes\n yum: name={{ item }} state=present\n with_items:\n - bind-dyndb-ldap\n - freeipa\n when: ansible_distribution in ('Fedora')\n\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
BrianAker/server-install
c95faf8ffe4f8d6f7c454e4cf09248305e36f221
2
roles/cobbler
7,221
[ "no_license" ]
[ { "path": "roles/cobbler/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies: []\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/cobbler/tasks/main.yml", "content": "---\n\n- include: rhel.yml\n when: ansible_os_famil...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 224, "all_permissive": false }