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 | Neruzzz/ansible-k8s | 5a8d95d1c87882d7fd573cf60ec651e71bdab005 | 0 | playbooks/roles/kubeadm-init | 7,361 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubeadm-init/tasks/main.yaml",
"content": "---\n- name: Ensure br_netfilter module is loaded\n modprobe:\n name: br_netfilter\n state: present\n\n- name: Ensure overlay module is loaded\n modprobe:\n name: overlay\n state: present\n\n- name: Persist kernel modules fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | Neruzzz/ansible-k8s | 5a8d95d1c87882d7fd573cf60ec651e71bdab005 | 0 | playbooks/roles/kubeadm-join | 7,361 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubeadm-join/tasks/main.yaml",
"content": "- name: Retrieve join command from master\n shell: kubeadm token create --print-join-command\n register: join_command\n delegate_to: \"{{ groups['master'][0] }}\"\n\n- name: Join the worker node to the cluster\n shell: \"{{ join_comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | Neruzzz/ansible-k8s | 5a8d95d1c87882d7fd573cf60ec651e71bdab005 | 0 | playbooks/roles/kubernetes | 7,361 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubernetes/tasks/main.yaml",
"content": "---\n- name: Install required system dependencies\n apt:\n name:\n - conntrack\n - ethtool\n - socat\n - curl\n - jq\n state: latest\n update_cache: yes\n\n### 🔹 NORMALIZAR ARQUITECTURA\n- name: Set archi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2184,
"all_permissive": false
} |
ansible_role | kwozyman/vpac | be724cf2bbe8906120c2c1f24fbbf2aa39a66802 | 0 | roles/ssc600 | 7,361 | [
"no_license"
] | [
{
"path": "roles/ssc600/tasks/startup-service.yaml",
"content": "---\n- name: Deploy SSC-600 VM startup script\n ansible.builtin.template:\n src: ssc600-setup.sh\n dest: /usr/sbin/ssc600-setup.sh\n owner: root\n group: root\n mode: u=rwx,g=rx,o=rx\n register: ssc600_setup_script\n\n- name: ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 12483,
"all_permissive": false
} |
ansible_role | kwozyman/vpac | be724cf2bbe8906120c2c1f24fbbf2aa39a66802 | 0 | roles/vpac | 7,361 | [
"no_license"
] | [
{
"path": "roles/vpac/tasks/network.yaml",
"content": "---\n- name: Create station bridge\n community.general.nmcli:\n conn_name: station-bus\n state: present\n type: bridge\n ifname: station-nic\n ip4:\n - \"{{ vpac_network.ip4 }}\"\n gw4: \"{{ vpac_network.gw4 }}\"\n dns4: \"{{ ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5787,
"all_permissive": false
} |
ansible_role | alliance-genome/agr_ansible_devops | c0ec0b72f48c882b74ea5002dcb1b45df9302cb0 | 3 | roles/install_python | 7,361 | [
"no_license"
] | [
{
"path": "roles/install_python/handlers/main.yml",
"content": "---\n# handlers file for install_python",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/install_python/defaults/main.yml",
"content": "---\n# defaults file for install_python... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | alliance-genome/agr_ansible_devops | c0ec0b72f48c882b74ea5002dcb1b45df9302cb0 | 3 | roles/setup_docker | 7,361 | [
"no_license"
] | [
{
"path": "roles/setup_docker/defaults/main.yml",
"content": "---\n# defaults file for setup_docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/setup_docker/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2510,
"all_permissive": false
} |
ansible_role | alliance-genome/agr_ansible_devops | c0ec0b72f48c882b74ea5002dcb1b45df9302cb0 | 3 | roles/setup_nvme_drive | 7,361 | [
"no_license"
] | [
{
"path": "roles/setup_nvme_drive/defaults/main.yml",
"content": "---\n# defaults file for setup_nvme_drive\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/setup_nvme_drive/handlers/main.yml",
"content": "---\n# handlers file for setup_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 951,
"all_permissive": false
} |
ansible_role | alliance-genome/agr_ansible_devops | c0ec0b72f48c882b74ea5002dcb1b45df9302cb0 | 3 | roles/setup_nvme_drives | 7,361 | [
"no_license"
] | [
{
"path": "roles/setup_nvme_drives/handlers/main.yml",
"content": "---\n# handlers file for setup_nvme_drives",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/setup_nvme_drives/defaults/main.yml",
"content": "---\n# defaults file for setup... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1068,
"all_permissive": false
} |
ansible_role | alliance-genome/agr_ansible_devops | c0ec0b72f48c882b74ea5002dcb1b45df9302cb0 | 3 | roles/setup_swap | 7,361 | [
"no_license"
] | [
{
"path": "roles/setup_swap/handlers/main.yml",
"content": "---\n# handlers file for setup_swap",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/setup_swap/defaults/main.yml",
"content": "---\n# defaults file for setup_swap",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | phil-hopkins-a/openstack-ansible | b62a00cea1db9a3400b5a5647838801ec41a5a5b | 2 | roles/common | 7,361 | [
"no_license"
] | [
{
"path": "roles/common/templates/network.j2",
"content": "HOSTNAME={{ inventory_hostname }}\nNETWORKING=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers for the common tasks\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2107,
"all_permissive": false
} |
ansible_role | phil-hopkins-a/openstack-ansible | b62a00cea1db9a3400b5a5647838801ec41a5a5b | 2 | roles/compute | 7,361 | [
"no_license"
] | [
{
"path": "roles/compute/tasks/nova.yml",
"content": "\n- name: Create the nova user\n user: home=\"/var/lib/nova\" createhome=yes system=yes shell=/bin/false name=nova groups=libvirtd\n\n- name: install pip pycrypto\n pip: name=pycrypto\n\n- name: use git to clone the nova git repo\n git: repo=https://... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 15315,
"all_permissive": false
} |
ansible_role | phil-hopkins-a/openstack-ansible | b62a00cea1db9a3400b5a5647838801ec41a5a5b | 2 | roles/controller | 7,361 | [
"no_license"
] | [
{
"path": "roles/controller/files/local_settings.py",
"content": "# -*- coding: utf-8 -*-\n\nimport os\n\nfrom django.utils.translation import ugettext_lazy as _\n\nfrom horizon.utils import secret_key\n\nfrom openstack_dashboard import exceptions\nfrom openstack_dashboard.settings import HORIZON_CONFIG\n\n... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 32,
"total_bytes": 88953,
"all_permissive": false
} |
ansible_role | Suro4ek/cloudru | ebfd0b91646b2f92623987cc6fc83b529d86febc | 0 | 02-ansible/roles/app | 7,361 | [
"no_license"
] | [
{
"path": "02-ansible/roles/app/tasks/main.yaml",
"content": "---\n- name: Login registry\n docker_login:\n registry: \"{{ registry_url }}\"\n username: \"{{ registry_username }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: Pull app image\n docker_image:\n name: \"{{ image }}\"\n source: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | Suro4ek/cloudru | ebfd0b91646b2f92623987cc6fc83b529d86febc | 0 | 02-ansible/roles/docker | 7,361 | [
"no_license"
] | [
{
"path": "02-ansible/roles/docker/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n- name: Add GPG key\n apt_key:\n url: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | Suro4ek/cloudru | ebfd0b91646b2f92623987cc6fc83b529d86febc | 0 | 02-ansible/roles/nginx | 7,361 | [
"no_license"
] | [
{
"path": "02-ansible/roles/nginx/templates/nginx.j2",
"content": "upstream app_servers {\n server 127.0.0.1:8081;\n server 127.0.0.1:8082;\n server 127.0.0.1:8083;\n}\n\nserver {\n listen 80 default_server;\n listen [::]:80 default_server;\n server_name _;\n\n\n location / {\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | sendoamr/wordpress-gcp-ansible | ace32b9458c75b9c5832339a670922d452cef4f2 | 0 | ansible/roles/postfix | 7,361 | [
"no_license"
] | [
{
"path": "ansible/roles/postfix/tasks/main.yml",
"content": "---\n# tasks file for postfix\n\n- name: Install postfix\n apt: name=postfix state=latest\n become: yes\n \n- name: Start postfix\n service: name=postfix state=started enabled=yes",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | boxuk/clojure-dev | ca30c7129e46930df3af3153d987c5246adc18e4 | 0 | playbooks/base/roles/base | 7,361 | [
"no_license"
] | [
{
"path": "playbooks/base/roles/base/tasks/main.yml",
"content": "# Basic security\n# ====================================================\n\n- name: Update APT package cache\n action: apt update_cache=yes\n\n- name: Install mosh\n action: apt pkg=mosh state=installed\n\n- name: Install fail2ban\n action... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1660,
"all_permissive": false
} |
ansible_role | boxuk/clojure-dev | ca30c7129e46930df3af3153d987c5246adc18e4 | 0 | playbooks/leiningen/roles/leiningen | 7,361 | [
"no_license"
] | [
{
"path": "playbooks/leiningen/roles/leiningen/tasks/main.yml",
"content": "- name: ensure wget is installed\n apt: pkg=wget state=installed\n\n- name: get lein script\n command: wget --no-check-certificate -O {{ install_path }} {{ lein_script_path }}\n sudo: True\n\n- name: make executable\n command: c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | boxuk/clojure-dev | ca30c7129e46930df3af3153d987c5246adc18e4 | 0 | playbooks/open-jdk-7/roles/open-jdk-7 | 7,361 | [
"no_license"
] | [
{
"path": "playbooks/open-jdk-7/roles/open-jdk-7/tasks/main.yml",
"content": "---\n- name: install java\n apt: pkg={{ item }}\n with_items:\n - openjdk-7-jre\n - openjdk-7-jdk\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | vamcc009/ELK | e301a11d19670a36dd0ac1cf7fa8822fdd23f567 | 0 | roles/client | 7,361 | [
"no_license"
] | [
{
"path": "roles/client/tasks/main.yml",
"content": "---\n\n\n- name: Add Elasticsearch GPG key into rpm\n shell: rpm --import http://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: beats repo\n copy:\n src: beats.repo\n dest: /etc/yum.repos.d/\n owner: root\n group: root\n mode: 644\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | vamcc009/ELK | e301a11d19670a36dd0ac1cf7fa8822fdd23f567 | 0 | roles/elasticsearch | 7,361 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n\n- name: Add Elasticsearch GPG key into rpm\n shell: rpm --import http://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: Adding Elasticsearch repo\n copy:\n src: elasticsearch.repo\n dest: /etc/yum.repos.d/\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | vamcc009/ELK | e301a11d19670a36dd0ac1cf7fa8822fdd23f567 | 0 | roles/kibana | 7,361 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n\n- name: Import GPG Key\n shell: rpm --import http://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: Add Kibana repo\n copy:\n src: kibana.repo\n dest: /etc/yum.repos.d/\n owner: root\n group: root\n mode: 644\n\n- name: Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1374,
"all_permissive": false
} |
ansible_role | vamcc009/ELK | e301a11d19670a36dd0ac1cf7fa8822fdd23f567 | 0 | roles/logstash | 7,361 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "---\n\n- name: Add logstash GPG key into rpm\n shell: rpm --import http://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: Adding logstash repo\n copy:\n src: logstash.repo\n dest: /etc/yum.repos.d/\n owner: root\n group: root\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1725,
"all_permissive": false
} |
ansible_role | vamcc009/ELK | e301a11d19670a36dd0ac1cf7fa8822fdd23f567 | 0 | roles/nginx | 7,361 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n update_cache: yes\n\n- name: Install Nginx and Httpd tools\n yum:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - nginx\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | rueian/ansible-piwik-example | 300efc7fdece5d9c4c9d51f49a8053fd72ae7063 | 0 | roles/common | 7,361 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: set locale\n locale_gen: name='zh_TW.UTF-8'\n\n- name: check current timezone\n shell: cat /etc/timezone\n register: current_zone\n always_run: yes\n\n- name: set timezone\n copy:\n content: \"{{ server.timezone }}\"\n dest: /etc/timezo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 698,
"all_permissive": false
} |
ansible_role | rueian/ansible-piwik-example | 300efc7fdece5d9c4c9d51f49a8053fd72ae7063 | 0 | roles/nginx | 7,361 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n sudo: yes\n apt: pkg=nginx state=latest update_cache=yes cache_valid_time={{apt_cache_valid_time}}\n\n- name: Change default nginx site\n sudo: yes\n template: src=default.tpl dest=/etc/nginx/sites-available/default\n not... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | rueian/ansible-piwik-example | 300efc7fdece5d9c4c9d51f49a8053fd72ae7063 | 0 | roles/php | 7,361 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Add ppa Repository\n sudo: yes\n apt_repository: repo=ppa:ondrej/{{ php.ppa }}\n\n- name: Install php5\n sudo: yes\n apt: pkg=php5 state=latest update_cache=yes cache_valid_time={{apt_cache_valid_time}}\n\n- name: Install php5-fpm\n sudo: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | rueian/ansible-piwik-example | 300efc7fdece5d9c4c9d51f49a8053fd72ae7063 | 0 | roles/piwik | 7,361 | [
"no_license"
] | [
{
"path": "roles/piwik/tasks/main.yml",
"content": "- shell: if [ -e /opt/piwik ]; then echo yes; else echo no; fi;\n register: version_exists\n always_run: True\n\n- name: Download piwik zip\n get_url:\n url: http://builds.piwik.org/piwik.zip\n dest: /tmp\n when: version_exists.stdout == 'no'\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | SCIS-SysAdmin/ansible | be33d98e1fc7ea70a153b9f963feccc063888463 | 0 | roles/examMode | 7,357 | [
"no_license"
] | [
{
"path": "roles/examMode/files/examCleanup.sh",
"content": "#!/bin/bash\n\nrm -rf /home/exam/*\n\ndirArray=(Desktop\nDocuments\nDownloads\nMusic\nPictures\nPublic\nTemplates\nVideos)\n\nfor i in \"${dirArray[@]}\"\ndo\n mkdir /home/exam/$i\n chown -R exam:exam /home/exam/$i\ndone\n",
"lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | SCIS-SysAdmin/ansible | be33d98e1fc7ea70a153b9f963feccc063888463 | 0 | roles/installTomcat | 7,357 | [
"no_license"
] | [
{
"path": "roles/installTomcat/handlers/main.yml",
"content": "---\n# handlers file for installTomcat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/installTomcat/files/tomcat.sh",
"content": "#scp -r nismaster@10.5.0.81:/home/nismaster/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1432,
"all_permissive": false
} |
ansible_role | SCIS-SysAdmin/ansible | be33d98e1fc7ea70a153b9f963feccc063888463 | 0 | roles/netDisable-exam | 7,357 | [
"no_license"
] | [
{
"path": "roles/netDisable-exam/defaults/main.yml",
"content": "---\n# defaults file for firewallDisable",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/netDisable-exam/vars/main.yml",
"content": "---\n# vars file for firewallDisable",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | SCIS-SysAdmin/ansible | be33d98e1fc7ea70a153b9f963feccc063888463 | 0 | roles/netEnable-exam | 7,357 | [
"no_license"
] | [
{
"path": "roles/netEnable-exam/files/netEnable-exam.sh",
"content": "#!/bin/bash\n\n# Flush the rules\niptables -F\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/netEnable-exam/handlers/main.yml",
"content": "---\n# handlers file for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | SCIS-SysAdmin/ansible | be33d98e1fc7ea70a153b9f963feccc063888463 | 0 | roles/poweroff | 7,357 | [
"no_license"
] | [
{
"path": "roles/poweroff/vars/main.yml",
"content": "---\n# vars file for poweroff",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/poweroff/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - powero... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | SCIS-SysAdmin/ansible | be33d98e1fc7ea70a153b9f963feccc063888463 | 0 | roles/test | 7,357 | [
"no_license"
] | [
{
"path": "roles/test/files/firewall.sh",
"content": "#!/bin/bash\n\n# Flush the rules\niptables -F\n\n\n\n# Create Input Rules\niptables -A INPUT -p tcp --dport 22 -j ACCEPT\n# Create Output rules\n\niptables -A OUTPUT -d localhost -j ACCEPT\niptables -A OUTPUT -d --sport 22 -j ACCEPT\niptables -A OUTPUT -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | AshrafElshazly/End-to-End-Cloud-DevOps-Project | a7a5de9f880b5d949e7e677296e1887e3709652d | 5 | Ansible/roles/mysql_common | 7,357 | [
"no_license"
] | [
{
"path": "Ansible/roles/mysql_common/vars/main.yml",
"content": "mysql_root_password: \"{{mysql_root_password}}\"\nmysql_app_user: \"{{mysql_app_user}}\"\nmysql_app_user_password: \"{{mysql_app_user_password}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | AshrafElshazly/End-to-End-Cloud-DevOps-Project | a7a5de9f880b5d949e7e677296e1887e3709652d | 5 | Ansible/roles/mysql_master | 7,357 | [
"no_license"
] | [
{
"path": "Ansible/roles/mysql_master/tasks/main.yml",
"content": "---\n- include_tasks: setup_master.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "Ansible/roles/mysql_master/templates/mysqld.cnf.j2",
"content": "[mysqld]\nserver-id ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1206,
"all_permissive": false
} |
ansible_role | AshrafElshazly/End-to-End-Cloud-DevOps-Project | a7a5de9f880b5d949e7e677296e1887e3709652d | 5 | Ansible/roles/mysql_slave | 7,357 | [
"no_license"
] | [
{
"path": "Ansible/roles/mysql_slave/vars/main.yml",
"content": "mysql_replication_user: \"{{mysql_replication_user}}\"\nmysql_replication_password: \"{{mysql_replication_password}}\"\nmysql_root_password: \"{{mysql_root_password}}\"\nmysql_master_port: \"{{mysql_master_port}}\"\nmysql_master_host: \"{{ mys... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2198,
"all_permissive": false
} |
ansible_role | AshrafElshazly/End-to-End-Cloud-DevOps-Project | a7a5de9f880b5d949e7e677296e1887e3709652d | 5 | Ansible/roles/schedule_backup | 7,357 | [
"no_license"
] | [
{
"path": "Ansible/roles/schedule_backup/vars/main.yml",
"content": "backup_mysql_user: root\nbackup_mysql_password: \"{{mysql_root_password}}\"\ndatabase_name: \"{{database_name}}\"\ns3_bucket: \"{{s3_bucket}}\"\ns3_path: \"{{s3_path}}\"\nbackup_dir: \"{{ backup_dir }}\"\naws_access_key_id: \"{{ aws_access... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | redhat-nfvpe/openshift-installer-ansible | f603fe677542e8c059dd4b770f70735bafe7c6bf | 3 | roles/haproxy | 7,357 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- name: install haproxy package\n become: yes\n package:\n name: haproxy\n state: present\n\n- name: rename default haproxy.cfg\n command: \"mv /etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.cfg.bak\"\n\n- name: config haproxy\n become: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1554,
"all_permissive": false
} |
ansible_role | redhat-nfvpe/openshift-installer-ansible | f603fe677542e8c059dd4b770f70735bafe7c6bf | 3 | roles/installer | 7,357 | [
"no_license"
] | [
{
"path": "roles/installer/templates/install-config.yaml.j2",
"content": "apiVersion: v1\nbaseDomain: {{ base_domain }}\ncompute:\n- name: worker\n replicas: {{ worker_replicas }}\ncontrolPlane:\n name: master\n replicas: {{ master_replicas }}\nmetadata:\n name: {{ cluster_name }}\nplatform:\n none: {}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5047,
"all_permissive": false
} |
ansible_role | redhat-nfvpe/openshift-installer-ansible | f603fe677542e8c059dd4b770f70735bafe7c6bf | 3 | roles/libvirt | 7,357 | [
"no_license"
] | [
{
"path": "roles/libvirt/tasks/main.yml",
"content": "- name: install qemu-ev repo\n become: yes\n package:\n name: centos-release-qemu-ev\n state: present\n\n- name: install package\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libvirt\n - libvirt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1438,
"all_permissive": false
} |
ansible_role | redhat-nfvpe/openshift-installer-ansible | f603fe677542e8c059dd4b770f70735bafe7c6bf | 3 | roles/netmgr | 7,357 | [
"no_license"
] | [
{
"path": "roles/netmgr/templates/openshift.conf.j2",
"content": "local=/{{ cluster_domain }}/\n\nserver=/{{ cluster_domain }}/192.168.122.1\n\naddress=/apps.{{ cluster_domain }}/{{ host_ipv4.stdout }}\naddress=/api.{{ cluster_domain }}/{{ host_ipv4.stdout }}\n\nsrv-host=_etcd-server-ssl._tcp.{{ cluster_dom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1258,
"all_permissive": false
} |
ansible_role | redhat-nfvpe/openshift-installer-ansible | f603fe677542e8c059dd4b770f70735bafe7c6bf | 3 | roles/scale | 7,357 | [
"no_license"
] | [
{
"path": "roles/scale/tasks/main.yml",
"content": "---\n- name: create scale dir\n file:\n path: \"{{ base_scale_dir }}\"\n state: directory\n\n- name: install git & ansible\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - git\n - ansible\n\n- name: c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | redhat-nfvpe/openshift-installer-ansible | f603fe677542e8c059dd4b770f70735bafe7c6bf | 3 | roles/sysconfig | 7,357 | [
"no_license"
] | [
{
"path": "roles/sysconfig/tasks/main.yml",
"content": "---\n- name: put selinux in permissive mode\n selinux:\n policy: targeted\n state: permissive\n\n- name: disable selinux\n selinux:\n state: disabled\n\n- name: install package\n become: yes\n package:\n name: \"{{ item }}\"\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | bougou/sail | d08c397cba068de8d265b1d46d81aabd23f93051 | 10 | examples/products/foobar/roles/foobar-api | 7,357 | [
"permissive"
] | [
{
"path": "examples/products/foobar/roles/foobar-api/tasks/main.yaml",
"content": "---\n- name: tasks for foobar-api\n debug:\n msg: install/config/start foobar-api\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": true
} |
ansible_role | bougou/sail | d08c397cba068de8d265b1d46d81aabd23f93051 | 10 | examples/products/foobar/roles/foobar-backend | 7,357 | [
"permissive"
] | [
{
"path": "examples/products/foobar/roles/foobar-backend/tasks/main.yaml",
"content": "---\n- name: tasks for foobar-backend\n debug:\n msg: install/config/start foobar-backend\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": true
} |
ansible_role | bougou/sail | d08c397cba068de8d265b1d46d81aabd23f93051 | 10 | examples/products/foobar/roles/foobar-cache | 7,357 | [
"permissive"
] | [
{
"path": "examples/products/foobar/roles/foobar-cache/tasks/main.yaml",
"content": "---\n- name: tasks for foobar-cache\n debug:\n msg: install/config/start foobar-cache\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": true
} |
ansible_role | bougou/sail | d08c397cba068de8d265b1d46d81aabd23f93051 | 10 | examples/products/foobar/roles/foobar-db | 7,357 | [
"permissive"
] | [
{
"path": "examples/products/foobar/roles/foobar-db/tasks/main.yaml",
"content": "---\n- name: tasks for foobar-db\n debug:\n msg: install/config/start foobar-db\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": true
} |
ansible_role | bougou/sail | d08c397cba068de8d265b1d46d81aabd23f93051 | 10 | examples/products/foobar/roles/foobar-web | 7,357 | [
"permissive"
] | [
{
"path": "examples/products/foobar/roles/foobar-web/tasks/main.yaml",
"content": "---\n- name: tasks for foobar-web\n debug:\n msg: install/config/start foobar-web\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": true
} |
ansible_role | hu7777chenyi/Ansible-playbook | dce7de8384633c10322a83b15e6f5f3796e9db74 | 1 | roles/jdk | 7,357 | [
"no_license"
] | [
{
"path": "roles/jdk/templates/java_home.sh.j2",
"content": "export JAVA_HOME={{jdk_directory}}/java_home\nexport JRE_HOME={{jdk_directory}}/java_home/jre\nexport PATH=$PATH:$JAVA_HOME:$JRE_HOME\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1411,
"all_permissive": false
} |
ansible_role | hu7777chenyi/Ansible-playbook | dce7de8384633c10322a83b15e6f5f3796e9db74 | 1 | roles/mysql_install | 7,357 | [
"no_license"
] | [
{
"path": "roles/mysql_install/tasks/main.yml",
"content": "---\n- include: remove.yml\n- include: copy.yml\n- include: install.yml\n#- include: delete.yml\n- include: install-mysql.yml\n- include: install-automysqlbackup.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4833,
"all_permissive": false
} |
ansible_role | hu7777chenyi/Ansible-playbook | dce7de8384633c10322a83b15e6f5f3796e9db74 | 1 | roles/nginx_install | 7,357 | [
"no_license"
] | [
{
"path": "roles/nginx_install/tasks/copy.yml",
"content": " - name: Copy Nginx Software To Redhat Client\n copy: \n src=nginx-{{ nginx_version }}.tar.gz\n dest=/tmp/nginx-{{ nginx_version }}.tar.gz\n owner=root\n group=root\n when: \n ansible_os_family == \"RedHat\" and ansi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3918,
"all_permissive": false
} |
ansible_role | iganari/base-jenkins | 89d754254c696f6b5a43598afd326e9fea4c64d2 | 0 | opsfiles/vagrant/package-ansible/roles/common | 7,357 | [
"no_license"
] | [
{
"path": "opsfiles/vagrant/package-ansible/roles/common/tasks/main.yml",
"content": "---\n#\n# roles/common/tasks/main.yml\n#\n\n# - name: replace rsyslog.conf\n# copy: >\n# src=roles/common/templates/50-default.conf.j2\n# dest=/etc/rsyslog.d/50-default.conf \n# ignore_errors: true\n# \n# - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | iganari/base-jenkins | 89d754254c696f6b5a43598afd326e9fea4c64d2 | 0 | opsfiles/vagrant/package-ansible/roles/git2x | 7,357 | [
"no_license"
] | [
{
"path": "opsfiles/vagrant/package-ansible/roles/git2x/tasks/main.yml",
"content": "---\n#\n# roles/git2x/tasks/main.yml\n#\n\n# - name: gitが入っているか確認したい\n\n# - name: create temp directory\n# file: >\n# path=\"{{ item }}\"\n# state=directory\n# mode=0777\n# group=root\n# owner=root\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | iganari/base-jenkins | 89d754254c696f6b5a43598afd326e9fea4c64d2 | 0 | opsfiles/vagrant/package-ansible/roles/java | 7,357 | [
"no_license"
] | [
{
"path": "opsfiles/vagrant/package-ansible/roles/java/vars/main.yml",
"content": "---\n#\n# roles/java/vars/main.yml\n#\n\n# Java SE Development Kit SITE\n# http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html\njava:\n get_url: \"http://download.oracle.com/otn-pub/java/jdk/8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | iganari/base-jenkins | 89d754254c696f6b5a43598afd326e9fea4c64d2 | 0 | opsfiles/vagrant/package-ansible/roles/jenkins | 7,357 | [
"no_license"
] | [
{
"path": "opsfiles/vagrant/package-ansible/roles/jenkins/handlers/main.yml",
"content": "---\n#\n# roles/jenkins/handlers/main.yml\n#\n\n- name: start jenkins\n service: \n name: jenkins\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | iganari/base-jenkins | 89d754254c696f6b5a43598afd326e9fea4c64d2 | 0 | opsfiles/vagrant/package-ansible/roles/vagrant | 7,357 | [
"no_license"
] | [
{
"path": "opsfiles/vagrant/package-ansible/roles/vagrant/tasks/main.yml",
"content": "---\n#\n# roles/vagrant/tasks/main.yml\n#\n\n- name: setting prompt color \n shell: echo 'export PS1=\"\\[\\033[1;34m\\][\\\\t][\\u@\\h \\W]\\\\$\\[\\033[0m\\] \"' >> /home/vagrant/.bashrc \n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | surajojha/Ansible | 87af199bb33606bc411adb3be4c85af7ee206eb6 | 0 | roles/base | 7,357 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for DON\n tags: always\n authorized_key:\n user: don\n key: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | surajojha/Ansible | 87af199bb33606bc411adb3be4c85af7ee206eb6 | 0 | roles/db_servers | 7,357 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb package (CentOS)\n tags: centos,db,mariadb\n yum:\n name: mariadb\n state: latest \n when: ansible_distribution == \"CentOS\"\n\n- name: install mariandb server\n tags: db,mariadb,ubuntu\n apt:\n name: mariadb-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | surajojha/Ansible | 87af199bb33606bc411adb3be4c85af7ee206eb6 | 0 | roles/web_servers | 7,357 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install updates (CentOS)\n dnf:\n update_only: yes\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n\n- name: start httpd (CentOS)\n tags: apache,centos,httpd\n service:\n name: httpd\n state: started\n ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | surajojha/Ansible | 87af199bb33606bc411adb3be4c85af7ee206eb6 | 0 | roles/workstations | 7,357 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.2.1/terraform_1.2.1_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | dheles/ansible-test-duplicate-handlers | 40becb41ada7484b517ec08a44b85c68247dc6d1 | 0 | roles/test1 | 7,357 | [
"no_license"
] | [
{
"path": "roles/test1/handlers/main.yml",
"content": "---\n# handlers file for test1\n\n- name: handle by name\n debug:\n msg: \"handled by test1\"\n listen: handle as listener\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/test1/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | dheles/ansible-test-duplicate-handlers | 40becb41ada7484b517ec08a44b85c68247dc6d1 | 0 | roles/test2 | 7,357 | [
"no_license"
] | [
{
"path": "roles/test2/handlers/main.yml",
"content": "---\n# handlers file for test2\n\n- name: handle by name\n debug:\n msg: \"handled by test2\"\n listen: handle as listener\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/test2/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | dheles/ansible-test-duplicate-handlers | 40becb41ada7484b517ec08a44b85c68247dc6d1 | 0 | roles/test3 | 7,357 | [
"no_license"
] | [
{
"path": "roles/test3/tasks/main.yml",
"content": "---\n# tasks file for test3\n\n# set default vars. override in calling playbook\n- set_fact:\n trigger_by_name: false\n trigger_by_listen: false\n\n- name: trigger handler by name\n debug:\n msg: \"triggering handle by name from role test3\"\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | henkok/otus | b1b2f0a144620694986a957068b21d4dc3d7b0b0 | 0 | hw40_mysql/roles/master | 7,357 | [
"no_license"
] | [
{
"path": "hw40_mysql/roles/master/tasks/main.yml",
"content": "---\n- name: Repo Percona\n yum:\n name: https://repo.percona.com/yum/percona-release-latest.noarch.rpm\n state: present\n\n- name: Install Percona\n yum:\n name:\n - Percona-Server-server-57\n - percona-toolkit\n - pe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2433,
"all_permissive": false
} |
ansible_role | henkok/otus | b1b2f0a144620694986a957068b21d4dc3d7b0b0 | 0 | hw40_mysql/roles/slave | 7,357 | [
"no_license"
] | [
{
"path": "hw40_mysql/roles/slave/vars/main.yml",
"content": "---\nmysql_password: <PASSWORD>@\"\nreplic_user: \"repl\"\nreplic_password: <PASSWORD>@\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "hw40_mysql/roles/slave/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2130,
"all_permissive": false
} |
ansible_role | KameloTT/exp | 9e518df496b799cfd5c840eb9ee59a175d9cd094 | 0 | AWX/projects/azure/roles/azure_image_create | 7,357 | [
"no_license"
] | [
{
"path": "AWX/projects/azure/roles/azure_image_create/tasks/main.yml",
"content": "- name: \"Stop and generalize VMs\"\n azure_rm_virtualmachine:\n resource_group: \"{{ poc_rg }}\"\n name: \"poc-vm-centos\"\n generalized: yes\n\n- name: \"Create an image from a virtual machine\"\n azure_rm_image... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | KameloTT/exp | 9e518df496b799cfd5c840eb9ee59a175d9cd094 | 0 | AWX/projects/azure/roles/azure_list_images | 7,357 | [
"no_license"
] | [
{
"path": "AWX/projects/azure/roles/azure_list_images/tasks/main.yml",
"content": "- name: List available publishers\n azure_rm_virtualmachineimage_facts:\n location: centralus\n publisher: \"MicrosoftWindowsServer\"\n# offer: \"Windows Server 2012 Datacenter\"\n register: out1\n\n- debug: msg=\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | KameloTT/exp | 9e518df496b799cfd5c840eb9ee59a175d9cd094 | 0 | AWX/projects/azure/roles/azure_rg_create | 7,357 | [
"no_license"
] | [
{
"path": "AWX/projects/azure/roles/azure_rg_create/tasks/main.yml",
"content": "- name: Create a resource group\n azure_rm_resourcegroup:\n name: poc-rg\n location: centralus\n tags:\n testing: poc\n delete: never\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | KameloTT/exp | 9e518df496b799cfd5c840eb9ee59a175d9cd094 | 0 | AWX/projects/azure/roles/azure_vm_create | 7,357 | [
"no_license"
] | [
{
"path": "AWX/projects/azure/roles/azure_vm_create/tasks/main.yml",
"content": "- name: \"Get playbook variables\"\n include_vars:\n dir: 'vars'\n extensions: ['yml']\n\n- name: \"Creating instance in Azure: Provisioning {{ instance_name }}\"\n azure_rm_virtualmachine:\n resource_group: \"{{ poc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1294,
"all_permissive": false
} |
ansible_role | KameloTT/exp | 9e518df496b799cfd5c840eb9ee59a175d9cd094 | 0 | AWX/projects/rabbitmq/roles/rabbitmq | 7,357 | [
"no_license"
] | [
{
"path": "AWX/projects/rabbitmq/roles/rabbitmq/tasks/setup-RedHat.yml",
"content": "---\n- name: Install epel\n yum: name=epel-release state=present disable_gpg_check=yes\n\n- name: Install RabbitMQ .\n yum:\n name: \"{{item}}\"\n state: \"present\"\n disable_gpg_check: yes\n with_items:\n -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | KameloTT/exp | 9e518df496b799cfd5c840eb9ee59a175d9cd094 | 0 | AWX/projects/windows/roles/install7zip | 7,357 | [
"no_license"
] | [
{
"path": "AWX/projects/windows/roles/install7zip/tasks/main.yml",
"content": "- name: Download the 7-Zip package\n win_get_url:\n url: https://www.7-zip.org/a/7z1701-x64.msi\n dest: C:\\Packages\\7z.msi\n\n- name: Ensure 7-Zip is installed via win_package\n win_package:\n path: C:\\Packages\\7z.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | hmunduri/ansible | acebb48c4c7693ff8af7f7073ba4f966e25fb50a | 0 | demo-2tier-stack/roles/elb | 7,357 | [
"no_license"
] | [
{
"path": "demo-2tier-stack/roles/elb/tasks/main.yml",
"content": "---\r\n- name: Set up load balancer to use apache server\r\n ec2_elb_lb:\r\n name: \"{{ env }}-lb\"\r\n region: \"{{ region }}\"\r\n state: present\r\n subnets:\r\n - \"{{ web_subnet1 }}\"\r\n - \"{{ web_subnet2 }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1071,
"all_permissive": false
} |
ansible_role | hmunduri/ansible | acebb48c4c7693ff8af7f7073ba4f966e25fb50a | 0 | demo-2tier-stack/roles/sg-db | 7,357 | [
"no_license"
] | [
{
"path": "demo-2tier-stack/roles/sg-db/tasks/main.yml",
"content": "--- \r\n- name: Create Db security group\r\n ec2_group:\r\n name: \"{{ env }}-sg-Db-internal\"\r\n region: \"{{ region }}\"\r\n description: Db access from internal network only\r\n vpc_id: \"{{ vpc_id }}\"\r\n rules:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | hmunduri/ansible | acebb48c4c7693ff8af7f7073ba4f966e25fb50a | 0 | demo-2tier-stack/roles/sg-ssh | 7,357 | [
"no_license"
] | [
{
"path": "demo-2tier-stack/roles/sg-ssh/tasks/main.yml",
"content": "--- \r\n- name: Create SSH security group\r\n ec2_group:\r\n name: \"{{ env }}-sg-ssh\"\r\n region: \"{{ region }}\"\r\n description: allow ssh access\r\n vpc_id: \"{{ vpc_id }}\"\r\n rules:\r\n - proto: tcp\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | hmunduri/ansible | acebb48c4c7693ff8af7f7073ba4f966e25fb50a | 0 | demo-2tier-stack/roles/sg-web | 7,357 | [
"no_license"
] | [
{
"path": "demo-2tier-stack/roles/sg-web/tasks/main.yml",
"content": "---\r\n- name: Create Web security group\r\n ec2_group:\r\n name: \"{{ env }}-sg-web\"\r\n region: \"{{ region }}\"\r\n description: allow web access from everywhere\r\n vpc_id: \"{{ vpc_id }}\"\r\n rules:\r\n - proto... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | canberkerkmen/devops-example | 6876a39d150729473716594069b43887ba98bea7 | 0 | aws-node-example/.circleci/ansible/roles/deploy | 7,357 | [
"no_license"
] | [
{
"path": "aws-node-example/.circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: Copy backend files\n become: true\n copy:\n src: /home/circleci/project/backend.tar.gz\n dest: backend.tar.gz\n\n- name: Start PM2\n shell: |\n ls -la\n tar xzvf backend.tar.gz\n ls -la\n cd ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | canberkerkmen/devops-example | 6876a39d150729473716594069b43887ba98bea7 | 0 | vagrant-kubernetes/ansible/roles/docker | 7,357 | [
"no_license"
] | [
{
"path": "vagrant-kubernetes/ansible/roles/docker/vars/main.yaml",
"content": "packages:\n - docker-ce \n - docker-ce-cli \n - containerd.io\napt_key: https://download.docker.com/linux/ubuntu/gpg\napt_repo: deb https://download.docker.com/linux/ubuntu bionic stable\nuser: vagrant",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | canberkerkmen/devops-example | 6876a39d150729473716594069b43887ba98bea7 | 0 | vagrant-kubernetes/ansible/roles/kubernetes | 7,357 | [
"no_license"
] | [
{
"path": "vagrant-kubernetes/ansible/roles/kubernetes/tasks/main.yml",
"content": "- name: Add an apt signing key\n apt_key:\n url: \"{{ apt_key }}\"\n state: present\n\n- name: Add apt repository\n apt_repository:\n repo: \"{{ apt_repo }}\"\n state: present\n filename: \"{{ apt_filename }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1724,
"all_permissive": false
} |
ansible_role | canberkerkmen/devops-example | 6876a39d150729473716594069b43887ba98bea7 | 0 | vagrant-kubernetes/ansible/roles/ubuntu-dependency | 7,357 | [
"no_license"
] | [
{
"path": "vagrant-kubernetes/ansible/roles/ubuntu-dependency/tasks/main.yml",
"content": "- name: Install dependencies\n apt: \n name: \"{{ packages }}\"\n state: present\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2022-05/g-turkin_infra | 659d474f9570a339b5b621355f7b32133f5ec488 | 0 | ansible/roles/app | 7,357 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n- name: Install ruby\n apt: \"name={{ item }} state=present\"\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | 1n/cm-exittask | 7f16e73c653c61d0fe91989a07dced964503db59 | 0 | roles/apache | 7,357 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: create virtual host for tomcat\n template: src=vhost-tomcat.conf dest=/etc/httpd/conf.d/vhost-tomcat.conf\n notify:\n - restart apache\n\n- name: create virtual host DocumentRoot {{ document_root }}\n file: path={{ document_root }} owner=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | 1n/cm-exittask | 7f16e73c653c61d0fe91989a07dced964503db59 | 0 | roles/db | 7,357 | [
"no_license"
] | [
{
"path": "roles/db/files/app_test.sql",
"content": "--\n-- PostgreSQL database dump\n--\n\nSET statement_timeout = 0;\nSET client_encoding = 'SQL_ASCII';\nSET standard_conforming_strings = on;\nSET check_function_bodies = false;\nSET client_min_messages = warning;\n\n--\n-- Name: plpgsql; Type: EXTENSION; ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2429,
"all_permissive": false
} |
ansible_role | 1n/cm-exittask | 7f16e73c653c61d0fe91989a07dced964503db59 | 0 | roles/deploy | 7,357 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n- name: download app from github and deploy it to tomcat6\n get_url: >\n url={{ app_url }}}\n dest={{ catalina_home }}/webapps/ \n validate_certs=no\n\n- name: chown app war\n file: >\n path={{ catalina_home }}/webapps/ROOT.war\n own... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | 1n/cm-exittask | 7f16e73c653c61d0fe91989a07dced964503db59 | 0 | roles/install | 7,357 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "---\n- name: install tomcat6, httpd and some other dependencies\n yum: name={{item}} state=latest\n with_items:\n - tomcat6\n - httpd\n - libselinux-python\n - python-psycopg2\n - postgresql\n\n- name: install postgresql-server\n yum: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | jmeth/ansible-swarm-cluster | 4ed949798019f83b3800e34edf28eaa1cf329e9b | 1 | roles/common | 7,358 | [
"permissive"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "# file: roles/common/handlers/main.yml\n---\n- name: reload systemd\n command: systemctl daemon-reload\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 101
},
{
"path": "roles/common/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 654,
"all_permissive": true
} |
ansible_role | jmeth/ansible-swarm-cluster | 4ed949798019f83b3800e34edf28eaa1cf329e9b | 1 | roles/consul | 7,358 | [
"permissive"
] | [
{
"path": "roles/consul/defaults/main.yml",
"content": "# file: roles/consul/defaults/main.yml\n---\n#\n# foo: default\nconsul_role: \"server\"\nconsul_bootstrap: \"false\"\nconsul_user: \"consul\"\nconsul_group: \"consul\"\nconsul_data_dir: \"/var/consul/data\"\nconsul_ui_dir: \"/var/consul/ui\"\nconsul_et... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4068,
"all_permissive": true
} |
ansible_role | jmeth/ansible-swarm-cluster | 4ed949798019f83b3800e34edf28eaa1cf329e9b | 1 | roles/docker | 7,358 | [
"permissive"
] | [
{
"path": "roles/docker/meta/main.yml",
"content": "# file: roles/docker/meta/main.yml\n---\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 39
},
{
"path": "roles/docker/tasks/main.yml",
"content": "# file: roles/docker/tasks/main.yml\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2094,
"all_permissive": true
} |
ansible_role | jmeth/ansible-swarm-cluster | 4ed949798019f83b3800e34edf28eaa1cf329e9b | 1 | roles/swarm | 7,358 | [
"permissive"
] | [
{
"path": "roles/swarm/templates/swarm-agent.service.j2",
"content": "[Unit]\nDescription=Docker Swarm Agent Service\nDocumentation=https://docs.docker.com\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nRestart=on-failure\nExecStartPre=-/usr/bin/docker kill {{ansible_hostname}}-swarm-agent\nEx... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2364,
"all_permissive": true
} |
ansible_role | timrourke/todo-ansible | 00a65e0a7cab91c5b4fe9ee1d4dd49dcc3357528 | 0 | roles/mysql | 7,358 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# Installs the MySQL client\n\n- name: Install the MySQL client\n apt: name=mysql-client state=present\n\n- name: Install MySQL\n apt: name={{ item }} update_cache=yes cache_valid_time=3600 state=present\n become: yes\n with_items:\n - python-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | timrourke/todo-ansible | 00a65e0a7cab91c5b4fe9ee1d4dd49dcc3357528 | 0 | roles/nginx | 7,358 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# Install nginx\n\n- name: Install nginx\n apt: name=nginx state=present\n\n- name: Remove the default nginx site configuration\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n\n- name: Add the todo nginx configuration\n tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2096,
"all_permissive": false
} |
ansible_role | timrourke/todo-ansible | 00a65e0a7cab91c5b4fe9ee1d4dd49dcc3357528 | 0 | roles/php-fpm | 7,358 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n# Install PHP-FPM\n\n- name: Install python-software-properties\n apt: name=python-software-properties state=present\n\n- name: Add apt repository ppa:ondrej/php\n apt_repository:\n repo: 'ppa:ondrej/php'\n\n- name: Install PHP 7.2\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | garelp/pydio-ubuntu | 2680be539156860b4397df82d36795cc665d31df | 0 | roles/dbserver | 7,358 | [
"no_license"
] | [
{
"path": "roles/dbserver/vars/main.yml",
"content": "---\n# vars file for dbserver\nmysql_db: pydio\nmysql_user: pydio_user\nmysql_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/dbserver/handlers/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | garelp/pydio-ubuntu | 2680be539156860b4397df82d36795cc665d31df | 0 | roles/pydio | 7,358 | [
"no_license"
] | [
{
"path": "roles/pydio/files/pydio.ini",
"content": "output_buffering = Off\n\n#for upload file less than 1GB\npost_max_size = 1G\nupload_max_filesize = 1G\nmemory_limit = 1224M\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/pydio/tasks/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2428,
"all_permissive": false
} |
ansible_role | garelp/pydio-ubuntu | 2680be539156860b4397df82d36795cc665d31df | 0 | roles/webserver | 7,358 | [
"no_license"
] | [
{
"path": "roles/webserver/handlers/main.yml",
"content": "---\n# handlers file for webserver\n- name: restart apache\n service: name=apache2 state=restarted\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/webserver/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | N-Coder/influx-ansible | ba5e911038708629ea7096f9fdafea5f9836a95d | 0 | roles/influx | 7,358 | [
"no_license"
] | [
{
"path": "roles/influx/tasks/main.yml",
"content": "---\n# Install Influx TICK stack\n - name: Import Influx GPG signing key\n apt_key: url=https://repos.influxdata.com/influxdb.key state=present\n\n - name: Add Influx repository\n apt_repository:\n repo: 'deb https://repos.influxdata.com/{{ a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5464,
"all_permissive": false
} |
ansible_role | FreifunkBremen/ansible | 37228a3d1c1cbab8d633b85266f6029a356bb3b7 | 13 | roles/apache | 7,358 | [
"no_license"
] | [
{
"path": "roles/apache/meta/main.yml",
"content": "---\ngalaxy_info:\n platforms:\n - name: Debian\n versions:\n - jessie\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/apache/defaults/main.yml",
"content": "---\napach... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3772,
"all_permissive": false
} |
ansible_role | FreifunkBremen/ansible | 37228a3d1c1cbab8d633b85266f6029a356bb3b7 | 13 | roles/apt | 7,358 | [
"no_license"
] | [
{
"path": "roles/apt/README.md",
"content": "apt\n=========================\n\nConfigures APT\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - apt\n\n\nLicense\n-------------------------\n\nGPLv3\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1969,
"all_permissive": false
} |
ansible_role | FreifunkBremen/ansible | 37228a3d1c1cbab8d633b85266f6029a356bb3b7 | 13 | roles/automysqlbackup | 7,358 | [
"no_license"
] | [
{
"path": "roles/automysqlbackup/README.md",
"content": "automysqlbackup\n=========================\n\nInstalls backup toolsuite for MySQL\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - automysqlbackup\n\n\nLicense\n-------------------------\n\nGPLv3\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 437,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.