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
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/docker-vpsa
5,377
[ "no_license" ]
[ { "path": "roles/docker-vpsa/tasks/docker-vpsa-client.yml", "content": "---\n\n### instantiate a vPSA client\n\n- name: get Snort Docker image\n docker_image:\n name: ubuntu:latest\n\n- name: start Ubuntu Xenial container\n docker_container:\n name: vpsa-client\n image: ubuntu\n #env:\n sta...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 9769, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/docker-vtc
5,377
[ "no_license" ]
[ { "path": "roles/docker-vtc/defaults/main.yml", "content": "---\n# defaults file for roles/docker-vtc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/docker-vtc/handlers/main.yml", "content": "---\n# handlers file for roles/docker-vtc", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 989, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/docker-vtu
5,377
[ "no_license" ]
[ { "path": "roles/docker-vtu/tasks/main.yml", "content": "---\n# tasks file for roles/docker-vtu\n\n- include_vars: \"{{ lookup('env','PWD') }}/roles/docker-vtu/defaults/main.yml\"\n- include_tasks: \"{{ lookup('env','PWD') }}/roles/docker-vtu/tasks/networks.yml\"\n\n- name: start vTU as a Docker container\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 989, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/elasticsearch
5,377
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/redhat.yml", "content": "---\n- name: Install elasticsearch.org yum key\n rpm_key: state=present key=http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n\n- name: Install elasticsearch.org yum repo\n copy: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 368, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/firewall
5,377
[ "no_license" ]
[ { "path": "roles/firewall/tasks/Debian.yml", "content": "---\n# tasks file for firewall\n\n# UBUNTU/DEBIAN\n\n- name: start 'firewall' service\n service: name=ufw state=started\n when: ansible_os_family == \"Debian\"\n\n- name: open SVC port at FW\n ufw:\n state: enabled\n rule: allow # TO FIX\n w...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 897, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/haproxy
5,377
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/networks.yml", "content": " \n- name: gather facts about previously created subnets\n os_subnets_facts:\n cloud: \"os_{{ pop }}_{{ proj }}\"\n\n- name: show openstack subnets\n debug:\n var: openstack_subnets\n\n- name: create default HAPROXY network\n os_network:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3411, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/jenkins
5,377
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/Core.yml", "content": "# CENTOS 7\n\n- name: Installing Jenkins YUM GPG key\n rpm_key: state=present key=https://jenkins-ci.org/redhat/jenkins-ci.org.key\n\n- name: install Jenkins repo\n get_url:\n url: http://pkg.jenkins-ci.org/redhat/jenkins.repo\n dest: /etc/yum.re...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3132, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/keycloak
5,377
[ "no_license" ]
[ { "path": "roles/keycloak/defaults/main.yml", "content": "---\n# defaults file for keycloak\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/keycloak/tasks/RedHat.yml", "content": "---\n- name: install 'firewalld' to manage arbitrary por...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1394, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/kubemaster
5,377
[ "no_license" ]
[ { "path": "roles/kubemaster/vars/main.yml", "content": "---\n# vars file for kubemaster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/kubemaster/handlers/main.yml", "content": "---\n# handlers file for kubemaster\n\n- name: restart et...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6824, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/kubeminion
5,377
[ "no_license" ]
[ { "path": "roles/kubeminion/tasks/Core.yml", "content": "# Disable iptables on each node to avoid conflicts with Docker iptables rules \n- name: disable firewall (necessary to avoid Docker troubles)\n selinux:\n state: disabled\n- name: check if service exists\n shell: \"if systemctl list-unit-files | ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5288, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/letsencrypt
5,377
[ "no_license" ]
[ { "path": "roles/letsencrypt/vars/main.yml", "content": "---\n# vars file for letsencrypt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/letsencrypt/tasks/Core.yml", "content": "- name: install EPEL\n yum: name=epel-release state=pres...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1370, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/mongo
5,377
[ "no_license" ]
[ { "path": "roles/mongo/README.md", "content": "Role Name\n=========\n\nDeployment of a MongoDB database\n\nRequirements\n------------\n\nPre-requisites required:\n- SELinux python bindings for libselinux\n\nRole Variables\n--------------\n\n defaults/main.yml - \n vars/main.yml - \n the global scope (ie. ho...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4717, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/mysql
5,377
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\nmysqlservice: mysql\nmysql_port: 3306\ndbuser: root\ndbname: son-sp\nupassword: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/mysql/tasks/RedHat.ym...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3060, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/nginx
5,377
[ "no_license" ]
[ { "path": "roles/nginx/tasks/Debian.yml", "content": "---\n\n- name: check if the Apache service exists\n stat: path=/etc/init.d/apache2\n register: service_status\n\n- name: previously, stop Apache service\n service: name=apache2 state=stopped enabled=no\n when: service_status.stat.exists\n register: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 5781, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/ntp
5,377
[ "no_license" ]
[ { "path": "roles/ntp/main.yml", "content": "---\n# fils for Apache\n- name: APACHE2 | installing Apache for CentOS\n include_tasks: redhat.yml\n when: ansible_os_family == \"RedHat\"\n\n- name: APACHE2 | installing Apache for Ubuntu\n include_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1762, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/odoo
5,377
[ "no_license" ]
[ { "path": "roles/odoo/tasks/debian.yml", "content": "---\n#- name: install common libraries and tools\n# apt: name={{ item }} state=present\n# with_items:\n# - build-essential\n# - software-properties-common\n# - python-dev\n# - python-pip\n\n#- name: install PIP\n# easy_install: name=pip\n\n# If the...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3113, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/opendaylight
5,377
[ "no_license" ]
[ { "path": "roles/opendaylight/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - opendaylight", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/opendaylight/vars/main.yml", "content": "---\n# vars fil...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1638, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/openjdk
5,377
[ "no_license" ]
[ { "path": "roles/openjdk/tasks/Debian.yml", "content": "---\n\n- name: add OpenJDK repo from PPA\n command: add-apt-repository ppa:openjdk-r/ppa\n\n- apt: update_cache=yes\n\n- name: installing JDK\n apt: name=openjdk-8-jdk state=present update_cache=yes\n\n", "license_type": "no_license", "detect...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 888, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/openldap
5,377
[ "no_license" ]
[ { "path": "roles/openldap/tasks/Core.yml", "content": "- name: upgrade all packages to the latest version\n yum: name='*' state=latest update_cache=yes\n\n- name: install LDAP server and tools\n yum: name={{ item }}\n with_items:\n - openldap\n - compat-openldap\n - openldap-clients\n - openldap-ser...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1147, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/openstackclients
5,377
[ "no_license" ]
[ { "path": "roles/openstackclients/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - openstackclients", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/openstackclients/tasks/trusty.yml", "content": "...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4725, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/openvpn
5,377
[ "no_license" ]
[ { "path": "roles/openvpn/tasks/secgrp.yml", "content": "- name: use Openstack command line clients to check if Security Group exists\n shell: openstack --os-cloud \"os_{{ pop }}_{{ proj }}\" security group list\n register: os_secgrp\n\n- name: create a new security group for VPN connections\n os_security...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2884, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/openvswitch
5,377
[ "no_license" ]
[ { "path": "roles/openvswitch/tasks/main.yml", "content": "---\n# tasks file for ovs\n\n- include_tasks: \"{{ ansible_distribution_release }}.yml\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/openvswitch/tasks/xenial.yml", "content...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3976, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/otrs5
5,377
[ "no_license" ]
[ { "path": "roles/otrs5/tasks/centos.yml", "content": "# CENTOS 7\n- name: install EPEL\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: http://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n\n- name: install missing modules\n yum: name=\"perl(Text::CSV_XS)\" sta...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1415, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/pgsql
5,377
[ "no_license" ]
[ { "path": "roles/pgsql/handlers/main.yml", "content": "---\n# handlers file for postgresql\n\n- name: restart postgresql \n service: name=postgresql state=reloaded sleep=5\n# when: ansible_distribution == \"Ubuntu\" and ansible_distribution_major_version == \"14\" \n\n#- name: restart postgresql\n# system...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6224, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/postgresql
5,377
[ "no_license" ]
[ { "path": "roles/postgresql/vars/main.yml", "content": "---\n# vars file for postgresql\ndb_name: son-sp\ndb_user: sonata\ndb_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/postgresql/tasks/ubuntu.yml", "content": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1786, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/rabbitmq
5,377
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/ubuntu.yml", "content": "---\n- name: adding RabbitMQ public GPG key to the apt repo\n apt_key: url=http://www.rabbitmq.com/rabbitmq-signing-key-public.asc state=present\n\n- name: adding RabbitMQ repo\n apt_repository: repo='deb http://www.rabbitmq.com/debian/ testing main...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2707, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/snort
5,377
[ "no_license" ]
[ { "path": "roles/snort/handlers/main.yml", "content": "---\n# handlers file for snort\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/snort/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - snort...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7650, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/squid
5,377
[ "no_license" ]
[ { "path": "roles/squid/README.md", "content": "Role Name\n=========\n\nA role to deploy Squid proxy server to a target CentOS 7, Ubuntu 14.04 and Ubunti 16.04 machine\n\n\nRequirements\n------------\n\nNo specific requirements.\n\n\nRole Variables\n--------------\n\nTo set a particular configuration that fi...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 13492, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/squid-ufdb
5,377
[ "no_license" ]
[ { "path": "roles/squid-ufdb/vars/main.yml", "content": "---\n# vars file for squidufdbguard", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/squid-ufdb/tasks/xenial.yml", "content": "---\n\n# Install pre-requirements\n\n- name: previous in...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1494, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/squidguard
5,377
[ "no_license" ]
[ { "path": "roles/squidguard/vars/main.yml", "content": "---\n# vars file for squidguard", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/squidguard/tasks/xenial.yml", "content": "# tasks file for squidguard\n---\n\n- name: install 'libdb'\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1509, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/vm
5,377
[ "no_license" ]
[ { "path": "roles/vm/vars/main.yml", "content": "---\n# vars file for vm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/vm/handlers/main.yml", "content": "---\n# handlers file for vm\n", "license_type": "no_license", "detected_l...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 11036, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/vprx
5,377
[ "no_license" ]
[ { "path": "roles/vprx/templates/dynamic_inventory.j2", "content": "{% for group in groups %}\n{% if group != 'all' %}\n{% if group != 'ungrouped' %}\n[{{ group }}]\n{% for host in newvm.results %}\n{% if group == host.openstack.metadata.group %}\n{{ host.openstack.name }} ansible_user={{ vm_user }} ansible_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7855, "all_permissive": false }
ansible_role
sonata-nfv/son-install
7289ff6098200c2ae68dfc64b3347321ade74b89
3
roles/vpsa
5,377
[ "no_license" ]
[ { "path": "roles/vpsa/handlers/main.yml", "content": "---\n# handlers file for vpsa\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/vpsa/tasks/squid.yml", "content": "- name: start proxy container\n docker_container:\n name: \"squid...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 5681, "all_permissive": false }
ansible_role
alenka26/ansible-example
bb4525bb13cdd36a926a1af91e2afba5cf4258bf
0
roles/role1
5,377
[ "no_license" ]
[ { "path": "roles/role1/tasks/main.yml", "content": "---\n\n- name: First task\n command: echo 'test'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 48, "all_permissive": false }
ansible_role
electroniceagle/ansible-dc-ec2-tutorial
adebf68a9d6748d581391fc51d7fa042aec0ac82
39
roles/hostname-configured
5,377
[ "no_license" ]
[ { "path": "roles/hostname-configured/tasks/main.yaml", "content": "---\n\n- name: set hostname to tag name\n hostname: name={{ ec2_tag_Name }}\n when: ec2_tag_Name is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
electroniceagle/ansible-dc-ec2-tutorial
adebf68a9d6748d581391fc51d7fa042aec0ac82
39
roles/ssh-reachable
5,377
[ "no_license" ]
[ { "path": "roles/ssh-reachable/tasks/main.yaml", "content": "---\n\n- name: wait for ssh to be available\n local_action: wait_for host=\"{{ host|default(ec2_public_dns_name) }}\"\n port=\"{{ port|default(22) }}\" state=\"started\"\n sudo: False\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
electroniceagle/ansible-dc-ec2-tutorial
adebf68a9d6748d581391fc51d7fa042aec0ac82
39
roles/ubuntu-updated
5,377
[ "no_license" ]
[ { "path": "roles/ubuntu-updated/tasks/main.yaml", "content": "---\n# update ubuntu to the latest packages\n\n- name: upgrade packages\n apt: >\n install_recommends=no\n cache_valid_time=3600\n update_cache=yes\n upgrade=yes\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
RamezCh/Ansible-Project-2
0669beefdf51004b87a5d144168c967f2e86ec1c
0
roles/projectAnsible
5,377
[ "no_license" ]
[ { "path": "roles/projectAnsible/vars/main.yml", "content": "pkg_name: apache2\npkg_state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/projectAnsible/templates/index.html.j2", "content": "# vim templates/index.html.j2\n\nThis...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 960, "all_permissive": false }
ansible_role
se-bre/ansible-ceph
8ca1b0ddd0f91d56bca0cede3d966b0f94248dc2
4
roles/ceph
5,377
[ "no_license" ]
[ { "path": "roles/ceph/tasks/remove_osd.yml", "content": "- name: stop osd deamons\n systemd:\n name: ceph-osd@*\n state: stopped\n enabled: False\n ignore_errors: True\n\n- pause:\n seconds: 5\n\n- name: umount osd\n when: item.mount|search('(.*)ceph(.*)')\n mount:\n path: \"{{ item.mount...
{ "task_files": 22, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 30, "total_bytes": 26663, "all_permissive": false }
ansible_role
iamantu93/ansiblek8s
d81e663dc3898c8a8d33c1412318f0e8c93e5b4f
0
roles/automation
5,377
[ "no_license" ]
[ { "path": "roles/automation/tasks/main.yml", "content": "---\n- name: Install Java\n yum:\n name: java-11-openjdk\n state: present\n tags:\n - java\n\n- name: Add Jenkins repository\n yum_repository:\n name: jenkins\n baseurl: https://pkg.jenkins.io/redhat-stable\n gpgcheck: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1261, "all_permissive": false }
ansible_role
iamantu93/ansiblek8s
d81e663dc3898c8a8d33c1412318f0e8c93e5b4f
0
roles/common
5,377
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Setup hosts in both master and worker\n template:\n src: hosts.j2\n dest: /etc/hosts\n\n- name: Disable swap in /etc/fstabe\n shell: sed -i '/swap/s/^/#/g' /etc/fstab && swapoff -a\n\n- name: Stop firewalld\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2016, "all_permissive": false }
ansible_role
iamantu93/ansiblek8s
d81e663dc3898c8a8d33c1412318f0e8c93e5b4f
0
roles/master
5,377
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n# tasks file for master\n- name: Set a hostname for master\n hostname:\n name: master\n\n- name: Download images for kubernetes cluster\n shell: \n cmd: kubeadm config images pull\n\n- name: Initialize kubernetes master pane\n shell:\n cm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1249, "all_permissive": false }
ansible_role
iamantu93/ansiblek8s
d81e663dc3898c8a8d33c1412318f0e8c93e5b4f
0
roles/worker
5,377
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "---\n# tasks file for worker\n- name: Set a hostname for worker\n hostname:\n name: worker\n\n- name: Copy join command from the master worker\n copy:\n src: /tmp/init_output\n dest: /tmp/ \n mode: 0777\n\n- name: Join worker node to clus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
portal-bench/ansible/roles/bench
5,377
[ "no_license" ]
[ { "path": "portal-bench/ansible/roles/bench/files/bench/main.go", "content": "package main\n\nimport (\n\t\"fmt\"\n\t\"io/ioutil\"\n\t\"log\"\n\t\"os\"\n\t\"os/exec\"\n\t\"time\"\n\n\t\"github.com/benmanns/goworker\"\n\t\"github.com/jinzhu/gorm\"\n\t_ \"github.com/jinzhu/gorm/dialects/mysql\"\n)\n\ntype Ben...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 69087, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
portal-bench/ansible/roles/common
5,377
[ "no_license" ]
[ { "path": "portal-bench/ansible/roles/common/tasks/main.yml", "content": "---\n- name: set fastestmirror only JP\n lineinfile:\n dest=/etc/yum/pluginconf.d/fastestmirror.conf\n backup=true\n state=present\n line={{ item }}\n with_items:\n - 'include_only=.jp'\n\n- name: install epel-release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1423, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
portal-bench/ansible/roles/golang
5,377
[ "no_license" ]
[ { "path": "portal-bench/ansible/roles/golang/tasks/main.yml", "content": "---\n- name: mkdir ~/go\n file:\n path: \"/root/go\"\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: check install golang\n shell: which go\n register: go_install\n failed_when: go_install.rc ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
portal-bench/ansible/roles/grafana
5,377
[ "no_license" ]
[ { "path": "portal-bench/ansible/roles/grafana/tasks/main.yml", "content": "---\n- name: install grafana\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ grafana_url }}\"\n\n- name: start grafana and set auto start\n systemd:\n state: started\n name: grafana-server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 458, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
portal-bench/ansible/roles/mysql
5,377
[ "no_license" ]
[ { "path": "portal-bench/ansible/roles/mysql/files/hisucon2018-portal.sql", "content": "-- HISUCON2018 Portal\n\nDROP DATABASE IF EXISTS hisucon2018_portal;\nCREATE DATABASE IF NOT EXISTS hisucon2018_portal DEFAULT CHARACTER SET utf8mb4;\nUSE hisucon2018_portal;\n\nDROP TABLE IF EXISTS bench;\n\nCREATE TABL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
portal-bench/ansible/roles/redis
5,377
[ "no_license" ]
[ { "path": "portal-bench/ansible/roles/redis/tasks/main.yml", "content": "---\n- name: install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: install Redis\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - redis\n\n- name: start Redis and set auto start\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
portal-bench/ansible/roles/webapp
5,377
[ "no_license" ]
[ { "path": "portal-bench/ansible/roles/webapp/handlers/main.yml", "content": "---\n- name: restart hisucon2018-portal\n systemd:\n name: hisucon2018-portal\n daemon_reload: yes\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3874, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
webapp/ansible/roles/common
5,377
[ "no_license" ]
[ { "path": "webapp/ansible/roles/common/tasks/main.yml", "content": "---\n- name: set fastestmirror only JP\n lineinfile:\n dest=/etc/yum/pluginconf.d/fastestmirror.conf\n backup=true\n state=present\n line={{ item }}\n with_items:\n - 'include_only=.jp'\n\n- name: install epel-release\n yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2202, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
webapp/ansible/roles/mysql
5,377
[ "no_license" ]
[ { "path": "webapp/ansible/roles/mysql/handlers/main.yml", "content": "---\n- name: restart mysqld\n systemd:\n name: mysqld\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "webapp/ansible/roles/mysql/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1737, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
webapp/ansible/roles/nginx
5,377
[ "no_license" ]
[ { "path": "webapp/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: install nginx\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n\n- name: copy nginx.conf\n copy:\n src: ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
heartbeatsjp/hisucon2018
d7055bf26daac96be15df3a5494f18a63802052f
5
webapp/ansible/roles/webapp
5,377
[ "no_license" ]
[ { "path": "webapp/ansible/roles/webapp/handlers/main.yml", "content": "---\n- name: restart hisucon2018-webapp\n systemd:\n name: hisucon2018-webapp\n daemon_reload: yes\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 32643, "all_permissive": false }
ansible_role
MaximMandelblum/AWS-and-Terraform
e87838d5742b78298136ac0693ca2f9e3ea8294e
0
Homework5/roles/docker
5,437
[ "no_license" ]
[ { "path": "Homework5/roles/docker/tasks/redhat.yml", "content": "- name: Install required pack\n yum:\n name: \"{{item}}\"\n state: latest\n update_cache: yes\n with_items: \"{{redhat_pkg}}\"\n\n- name: Add Docker repo\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2995, "all_permissive": false }
ansible_role
InfinitePain/Dotfiles
f90b0d30dbcb20728afb8ba49387790c44b4408a
0
roles/shell
5,437
[ "no_license" ]
[ { "path": "roles/shell/tasks/bash.yml", "content": "---\n- name: Set bash as the default shell for the user\n ansible.builtin.user:\n name: \"{{ user }}\"\n shell: /usr/bin/bash\n become: true\n become_user: root\n\n- name: Deploy .bashrc to user's home\n ansible.builtin.template:\n src: .bashr...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 26605, "all_permissive": false }
ansible_role
InfinitePain/Dotfiles
f90b0d30dbcb20728afb8ba49387790c44b4408a
0
roles/ssh
5,437
[ "no_license" ]
[ { "path": "roles/ssh/README.md", "content": "# SSH\n\nDont forget to create ssh group and add users to it.\n\n```sh\nsudo groupadd -r ssh # create ssh group in system\nsudo gpasswd -a <user> ssh # add user to ssh group\n```\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 614, "all_permissive": false }
ansible_role
InfinitePain/Dotfiles
f90b0d30dbcb20728afb8ba49387790c44b4408a
0
roles/sudo
5,437
[ "no_license" ]
[ { "path": "roles/sudo/templates/user_sudoers.j2", "content": "# Sudoers file for user {{ item.name }}\n{{ item.name }} ALL=(ALL:ALL) NOPASSWD: {{ item.sudo_nopasswd_commands | join(', ') }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 914, "all_permissive": false }
ansible_role
blindern/deployer-test
099fce2ee68818507a25914bbf12ad86d75e2201
0
ansible/roles/service1
5,437
[ "no_license" ]
[ { "path": "ansible/roles/service1/tasks/main.yml", "content": "- name: Hello from service1\n ansible.builtin.debug:\n msg: \"Hello for {{ inventory_hostname }} having value {{ service_1_value }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
blindern/deployer-test
099fce2ee68818507a25914bbf12ad86d75e2201
0
ansible/roles/service2
5,437
[ "no_license" ]
[ { "path": "ansible/roles/service2/tasks/main.yml", "content": "- name: Hello from service2\n ansible.builtin.debug:\n msg: \"Hello for {{ inventory_hostname }} having value {{ service_2_value }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
fjudith/ansible-sybase
5523e0ed14d2ea76be2cd234eb036dbaf9086a5b
3
roles/common-firewall
5,437
[ "no_license" ]
[ { "path": "roles/common-firewall/meta/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Common Firewall Configuration\n license: limited\n min_ansible_version: 2.8\n platforms:\n - name: Centos\n versions:\n - 7\n - name: EL\n versions:\n - 7\n galaxy_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1409, "all_permissive": false }
ansible_role
fjudith/ansible-sybase
5523e0ed14d2ea76be2cd234eb036dbaf9086a5b
3
roles/liquibase
5,437
[ "no_license" ]
[ { "path": "roles/liquibase/tasks/main.yaml", "content": "\n- name: Liquibase | OS preparation\n import_tasks: osprep.yaml\n\n- name: Liquibase | Install\n import_tasks: install.yaml\n\n- name: Liquibase | Drivers\n import_tasks: driver.yaml", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4544, "all_permissive": false }
ansible_role
fjudith/ansible-sybase
5523e0ed14d2ea76be2cd234eb036dbaf9086a5b
3
roles/openjdk-8
5,437
[ "no_license" ]
[ { "path": "roles/openjdk-8/meta/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: AdoptOpenJDK 8 JDK\n license: limited\n min_ansible_version: 2.8\n platforms:\n - name: CentOS\n versions:\n - 7\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - java...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3056, "all_permissive": false }
ansible_role
fjudith/ansible-sybase
5523e0ed14d2ea76be2cd234eb036dbaf9086a5b
3
roles/sybase-ase
5,437
[ "no_license" ]
[ { "path": "roles/sybase-ase/tasks/firewall.yaml", "content": "- name: Enable Sybase server port in Firewalld\n firewalld:\n port: \"{{ sybase.networking.port }}/tcp\"\n permanent: true\n state: enabled\n zone: public\n notify: Restart firewalld\n #when: firewall.enabled\n\n- name: Enable Syba...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 15155, "all_permissive": false }
ansible_role
fjudith/ansible-sybase
5523e0ed14d2ea76be2cd234eb036dbaf9086a5b
3
roles/sybase-ocs
5,437
[ "no_license" ]
[ { "path": "roles/sybase-ocs/tasks/install.yaml", "content": "- name: Check if Sybase already installed\n become: true\n stat:\n path: \"{{ sybase.install.client.directory }}/SYBASE.sh\"\n register: sybase_install\n tags:\n - sap_ocs_install\n\n- name: Install Sybase\n command: >-\n /tmp/ASE_Su...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4889, "all_permissive": false }
ansible_role
RedHat-Middleware-Workshops/rhpam-rhdm-workshop-v1-infra
3ecb5c4750f1285bb13f781b187e51a6c9ff975b
2
apb/roles/rhpam_bc
5,437
[ "no_license" ]
[ { "path": "apb/roles/rhpam_bc/tasks/main.yml", "content": "---\n\n- name: Configure Liveness probe\n shell: \"oc set probe dc/rhpam7-rhpamcentr --liveness --initial-delay-seconds=360 -n {{ OCP_PROJECT }}\"\n\n- name: Configure Readiness probe\n shell: \"oc set probe dc/rhpam7-rhpamcentr --readiness --init...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
RedHat-Middleware-Workshops/rhpam-rhdm-workshop-v1-infra
3ecb5c4750f1285bb13f781b187e51a6c9ff975b
2
apb/roles/rhpam_bc_cm_showcase
5,437
[ "no_license" ]
[ { "path": "apb/roles/rhpam_bc_cm_showcase/tasks/main.yml", "content": "---\n\n- name: Check if ImageStream exists\n shell: \"oc get is/rhpam-businesscentral-rhel8-cm-showcase -n {{OCP_PROJECT}}\"\n register: is_result\n ignore_errors: true\n changed_when: false\n\n- name: Create ImageStream\n shell: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5294, "all_permissive": false }
ansible_role
RedHat-Middleware-Workshops/rhpam-rhdm-workshop-v1-infra
3ecb5c4750f1285bb13f781b187e51a6c9ff975b
2
apb/roles/rhpam_ks
5,437
[ "no_license" ]
[ { "path": "apb/roles/rhpam_ks/tasks/main.yml", "content": "---\n\n- name: Set KIE_ADMIN Password\n shell: \"oc set env dc/rhpam7-kieserver KIE_ADMIN_PWD=<PASSWORD>! -n {{ OCP_PROJECT }}\"\n\n- name: Set KIE_SERVER_CONTROLLER Password\n shell: \"oc set env dc/rhpam7-kieserver KIE_SERVER_CONTROLLER_PWD=<PAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
RedHat-Middleware-Workshops/rhpam-rhdm-workshop-v1-infra
3ecb5c4750f1285bb13f781b187e51a6c9ff975b
2
apb/roles/rhpam_ks_cors
5,437
[ "no_license" ]
[ { "path": "apb/roles/rhpam_ks_cors/files/rhpam78-ks-cors-image-streams.yml", "content": "kind: ImageStreamList\napiVersion: v1\nmetadata:\n name: rhpam78-ks-cors-image-streams\n annotations:\n description: ImageStream definitions for Red Hat Process Automation Manager 7.8 KIE-Server with CORS\n open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4722, "all_permissive": false }
ansible_role
RedHat-Middleware-Workshops/rhpam-rhdm-workshop-v1-infra
3ecb5c4750f1285bb13f781b187e51a6c9ff975b
2
apb/roles/rhpam_project
5,437
[ "no_license" ]
[ { "path": "apb/roles/rhpam_project/tasks/main.yml", "content": "---\n\n- name: Check if project exists\n shell: \"oc get project {{OCP_PROJECT}}\"\n register: rhpam_result\n ignore_errors: true\n changed_when: false\n\n- name: Create projects\n shell: \"oc new-project {{OCP_PROJECT}} --display-name=\\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
RedHat-Middleware-Workshops/rhpam-rhdm-workshop-v1-infra
3ecb5c4750f1285bb13f781b187e51a6c9ff975b
2
apb/roles/rhpam_reporting_database
5,437
[ "no_license" ]
[ { "path": "apb/roles/rhpam_reporting_database/files/wait_for_postgres.sh", "content": "#!/bin/sh\n# wait-for-postgres.sh\nset -e\ncmd=\"$@\"\ntimer=\"5\"\necho \"Path is: $PATH\"\necho \"When postgres is available, we will run this command: $cmd\"\necho \"Waiting for PostgreSQL at: $POSTGRESQL_HOSTNAME\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8698, "all_permissive": false }
ansible_role
converged-computing/kubernetes-jobs
0408fd2623fca4adb52050729f13e9b8faaf502e
0
kubernetes/data/jobs/hpi-schul-cloud/dof_app_deploy/ansible/roles/post_deployment
5,437
[ "permissive" ]
[ { "path": "kubernetes/data/jobs/hpi-schul-cloud/dof_app_deploy/ansible/roles/post_deployment/tasks/main.yml", "content": "- name: Delete deployment-metrics-job to mark end of deployment\n kubernetes.core.k8s:\n kubeconfig: ~/.kube/config\n namespace: \"{{ NAMESPACE }}\"\n state: absent\n api_ve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": true }
ansible_role
wkn00/ikt114-ansible
e7a3e4c18245bc25ea0a75aaa3972af0ab69881a
0
roles/common
5,437
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# Update apt cache\n- name: Update apt cache\n become: true\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600 # Updates the cache if it's older than an hour\n\n# Install required system packages\n- name: Install required system ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
wkn00/ikt114-ansible
e7a3e4c18245bc25ea0a75aaa3972af0ab69881a
0
roles/ctfd
5,437
[ "no_license" ]
[ { "path": "roles/ctfd/tasks/main.yml", "content": "# Pulls the CTFd Docker image from the Docker registry.\n- name: Pull the CTFd Docker image\n become: true # Elevated privileges are required to interact with Docker.\n community.docker.docker_image:\n name: ctfd/ctfd # The name of the Docker image t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1582, "all_permissive": false }
ansible_role
wkn00/ikt114-ansible
e7a3e4c18245bc25ea0a75aaa3972af0ab69881a
0
roles/db
5,437
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "# Task to pull the latest MySQL Docker image\n- name: Pull MySQL Docker image\n become: true\n community.docker.docker_image:\n name: mysql:latest # Specifies the Docker image to pull\n source: pull # Specifies the source to pull the image from\n\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1180, "all_permissive": false }
ansible_role
wkn00/ikt114-ansible
e7a3e4c18245bc25ea0a75aaa3972af0ab69881a
0
roles/docker
5,437
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "# This task adds Docker's official GPG key to ensure that the software package is genuine.\n- name: Add Docker's official GPG key\n become: true\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n# T...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1454, "all_permissive": false }
ansible_role
wkn00/ikt114-ansible
e7a3e4c18245bc25ea0a75aaa3972af0ab69881a
0
roles/nginx
5,437
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nweb_server_port: 80\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/nginx/handlers/main.yml", "content": "# This task restarts the nginx_ctfd Docker container\n- name: restart ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3236, "all_permissive": false }
ansible_role
wkn00/ikt114-ansible
e7a3e4c18245bc25ea0a75aaa3972af0ab69881a
0
roles/python
5,437
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "# This task installs Python3 using the apt package manager. It ensures Python3 is present on the system.\n- name: Install Python3\n become: true\n ansible.builtin.apt:\n name: python3\n state: present\n\n# This task installs pip, a package manager...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
wkn00/ikt114-ansible
e7a3e4c18245bc25ea0a75aaa3972af0ab69881a
0
roles/redis
5,437
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "# Task to pull the latest Redis Docker image\n- name: Pull Redis Docker image\n become: true # Use superuser privileges\n community.docker.docker_image: # Use the docker_image module from the community.docker collection\n name: redis:4 # Specify th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
linux-boy/ansible-shell
2d61dd46c071190d029b434d744c6bb020968623
0
bigdata/roles/elasticsearch
5,437
[ "no_license" ]
[ { "path": "bigdata/roles/elasticsearch/vars/main.yml", "content": "---\n\n- include: elastic_vars.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "bigdata/roles/elasticsearch/tasks/main.yml", "content": "---\n\n- include: formatdisk.yml\n-...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7788, "all_permissive": false }
ansible_role
chaubv/v2
f72589fe168b8783022778336f1e083d25b8ce20
0
Ansible/OK_v2/Grafana to EFS for Centos/roles/efs
5,437
[ "no_license" ]
[ { "path": "Ansible/OK_v2/Grafana to EFS for Centos/roles/efs/tasks/main.yml", "content": "---\n- name: Install NFS\n yum: name=nfs-utils state=present\n\n- name: created File and Mount your file system\n command: mkdir /efs\n command: mount -t nfs4 fs-52bb2d19.efs.us-east-1.amazonaws.com:/ /efs\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
chaubv/v2
f72589fe168b8783022778336f1e083d25b8ce20
0
Ansible/OK_v2/Grafana to EFS for Centos/roles/move-grafana-efs
5,437
[ "no_license" ]
[ { "path": "Ansible/OK_v2/Grafana to EFS for Centos/roles/move-grafana-efs/tasks/main.yml", "content": "---\n- name: Create a new directory in the EFS mount\n command: mkdir -p /efs/grafana\n- name: copy database to directory in the EFS mount\n command: cp /var/lib/grafana/grafana.db /efs/grafana\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1349, "all_permissive": false }
ansible_role
qjbferrer/Ferrer_Activity10
ff4b8c83bf0e7987cafccc7073cd8236fd4d5fc2
0
files/roles/centos_elasticstack
5,437
[ "no_license" ]
[ { "path": "files/roles/centos_elasticstack/tasks/main.yml", "content": "- name: Download the Elastic Search in CentOS\n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2-x86_64.rpm\n dest: /tmp/elasticsearch-7.9.2-x86_64.rpm\n when: ansible_distribution == \"Ce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1332, "all_permissive": false }
ansible_role
qjbferrer/Ferrer_Activity10
ff4b8c83bf0e7987cafccc7073cd8236fd4d5fc2
0
files/roles/ubuntu_elasticstack
5,437
[ "no_license" ]
[ { "path": "files/roles/ubuntu_elasticstack/tasks/main.yml", "content": "- name: Elastic Search Package in Ubuntu\n shell: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update again Ubuntu to read the Elastic Search ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": false }
ansible_role
aniamin/ansible-user-management
3f44fd59b45772e3540f5c42be5344c7685605d9
3
roles/sudo-permission
5,517
[ "no_license" ]
[ { "path": "roles/sudo-permission/templates/sudo_administrators.j2", "content": "{% if users_admin_uses_ansible == true %}\nDefaults:%{{ users_admin_group }} !requiretty\n{% endif %}\n%{{ users_admin_group }} ALL = (ALL) {{ 'NOPASSWD:' if not users_admin_sudo_password else '' }} ALL\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 496, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/base
5,517
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Install base packages.\n sudo: yes\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - build-essential\n - software-properties-common\n - gnupg-agent\n - python-pip\n - python-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/chromium
5,517
[ "no_license" ]
[ { "path": "roles/chromium/tasks/install.yml", "content": "---\n- name: Make sure Chromium is installed.\n sudo: yes\n apt:\n name: chromium-browser\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 184, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/git
5,517
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.user.j2", "content": "{% if git_user is defined %}\n[user]\n\tname = {{ git_user.name }}\n\temail = {{ git_user.email }}\n{% endif %}\n[core]\n\texcludesfile = /home/{{ ansible_ssh_user }}/.gitignore_global\n\teditor = {{ editor }}\n", "license_type": "no_license...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1119, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/hipchat
5,517
[ "no_license" ]
[ { "path": "roles/hipchat/tasks/main.yml", "content": "---\n- name: Add the Apt repo.\n sudo: yes\n apt_repository:\n repo: deb http://downloads.hipchat.com/linux/apt stable main\n state: present\n\n- name: Add the Apt signing key.\n sudo: yes\n apt_key:\n url: https://www.hipchat.com/keys/hipch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/java
5,517
[ "no_license" ]
[ { "path": "roles/java/tasks/install.yml", "content": "---\n- name: Ensure the Java APT repo is present.\n sudo: yes\n apt_repository:\n repo: ppa:webupd8team/java\n state: present\n\n- name: Automatically select the Oracle License\n shell: echo debconf shared/accepted-oracle-license-v1-1 select tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/node
5,517
[ "no_license" ]
[ { "path": "roles/node/tasks/configure.yml", "content": "---\n- name: Make sure the npmrc directory exists.\n file:\n path: ~/.npmrcs\n state: directory\n owner: \"{{ ansible_ssh_user }}\"\n group: \"{{ ansible_ssh_user }}\"\n\n- name: Copy all npmrc files from S3.\n s3:\n aws_access_key: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 870, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/password-store
5,517
[ "no_license" ]
[ { "path": "roles/password-store/defaults/main.yml", "content": "---\npass_directory: ~/.password-store\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/password-store/tasks/main.yml", "content": "---\n- name: Install the pass utility.\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 294, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/rvm
5,517
[ "no_license" ]
[ { "path": "roles/rvm/defaults/main.yml", "content": "---\nruby_versions:\n - ruby-1.9.3\n - ruby-2.1.4\n - ruby-2.1-head\n - jruby-head\n\ndefault_ruby_version: 2.1.4\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/rvm/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 478, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/ssh
5,517
[ "no_license" ]
[ { "path": "roles/ssh/templates/config.j2", "content": "{% for host in ssh_hosts %}\nHost {{ host.name }}\n HostName {{ host.host_name }}\n Port {{ host.port }}\n User {{ host.user }}\n IdentityFile ~/.ssh/{{ host.identity }}\n{% if host.forward_agent %}\n ForwardAgent yes\n{% endif %}\n\n{% e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2114, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/sublime
5,517
[ "no_license" ]
[ { "path": "roles/sublime/tasks/install.yml", "content": "---\n- name: Ensure the Sublime Text APT repo is present.\n sudo: yes\n apt_repository:\n repo: ppa:webupd8team/sublime-text-3\n state: present\n\n- name: Ensure Sublime Text is installed.\n sudo: yes\n apt:\n name: sublime-text-installer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
wtcross/environment
ae710832cfb9737c681655276515ccd7684e7a11
1
roles/zsh
5,517
[ "no_license" ]
[ { "path": "roles/zsh/templates/zshrc.j2", "content": "ZSH_THEME=\"{{ theme }}\"\n\nexport ZSH=$HOME/.oh-my-zsh\nexport UPDATE_ZSH_DAYS={{ update_zsh_days }}\n\n{% if case_sensitive %}CASE_SENSITIVE=\"true\"{% endif %}\n{% if disable_auto_update %}DISABLE_AUTO_UPDATE=\"true\"{% endif %}\n{% if disable_ls_col...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2941, "all_permissive": false }
ansible_role
dhillonarvi/ansible
b1cb7524dd6cf54781bb06e0ab20482503848783
0
roles/cassandra
5,517
[ "no_license" ]
[ { "path": "roles/cassandra/tasks/createdir.yml", "content": "- name: create cassmon directory\n file: \n path: /opt/cassmon\n state: directory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/cassandra/tasks/copydata.yml", "content"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 455, "all_permissive": false }
ansible_role
dhillonarvi/ansible
b1cb7524dd6cf54781bb06e0ab20482503848783
0
roles/mysql
5,517
[ "no_license" ]
[ { "path": "roles/mysql/tasks/install_mysql_client.yaml", "content": "- name: Install mariadb client\n yum:\n name: MariaDB-client\n state: absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/mysql/tasks/main.yml", "content": "--...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 148, "all_permissive": false }
ansible_role
nhatanh002/scallops
e8f1b1e6b55663edd3dfa3bb426018accb19e0fc
0
roles/binary-deployer
5,517
[ "no_license" ]
[ { "path": "roles/binary-deployer/files/mackerel.configs.json", "content": "{\n \"Certificates\": {\n \"Key\": \"certs/rpc_server.key\",\n \"Crt\": \"certs/rpc_server.crt\",\n \"ClientCrt\": \"certs/rpc_client.crt\"\n },\n \"Runtime\": {\n \"Port\": \"8893\",\n \"L...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 6354, "all_permissive": false }
ansible_role
nhatanh002/scallops
e8f1b1e6b55663edd3dfa3bb426018accb19e0fc
0
roles/daemons
5,517
[ "no_license" ]
[ { "path": "roles/daemons/defaults/main.yml", "content": "---\nloginUser: ubuntu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/daemons/handlers/main.yml", "content": "---\n# handlers file for daemons\n- name: restart supervisor\n beco...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1138, "all_permissive": false }