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
Srijan-SS02/terraform
c31449b97c78a95f24cebe40280a63e701e8734c
0
vm/scripts/image-builder/images/capi/ansible/roles/providers
7,706
[ "permissive" ]
[ { "path": "vm/scripts/image-builder/images/capi/ansible/roles/providers/tasks/awscliv2.yml", "content": "---\n- name: Install AWS CLI\n ansible.builtin.yum:\n name: unzip\n state: present\n\n- name: Download AWS CLI v2\n ansible.builtin.get_url:\n url: https://awscli.amazonaws.com/awscli-exe-linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": true }
ansible_role
scala/scala-jenkins-infra
00878b442d97c52eaf0fc9a818c9bd4b64b7b819
14
roles/artifactory
7,706
[ "permissive" ]
[ { "path": "roles/artifactory/handlers/main.yml", "content": "---\n- name: restart artifactory\n become: true\n service: name=artifactory state=restarted enabled=yes\n\n# https://github.com/systemd/systemd/issues/3568\n- name: daemon reload\n become: true\n shell: systemctl daemon-reload\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 84817, "all_permissive": true }
ansible_role
scala/scala-jenkins-infra
00878b442d97c52eaf0fc9a818c9bd4b64b7b819
14
roles/common
7,706
[ "permissive" ]
[ { "path": "roles/common/tasks/ec2.yml", "content": "- name: Include ec2 credentials\n include_vars: ec2-credentials.yml\n\n- name: Start instances (since exact_count does not consider stopped ones, see https://github.com/ansible/ansible/issues/20867)\n ec2:\n aws_access_key: \"{{ec2_access_key}}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3326, "all_permissive": true }
ansible_role
scala/scala-jenkins-infra
00878b442d97c52eaf0fc9a818c9bd4b64b7b819
14
roles/nginx
7,706
[ "permissive" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: restart nginx\n become: true # address error \"interactive authentication required\"\n service: name=nginx state=restarted enabled=yes", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 897, "all_permissive": true }
ansible_role
scala/scala-jenkins-infra
00878b442d97c52eaf0fc9a818c9bd4b64b7b819
14
roles/scabot
7,706
[ "permissive" ]
[ { "path": "roles/scabot/templates/run", "content": "#!/bin/sh\n\njava -Dplay.http.parser.maxMemoryBuffer=655360 -Dhttp.port={{scabot_port}} -Dlogger.resource=prod-logger.xml -Dconfig.file=/home/scabot/production.conf -Dscabot.config.file=/home/scabot/scabot.conf -Dpidfile.path=/dev/null -jar /home/scabot/sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2250, "all_permissive": true }
ansible_role
scala/scala-jenkins-infra
00878b442d97c52eaf0fc9a818c9bd4b64b7b819
14
roles/worker
7,706
[ "permissive" ]
[ { "path": "roles/worker/tasks/publisher.yml", "content": "---\n\n- name: Install packages needed to publish\n apt: name=\"{{item}}\" state=installed\n with_items:\n - jq\n - curl\n - zip\n - xz-utils\n - rpm\n - dpkg\n - lintian\n - fakeroot\n - graphv...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 12670, "all_permissive": true }
ansible_role
sabre1041/tomcat_common_criteria
9b0518a2ad22262fa51d4c9950829ffb19d841da
0
roles/common_criteria_tomcat
7,706
[ "no_license" ]
[ { "path": "roles/common_criteria_tomcat/defaults/main.yml", "content": "---\ndisplay_xpath_res: \"{{ display_xpath_res_override | default('false') }}\"\ndisplay_directory_stats: \"{{ display_directory_stats_override | default('false') }}\"\ntomcat_owner: \"{{ tomcat_owner_override | default('tomcat_admin') ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 9297, "all_permissive": false }
ansible_role
sabre1041/tomcat_common_criteria
9b0518a2ad22262fa51d4c9950829ffb19d841da
0
roles/tomcat
7,706
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: \"Checks that CATALINA_HOME has been defined.\"\n assert:\n that:\n - tomcat.home is defined\n - tomcat.home | length > 0\n\n- name: \"Install required dependencies\"\n yum:\n name: \"{{ item }}\"\n loop:\n - zip\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2659, "all_permissive": false }
ansible_role
pallem260497/AnsibeRoles
9ce866f316f7833b0ff5f3761c13b652ece98d6c
0
roles/tomcat
7,706
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/gitclone.yml", "content": " - name: create folder for Github repos\n file:\n state: directory\n path: /etc/ansible/GitHubReposDemo-mvn3.8.6\n owner: ec2-user\n mode: '0755'\n\n - name: clone github repo\n git:\n repo: 'https://...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4621, "all_permissive": false }
ansible_role
innovation18/Ansible-First-Project
72b8c445de6f890f64571be757cffbab00d44c70
0
roles/apache
7,703
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: \"Install Apache2\"\n become: true\n apt:\n name: apache2\n state: latest\n update_cache: yes\n\n- name: \"copy index.html page\"\n become: true\n copy:\n src: index.html\n dest: /var/www/html/index.html\n backup: yes\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
ansible-middleware/ocpv_lab
81972a928e077a0599566ea1286d023934477cca
0
roles/configure_aap
7,703
[ "permissive" ]
[ { "path": "roles/configure_aap/tasks/main.yml", "content": "---\n\n- name: Verified Required AAP Variables Provided\n ansible.builtin.assert:\n that:\n - controller_hostname is defined\n - controller_hostname | length > 0\n - controller_username is defined\n - controller_username | l...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 16952, "all_permissive": true }
ansible_role
ansible-middleware/ocpv_lab
81972a928e077a0599566ea1286d023934477cca
0
roles/deploy_lab
7,703
[ "permissive" ]
[ { "path": "roles/deploy_lab/tasks/main.yml", "content": "---\n# Keep it blank as of now\n# Just to avoid the error/warning \n# We are commenting few lines.\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 96 }, { "path": "roles/deploy_lab/t...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13630, "all_permissive": true }
ansible_role
ansible-middleware/ocpv_lab
81972a928e077a0599566ea1286d023934477cca
0
roles/k8s_discovery
7,703
[ "permissive" ]
[ { "path": "roles/k8s_discovery/vars/main.yml", "content": "---\n# vars file for k8s_discovery\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/k8s_discovery/tests/test.yml", "content": "---\n- name: Test for k8s_d...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3566, "all_permissive": true }
ansible_role
ansible-middleware/ocpv_lab
81972a928e077a0599566ea1286d023934477cca
0
roles/ocpv_install
7,703
[ "permissive" ]
[ { "path": "roles/ocpv_install/templates/operatorgroup.yml.j2", "content": "apiVersion: operators.coreos.com/v1\nkind: OperatorGroup\nmetadata:\n name: {{ ocpv_namespace }}-operatorgroup\n namespace: {{ ocpv_namespace }}\nspec:\n targetNamespaces:\n - {{ ocpv_namespace }}\n", "license_type": "permi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8824, "all_permissive": true }
ansible_role
orescek/loadbalance
49a1bac0dc9fd20022e5003974633366c1f6a63e
0
ansible/roles/HandyStuff
7,703
[ "no_license" ]
[ { "path": "ansible/roles/HandyStuff/templates/hosts.j2", "content": "127.0.0.1\tlocalhost\n\n{% for item in myhosts %}\n{{ item.ip }} {{ item.long_name }} {{ item.name }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansible/role...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 681, "all_permissive": false }
ansible_role
orescek/loadbalance
49a1bac0dc9fd20022e5003974633366c1f6a63e
0
ansible/roles/Haproxy
7,703
[ "no_license" ]
[ { "path": "ansible/roles/Haproxy/templates/haproxy.cfg.j2", "content": "###########################################################################\n# This is managed with Ansible - local change will be lost with next run! #\n###########################################################################\n\nglo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1962, "all_permissive": false }
ansible_role
orescek/loadbalance
49a1bac0dc9fd20022e5003974633366c1f6a63e
0
ansible/roles/Node
7,703
[ "no_license" ]
[ { "path": "ansible/roles/Node/tasks/main.yml", "content": "---\n - name: \"add apt key for node\"\n apt_key: \n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n become: yes\n \n - name: \"add node repo\"\n apt_repository:\n repo: 'deb https://deb.node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": false }
ansible_role
orescek/loadbalance
49a1bac0dc9fd20022e5003974633366c1f6a63e
0
ansible/roles/mysoftware
7,703
[ "no_license" ]
[ { "path": "ansible/roles/mysoftware/tasks/main.yml", "content": "---\n - name: \"put script on machine\"\n template:\n src: index.js.j2\n dest: /home/vagrant/index.js\n owner: vagrant\n group: vagrant\n \n - name: \"check if running\"\n command: forever list\n register: forev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 846, "all_permissive": false }
ansible_role
MaxNelipin/8.6_Ansible_Collection
e25cfb2eed3a074c25254f14c1ac1656b0e7eee1
0
roles/ynd_cloud_elk
7,703
[ "no_license" ]
[ { "path": "roles/ynd_cloud_elk/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ynd_cloud_elk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/ynd_cloud_elk/handlers/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 320, "all_permissive": false }
ansible_role
nvkmv/otuslinuxproff_hw9
a29a6c154c60220b29e345dcf7d98e54d1a81116
0
ansible/roles/debug
7,703
[ "no_license" ]
[ { "path": "ansible/roles/debug/tasks/main.yml", "content": "---\n# tasks file for debug\n- name: debug timer\n shell: cat /var/log/messages | grep Master\n register: result_timer\n \n- name: print debug timer\n debug:\n var: result_timer.stdout_lines\n\n- name: debug spawn-fcgi\n shell: systemctl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
nvkmv/otuslinuxproff_hw9
a29a6c154c60220b29e345dcf7d98e54d1a81116
0
ansible/roles/httpd
7,703
[ "no_license" ]
[ { "path": "ansible/roles/httpd/handlers/main.yml", "content": "---\n# handlers file for httpd_install\n- name: restart httpd-first\n systemd:\n name: httpd@first\n state: restarted\n\n- name: restart httpd-second\n systemd:\n name: httpd@second\n state: restarted \n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1736, "all_permissive": false }
ansible_role
nvkmv/otuslinuxproff_hw9
a29a6c154c60220b29e345dcf7d98e54d1a81116
0
ansible/roles/spawn-fcgi
7,703
[ "no_license" ]
[ { "path": "ansible/roles/spawn-fcgi/handlers/main.yml", "content": "---\n# handlers file for spawn-fcgi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/spawn-fcgi/defaults/main.yml", "content": "---\n# defaults file for spawn-fc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 857, "all_permissive": false }
ansible_role
nvkmv/otuslinuxproff_hw9
a29a6c154c60220b29e345dcf7d98e54d1a81116
0
ansible/roles/watchtimer
7,703
[ "no_license" ]
[ { "path": "ansible/roles/watchtimer/vars/main.yml", "content": "---\n# vars file for watchtimer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/watchtimer/tasks/main.yml", "content": "---\n# tasks file for watchtimer\n- name: cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1072, "all_permissive": false }
ansible_role
openshift/cluster-operator
668db5da8c20226eb5f317da91c57538616688a6
52
contrib/ansible/roles/cluster_operator_certgen
7,703
[ "no_license" ]
[ { "path": "contrib/ansible/roles/cluster_operator_certgen/templates/cert-config.json.j2", "content": "{\"CN\":\"{{ certgen_cn }}\",\"hosts\":[{{ certgen_alt_names }}],\"key\":{\"algo\":\"rsa\",\"size\":2048}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2267, "all_permissive": false }
ansible_role
Ashay-jain/ansible-roles
024811ac735b925da2fb8d90c51e5267c05da7d6
0
task1/roles/apache2
7,703
[ "no_license" ]
[ { "path": "task1/roles/apache2/files/index.php", "content": "<?php\r\necho \"hello world\"\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "task1/roles/apache2/tasks/main.yml", "content": "--- # apache playbook\r\n- name: Update apt-get ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
Ashay-jain/ansible-roles
024811ac735b925da2fb8d90c51e5267c05da7d6
0
task1/roles/mysql
7,703
[ "no_license" ]
[ { "path": "task1/roles/mysql/tasks/main.yml", "content": "# Add PGP key to install mysql 5.7 from mysql repository\r\n- name: Add PGP key\r\n apt_key:\r\n keyserver: hkp://pgp.mit.edu:80\r\n id: 5072E1F5\r\n\r\n- name: Add official APT repository\r\n apt_repository:\r\n repo: \"deb http://repo.my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
siavashmhi/hcloud-autok8s
91b19ee7d693d8f540ec40761592a99470a27769
10
ansible/roles/hardening
7,703
[ "no_license" ]
[ { "path": "ansible/roles/hardening/tasks/main.yaml", "content": "---\n- name: install package\n import_tasks: packages.yaml\n tags: install_packages\n\n- name: change limit.conf\n import_tasks: limits.yml\n tags: tuning\n\n- name: configure sshd, iptabels and ...\n import_tasks: hardening.yaml\n tags:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7732, "all_permissive": false }
ansible_role
siavashmhi/hcloud-autok8s
91b19ee7d693d8f540ec40761592a99470a27769
10
ansible/roles/load-balancer
7,703
[ "no_license" ]
[ { "path": "ansible/roles/load-balancer/templates/haproxy.cfg.j2", "content": "{% if inventory_hostname == 'kube-load-balancer' %}\nglobal\n log stdout format raw local0\n maxconn 4096\n\ndefaults\n log global\n mode http\n option httplog\n option dontlognull\n timeout connect 5...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3291, "all_permissive": false }
ansible_role
tchevalleraud/ansible_extremenetworks_xiqse
684e4b6f553617ea3e60f992289278f639c62816
0
roles/device_hostname
7,703
[ "no_license" ]
[ { "path": "roles/device_hostname/defaults/main.yml", "content": "---\nxiqse_port: 8443\nxiqse_protocol: https\nxiqse_verify: True", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/device_hostname/README.md", "content": "# Ansible Role - dev...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 550, "all_permissive": false }
ansible_role
raredemon/ansible
f02422b7d3093379b5082773c503f92836b96f00
0
roles/alias
7,703
[ "no_license" ]
[ { "path": "roles/alias/templates/bash_aliases.j2", "content": "# {{ ansible_managed }}\n\nalias ntpq='ntpq -4'\nalias df='df -h'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/alias/readme.md", "content": "# Ansible alias\n\nrole for a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 335, "all_permissive": false }
ansible_role
raredemon/ansible
f02422b7d3093379b5082773c503f92836b96f00
0
roles/apt-upgrade
7,703
[ "no_license" ]
[ { "path": "roles/apt-upgrade/tasks/main.yml", "content": "# ansible role for debian-based systems apt-upgrade\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Apt upgrade\n apt: upgrade=yes\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 210, "all_permissive": false }
ansible_role
raredemon/ansible
f02422b7d3093379b5082773c503f92836b96f00
0
roles/lldpd
7,703
[ "no_license" ]
[ { "path": "roles/lldpd/templates/lldpd.j2", "content": "# {{ ansible_managed }}\n\nDAEMON_ARGS=\"-c\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/lldpd/handlers/main.yml", "content": "---\n# handlers file for lldpd\n- name: restart ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 729, "all_permissive": false }
ansible_role
UMNET-perfSONAR/ansible-playbook-pssid-gui
7d6b5fe67d30d17e8639bb5cde447490f597b47a
1
roles/ansible-role-pssid-gui
7,703
[ "no_license" ]
[ { "path": "roles/ansible-role-pssid-gui/meta/main.yml", "content": "dependencies:\n - role: geerlingguy.docker\n version: 4.2.4\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/ansible-role-pssid-gui/tasks/main.yml", "content": "- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1965, "all_permissive": false }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/sap_install_app_server
7,703
[ "permissive" ]
[ { "path": "roles/sap_install_app_server/templates/inifile.params_install_DB6_distributed.j2", "content": "#'{{ insappsvr_input_NW_release }}' #\n# IMPORTANT DO NOT DELETE!!! {{ insappsvr_input_SAPInstDes25Hash }}\nNW_AS.instanceNumber = {{ insappsvr_input_initfile_NW_AS_instanceNumber }}\nNW_getLoadType.loa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 25658, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/sap_opsyscheck
7,703
[ "permissive" ]
[ { "path": "roles/sap_opsyscheck/tasks/logical_volumes_check.yml", "content": "---\n# Copyright 2022 IBM Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 27084, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/save_dir
7,703
[ "permissive" ]
[ { "path": "roles/save_dir/tasks/sap_save_work_dir.yml", "content": "---\n# Copyright 2022 IBM Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5661, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/start_db
7,703
[ "permissive" ]
[ { "path": "roles/start_db/tasks/sap_start_hana.yml", "content": "---\n# Copyright 2022 IBM Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ht...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 13520, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/start_sap
7,703
[ "permissive" ]
[ { "path": "roles/start_sap/templates/sap-start-instances.sh", "content": "#!/bin/sh\n#-------------------------------------------------------------------------------------------\n# EXITCODE\n# 0 Last webmethod call successful\n# 1 Last webmethod call failed, invalid parameter\n# 2 StartWait, St...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14776, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/stop_db
7,703
[ "permissive" ]
[ { "path": "roles/stop_db/tasks/sap_stop_oracle.yml", "content": "---\n# Copyright 2022 IBM Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ht...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12143, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/stop_sap
7,703
[ "permissive" ]
[ { "path": "roles/stop_sap/templates/sap-stop.sh", "content": "#!/bin/sh\n#-------------------------------------------------------------------------------------------\n# EXITCODES\n# 0 Last webmethod call successful\n# 1 Last webmethod call failed, invalid parameter\n# 2 StartWait, StopWait, Wait...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11251, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/upgrade_ibm_db2_client
7,703
[ "permissive" ]
[ { "path": "roles/upgrade_ibm_db2_client/tasks/upgrade_ibm_db2_client.yml", "content": "---\n# Copyright 2022 IBM Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the Lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4677, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/upgrade_sap_hana_client
7,703
[ "permissive" ]
[ { "path": "roles/upgrade_sap_hana_client/tasks/main.yml", "content": "---\n# Copyright 2022 IBM Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 12560, "all_permissive": true }
ansible_role
IBM/ansible-power-aix-sap
15bc7748c16eee07469e7f73277cdfc325fcef79
7
roles/upgrade_sap_kernel
7,703
[ "permissive" ]
[ { "path": "roles/upgrade_sap_kernel/defaults/main.yml", "content": "---\n# Copyright 2022 IBM Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 16200, "all_permissive": true }
ansible_role
MarVReal/SYS3_HOA12.1
545f74eb9666ab1fd17a81390fedf7cc7bea0c87
0
roles/chrony
7,703
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yml", "content": "---\n - name: Install Chrony package\n apt:\n name: chrony\n state: present\n\n - name: Start and Enable Chrony\n service:\n name: chrony\n state: started\n enabled: yes\n\n - name: Configure Chrony se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
MarVReal/SYS3_HOA12.1
545f74eb9666ab1fd17a81390fedf7cc7bea0c87
0
roles/fail2ban
7,703
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n\n - name: Install Fail2Ban\n apt:\n name: fail2ban\n state: present\n\n - name: Copy Fail2Ban configuration file\n template:\n src: templates/jail.conf.j2\n dest: /etc/fail2ban/jail.local\n\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
MarVReal/SYS3_HOA12.1
545f74eb9666ab1fd17a81390fedf7cc7bea0c87
0
roles/firewalld
7,703
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "- name: Install firewalld if not Installed\n apt:\n name: firewalld\n state: present\n\n- name: Start and Enable firewalld\n service:\n name: firewalld\n state: started\n enabled: yes\n\n- name: Open a port in firewalld\n firewalld:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
MarVReal/SYS3_HOA12.1
545f74eb9666ab1fd17a81390fedf7cc7bea0c87
0
roles/motd
7,703
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yml", "content": "- name: Set MOTD\n template:\n src: templates/motd.j2\n dest: /etc/motd\n owner: root\n group: root\n mode: 0444\n\n- name: Read contents of motd\n command: cat /etc/motd\n register: file_content\n\n- name: Display the Contents\n debug:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
MarVReal/SYS3_HOA12.1
545f74eb9666ab1fd17a81390fedf7cc7bea0c87
0
roles/patch
7,703
[ "no_license" ]
[ { "path": "roles/patch/tasks/main.yml", "content": "- name: Update and Upgrade\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Perform full patching\n package:\n name: '*'\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
MarVReal/SYS3_HOA12.1
545f74eb9666ab1fd17a81390fedf7cc7bea0c87
0
roles/set_role
7,703
[ "no_license" ]
[ { "path": "roles/set_role/tasks/main.yml", "content": "- name: Add admin group\n group:\n name: admin\n state: present\n\n- name: Add local user\n user:\n name: admin\n group: admin\n shell: /bin/bash\n home: /home/admin\n create_home: yes\n state: present\n\n- name: Add sudoer rul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
DamianBudelewski/shinyproxy-provisioning
f45786cdc8e5b69b0aa4a53962d7326147fb81b7
2
ansible/roles/monitoring
7,707
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yml", "content": "---\n\n- name: add influxdb repo\n template:\n src: influxdb.repo\n dest: /etc/yum.repos.d/influxdb.repo\n become: true\n\n- name: install telegraf\n yum:\n name: telegraf\n state: present\n become: true\n\n- name: configure te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
DamianBudelewski/shinyproxy-provisioning
f45786cdc8e5b69b0aa4a53962d7326147fb81b7
2
ansible/roles/shinyproxy
7,707
[ "no_license" ]
[ { "path": "ansible/roles/shinyproxy/tasks/main.yml", "content": "---\n\n- name: install java 1.8.0 openjdk\n yum:\n name: java-1.8.0-openjdk\n state: present\n become: true\n\n- name: enable epel repo\n yum:\n name: epel-release\n state: present\n become: true\n\n- name: install required pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4068, "all_permissive": false }
ansible_role
ardikabs/ansible-playgrounds
020c270b611b88067af79ea2f181b7be234476d9
1
roles/calico-node
7,707
[ "no_license" ]
[ { "path": "roles/calico-node/templates/other/bgppeer.yaml.j2", "content": "---\napiVersion: v1\nkind: bgpPeer\nmetadata:\n scope: node\n node: {{ ansible_hostname }}\n peerIP: {{ calico_peer_ip }}\nspec:\n asNumber: {{ calico_asn }}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 6172, "all_permissive": false }
ansible_role
ardikabs/ansible-playgrounds
020c270b611b88067af79ea2f181b7be234476d9
1
roles/common
7,707
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "\n- name: Ensure python is present\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n register: output\n changed_when:\n - output.stdout != \"\"\n - output.stdout != \"\\r\\n\"\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
ardikabs/ansible-playgrounds
020c270b611b88067af79ea2f181b7be234476d9
1
roles/docker
7,707
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- include: install.yml\n tags:\n - install\n\n- include: swarm_manager.yml\n delegate_to: \"{{ swarm_managers | first }}\"\n run_once: yes\n when:\n - swarm_enabled\n - (swarm_managers | length) > 1\n tags:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1630, "all_permissive": false }
ansible_role
ardikabs/ansible-playgrounds
020c270b611b88067af79ea2f181b7be234476d9
1
roles/etcd
7,707
[ "no_license" ]
[ { "path": "roles/etcd/defaults/main.yml", "content": "---\n# defaults file for etcd\ncsr:\n C: ID\n L: Jakarta\n O: Kubernetes\n OU: Kubernetes Cluster 01\n ST: Jakarta Selatan\n\ntls_ca: ca.pem\ntls_ca_key: ca-key.pem\ntls_ca_config: ca-config.json\ntls_cert: etcd.pem\ntls_key: etcd-key.pem\n\netcd_ba...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6606, "all_permissive": false }
ansible_role
ardikabs/ansible-playgrounds
020c270b611b88067af79ea2f181b7be234476d9
1
roles/nginx
7,707
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.yml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: latest\n update_cache: yes\n\n- name: delete default configuration\n file:\n path: \"/etc/nginx/sites-enabled/default\"\n state: absent\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
ardikabs/ansible-playgrounds
020c270b611b88067af79ea2f181b7be234476d9
1
roles/nsupdate
7,707
[ "no_license" ]
[ { "path": "roles/nsupdate/tasks/main.yml", "content": "- name: Check record in DNS Server\n shell: dig {{ type | default('A') }} {{ record }}.{{ dns_zone }} @{{ ansible_host }} +short\n register: fqdn_status\n\n- name: Add/Update record to DNS server\n nsupdate:\n server: \"{{ ansible_host }}\"\n k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": false }
ansible_role
ardikabs/ansible-playgrounds
020c270b611b88067af79ea2f181b7be234476d9
1
roles/rabbitmq
7,707
[ "no_license" ]
[ { "path": "roles/rabbitmq/vars/main.yml", "content": "---\nrabbitmq_peer_discovery_backend: rabbit_peer_discovery_classic_config\n\nrabbitmq_cluster_plugins:\n - rabbitmq_management\n - rabbitmq_management_agent\n\nrabbitmq_default_users:\n - guest\n\nrabbitmq_ports:\n - 4369/tcp\n - 15672/tcp\n - 256...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5326, "all_permissive": false }
ansible_role
bbusse/ansible-hadoop
4787193814fac0d7a306170026b0860a0a0ee9b3
0
roles/hbase
7,707
[ "no_license" ]
[ { "path": "roles/hbase/files/hbase-service-config.sh", "content": "#!/usr/bin/env bash\n\nset -ueo pipefail\n\nHBASE_MASTER_SYSTEMD_UNIT_TEMPLATE=\"/tmp/hbase/conf/hbase-master.service.j2\"\nHBASE_REGIONSERVER_SYSTEMD_UNIT_TEMPLATE=\"/tmp/hbase/conf/hbase-regionserver.service.j2\"\nHBASE_SYSTEMD_ENV_TEMPLAT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6349, "all_permissive": false }
ansible_role
bbusse/ansible-hadoop
4787193814fac0d7a306170026b0860a0a0ee9b3
0
roles/hdfs
7,707
[ "no_license" ]
[ { "path": "roles/hdfs/files/hadoop-config.sh", "content": "#!/usr/bin/env bash\n\nset -ueo pipefail\n\nHDFS_CONFIG_TEMPLATE=\"/tmp/hadoop/etc/hadoop/hdfs-site.xml.j2\"\nHDFS_CONFIG_TEMPLATE_CORE=\"/tmp/hadoop/etc/hadoop/core-site.xml.j2\"\nHDFS_CONFIG_TEMPLATE_MAPRED=\"/tmp/hadoop/etc/hadoop/mapred-site.xml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12113, "all_permissive": false }
ansible_role
oatakan/ansible-tower-splunk-example
fcda48b186f7c53c71acdc399dbd07b4e3740c04
0
roles/splunk-tower-app
7,707
[ "no_license" ]
[ { "path": "roles/splunk-tower-app/files/all_events.json", "content": "{\n \"modelName\": \"all_events\",\n \"displayName\": \"all_events\",\n \"description\": \"\",\n \"objectSummary\": {\n \"Event-Based\": 0,\n \"Transaction-Based\": 0,\n \"Search-Based\": 1\n },\n \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4743, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/basic-configuration
7,707
[ "no_license" ]
[ { "path": "roles/basic-configuration/tasks/docker.yml", "content": "---\n- name: Install required package for managing repositories\n ansible.builtin.dnf:\n name: dnf-plugins-core\n state: present\n become: true\n\n- name: Add Docker CE repository\n command: dnf-3 config-manager --add-repo https://...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3230, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/ex_customize-gnome
7,707
[ "no_license" ]
[ { "path": "roles/ex_customize-gnome/handlers/main.yml", "content": "---\n- name: Remove temporary directory for extensions\n become_user: \"{{ gnome_user }}\"\n ansible.builtin.file:\n name: \"{{ customize_gnome_temp_dir.path }}\"\n state: absent\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 13313, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/gnome-settings
7,707
[ "no_license" ]
[ { "path": "roles/gnome-settings/vars/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for gnome-settings\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/gnome-settings/tasks/install_extensions.yml", "content": "-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3689, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/restore-backup
7,707
[ "no_license" ]
[ { "path": "roles/restore-backup/tasks/restore-backup.yml", "content": "---\n- name: Restore backups fast using rsync\n ansible.posix.synchronize:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n recursive: yes\n rsync_opts:\n - \"--compress\" # enable compression for speed (optiona...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 990, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/vivaldi-browser
7,707
[ "no_license" ]
[ { "path": "roles/vivaldi-browser/tasks/main.yml", "content": "- include_tasks: installation.yml\n tags: vivaldi-installation\n when: enable_vivaldi_installation\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/vivaldi-browser/vars/main.yml...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1044, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/vscode-installation
7,707
[ "no_license" ]
[ { "path": "roles/vscode-installation/defaults/main.yml", "content": "vscode_extensions:\n - fabiospampinato.vscode-diff\n - shardulm94.trailing-spaces\n - emilast.LogFileHighlighter\n - Compulim.compulim-vscode-closetag\n - adrianwilczynski.format-selection-as-html\n - oderwat.indent-rainbow\n - chri...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1669, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/work-configuration
7,707
[ "no_license" ]
[ { "path": "roles/work-configuration/tasks/main.yml", "content": "---\n- include_tasks: eduvpn-installation.yml\n when: \"ansible_os_family == 'RedHat' and enable_eduvpn_installation | default(false)\"\n tags: eduvpn-installation\n\n- include_tasks: dnf-packages.yml\n when: \"ansible_os_family == 'RedHat'...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3186, "all_permissive": false }
ansible_role
danielkaramyshev/fedora-deployment
ba83bf4294307e9dd644648dc247dce88bd2d21d
0
roles/zsh
7,707
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- include_tasks: zsh_ohmyzsh.yml\n tags: zsh-installation\n\n- include_tasks: theme.yml\n tags: zsh-theme\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/zsh/tasks/theme.yml", "conten...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6035, "all_permissive": false }
ansible_role
pharriso/packstack
161c667082f087f90c1973ee871f58fbea8f86df
0
roles/packstack
7,707
[ "no_license" ]
[ { "path": "roles/packstack/tasks/main.yml", "content": "--- \n\n- name: Disable NetworkManager\n service: name=NetworkManager state=stopped enabled=no\n tags: packstack\n\n- name: Install packstack Package\n yum: name=openstack-packstack state=present\n tags: packstack\n\n- name: Generate packstack answ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
pharriso/packstack
161c667082f087f90c1973ee871f58fbea8f86df
0
roles/packstack-demo
7,707
[ "no_license" ]
[ { "path": "roles/packstack-demo/tasks/main.yml", "content": "---\n\n- name: Upload image\n os_image: \n name: \"{{ image_name }}\" \n disk_format: qcow2 \n state: present \n filename: \"{{ image_file }}\"\n\n- name: Create internal network\n os_network: \n name: internal \n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1681, "all_permissive": false }
ansible_role
FSSec/ansible-galaxy-picos
da9458c2b1ef4159817f00a28fe8d2c6721181b8
0
fssec/picos/roles/basic_config
7,707
[ "no_license" ]
[ { "path": "fssec/picos/roles/basic_config/tasks/timezone.yml", "content": "---\r\n- name: Configure timezone\r\n fssec.picos.picos_config:\r\n cmd: \"set system timezone {{ timezone }}\"\r\n mode: cli_config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, ...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 6408, "all_permissive": false }
ansible_role
nvtkaszpir/consul-cluster-demo
3c67be1321ad439f77529fc1873695a11c79da9e
0
provisioning/ansible/roles/dnsmasq
7,707
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/dnsmasq/tasks/main.yml", "content": "---\n\n- name: Install dnsmasq\n become: true\n package:\n name: dnsmasq\n state: latest\n\n- name: Manage dnsmasq\n become: true\n service:\n name: dnsmasq\n enabled: true\n\n- name: Use template for dnsmasq.conf\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1631, "all_permissive": false }
ansible_role
nvtkaszpir/consul-cluster-demo
3c67be1321ad439f77529fc1873695a11c79da9e
0
provisioning/ansible/roles/packages
7,707
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/packages/tasks/main.yml", "content": "---\n\n- name: Install packages Debian\n become: true\n apt:\n name: '{{ item }}'\n with_items:\n - python-pip\n when:\n - ansible_os_family == 'Debian'\n\n- name: Add EPEL repo'\n yum:\n name: https://dl.fedoraproj...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
eightbitraptor/ansible-kyouko
480e4da332e4a3c1626dbd4d5d60d5eaedd316d4
1
roles/developer
7,707
[ "no_license" ]
[ { "path": "roles/developer/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Set up a Docker based development env\n\n license: license (GPL-2.0-or-later, MIT, etc)\n\n min_ansible_version: 2.4\n\n platforms:\n - name: Fedora\n versions:\n - all\n - 25\n\n galaxy_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2057, "all_permissive": false }
ansible_role
eightbitraptor/ansible-kyouko
480e4da332e4a3c1626dbd4d5d60d5eaedd316d4
1
roles/i3
7,707
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: Enable Polybar i3lock PPA\n become: yes\n apt_repository:\n repo: ppa:codejamninja/jam-os\n\n- name: Clone Dotfiles\n git:\n repo: \"https://github.com/majutsushi/urxvt-font-size.git\"\n dest: \"{{ ansible_env .HOME }}/.config/urxvt/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1386, "all_permissive": false }
ansible_role
eightbitraptor/ansible-kyouko
480e4da332e4a3c1626dbd4d5d60d5eaedd316d4
1
roles/media_playback
7,707
[ "no_license" ]
[ { "path": "roles/media_playback/tasks/main.yml", "content": "---\n- name: Install package\n become: yes\n apt:\n name:\n - mpd\n - mpv\n - lollypop\n - youtube-dl\n - ffmpeg\n - abcde\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 476, "all_permissive": false }
ansible_role
eightbitraptor/ansible-kyouko
480e4da332e4a3c1626dbd4d5d60d5eaedd316d4
1
roles/openbox
7,707
[ "no_license" ]
[ { "path": "roles/openbox/tasks/main.yml", "content": "---\n\n- name: Enable Ulauncher PPA\n become: yes\n apt_repository:\n repo: ppa:agornostal/ulauncher\n\n- name: Enable Polybar i3lock PPA\n become: yes\n apt_repository:\n repo: ppa:codejamninja/jam-os\n\n- name: Install base packages\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1024, "all_permissive": false }
ansible_role
eightbitraptor/ansible-kyouko
480e4da332e4a3c1626dbd4d5d60d5eaedd316d4
1
roles/torrenter
7,707
[ "no_license" ]
[ { "path": "roles/torrenter/README.md", "content": "Torrenter\n=========\n\nSet up and configure an rtorrent instance\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/torrenter/tasks/main.yml", "content": "---\n- name: Install base pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
eightbitraptor/ansible-kyouko
480e4da332e4a3c1626dbd4d5d60d5eaedd316d4
1
roles/workstation_common
7,707
[ "no_license" ]
[ { "path": "roles/workstation_common/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: common components required for all workstations\n\n license: license (GPL-2.0-or-later, MIT, etc)\n\n min_ansible_version: 2.4\n\n galaxy_tags: []\n dependencies: []\n \n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2631, "all_permissive": false }
ansible_role
zufardhiyaulhaq/sso-kubernetes-lab
11629e25431ff76ef7905227968f239ea6b5141b
2
ansible/keycloak/roles/deploy
7,707
[ "no_license" ]
[ { "path": "ansible/keycloak/roles/deploy/templates/docker-compose.yaml.j2", "content": "version: \"2\"\nservices:\n\n front-envoy:\n build: /etc/docker-compose/envoy/\n container_name: front-envoy\n expose:\n - \"443\"\n ports:\n - \"{{ keycloak_public_ip }}:443:443\"\n networks:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4406, "all_permissive": false }
ansible_role
zufardhiyaulhaq/sso-kubernetes-lab
11629e25431ff76ef7905227968f239ea6b5141b
2
ansible/keycloak/roles/prepare
7,707
[ "no_license" ]
[ { "path": "ansible/keycloak/roles/prepare/tasks/certificate.yaml", "content": "---\n- name: create keycloak certificate directory\n file:\n path: \"/etc/keycloak-certificate\"\n state: directory\n\n- name: copy certificate\n copy:\n src: fullchain.pem\n dest: '/etc/keycloak-certificate/fullcha...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1218, "all_permissive": false }
ansible_role
zufardhiyaulhaq/sso-kubernetes-lab
11629e25431ff76ef7905227968f239ea6b5141b
2
ansible/kubernetes/roles/deploy
7,707
[ "no_license" ]
[ { "path": "ansible/kubernetes/roles/deploy/tasks/main.yaml", "content": "---\n- include: kubernetes.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/kubernetes/roles/deploy/templates/rbac.yaml.j2", "content": "kind: ClusterRoleBin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1982, "all_permissive": false }
ansible_role
zufardhiyaulhaq/sso-kubernetes-lab
11629e25431ff76ef7905227968f239ea6b5141b
2
ansible/kubernetes/roles/prepare
7,707
[ "no_license" ]
[ { "path": "ansible/kubernetes/roles/prepare/tasks/binary.yaml", "content": "---\n- name: Download minikube\n get_url:\n url: https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64\n dest: /usr/local/bin/minikube\n mode: a+x\n\n- name: Download kubectl\n get_url:\n url: ht...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 595, "all_permissive": false }
ansible_role
Phoenix55rus/test4workfind
f39eb04c34942fcc27c1ac7996a18ea7838dac73
0
roles/confnginx
7,707
[ "no_license" ]
[ { "path": "roles/confnginx/tasks/main.yml", "content": "---\n - name: Delete default from nginx sites-available\n file:\n dest: /etc/nginx/sites-available/default\n state: absent\n\n - name: Add default to nginx sites-available\n copy:\n src: 'files/default'\n dest: '/etc/nginx/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
Phoenix55rus/test4workfind
f39eb04c34942fcc27c1ac7996a18ea7838dac73
0
roles/git
7,707
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n - name: Update system\n package:\n name: '*'\n state: present\n\n - name: Install git\n package:\n name: \"{{ package }}\"\n state: present", "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": 162, "all_permissive": false }
ansible_role
Phoenix55rus/test4workfind
f39eb04c34942fcc27c1ac7996a18ea7838dac73
0
roles/ssh
7,707
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n - name: Set authorized keys \n authorized_key:\n user: \"{{ ssh_user }}\"\n state: present\n key: \"{{ item }}\"\n with_file:\n - files/id_rsa1.pub\n - files/id_rsa2.pub\n notify: sshd daemon reload", "license_typ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 240, "all_permissive": false }
ansible_role
Phoenix55rus/test4workfind
f39eb04c34942fcc27c1ac7996a18ea7838dac73
0
roles/sysctl
7,707
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "---\n - name: Add fs.file\n sysctl:\n name: fs.file-max\n value: \"{{ fs_files_max }}\"\n state: present\n\n - name: Add somaxconn\n sysctl:\n name: net.core.somaxconn\n value: \"{{ somaxconn }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 296, "all_permissive": false }
ansible_role
Phoenix55rus/test4workfind
f39eb04c34942fcc27c1ac7996a18ea7838dac73
0
roles/web
7,707
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n - name: create dir\n file:\n path: \"{{ deston }}{{ name_folder }}\"\n owner: \"{{ user_path }}\"\n group: \"{{ user_group }}\"\n mode: \"{{ path_prev }}\"\n state: directory\n\n - name: Git clone web\n git:\n repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 594, "all_permissive": false }
ansible_role
Phoenix55rus/test4workfind
f39eb04c34942fcc27c1ac7996a18ea7838dac73
0
roles/wget
7,707
[ "no_license" ]
[ { "path": "roles/wget/tasks/main.yml", "content": " - name: Update system\n package:\n name: '*'\n state: present\n\n - name: Install wget\n package:\n name: \"{{ package }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 172, "all_permissive": false }
ansible_role
Phoenix55rus/test4workfind
f39eb04c34942fcc27c1ac7996a18ea7838dac73
0
roles/zsh
7,707
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n - name: Update system\n package:\n name: '*'\n state: present\n\n - name: Install zsh\n package:\n name: \"{{ package }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 174, "all_permissive": false }
ansible_role
rvlemmingsilionx/casus
e2e2e1a15ee082cdab62a7c58c6632572d1b69c6
0
azure/roles/configure
7,709
[ "no_license" ]
[ { "path": "azure/roles/configure/tasks/main.yml", "content": "- include: nfsserver.yml\n- include: sqlserver.yml\n- include: webservers.yml\n- include: backupserver.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "azure/roles/configure/tasks/...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5270, "all_permissive": false }
ansible_role
rvlemmingsilionx/casus
e2e2e1a15ee082cdab62a7c58c6632572d1b69c6
0
azure/roles/deploy
7,709
[ "no_license" ]
[ { "path": "azure/roles/deploy/tasks/loadbalancer.yml", "content": "- name: Aanmaken loadbalancer IP\n azure_rm_publicipaddress:\n resource_group: \"{{ resourcegroup }}\"\n name: \"{{ env_short }}-{{ loadbalancername }}\"\n allocation_method: static\n state: \"{{ status }}\"\n tags:\n - loadba...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 11755, "all_permissive": false }
ansible_role
rvlemmingsilionx/casus
e2e2e1a15ee082cdab62a7c58c6632572d1b69c6
0
azure/roles/mmnode
7,709
[ "no_license" ]
[ { "path": "azure/roles/mmnode/tasks/main.yml", "content": "- name: Copy Private SSH Key\n copy:\n src: ../files/id_rsa\n dest: .ssh/id_rsa\n owner: \"{{ adminname }}\"\n group: \"{{ adminname }}\"\n mode: '600'\n\n- name: Set timezone to Europe/Amsterdam\n timezone:\n name: Europe/Amster...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2605, "all_permissive": false }
ansible_role
rvlemmingsilionx/casus
e2e2e1a15ee082cdab62a7c58c6632572d1b69c6
0
azure/roles/undeploy
7,709
[ "no_license" ]
[ { "path": "azure/roles/undeploy/tasks/main.yml", "content": "- name: Remove Webserver virtual machines\n azure_rm_virtualmachine:\n resource_group: \"{{ resourcegroep }}\"\n name: \"{{ env_short}}-{{ item.vmname }}\"\n state: absent\n availability_set: \"{{ env_short}}-{{ availabilityset_name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11024, "all_permissive": false }
ansible_role
PrithijitSarkar/Ansible_August-18
b24b63a788f3f879a41d962500e61e3eecd5a15a
0
demo15/roles/server-common
7,709
[ "no_license" ]
[ { "path": "demo15/roles/server-common/tasks/common-user.yaml", "content": "---\n- name: Create Common Users\n user: name={{ item }} password={{ansible_user_password_vault}}\n\n with_items: \n - amit \n - vashist\n - user01\n - user02\n - user03\n - user04\n - jboss\n - tomcat\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
AndaBim/Final-task_Group-2
0aaee36d950a5ff31221a0772226fb485e25d455
0
ansible/roles/compile-java
7,709
[ "no_license" ]
[ { "path": "ansible/roles/compile-java/tasks/main.yml", "content": "---\n- name: Clone a repository\n git:\n repo: <EMAIL>:AndaBim/Branching.git\n dest: /home/java-user/compile-java/\n accept_hostkey: yes\n key_file: /home/java-user/.ssh/java-user\n\n become_user: java-user\n\n- name: 'Compile ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/base
7,709
[ "no_license" ]
[ { "path": "deploy/roles/base/tasks/main.yml", "content": "- name: install useful packages\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - ack-grep\n - tree\n - curl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/docker
7,709
[ "no_license" ]
[ { "path": "deploy/roles/docker/tasks/main.yml", "content": "- name: install https transport\n apt: name=apt-transport-https\n\n- name: add hypriot key\n apt_key: url=https://packagecloud.io/gpg.key\n\n- name: add hypriot source\n apt_repository: repo='deb https://packagecloud.io/Hypriot/Schatzkiste/debia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/irssi
7,709
[ "no_license" ]
[ { "path": "deploy/roles/irssi/files/trackbar.pl", "content": "# trackbar.pl\n#\n# Track what you read last when switching to a window.\n#\n# Copyright (C) 2003 <NAME>\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 15035, "all_permissive": false }