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 | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/website | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/website/tasks/main.yml",
"content": "---\n\n- name: Creating websites\n tags: website\n webfaction_site:\n name: \"{{ item.name }}\"\n state: present\n host: \"{{ item.host }}\"\n subdomains:\n - \"{{ item.domain }}\"\n site_apps:\n - [\"{{ item.app }}\", ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul/tasks/main.yaml",
"content": "- include_role:\n name: \"{{ item }}\"\n loop:\n - zuul-lookup-conf\n - zuul-ensure-gearman-tls\n\n- include_role:\n name: zuul-ensure-zookeeper-tls\n # when the user does not provide a zookeeper\n when: raw_spec['zookeeper'] is not defined\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2288,
"all_permissive": true
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul-ensure-database-password | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul-ensure-database-password/tasks/main.yaml",
"content": "- name: Check if zuul database-password is already created\n set_fact:\n _zuul_db_password: \"{{ lookup('k8s', api_version='v1', kind='Secret', namespace=namespace, resource_name=zuul_name + '-database-password') }}\"\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": true
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul-ensure-gearman-tls | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul-ensure-gearman-tls/tasks/main.yaml",
"content": "- name: Check if gearman tls cert is already created\n set_fact:\n gearman_certs: \"{{ lookup('k8s', api_version='v1', kind='Secret', namespace=namespace, resource_name=zuul_name + '-gearman-tls') }}\"\n\n- name: Generate and store c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1658,
"all_permissive": true
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul-ensure-registry-tls | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul-ensure-registry-tls/tasks/main.yaml",
"content": "- name: Check if registry tls cert exists\n set_fact:\n registry_certs: \"{{ lookup('k8s', api_version='v1', kind='Secret', namespace=namespace, resource_name=zuul_name + '-registry-tls') }}\"\n\n- name: Generate and store certs\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2047,
"all_permissive": true
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul-ensure-zookeeper-tls | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul-ensure-zookeeper-tls/tasks/main.yaml",
"content": "- name: Check if zookeeper tls cert is already created\n set_fact:\n zookeeper_certs: \"{{ lookup('k8s', api_version='v1', kind='Secret', namespace=namespace, resource_name=zuul_name + '-zookeeper-tls') }}\"\n\n- name: Generate and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": true
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul-lookup-conf | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul-lookup-conf/tasks/main.yaml",
"content": "- name: Lookup zuul conf secret\n set_fact:\n zuul_conf_secret: \"{{ lookup('k8s', api_version='v1', kind='Secret', namespace=namespace, resource_name=zuul_name + '-secret-zuul') }}\"\n zuul_tenants_secret: \"{{ lookup('k8s', api_version... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": true
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul-reconfigure-tenant-when-conf-changed | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul-reconfigure-tenant-when-conf-changed/tasks/main.yaml",
"content": "- name: Lookup zuul tenant secret\n set_fact:\n new_zuul_tenants_secret: \"{{ lookup('k8s', api_version='v1', kind='Secret', namespace=namespace, resource_name=zuul_name + '-secret-zuul-config') }}\"\n\n- name: Reco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 544,
"all_permissive": true
} |
ansible_role | drifterza/zuul-operator | ae56155d26812a5b4041b478c61da992ce3b84bc | 0 | roles/zuul-restart-when-zuul-conf-changed | 6,856 | [
"permissive"
] | [
{
"path": "roles/zuul-restart-when-zuul-conf-changed/module_utils/gearlib.py",
"content": "#!/usr/bin/env python3\n# Copyright 2020 Red Hat\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6238,
"all_permissive": true
} |
ansible_role | sgrade/juniper | 9e2cfa507e3efd34a5078a912233257be950476e | 0 | ansiblej/openconfigj/roles/openconfig-bgp | 6,856 | [
"no_license"
] | [
{
"path": "ansiblej/openconfigj/roles/openconfig-bgp/templates/openconfig.bgp.j2",
"content": "openconfig-bgp:bgp {\n neighbors {\n neighbor {{ openconfig_neighbor_ip }};\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | sgrade/juniper | 9e2cfa507e3efd34a5078a912233257be950476e | 0 | ansiblej/openconfigj/roles/openconfig-software | 6,856 | [
"no_license"
] | [
{
"path": "ansiblej/openconfigj/roles/openconfig-software/tasks/main.yml",
"content": "---\n- name: Install junos-openconfig-x86 software\n juniper_junos_software:\n local_package: \"files/junos-openconfig-x86-32-0.0.0.8.tgz\"\n reboot: no\n register: response\n\n- name: Print the complete response ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | sgrade/juniper | 9e2cfa507e3efd34a5078a912233257be950476e | 0 | ansiblej/openconfigj/roles/telemetry | 6,856 | [
"no_license"
] | [
{
"path": "ansiblej/openconfigj/roles/telemetry/tasks/main.yml",
"content": "---\n# https://forums.juniper.net/t5/tkb/articleprintpage/tkb-id/Automation_Scripting/article-id/631\n- name: Telemetry config\n juniper_junos_config:\n load: 'merge'\n config_mode: 'private'\n format: 'text'\n templat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | camptocamp/terraform-github-actions-runner-provisioner | b41d12f5190ba0d617ed7c2b0aa042313fd35c00 | 0 | ansible/roles/common | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/main.yaml",
"content": "---\ngithub_actions_runner_version: \"2.306.0\"\ngithub_actions_runner_archive_checksum: \"b0a090336f0d0a439dac7505475a1fb822f61bbb36420c7b3b3fe6b1bdc4dbaa\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4977,
"all_permissive": false
} |
ansible_role | camptocamp/terraform-github-actions-runner-provisioner | b41d12f5190ba0d617ed7c2b0aa042313fd35c00 | 0 | ansible/roles/terraform | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/terraform/tasks/main.yaml",
"content": "---\n- name: \"Install prerequisites\"\n apt:\n name:\n - \"apt-transport-https\"\n state: \"present\"\n\n- name: \"Import NodeSource Apt key\"\n apt_key:\n data: \"{{ lookup('file', 'nodesource.gpg.key') }}\"\n keyring: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | chrislaskey/ansible-deploy | 16ea6cad647bf08dea049a205343b4044bbc9b02 | 5 | roles/apache | 6,856 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# These tasks are responsible for configuring Apache\n\n- name: Apache | Include project variables\n include_vars: \"{{ project_vars }}\"\n when: project_vars|lower != \"none\"\n\n- name: Apache | Create virtualhost file\n template: src=\"{{ apach... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | chrislaskey/ansible-deploy | 16ea6cad647bf08dea049a205343b4044bbc9b02 | 5 | roles/files_deploy | 6,856 | [
"no_license"
] | [
{
"path": "roles/files_deploy/tasks/main.yml",
"content": "---\n# Deploy the latest project repository files if it exists\n \n- name: Files Deploy | Include project variables\n include_vars: \"{{ project_vars }}\"\n when: project_vars|lower != \"none\"\n\n- name: Files Deploy | Transfer repo files\n syn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1463,
"all_permissive": false
} |
ansible_role | chrislaskey/ansible-deploy | 16ea6cad647bf08dea049a205343b4044bbc9b02 | 5 | roles/files_restore | 6,856 | [
"no_license"
] | [
{
"path": "roles/files_restore/tasks/main.yml",
"content": "---\n# Restores files from backup if needed\n\n- name: Files Restore | Check if backup exists\n shell: \"test -d /backups/hourly.0/websites/{{ project_name }}\"\n register: files_backup_exists\n changed_when: files_backup_exists.rc != 0\n ignor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | chrislaskey/ansible-deploy | 16ea6cad647bf08dea049a205343b4044bbc9b02 | 5 | roles/files_status | 6,856 | [
"no_license"
] | [
{
"path": "roles/files_status/tasks/main.yml",
"content": "---\n# Determine if initial import \n\n- name: Files | Check if is initial import\n shell: if [[ -d \"/var/www/{{ project_name }}\" ]]; then echo \"no\"; else echo \"yes\"; fi;\n changed_when: is_initial_import == 'yes'\n register: is_initial_imp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | chrislaskey/ansible-deploy | 16ea6cad647bf08dea049a205343b4044bbc9b02 | 5 | roles/mysql_deploy | 6,856 | [
"no_license"
] | [
{
"path": "roles/mysql_deploy/files/mysqlimport.sh",
"content": "#!/usr/bin/env bash\n\n# MySQL Deploy | Import database data if needed\n#\n# Normally this would be split into two ansible commands, the first registering\n# an ansible variable with the result. The second checking the variable with a\n# when ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2968,
"all_permissive": false
} |
ansible_role | chrislaskey/ansible-deploy | 16ea6cad647bf08dea049a205343b4044bbc9b02 | 5 | roles/mysql_restore_from_backup | 6,856 | [
"no_license"
] | [
{
"path": "roles/mysql_restore_from_backup/tasks/main.yml",
"content": "---\n# This playbook restores a MySQL database dump file\n\n- name: MySQL Restore from Backup | Include project variables\n include_vars: \"{{ project_vars }}\"\n when: project_vars|lower != \"none\"\n\n- name: MySQL Restore from Back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | chrislaskey/ansible-deploy | 16ea6cad647bf08dea049a205343b4044bbc9b02 | 5 | roles/mysql_restore_from_repository | 6,856 | [
"no_license"
] | [
{
"path": "roles/mysql_restore_from_repository/tasks/main.yml",
"content": "---\n# Sync MySQL restore files from repository, if they exist\n \n- name: MySQL Restore from Repository | Include project variables\n include_vars: \"{{ project_vars }}\"\n when: project_vars|lower != \"none\"\n\n- name: MySQL R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | mullerivan/nginx_rtmp_deploy | 1ec96df73f2d4a8d2fbc24835e345ae71e6d1b21 | 0 | roles/nginx | 6,856 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/system.yml",
"content": "---\n- name: apt-get upgrade\n action: apt update_cache=yes upgrade=yes\n become: true\n become_method: su\n become_user: root\n\n- name: Install essential packages\n become: true\n become_method: su\n become_user: root\n apt: pkg={{ item }} stat... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2639,
"all_permissive": false
} |
ansible_role | Kostecki/MEGAPi | b6dfdfd9c45101a74eedbd33302ddaed1dd246f3 | 0 | ansible/roles/networking | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/networking/tasks/main.yml",
"content": "---\n# tasks file for networking'\n\n- import_tasks: static_ip.yml\n- import_tasks: dnsmasq.yml\n- import_tasks: hostapd.yml\n- import_tasks: dhcp_release.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7118,
"all_permissive": false
} |
ansible_role | Kostecki/MEGAPi | b6dfdfd9c45101a74eedbd33302ddaed1dd246f3 | 0 | ansible/roles/prepare_os | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_os/tasks/hostname.yml",
"content": "---\n- name: \"hostname | hostname: {{ hostname_hostname }}\"\n hostname:\n name: \"{{ hostname_hostname }}\"\n\n- name: \"hostname | edit /etc/hosts\"\n lineinfile:\n dest: /etc/hosts\n regexp: '^127\\.0\\.0\\.1[ \\t]+localhost... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2388,
"all_permissive": false
} |
ansible_role | deadlybore/eoot | a2f541ad96910288bec4efccae660afaf32c937b | 1 | roles/backports | 6,856 | [
"no_license"
] | [
{
"path": "roles/backports/tasks/main.yml",
"content": "---\n\n- import_tasks: backports.yml\n tags:\n - backports\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 59,
"all_permissive": false
} |
ansible_role | deadlybore/eoot | a2f541ad96910288bec4efccae660afaf32c937b | 1 | roles/dkms | 6,856 | [
"no_license"
] | [
{
"path": "roles/dkms/tasks/dkms.yml",
"content": "---\n\n- name: generate dkms.conf\n template:\n src: dkms.conf.j2\n dest: \"/usr/src/{{ item.name }}-{{ item.version }}/dkms.conf\"\n force: no\n with_items: \"{{ drivers }}\"\n\n- name: use locale copy of dkms see https://bugs.debian.org/cgi-bin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 147289,
"all_permissive": false
} |
ansible_role | deadlybore/eoot | a2f541ad96910288bec4efccae660afaf32c937b | 1 | roles/retrieval | 6,856 | [
"no_license"
] | [
{
"path": "roles/retrieval/tasks/retrieval.yml",
"content": "---\n\n- name: make sure output directories exists\n file:\n path: \"{{ output_directory }}/{{ item }}/{{ ansible_distribution }}/{{ ansible_distribution_release }}\"\n state: directory\n recurse: true\n with_items:\n - 'pkgs'\n -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1599,
"all_permissive": false
} |
ansible_role | deadlybore/eoot | a2f541ad96910288bec4efccae660afaf32c937b | 1 | roles/setup | 6,856 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/setup.yml",
"content": "---\n\n- name: install necessary resources\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - debhelper\n - bash-completion\n - vim\n\n- name: install dkms from backport\n apt:\n name: dkms\n default_release: \"{{ ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/letsencrypt | 6,856 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/ubuntu-xenial.yml",
"content": "---\n- name: update the apt cache\n apt: update_cache=yes cache_valid_time=7200\n\n- name: add certbot apt ppa repository\n apt_repository:\n repo: \"ppa:certbot/certbot\"\n\n- name: install certbot ubuntu\n apt: pkg={{item}} state=lat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/mysql | 6,856 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: MySQL Install\n apt:\n name:\n #- mysql-server\n - python-mysqldb\n state: present\n#- name: Install MySQL-python\n# pip: executable=pip3 name=MySQL-python\n#- name: MySQL | Set root password\n# mysql_user:\n# name: root\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/nginx | 6,856 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "user www-data;\npid /run/nginx.pid;\nworker_processes auto;\nworker_rlimit_nofile 65535;\n\nevents {\n\tmulti_accept on;\n\tworker_connections 65535;\n}\n\nhttp {\n\tcharset utf-8;\n\tsendfile on;\n\ttcp_nopush on;\n\ttcp_nodelay on;\n\tserver_tok... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11298,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/php | 6,856 | [
"no_license"
] | [
{
"path": "roles/php/defaults/main.yml",
"content": "---\nphp_version: 7.2\n#php_timezone: \"UTC\"\n#php_upload_max_filesize: \"20M\"\n#php_post_max_size: \"20M\"\n#php_memory_limit: \"1024M\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2575,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/python | 6,856 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n # Installs the latest Python 3 version in Ubuntu using the deadsnakes ppa\n\n- name: Check if python is already latest\n command: python3 --version\n register: python_version_result\n failed_when: \"{{ python_version_result.stdout | replace('Pyth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/security | 6,856 | [
"no_license"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "---\n ###################\n # Securité #\n ###################\n\n- name: Installation de fail2ban\n become: yes\n apt: name=fail2ban state=present\n\n#- name: Copy jail.conf\n# become: yes\n# template: src=jail.conf.j2 dest=/etc/fai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/ssh | 6,856 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Disallow root SSH access\n become: yes\n lineinfile: dest=/etc/ssh/sshd_config regexp=\"^PermitRootLogin\" line=\"PermitRootLogin no\" state=present\n notify: restart ssh\n\n- name: \"Seulmant l'utilisateur {{ user }} pourra se connecter\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/user | 6,856 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n ###################################\n # Gestion des utilisateurs #\n ###################################\n\n- name: \"Création d'un Utilisateur {{ user }}\"\n become: yes\n when: user is defined\n user:\n name={{ user }}\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | malasm91/Ansible | 957be498a3f7a22e78aaf673f5852c9929255718 | 0 | roles/utils | 6,856 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n ##################################################\n # les outils neccessaires pour le serveur #\n ##################################################\n\n- name: APT | Update & Upgrade\n apt:\n upgrade: dist\n update_cache: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | johnitopaisah/projects_for_devops | da391db8999b1b5127d94b9be918fbff1cd481da | 0 | scalable-java-app/ansible/roles/java | 6,856 | [
"no_license"
] | [
{
"path": "scalable-java-app/ansible/roles/java/tasks/main.yml",
"content": "---\n - include_tasks: java.yml\n - include_tasks: python.yml\n - include_tasks: backend.yml\n - include_tasks: cloudwatch.yml\n - include_tasks: app.yml\n ",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | tonysyu/dotfiles | 2fc1215f912ea362cebe8c231516883a83d50933 | 2 | ansible-devenv/roles/common | 6,856 | [
"no_license"
] | [
{
"path": "ansible-devenv/roles/common/tasks/main.yml",
"content": "---\n- name: Install homebrew cask apps\n homebrew_cask:\n name: '{{ item }}'\n state: latest\n loop: '{{ homebrew_cask_apps }}'\n tags:\n - brew\n - cask\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | tonysyu/dotfiles | 2fc1215f912ea362cebe8c231516883a83d50933 | 2 | ansible-devenv/roles/dev-common | 6,856 | [
"no_license"
] | [
{
"path": "ansible-devenv/roles/dev-common/tasks/main.yml",
"content": "---\n# Generic dev tools\n\n- name: Install homebrew packages\n homebrew:\n name: '{{ item }}'\n state: latest\n loop: '{{ homebrew_packages }}'\n tags:\n - brew\n\n- name: Install homebrew cask apps\n homebrew_cask:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | tonysyu/dotfiles | 2fc1215f912ea362cebe8c231516883a83d50933 | 2 | ansible-devenv/roles/dev-neovim | 6,856 | [
"no_license"
] | [
{
"path": "ansible-devenv/roles/dev-neovim/tasks/main.yml",
"content": "---\n\n- name: Tap required Homebrew repositories\n community.general.homebrew_tap:\n name: '{{ item }}'\n loop: '{{ homebrew_taps }}'\n tags:\n - brew\n\n- name: Install homebrew packages\n homebrew:\n name: '{{ item }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1876,
"all_permissive": false
} |
ansible_role | tonysyu/dotfiles | 2fc1215f912ea362cebe8c231516883a83d50933 | 2 | ansible-devenv/roles/zsh | 6,856 | [
"no_license"
] | [
{
"path": "ansible-devenv/roles/zsh/vars/main.yml",
"content": "---\n\nhomebrew_packages:\n- jandedobbeleer/oh-my-posh/oh-my-posh\n\nconfig_directories:\n- \"~/.config\"\n- \"~/.config/ohmyposh\"\n- \"~/.config/zinit\"\n\nlink_configs:\n- src: \"~/dotfiles/starship.toml\"\n dest: \"~/.config/starship.toml\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | Onder7994/ansible-wordpress-with-postgresql-and-nginx | ab795ad171fce63eb6dc2214dbda4670c6c1cbf9 | 1 | roles/nginx | 6,856 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/ssl.conf.j2",
"content": "ssl_session_cache {{ ssl.ssl_session_cache }};\nssl_session_timeout {{ ssl.ssl_session_timeout }};\nssl_prefer_server_ciphers {{ ssl.ssl_prefer_server_ciphers }};\nssl_protocols {{ ssl.ssl_protocols }};\nssl_ciphers '{{ ssl.ssl_ciphers }}'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9116,
"all_permissive": false
} |
ansible_role | Onder7994/ansible-wordpress-with-postgresql-and-nginx | ab795ad171fce63eb6dc2214dbda4670c6c1cbf9 | 1 | roles/php-fpm | 6,856 | [
"no_license"
] | [
{
"path": "roles/php-fpm/handlers/main.yaml",
"content": "- name: restart php-fpm\n systemd:\n state: restarted\n name: php-fpm\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/php-fpm/templates/php-fpm.conf.j2",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6853,
"all_permissive": false
} |
ansible_role | Onder7994/ansible-wordpress-with-postgresql-and-nginx | ab795ad171fce63eb6dc2214dbda4670c6c1cbf9 | 1 | roles/wordpress | 6,856 | [
"no_license"
] | [
{
"path": "roles/wordpress/handlers/main.yaml",
"content": "- name: restart nginx\n systemd:\n state: restarted\n name: nginx\n enabled: yes\n- name: restart php-fpm\n systemd:\n state: restarted\n name: php-fpm\n enabled: yes",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3747,
"all_permissive": false
} |
ansible_role | Jonnobrow/workstation | 623537dc92aa6b1466dec497d186501d80fa6657 | 0 | bootstrap/roles/arch | 6,816 | [
"no_license"
] | [
{
"path": "bootstrap/roles/arch/tasks/aur.yml",
"content": "---\n\n- name: \"aur : Create the `aur_builder` user\"\n become: yes\n ansible.builtin.user:\n name: aur_builder\n create_home: yes\n group: wheel\n\n- name: \"aur : Allow the `aur_builder` user to run `sudo pacman` without a password\"\... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 3646,
"all_permissive": false
} |
ansible_role | Jonnobrow/workstation | 623537dc92aa6b1466dec497d186501d80fa6657 | 0 | bootstrap/roles/base | 6,816 | [
"no_license"
] | [
{
"path": "bootstrap/roles/base/tasks/ruby.yml",
"content": "---\n- name: \"ruby : Install Ruby Gems\"\n gem:\n name: \"{{ item }}\"\n loop: \"{{ ruby_gems }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "bootstrap/roles/base/tasks/pytho... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | Jonnobrow/workstation | 623537dc92aa6b1466dec497d186501d80fa6657 | 0 | bootstrap/roles/macos | 6,816 | [
"no_license"
] | [
{
"path": "bootstrap/roles/macos/tasks/locale.yml",
"content": "---\n- name: \"locale : Language\"\n community.general.osx_defaults:\n key: AppleLanguages\n type: array\n value: [\"{{ locale.language }}\"]\n\n- name: \"locale : Locale\"\n community.general.osx_defaults:\n key: AppleLocale\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3210,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/angular | 6,816 | [
"no_license"
] | [
{
"path": "roles/angular/tasks/main.yml",
"content": "- name: apt update\n shell: apt update -y\n\n- name: installing git\n shell: apt install git -y\n\n- name: installing curl\n shell: apt install curl -y\n\n- name: adding repo\n shell: curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/frontend | 6,816 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "---\n- name: Intalling dependencies\n apt:\n name: git\n state: present\n\n- name: Installing apache2\n apt:\n name: apache2\n# update_chache: yes\n state: latest\n\n- name: Updating settings\n lineinfile:\n path: /etc/apache2/sites... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/frontend2 | 6,816 | [
"no_license"
] | [
{
"path": "roles/frontend2/handlers/main.yml",
"content": "---\n# handlers file for frontend2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/frontend2/tasks/main.yml",
"content": "---\n- name: deploying site\n shell: git remote add or... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/gitlab | 6,816 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "---\n- name: update\n shell: apt update -y\n\n- name: setting language\n shell: localectl set-locale LANG=en_US.UTF-8\n\n- name: installing certificates and dependencies\n shell: apt install -y ca-certificates curl openssh-server postfix tzdata perl\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/jenkins | 6,816 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- name: apt update\n shell: apt update -y\n\n- name: install curl\n shell: apt install curl -y\n\n- name: install java_1\n shell: apt install default-jdk -y\n\n- name: install java_2\n shell: apt install default-jre -y\n\n- name: getting repo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/keycloak | 6,816 | [
"no_license"
] | [
{
"path": "roles/keycloak/tasks/main.yml",
"content": "---\n- name: update\n shell: apt update -y\n\n- name: installing zip\n shell: apt install unzip -y\n\n- name: installing dependecies_1\n shell: apt install default-jdk -y\n\n- name: installing dependecies_1\n shell: apt install default-jre -y\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/mysql | 6,816 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Installing Mysql and dependencies\n package:\n name:\n - mysql-server\n - mysql-client \n - python3-mysqldb\n - libmysqlclient-dev\n state: present\n update_cache: yes\n\n- name: start and enable mysql service\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/site1 | 6,816 | [
"no_license"
] | [
{
"path": "roles/site1/handlers/main.yml",
"content": "---\n# handlers file for site1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/site1/defaults/main.yml",
"content": "---\n# defaults file for site1\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/site2 | 6,816 | [
"no_license"
] | [
{
"path": "roles/site2/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - site2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/site2/tasks/main.yml",
"content": "---\n- name: deploying site\n sh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | jr9648/Ansible-config-packages | 99aabfb5262d487f32efe98642ad28e709f141d7 | 0 | roles/wordpress | 6,816 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/mysql.yml",
"content": "- name: Installing Mysql and dependencies\n package:\n name:\n - mysql-server\n - mysql-client \n - python3-mysqldb\n - libmysqlclient-dev\n state: present\n update_cache: yes\n\n- name: start and enable mysql service\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1891,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/checker | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/checker/tasks/main.yml",
"content": "---\n - import_tasks: checker.yml\n tags:\n - always\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "ansible/roles/checker/tasks/checker.yml",
"content": "---\n\n - name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/deploy | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/vars/main.yml",
"content": "---\n nginx_package: nginx\n nginx_log: Nginx\n nginx_install: false\n nginx_remove: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible/roles/deploy/tasks/soft.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/epel | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/epel/vars/main.yml",
"content": "---\n packageName: epel-release\n packageLog: Epel-release\n distr_rhel: 'Red Hat Enterprise Linux'\n distr_cent: 'CentOS'\n distr_ubu: 'Ubuntu'\n distr_deb: 'Debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/git | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n - import_tasks: Install.yml\n tags:\n - deploy\n - install_git\n - import_tasks: Remove.yml\n tags:\n - remove_git\n - erase\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/java | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/java/vars/main.yml",
"content": "---\n packageName: java-1.8.0-openjdk\n packageLog: Java\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "---\n - import_tasks: javaIn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/jenkins | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n - import_tasks: jenkinsInstall.yml\n tags:\n - deploy\n - install_jenkins\n - import_tasks: jenkinsConfig.yml\n tags:\n - deploy\n - install_jenkins\n\n - import_tasks: jenkinsRemove.yml\n tags:\n - remo... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2766,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/maven | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/maven/tasks/main.yml",
"content": "---\n - import_tasks: Install.yml\n tags:\n - deploy\n - install_maven\n - import_tasks: Remove.yml\n tags:\n - remove_maven\n - erase\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/nginx | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n - import_tasks: nginxInstall.yml\n tags:\n - deploy\n - install_nginx\n\n - import_tasks: nginxStart.yml\n tags:\n - deploy\n - start_nginx\n\n - import_tasks: nginxConfig.yml\n tags:\n - deploy\n - c... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4100,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/telegram | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/telegram/tasks/main.yml",
"content": "---\n - import_tasks: message.yml\n tags:\n - always\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "ansible/roles/telegram/tasks/message.yml",
"content": "---\n - name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | buldozer231/graduation | 3790d5b332c3a836529f8a012b96fd1901d8e6cf | 0 | ansible/roles/wget | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/wget/tasks/main.yml",
"content": "---\n - import_tasks: wgetInstall.yml\n tags:\n - deploy\n - install_wget\n - import_tasks: wgetRemove.yml\n tags:\n - remove_wget\n - erase\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | huyjack178/devops-deployment-api | 94343939e6b0a6c491382329eb3d8d7b18e7aacd | 1 | ansible/roles/deploy | 6,816 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Verify stacks directory exists (on first swarm node)\n when: inventory_hostname in groups['swarm_managers']\n file:\n path: \"/home/{{ansible_user}}/stacks\"\n state: directory\n\n- name: Create directory\n file:\n path: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | moosh3/jenkins-config | 6fea5b41524046e8b44ec4e1cc0f946584c6b679 | 0 | roles/jenkins | 6,816 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- include: \"docker/install.yml\"\n- include: \"configure-jenkins.yml\"\n- include: \"docker/restart.yml\"\n- include: \"configure-jobs.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5661,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ingress | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ingress/files/ingress/ingress-controller-svc.yaml",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: kubesphere-router-gateway\n labels:\n app: kubesphere\n component: ks-router\n tier: backend\nspec:\n selector:\n app: kubesphere\n compone... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3212,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-account | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-account/templates/ks-account.yml.j2",
"content": "apiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\n labels:\n app: ks-account\n tier: backend\n version: advanced-2.0.0\n name: ks-account\n namespace: kubesphere-system\nspec:\n replicas: 1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8245,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-alerting | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-alerting/templates/3-manager.yaml.j2",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: alerting-manager-server\n namespace: kubesphere-alerting-system\nspec:\n selector:\n app: alerting-manager\n ports:\n - name: alerting-manager-grpc\n protoc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11085,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-apigateway | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-apigateway/templates/ks-apigateway.yaml.j2",
"content": "apiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\n labels:\n app: ks-apigateway\n tier: backend\n version: advanced-2.0.0\n name: ks-apigateway\n namespace: kubesphere-system\nspec:\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3381,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-apiserver | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-apiserver/templates/ks-apiserver.yml.j2",
"content": "apiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\n labels:\n app: ks-apiserver\n tier: backend\n version: advanced-2.0.0\n name: ks-apiserver\n namespace: kubesphere-system\nspec:\n replica... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5531,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-console | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-console/defaults/main.yaml",
"content": "---\n\nconsole_version: Advanced Edition\nks_version: 2.0.2\nkube_version: v1.13.5\nopenpitrix_version: v0.3.5\n\nkubernetes_front_proxy_client_crt: \"{{ kube_cert_dir }}/front-proxy-client.crt\"\nkubernetes_front_proxy_client... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10146,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-controller-manager | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-controller-manager/tasks/main.yaml",
"content": "---\n\n- name: ks-controller-manager | Getting ks-controller-manager installation files\n copy:\n src: \"ks-controller-manager\"\n dest: \"{{ kubesphere_dir }}/\"\n tags:\n - upgrade\n\n- name: ks-controller... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6339,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-istio | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-istio/files/istio/jaeger-production.yaml",
"content": "apiVersion: jaegertracing.io/v1\nkind: Jaeger\nmetadata:\n name: jaeger\n namespace: istio-system\nspec:\n agent:\n image: {{ jaeger_agent_repo }}:{{ jaeger_agent_tag }}\n collector:\n image: {{ jaeger_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4434,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-logging | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-logging/templates/custom-values-fluentbit-operator.yaml.j2",
"content": "image:\n repository: {{ fluentbit_operator_repo }}\n tag: {{ fluentbit_operator_tag }}\n pullPolicy: IfNotPresent\n\n# Namespace to watch fot FluentBit CRD\nwatchNamespace: \"kubesphere-loggi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 20414,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/ks-notification | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/ks-notification/files/notification/notification.yaml",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: notification\n namespace: kubesphere-alerting-system\n labels:\n app: notification\n component: notification\n version: v0.1.0\nspec:\n selec... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 14200,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/metrics-server | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/metrics-server/files/metrics-server/templates/cluster-role.yaml",
"content": "{{- if .Values.rbac.create -}}\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n name: system:{{ template \"metrics-server.fullname\" . }}\n labels:\n app: {{ temp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2034,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | aosom/dev/kubesphere/roles/openpitrix | 6,816 | [
"no_license"
] | [
{
"path": "aosom/dev/kubesphere/roles/openpitrix/files/openpitrix/kubernetes/scripts/init-helm.sh",
"content": "#!/bin/bash\n\n\nTILLER_DEPLOY=`kubectl get deploy -n kube-system | grep 'tiller-deploy'`\n\n[ -n \"$TILLER_DEPLOY\" ] && echo \"Helm is already initialized.\" && exit 1\n\nhelm init --tiller-imag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 30309,
"all_permissive": false
} |
ansible_role | 13567436138/kubernetes-yamls | 8d7f8c5f0d3a74c3ad9a826ac7379c2c0dd77893 | 2 | nbbank/openstack/ocata/ansible/roles/nova | 6,816 | [
"permissive"
] | [
{
"path": "nbbank/openstack/ocata/ansible/roles/nova/templates/libvirtd.conf.j2",
"content": "listen_tcp = 1\nlisten_tls = 0\nauth_tcp = \"none\"\nca_file = \"\"\nlog_level = 3\nlog_outputs = \"3:file:/var/log/kolla/libvirt/libvirtd.log\"\nlisten_addr = \"{{ api_interface_address }}\"\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2311,
"all_permissive": true
} |
ansible_role | R0flcopt3r/dots | fcb30aed80b6e96bc54c07f8243a783ba2d1ae5c | 2 | legacy/ansible/roles/dots | 6,816 | [
"no_license"
] | [
{
"path": "legacy/ansible/roles/dots/tasks/main.yml",
"content": "- name: home dir\n import_tasks: homedir.yml\n\n- name: dots\n import_tasks: configs.yml\n\n- name: oh-my-zsh\n import_tasks: oh-my-zsh.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3051,
"all_permissive": false
} |
ansible_role | R0flcopt3r/dots | fcb30aed80b6e96bc54c07f8243a783ba2d1ae5c | 2 | legacy/ansible/roles/software | 6,816 | [
"no_license"
] | [
{
"path": "legacy/ansible/roles/software/tasks/main.yml",
"content": "- name: repositories\n import_tasks: repositories.yml\n\n- name: copr\n import_tasks: copr.yml\n\n- name: updates\n import_tasks: updates.yml\n\n- name: programs\n import_tasks: programs.yml\n",
"license_type": "no_license",
"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | R0flcopt3r/dots | fcb30aed80b6e96bc54c07f8243a783ba2d1ae5c | 2 | legacy/ansible/roles/system | 6,816 | [
"no_license"
] | [
{
"path": "legacy/ansible/roles/system/tasks/services.yml",
"content": "- name: system services\n file:\n src: /home/{{ user }}/Git/dots/systemd/{{ item }}\n dest: /etc/systemd/system/{{ item }}\n state: link\n force: yes\n loop:\n - { liquidcfg.service }\n",
"license_type": "no_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | mohsinhussainpk/azura | f9c7e1f5338dade8706f36e9958e0a03a547ecf8 | 0 | util/ansible/roles/azuracast-cron | 6,776 | [
"no_license"
] | [
{
"path": "util/ansible/roles/azuracast-cron/tasks/main.yml",
"content": "---\n- name: Install cron-related packages\n apt:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - cron\n - tmpreaper\n\n- name: Generate Cron Template\n template: src=azuracast_cron.j2 dest=\"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | vcnainala/metabolomics-galaxy | f5e5e42efaa6b69e0b6c752b1deea3f570c0067b | 1 | galaxy/roles/galaxyprojectdotorg.galaxyextras | 6,776 | [
"no_license"
] | [
{
"path": "galaxy/roles/galaxyprojectdotorg.galaxyextras/templates/proftpd.conf.j2",
"content": "# Includes DSO modules\nInclude /etc/proftpd/modules.conf\n\n\n# Basics, some site-specific\nServerName \"{{ proftpd_welcome }}\"\nServerType standalone\nDefaultServer ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 24226,
"all_permissive": false
} |
ansible_role | neiledem/HOA7.1_Edem | 4eab49f261a08afe299f62c0ba428b928716084a | 0 | roles/db_servers | 6,776 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install maria db package (CentOS)\n tags: centos,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: \"Mariadb- Restarting/Enabling\"\n service:\n name: mariadb\n state: resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | konidohnut/ansible | 1bc9322845516cadca9a8a17a4c275b2dea7797b | 0 | roles/grafana | 6,776 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n- name: Install dependencies for Grafana\n apt:\n name: apt-transport-https\n state: present\n\n- name: Add Grafana APT key\n command: wget -qO - https://packages.grafana.com/gpg.key | sudo apt-key add -\n\n- name: Add Grafana repository\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | konidohnut/ansible | 1bc9322845516cadca9a8a17a4c275b2dea7797b | 0 | roles/prometheus | 6,776 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- name: Download Prometheus\n get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v2.43.0/prometheus-2.43.0.linux-amd64.tar.gz\n dest: /tmp/prometheus.tar.gz\n\n- name: Extract Prometheus\n unarchive:\n src: /tmp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | zylhz/LNMP | 6df5bfd40abc07c63ffbea4fbd400060dca6ac02 | 0 | lnmp_install/roles/memcached | 6,776 | [
"no_license"
] | [
{
"path": "lnmp_install/roles/memcached/tasks/main.yml",
"content": "- include: install.yml\n- include: log_cut.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "lnmp_install/roles/memcached/tasks/log_cut.yml",
"content": "- name: Create Me... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | zylhz/LNMP | 6df5bfd40abc07c63ffbea4fbd400060dca6ac02 | 0 | lnmp_install/roles/mysql | 6,776 | [
"no_license"
] | [
{
"path": "lnmp_install/roles/mysql/tasks/modify_conf.yml",
"content": "- name: CPU\n shell: grep \"processor\" /proc/cpuinfo| wc -l\n register: CPU\n- name: Setting Process Of Mysql\n shell: sed -i '/^thread_concurrency/cthread_concurrency = {{ CPU.stdout }}' /etc/nginx/nginx.conf\n- name: start mysql S... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | zylhz/LNMP | 6df5bfd40abc07c63ffbea4fbd400060dca6ac02 | 0 | lnmp_install/roles/nginx | 6,776 | [
"no_license"
] | [
{
"path": "lnmp_install/roles/nginx/tasks/modify_conf.yml",
"content": "- name: Copy Nginx Configure To Client\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf\n- name: CPU\n shell: grep \"processor\" /proc/cpuinfo| wc -l\n register: CPU\n- name: Setting Process Of Nginx\n shell: sed -i '/^worke... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | zylhz/LNMP | 6df5bfd40abc07c63ffbea4fbd400060dca6ac02 | 0 | lnmp_install/roles/php | 6,776 | [
"no_license"
] | [
{
"path": "lnmp_install/roles/php/tasks/install.yml",
"content": "- name: Add User Deploy To Client\n user: name=deploy shell=/bin/bash\n- name: install gd-last To Client\n yum: name=gd-last enablerepo=remi state=present\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3973,
"all_permissive": false
} |
ansible_role | evertonaulian/full-rke-infra-deployment-aws | 900f92916cdb40245e27705d6d03bd8bcdfbdd5b | 0 | roles/bastion | 6,776 | [
"no_license"
] | [
{
"path": "roles/bastion/tasks/main.yml",
"content": "---\n- name: Creating Bastion Host\n ec2_instance:\n filters: \n tag:Name: \"{{ item.server }} - {{ item.description }}\"\n region: \"{{region}}\"\n key_name: \"{{key}}\"\n instance_type: \"{{ basion_host_instance_flavor }}\"\n image... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1111,
"all_permissive": false
} |
ansible_role | evertonaulian/full-rke-infra-deployment-aws | 900f92916cdb40245e27705d6d03bd8bcdfbdd5b | 0 | roles/infrastructure | 6,776 | [
"no_license"
] | [
{
"path": "roles/infrastructure/tasks/main.yml",
"content": "---\n- name: create a VPC with shared tenancy\n ec2_vpc_net:\n region: \"{{ region }}\"\n name: RancherVPC\n cidr_block: \"{{ cidr_block }}\"\n dns_hostnames: yes\n dns_support: yes\n tenancy: default\n tags:\n Ambiente:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3195,
"all_permissive": false
} |
ansible_role | evertonaulian/full-rke-infra-deployment-aws | 900f92916cdb40245e27705d6d03bd8bcdfbdd5b | 0 | roles/loadbalancer | 6,776 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/tasks/main.yml",
"content": "---\n# Create a network load balance and two target groups as described on Rancher website\n# https://rancher.com/docs/rancher/v2.x/en/installation/ha/create-nodes-lb/nlb/\n\n- name: Create target group to port 443\n elb_target_group:\n region: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2657,
"all_permissive": false
} |
ansible_role | evertonaulian/full-rke-infra-deployment-aws | 900f92916cdb40245e27705d6d03bd8bcdfbdd5b | 0 | roles/os | 6,776 | [
"no_license"
] | [
{
"path": "roles/os/tasks/main.yml",
"content": "---\n- name: Get latest CentOS image\n ec2_ami_facts:\n filters:\n name: \"CentOS Linux 7 x86_64 HVM EBS ENA 1901_01*\"\n owner-alias: aws-marketplace\n region: \"{{ region }}\"\n register: centos",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | evertonaulian/full-rke-infra-deployment-aws | 900f92916cdb40245e27705d6d03bd8bcdfbdd5b | 0 | roles/securitygroups | 6,776 | [
"no_license"
] | [
{
"path": "roles/securitygroups/tasks/main.yml",
"content": "---\n#Security groups for Workers, etcs, and controlplane\n\n- name: Creating security group for bastion host\n ec2_group:\n region: \"{{ region }}\"\n name: sg_bastion_host\n description: sg_bastion_host\n vpc_id: \"{{ vpc.vpc.id }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1029,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.