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 | Gapisa/Final_Exam_Gapisa | 0f943e9a48b7c9bb6bc7487027867266a68efc23 | 0 | roles/ubuntu_server | 7,949 | [
"no_license"
] | [
{
"path": "roles/ubuntu_server/tasks/main.yml",
"content": "---\n\n- name: install apache and php for Ubuntu servers\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n\n- name: start and enabale apache\n service:\n name: apache2\n state: restarted\n enabled: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | kentt8046/ansible-provisioning-for-mac | 5b1bfd36fce28efc77ee7c1d3444b272fbf19455 | 0 | roles/gui | 7,949 | [
"no_license"
] | [
{
"path": "roles/gui/tasks/main.yml",
"content": "- name: write in .bash_profile\n lineinfile: >\n dest=~/.bash_profile\n regexp=\"export HOMEBREW_CASK_OPTS=\"\n line='export HOMEBREW_CASK_OPTS=\"--appdir=/Applications\"'\n\n- name: install packages\n homebrew_cask: name={{ item }} state=installe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | kentt8046/ansible-provisioning-for-mac | 5b1bfd36fce28efc77ee7c1d3444b272fbf19455 | 0 | roles/homebrew | 7,949 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "- name: brew tap\n homebrew_tap: tap={{ item }} state=present\n with_items: \"{{ homebrew_taps }}\"\n\n- name: brew update\n homebrew: update_homebrew=yes\n\n- name: install packages\n homebrew: name={{ item }} state=latest\n with_items:\n - git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | kentt8046/ansible-provisioning-for-mac | 5b1bfd36fce28efc77ee7c1d3444b272fbf19455 | 0 | roles/init | 7,949 | [
"no_license"
] | [
{
"path": "roles/init/files/.bashrc",
"content": "alias updatedb='sudo /usr/libexec/locate.updatedb'\n\ngit_branch() {\n echo $(git branch --no-color 2>/dev/null | sed -ne \"s/^\\* \\(.*\\)$/\\1/p\")\n}\nGIT_PS1_SHOWDIRTYSTATE=true\nexport PS1='\\[\\033[32m\\]\\u \\[\\033[0;33m\\]\\W/\\[\\033[31m\\]$(__git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | kentt8046/ansible-provisioning-for-mac | 5b1bfd36fce28efc77ee7c1d3444b272fbf19455 | 0 | roles/lang | 7,949 | [
"no_license"
] | [
{
"path": "roles/lang/tasks/main.yml",
"content": "- name: nodejs - exists nvm\n shell: source ~/.bash_profile && nvm ls default\n register: nvm_check_default\n ignore_errors: true\n tags:\n - nodejs\n- name: nodejs - install nvm\n shell: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1327,
"all_permissive": false
} |
ansible_role | Datanexus/telegraf | 5fa315e413524ebe2473a65b0bf3ad04b454d38f | 0 | roles/influxdb | 7,949 | [
"no_license"
] | [
{
"path": "roles/influxdb/handlers/main.yml",
"content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n# Licensed software not for distribution\n#\n# handlers used during telegraf installation\n---\n- name: yum-clean-all\n command: /usr/bin/yum clean all\n args:\n warn: no\n become: yes\n when:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | Datanexus/telegraf | 5fa315e413524ebe2473a65b0bf3ad04b454d38f | 0 | roles/preflight | 7,949 | [
"no_license"
] | [
{
"path": "roles/preflight/tasks/main.yml",
"content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n# Licensed software not for distribution\n#\n#\n---\n# RHEL6 needs package upgrades before we can install telegraf repo\n- block:\n \n - name: INFLUX OVERLAY | upgrading select default packages\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | Datanexus/telegraf | 5fa315e413524ebe2473a65b0bf3ad04b454d38f | 0 | roles/telegraf | 7,949 | [
"no_license"
] | [
{
"path": "roles/telegraf/tasks/main.yml",
"content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n# Licensed software not for distribution\n#\n#\n--- \n- block:\n \n - name: TELEGRAF OVERLAY | configuring agent precision\n lineinfile:\n path: \"{{ telegraf.config_file }}\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 20421,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Backdrop/roles/alpine_backdrop | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Backdrop/roles/alpine_backdrop/handlers/main.yml",
"content": "---\n# handlers file for alpine_backdrop",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "Alpine/Backdrop/roles/alpine_backdrop/defaults/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Cassandra/roles/alpine_cassandra | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Cassandra/roles/alpine_cassandra/templates/cassandra.conf.d.j2",
"content": "CASSANDRA_OPTS=\"-p /run/cassandra/cassandra.pid\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "Alpine/Cassandra/roles/alpine_cassandra/vars/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6922,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Chronograf/roles/alpine_chronograf | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Chronograf/roles/alpine_chronograf/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alpine_chronograf",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "Alpine/Chronograf/roles/alpine_chronog... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1738,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Consul/roles/alpine_consul | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Consul/roles/alpine_consul/files/consul.init.d",
"content": "#!/sbin/openrc-run\n\nUSER=consul\nGROUP=consul\nSERVICE=\"consul\"\nCOMMAND=\"/opt/consul/bin/consul\"\nCMD_ARGS=\"${CONSUL_OPTS}\"\nDIR=\"/opt/consul\"\n\ndepend() {\n need net\n need localmount\n}\n\nstart() {\n ebegi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2893,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Docker/roles/alpine_docker | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Docker/roles/alpine_docker/tasks/main.yml",
"content": "---\n# tasks file for alpine_docker\n\n- name: Install Docker\n apk:\n name: \"docker\"\n state: present\n update_cache: yes\n \n- name: Set Docker Listen Address\n lineinfile:\n dest: \"/etc/conf.d/docker\"\n rege... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/GOcd/roles/alpine_go_agent | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/GOcd/roles/alpine_go_agent/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alpine_go_agent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "Alpine/GOcd/roles/alpine_go_agent/tasks/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2768,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/GOcd/roles/alpine_go_server | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/GOcd/roles/alpine_go_server/templates/go-server.init.d.j2",
"content": "#!/sbin/openrc-run\n\nUSER=gocd\nGROUP=gocd\nSERVICE=\"go-server\"\nCOMMAND=\"/opt/go-server-{{ go_server_version }}/server.sh\"\nCMD_ARGS=\"${GO_SERVER_OPTS}\"\nDIR=\"/opt/go-server-{{ go_server_version }}\"\n\ndepend... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2391,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/GoGS/roles/alpine_gogs | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/GoGS/roles/alpine_gogs/files/gogs.init.d",
"content": "#!/sbin/openrc-run\n\nUSER=git\nGROUP=git\nSERVICE=\"gogs\"\nCOMMAND=\"/opt/gogs/src/github.com/gogits/gogs/gogs\"\nCMD_ARGS=${GOGS_OPTS}\nDIR=\"/opt/gogs\"\n\ndepend() {\n need net\n need localmount\n}\n\nstart() {\n ebegin \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3341,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Grafana/roles/alpine_grafana | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Grafana/roles/alpine_grafana/handlers/main.yml",
"content": "---\n# handlers file for alpine_grafana",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "Alpine/Grafana/roles/alpine_grafana/README.md",
"content": "Role Name\n======... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2875,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Graphite/roles/alpine_graphite | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Graphite/roles/alpine_graphite/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Graphite(API) for Alpine Linux\n license: license (GPLv2, CC-BY, etc)\n min_ansible_version: 2.0\n platforms:\n - name: Alpine\n galaxy_tags: \n - alpine\n - graphite\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5339,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Icinga2/roles/alpine_icinga2 | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Icinga2/roles/alpine_icinga2/tasks/main.yml",
"content": "---\n# tasks file for alpine_icinga2\n\n- name: Install packages needed\n apk:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - icinga2\n - icingaweb2\n - php5-gettext\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3664,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/InfluxDB/roles/alpine_influxdb | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/InfluxDB/roles/alpine_influxdb/handlers/main.yml",
"content": "---\n# handlers file for alpine_influxdb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "Alpine/InfluxDB/roles/alpine_influxdb/defaults/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2002,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Jenkins/roles/alpine_jenkins | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Jenkins/roles/alpine_jenkins/vars/main.yml",
"content": "---\n# vars file for alpine_jenkins",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "Alpine/Jenkins/roles/alpine_jenkins/files/jenkins.init.d",
"content": "#!/sbin/openrc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2043,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Kapacitor/roles/alpine_kapacitor | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Kapacitor/roles/alpine_kapacitor/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alpine_kapacitor",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "Alpine/Kapacitor/roles/alpine_kapacitor/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2140,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Lmod_EasyBuild/roles/alpine_lmod_easybuild | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Lmod_EasyBuild/roles/alpine_lmod_easybuild/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alpine_lmod_easybuild",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "Alpine/Lmod_EasyBuild/role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1696,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/MariaDB/roles/alpine_mariadb | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/MariaDB/roles/alpine_mariadb/templates/master.sql.j2",
"content": "CREATE USER '{{ mariadb_repl_user }}'@'localhost' IDENTIFIED BY '{{ mariadb_repl_pass }}';\nGRANT REPLICATION SLAVE ON *.* TO {{ mariadb_repl_user }} IDENTIFIED BY '{{ mariadb_repl_pass }}' WITH GRANT OPTION;\nFLUSH PRIVILE... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4899,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/MongoDB/roles/alpine_mongodb | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/MongoDB/roles/alpine_mongodb/vars/main.yml",
"content": "---\n# vars file for alpine_mongodb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "Alpine/MongoDB/roles/alpine_mongodb/tasks/main.yml",
"content": "---\n# tasks file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3717,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Mosquitto/roles/alpine_mosquitto | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Mosquitto/roles/alpine_mosquitto/defaults/main.yml",
"content": "---\n# defaults file for alpine_mosquitto",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "Alpine/Mosquitto/roles/alpine_mosquitto/tests/test.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Netdata/roles/alpine_netdata | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Netdata/roles/alpine_netdata/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alpine_netdata",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "Alpine/Netdata/roles/alpine_netdata/handlers/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Nginx/roles/alpine_nginx | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Nginx/roles/alpine_nginx/tasks/main.yml",
"content": "---\n# tasks file for alpine_nginx\n\n- name: Install Nginx\n apk:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Install php5 php-fpm \n apk:\n name: php5-fpm\n state: present\n update_cache: yes\n w... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3277,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Pakiti/roles/alpine_pakiti | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Pakiti/roles/alpine_pakiti/templates/Config.php.j2",
"content": "<?php\n# Copyright (c) 2017, CESNET. All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or\n# without modification, are permitted provided that the following\n# conditions are met:\n#\n# o Re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8835,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/PostgreSQL/roles/alpine_postgresql | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/PostgreSQL/roles/alpine_postgresql/tasks/main.yml",
"content": "---\n# tasks file for postgresql\n\n- name: Install PostgreSQL\n apk:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Install Python PostgreSQL module\n apk:\n name: py-psycopg2\n state: pre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6087,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/PowerDNS/roles/alpine_powerdns | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/PowerDNS/roles/alpine_powerdns/templates/pdns.postgresql.conf.j2",
"content": "cache-ttl=60\nconfig-dir=/etc\ndaemon=yes\ndistributor-threads=1\nguardian=yes\nlocal-address={{ pdns_auth_listen_addr }}\nlocal-port={{ pdns_auth_listen_port }}\nloglevel=3\nmodule-dir=/usr/lib/pdns/pdns\nnegqu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5537,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Prometheus/roles/alpine_prometheus | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Prometheus/roles/alpine_prometheus/tasks/main.yml",
"content": "---\n# tasks file for alpine_prometheus\n\n- name: Install packages\n apk:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - ca-certificates\n - tar\n\n- name: Check if user ex... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3311,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Prometheus_Alertmanager/roles/alpine_prometheus_alertmanager | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Prometheus_Alertmanager/roles/alpine_prometheus_alertmanager/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alpine_prometheus_alertmanager",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3262,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Prometheus_Node_Exporter/roles/alpine_prometheus_node_exporter | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Prometheus_Node_Exporter/roles/alpine_prometheus_node_exporter/handlers/main.yml",
"content": "---\n# handlers file for alpine_prometheus_node_exporter",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "Alpine/Prometheus_Node_Exporte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2308,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/RabbitMQ/roles/alpine_rabbitmq | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/RabbitMQ/roles/alpine_rabbitmq/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - alpine_rabbitmq",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "Alpine/RabbitMQ/roles/alpine_rabbitmq/defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Redis/roles/alpine_redis | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Redis/roles/alpine_redis/vars/main.yml",
"content": "---\n# vars file for alpine_redis",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "Alpine/Redis/roles/alpine_redis/defaults/main.yml",
"content": "---\n# defaults file for al... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1858,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Rocket.Chat/roles/alpine_rocketchat | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Rocket.Chat/roles/alpine_rocketchat/files/rocketchat.init.d",
"content": "#!/sbin/openrc-run\n\nUSER=rocketchat\nGROUP=rocketchat\nSERVICE=\"rocketchat\"\nCOMMAND=\"/usr/bin/node\"\nCMD_ARGS=${ROCKETCHAT_OPTS}\nCMD_ENV=\"${ROCKETCHAT_ENV}\"\nDIR=\"/opt/rocketchat/bundle\"\n\ndepend() {\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2811,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Saltstack/roles/alpine_saltstack | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Saltstack/roles/alpine_saltstack/defaults/main.yml",
"content": "---\n# defaults file for alpine_saltstack",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "Alpine/Saltstack/roles/alpine_saltstack/handlers/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Samba/roles/alpine_samba | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Samba/roles/alpine_samba/templates/smb.conf.j2",
"content": "[global]\n workgroup = WORKGROUP\n dos charset = cp850\n unix charset = ISO-8859-1\n\n{% for share in smb_shares %}\n[{{ share.share_name }}]\n comment = {{ share.share_name }}\n path = {{ share.share }}\n public = ye... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Alpine/Telegraf/roles/alpine_telegraf | 7,952 | [
"no_license"
] | [
{
"path": "Alpine/Telegraf/roles/alpine_telegraf/tasks/main.yml",
"content": "---\n# tasks file for alpine_telegraf\n\n- name: Install packages\n apk:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - ca-certificates\n - tar\n\n- name: Create /opt\n file:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2007,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Debian8/Empty/roles/confluence | 7,952 | [
"no_license"
] | [
{
"path": "Debian8/Empty/roles/confluence/handlers/main.yml",
"content": "---\n# handlers file for confluence\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "Debian8/Empty/roles/confluence/tasks/main.yml",
"content": "---\n# tasks file for co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | alainvanhoof/vagrant | f925b90145c334a91735a667c92686eaf5565a01 | 1 | Debian8/Empty/roles/postgresql | 7,952 | [
"no_license"
] | [
{
"path": "Debian8/Empty/roles/postgresql/tasks/main.yml",
"content": "---\n# tasks file for postgresql\n- name: Install PostgreSQL {{ $postgresql_version }}\n apt:\n name: postgresql-{{ $postgresql_version }}\n state: present\n- name: Install libpg-dev\n apt:\n name: libpq-dev\n state: presen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | aakarshg/dmidecode_json | 539d038ae65113a48a4b90377622b5025cea4c4b | 3 | roles/dmidecode | 7,952 | [
"permissive"
] | [
{
"path": "roles/dmidecode/files/dmide_to_json.py",
"content": "import re as _re\nfrom subprocess import call,Popen,PIPE, check_output\nimport json\nimport argparse\n\ndef _parse(dmide_fullinput):\n output_data = {}\n # Each record is separated by double newlines\n dmide_fullinput = dmide_fullinpu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2973,
"all_permissive": true
} |
ansible_role | aakarshg/dmidecode_json | 539d038ae65113a48a4b90377622b5025cea4c4b | 3 | roles/install-pip | 7,952 | [
"permissive"
] | [
{
"path": "roles/install-pip/tasks/main.yml",
"content": "---\n# Using\n# https://github.com/William-Yeh/ansible-uwsgi/blob/master/tasks/install-pip.yml\n# Mini installer for pip; only to enable the Ansible `pip` module.\n\n- name: check to see if pip is already installed\n command: \"pip --version\"\n ig... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": true
} |
ansible_role | blcksrx/ansible-superset | 30cb013da672934f403c78485ebdfe70e94d92d8 | 8 | roles/webserver | 7,952 | [
"no_license"
] | [
{
"path": "roles/webserver/templates/superset-webserver.j2",
"content": "\n[Unit]\nDescription = Apache Superset, A modern, enterprise-ready business intelligence web application\nAfter = network.target\n\n[Service]\nPIDFile = '{{ SUPERSET_HOME }}/superset.PIDFile'\nUser = superset\nGroup = superset\nEnviro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3410,
"all_permissive": false
} |
ansible_role | blcksrx/ansible-superset | 30cb013da672934f403c78485ebdfe70e94d92d8 | 8 | roles/worker | 7,952 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n# tasks file for superset\n- name: Download and Unrachive Superset source code\n unarchive:\n src: \"https://github.com/apache/incubator-superset/archive/{{ SUPERSET_VERSION}}.tar.gz\"\n dest: \"/tmp\"\n remote_src: yes \n\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3361,
"all_permissive": false
} |
ansible_role | dcmirandah/ansible-sandbox-template | b555a41c9e001d6f64c09a0f6d97cc8eb651b68f | 0 | roles/role_dummy | 7,952 | [
"no_license"
] | [
{
"path": "roles/role_dummy/defaults/main.yml",
"content": "file_dest: /tmp/dummyfile\nfile_size: 1B\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/role_dummy/tasks/main.yml",
"content": "- name: Create a file of 1G filled with null by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/aws_cli | 7,952 | [
"no_license"
] | [
{
"path": "roles/aws_cli/tasks/install_vscode_extensions.yml",
"content": "---\n- name: Install VS Code extensions\n become: false\n shell: code --install-extension {{ item }}\n loop:\n - aws-scripting-guy.cform\n - amazonwebservices.aws-toolkit-vscode\n args:\n creates: \"{{ ansible_env.HOME }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/azure_cli | 7,952 | [
"no_license"
] | [
{
"path": "roles/azure_cli/tasks/main.yml",
"content": "---\n- name: Ensure apt-transport-https and lsb-release are installed\n apt:\n name:\n - apt-transport-https\n - lsb-release\n - gnupg\n state: present\n update_cache: yes\n\n- name: Wait for apt lock to be released\n shell: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/bazel | 7,952 | [
"no_license"
] | [
{
"path": "roles/bazel/defaults/main.yml",
"content": "---\n# defaults file for bazel\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/bazel/tasks/main.yml",
"content": "---\n- import_tasks: install_bazel.yml\n- import_tasks: install_gaz... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/c_dev | 7,952 | [
"no_license"
] | [
{
"path": "roles/c_dev/handlers/main.yml",
"content": "---\n# handlers file for c_dev\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/c_dev/vars/main.yml",
"content": "---\n# vars file for c_dev\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/cassandra | 7,952 | [
"no_license"
] | [
{
"path": "roles/cassandra/defaults/main.yml",
"content": "---\n# Default variables for Cassandra installation\ncassandra_version: \"4.1.9\"\ncassandra_download_url: \"https://downloads.apache.org/cassandra/{{ cassandra_version }}/apache-cassandra-{{ cassandra_version }}-bin.tar.gz\"",
"license_type": "... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 4811,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/docker | 7,952 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n# defaults file for roles/docker\ndocker_package_version: latest\nansible_user: tzmijewski",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/docker/tasks/start_services.yml",
"con... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1213,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/gimp | 7,952 | [
"no_license"
] | [
{
"path": "roles/gimp/vars/main.yml",
"content": "---\n# vars file for gimp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/gimp/tasks/install_gimp.yml",
"content": "---\n- name: Ensure dependencies are installed\n apt:\n name:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/go_gvm | 7,952 | [
"no_license"
] | [
{
"path": "roles/go_gvm/handlers/main.yml",
"content": "---\n# handlers file for go_gvm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/go_gvm/defaults/main.yml",
"content": "---\ngo_version: \"1.17\"",
"license_type": "no_license",... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1874,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/inkscape | 7,952 | [
"no_license"
] | [
{
"path": "roles/inkscape/tasks/install_inkscape.yml",
"content": "---\n- name: Ensure dependencies are installed\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Add Inkscape PPA repository\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/insomnia | 7,952 | [
"no_license"
] | [
{
"path": "roles/insomnia/tasks/main.yml",
"content": "---\n- name: Ensure dependencies are installed\n apt:\n name:\n - wget\n - apt-transport-https\n - ca-certificates\n - gnupg\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Download Insom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/java_dev | 7,952 | [
"no_license"
] | [
{
"path": "roles/java_dev/tasks/install_vscode_extensions.yml",
"content": "- name: Install VS Code extensions\n become: no\n shell: |\n if ! code --list-extensions | grep -q {{ item }}; then\n code --install-extension {{ item }}\n fi\n loop:\n - vscjava.vscode-java-pack\n - vscjava.vsco... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4267,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/k3s | 7,952 | [
"no_license"
] | [
{
"path": "roles/k3s/tasks/configure_users.yml",
"content": "---\n# Task to configure K3s access for multiple users\n\n- name: Create .kube directory for each user\n file:\n path: /home/{{ item }}/.kube\n state: directory\n owner: \"{{ item }}\"\n group: \"{{ item }}\"\n mode: '0700'\n with... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6872,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/knative | 7,952 | [
"no_license"
] | [
{
"path": "roles/knative/handlers/main.yml",
"content": "---\n# handlers file for roles/knative\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/knative/tasks/install_serving.yml",
"content": "---\n# roles/knative/tasks/install_serving.y... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2469,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/nodejs_nvm | 7,952 | [
"no_license"
] | [
{
"path": "roles/nodejs_nvm/handlers/main.yml",
"content": "---\n# handlers file for nodejs_nvm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/nodejs_nvm/tasks/main.yml",
"content": "---\n- import_tasks: install_dependencies.yml\n- imp... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 2808,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/opensearch | 7,952 | [
"no_license"
] | [
{
"path": "roles/opensearch/tasks/download_opensearch.yml",
"content": "- name: Download OpenSearch 2.19\n get_url:\n url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.19.0/opensearch-2.19.0-linux-x64.tar.gz\n dest: /tmp/opensearch-2.19.0-linux-x64.tar.gz\n\n- name: Extract OpenSearc... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4377,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/phpenv | 7,952 | [
"no_license"
] | [
{
"path": "roles/phpenv/handlers/main.yml",
"content": "---\n# handlers file for phpenv\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/phpenv/tasks/configure_env.yml",
"content": "---\n- name: Ensure /etc/profile.d directory exists\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3759,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/pulumi | 7,952 | [
"no_license"
] | [
{
"path": "roles/pulumi/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/pulumi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/pulumi/tasks/install_dependencies.yml",
"content": "---\n- n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/python_dev | 7,952 | [
"no_license"
] | [
{
"path": "roles/python_dev/tasks/install_pyenv.yml",
"content": "---\n# Install and Configure Pyenv\n\n# Ensure required build dependencies are installed\n- name: Ensure required build dependencies are installed\n apt:\n name:\n - make\n - build-essential\n - libssl-dev\n - zlib1g-d... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5293,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/student_account | 7,952 | [
"no_license"
] | [
{
"path": "roles/student_account/tasks/main.yml",
"content": "---\n- import_tasks: create_user.yml\n- import_tasks: limit_permissions.yml\n# - import_tasks: update_bashrc.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/student_account/ha... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2575,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/student_group | 7,952 | [
"no_license"
] | [
{
"path": "roles/student_group/tasks/create_group.yml",
"content": "---\n- name: Create student group\n group:\n name: student\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/student_group/tasks/restrict_internet.yml",... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | rollthecloudinc/school | c8c9ad5ba0a6c26a15b9498857715c796197f578 | 0 | roles/terraform | 7,952 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n- import_tasks: install_terraform.yml\n- import_tasks: install_vscode_extensions.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/terraform/tasks/install_terraform.yml",
"con... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1008,
"all_permissive": false
} |
ansible_role | jzzmatt/PROJECT-SIC | 3b06265094b1cd715360f5285d920bd83f697027 | 0 | SICPROD/roles/dns | 7,952 | [
"no_license"
] | [
{
"path": "SICPROD/roles/dns/tasks/main.yml",
"content": "---\n- name: SETUP DNS SERVER\n template:\n src: templates/dns.j2\n dest: \"host_vars/{{ inventory_hostname }}/{{ dir_config }}/10-dns.cfg\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | jzzmatt/PROJECT-SIC | 3b06265094b1cd715360f5285d920bd83f697027 | 0 | SICPROD/roles/ntp | 7,952 | [
"no_license"
] | [
{
"path": "SICPROD/roles/ntp/tasks/main.yml",
"content": "---\n- name: NTP SETUP\n template:\n src: templates/ntp.j2\n dest: \"host_vars/{{ inventory_hostname }}/{{ dir_config }}/12-ntp.cfg\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | jzzmatt/PROJECT-SIC | 3b06265094b1cd715360f5285d920bd83f697027 | 0 | SICPROD/roles/snmp | 7,952 | [
"no_license"
] | [
{
"path": "SICPROD/roles/snmp/tasks/main.yml",
"content": "---\n- name: SNMP & NETFLOW SETUP\n template:\n src: templates/snmp.j2\n dest: \"host_vars/{{ inventory_hostname }}/{{ dir_config }}/13-snmp.cfg\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | jzzmatt/PROJECT-SIC | 3b06265094b1cd715360f5285d920bd83f697027 | 0 | SICPROD/roles/syslog | 7,952 | [
"no_license"
] | [
{
"path": "SICPROD/roles/syslog/tasks/main.yml",
"content": "---\n- name: SETUP SYSLOG\n template:\n src: templates/syslog.j2\n dest: \"host_vars/{{ inventory_hostname }}/{{ dir_config }}/11-syslog.cfg\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | khalford/myWebApp | 65fe9b49edaa8ff0d4d8b316182ea9f5b949c8d3 | 0 | bastion_ansible_setup/roles/apache2_config | 7,952 | [
"no_license"
] | [
{
"path": "bastion_ansible_setup/roles/apache2_config/tasks/main.yaml",
"content": "---\n- name: Install Apache2 and PHP and packages\n become: true\n ansible.builtin.apt:\n name:\n - apache2\n - php\n - libapache2-mod-php\n - php-mysql\n state: latest\n update_cache: true\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10132,
"all_permissive": false
} |
ansible_role | khalford/myWebApp | 65fe9b49edaa8ff0d4d8b316182ea9f5b949c8d3 | 0 | bastion_ansible_setup/roles/github_scrape_config | 7,952 | [
"no_license"
] | [
{
"path": "bastion_ansible_setup/roles/github_scrape_config/tasks/main.yaml",
"content": "---\n- name: Make github_scrape user\n become: true\n user:\n name: github_scrape\n\n- name: Add user to sudoers with no password\n become: true\n lineinfile:\n dest: /etc/sudoers\n state: present\n lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3219,
"all_permissive": false
} |
ansible_role | khalford/myWebApp | 65fe9b49edaa8ff0d4d8b316182ea9f5b949c8d3 | 0 | bastion_ansible_setup/roles/mariadb_config | 7,952 | [
"no_license"
] | [
{
"path": "bastion_ansible_setup/roles/mariadb_config/tasks/main.yaml",
"content": "---\n- name: Add MariaDB repo\n become: true\n shell: curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=\"mariadb-10.11\"\n\n- name: Update apt\n become: true\n comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3399,
"all_permissive": false
} |
ansible_role | khalford/myWebApp | 65fe9b49edaa8ff0d4d8b316182ea9f5b949c8d3 | 0 | bastion_ansible_setup/roles/ssl_config | 7,952 | [
"no_license"
] | [
{
"path": "bastion_ansible_setup/roles/ssl_config/tasks/main.yaml",
"content": "- name: Create auth directory\n file:\n path: /home/{{fed_id}}/auth\n state: directory\n\n- name: Create CA private key\n community.crypto.openssl_privatekey:\n path: /home/{{ fed_id }}/auth/ca.key\n\n- name: Create C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3482,
"all_permissive": false
} |
ansible_role | khalford/myWebApp | 65fe9b49edaa8ff0d4d8b316182ea9f5b949c8d3 | 0 | bastion_ansible_setup/roles/vm_config | 7,952 | [
"no_license"
] | [
{
"path": "bastion_ansible_setup/roles/vm_config/tasks/main.yaml",
"content": "- name: Update packages\n become: true\n command: apt update\n\n- name: Upgrade packages\n become: true\n command: apt upgrade -y ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | NyerhovwoOnitcha/Test | e11c7da5e0cb95560ee59a6b291b76abb26c0ade | 0 | dev/roles/uats | 7,952 | [
"no_license"
] | [
{
"path": "dev/roles/uats/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - uats",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "dev/roles/uats/tasks/main.yml",
"content": "---\n- name: install httpd\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | LeonB/bobbieq-api | 0d1b6eb6565f2a38d993c1e094688984a2c37a38 | 0 | ansible/roles/beanstalk-console | 7,952 | [
"no_license"
] | [
{
"path": "ansible/roles/beanstalk-console/meta/main.yml",
"content": "---\n\ndependencies:\n - { role: apache2-base }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "ansible/roles/beanstalk-console/tasks/main.yml",
"content": "---\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | LeonB/bobbieq-api | 0d1b6eb6565f2a38d993c1e094688984a2c37a38 | 0 | ansible/roles/beanstalkd | 7,952 | [
"no_license"
] | [
{
"path": "ansible/roles/beanstalkd/tasks/main.yml",
"content": "---\n\n- name: install beanstalkd\n apt: pkg=beanstalkd\n\n- name: install /etc/default/beanstalkd\n template: src=beanstalkd.default\n dest=/etc/default/beanstalkd\n owner=root group=root mode=0444\n notify: restart beanstalkd\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | LukeLemes/nethost_homework | 566a61f161748d7627dcefb1b13b1b6b4f489fb7 | 0 | roles/base | 7,952 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for base\n\n- name: Install base pkgs\n package:\n name: \"{{ item }}\"\n state: 'latest'\n with_items:\n - curl\n - wget\n - zip\n - unzip\n\n- name: Install unattended upgrades\n pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | LukeLemes/nethost_homework | 566a61f161748d7627dcefb1b13b1b6b4f489fb7 | 0 | roles/dbserver | 7,952 | [
"no_license"
] | [
{
"path": "roles/dbserver/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for dbserver\n\n- name: Install DB server (mariadb)\n package:\n name: \"{{ item }}\"\n state: 'latest'\n with_items:\n - mariadb-server\n - mariabd-test\n\n- name: Copy default DB server co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | LukeLemes/nethost_homework | 566a61f161748d7627dcefb1b13b1b6b4f489fb7 | 0 | roles/php | 7,952 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for php\n\n- name: Install php engine\n package:\n name: \"{{ item }}\"\n state: 'latest'\n with_items:\n - php\n - php-cli\n - php-pear\n\n- name: Install php engine modules\n package:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | LukeLemes/nethost_homework | 566a61f161748d7627dcefb1b13b1b6b4f489fb7 | 0 | roles/webserver | 7,952 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for apache-webserver\n\n- name: Install apache webserver pkgs\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - apache2\n - apache2-data\n - apache2-utils\n - apache2-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1265,
"all_permissive": false
} |
ansible_role | LukeLemes/nethost_homework | 566a61f161748d7627dcefb1b13b1b6b4f489fb7 | 0 | roles/wordpress | 7,952 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for wordpress\n\n- name: Dowload wordpress install\n get_url:\n url: \"{{ wordpress_url_download }}\"\n dest: '/var/www/html/wordpress.tar.gz'\n register: wordpress_install\n\n- name: Extract w... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2370,
"all_permissive": false
} |
ansible_role | Nickmob/vagrant_clean_ubuntu | 2f0e6cdc2da061a0d24a234c5a851bb1e9072c59 | 5 | provision/roles/mysql | 7,952 | [
"no_license"
] | [
{
"path": "provision/roles/mysql/README.md",
"content": "# Common role\r\n\r\n## Install some additional packages from repository\r\n\r\n- epel-release\r\n- zip\r\n- unzip\r\n- bzip2\r\n- wget\r\n- libselinux-python\r\n- policycoreutils-python\r\n- git\r\n- curl",
"license_type": "no_license",
"dete... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2622,
"all_permissive": false
} |
ansible_role | worldofth/linux-ansible | bb22b3bbf0abd82ccf790cbb85f09fc117ebb81a | 0 | ansible/roles/basic-setup | 7,953 | [
"no_license"
] | [
{
"path": "ansible/roles/basic-setup/tasks/essentials.yml",
"content": "---\n- name: Update packages\n package:\n update_cache: yes\n upgrade: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible/roles/basic-setup/tasks/apps.yml",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2491,
"all_permissive": false
} |
ansible_role | rsjorslev/ansible_clone_vsphere_vm | cf720e75a7302ba45147796ffc3236374eb9c02e | 0 | roles/common | 7,953 | [
"no_license"
] | [
{
"path": "roles/common/files/provision.yml",
"content": "---\n- name: Register IP for use with VM creation from phpIPAM\n uri:\n url: \"{{ phpipam_url }}/addresses/first_free/7/\"\n method: POST\n headers:\n token: \"{{ ipam_login.json.data.token }}\"\n body_format: json\n body: ' { \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3639,
"all_permissive": false
} |
ansible_role | rsjorslev/ansible_clone_vsphere_vm | cf720e75a7302ba45147796ffc3236374eb9c02e | 0 | roles/teardown | 7,953 | [
"no_license"
] | [
{
"path": "roles/teardown/tasks/main.yml",
"content": "---\n- name: Delete VM by UUID\n vmware_guest:\n hostname: \"{{ vc_server }}\"\n username: \"{{ vc_user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: false\n force: true\n name: # blank on purpose - field is required but not... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1381,
"all_permissive": false
} |
ansible_role | zvikrant5/myplaybooks | 1ea70326a5b07472d79e1ebb619e57349494d029 | 0 | roles/setup-apache-role | 7,953 | [
"no_license"
] | [
{
"path": "roles/setup-apache-role/tasks/main.yml",
"content": "---\n# tasks file for setup-apache-role\n- name: Install httpd package on RedHat Package\n yum:\n name: httpd\n state: installed\n when: ansible_os_family == \"RedHat\"\n notify: Start httpd service\n\n- name: Install apache2 package o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | spkills/ansible-i8q | 63057af3c8f2f0e05892a81e7fd87e706f14eb7a | 0 | roles/general | 7,953 | [
"no_license"
] | [
{
"path": "roles/general/tasks/tool.yml",
"content": "---\n- name: lltsv\n get_url:\n url: \"https://github.com/sonots/lltsv/releases/download/v0.6.1/lltsv_linux_amd64\"\n dest: /usr/local/bin/lltsv\n mode: 0755\n\n- name: jq\n get_url:\n url: \"https://github.com/stedolan/jq/releases/download... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2694,
"all_permissive": false
} |
ansible_role | spkills/ansible-i8q | 63057af3c8f2f0e05892a81e7fd87e706f14eb7a | 0 | roles/install-redis | 7,953 | [
"no_license"
] | [
{
"path": "roles/install-redis/tasks/main.yml",
"content": "---\n- yum:\n name: \"{{ item }}\"\n with_items:\n - epel-release\n - redis\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | spkills/ansible-i8q | 63057af3c8f2f0e05892a81e7fd87e706f14eb7a | 0 | roles/isucon-user | 7,953 | [
"no_license"
] | [
{
"path": "roles/isucon-user/tasks/main.yml",
"content": "---\n# - name: create isucon\n# user:\n# state: present\n# name: isucon\n# shell: /bin/bash\n# create_home: yes\n\n- name: set authorized key took from github\n authorized_key:\n user: isucon\n state: present\n key: \"{{lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | spkills/ansible-i8q | 63057af3c8f2f0e05892a81e7fd87e706f14eb7a | 0 | roles/tare-nginx | 7,953 | [
"no_license"
] | [
{
"path": "roles/tare-nginx/tasks/main.yml",
"content": "---\n- name: sync nginx tare directory\n synchronize:\n src: etc/nginx/tare/\n dest: /etc/nginx/tare/\n recursive: yes\n delete: yes\n owner: no\n group: no\n perms: no\n\n# - name: nginx config test\n# command: sudo /usr/sbin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | jacobsee/dotfiles | 6f60fd59b99d022c3b700ffe69bbf570fd8df196 | 1 | roles/exfat | 7,953 | [
"no_license"
] | [
{
"path": "roles/exfat/tasks/main.yml",
"content": "- name: install exfat\n dnf: \n name: fuse-exfat \n state: latest\n become: yes\n become_method: sudo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/exfat/README.md",
"content... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | jacobsee/dotfiles | 6f60fd59b99d022c3b700ffe69bbf570fd8df196 | 1 | roles/fish | 7,953 | [
"no_license"
] | [
{
"path": "roles/fish/files/config.fish",
"content": "abbr --add zf \"vim (fzf)\"\n\nfunction fish_greeting\nend\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/fish/README.md",
"content": "fish\n===\n\nInstall the fish terminal and my ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | jacobsee/dotfiles | 6f60fd59b99d022c3b700ffe69bbf570fd8df196 | 1 | roles/fzf | 7,953 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "- name: install fzf\n dnf: \n name: fzf \n state: latest\n become: yes\n become_method: sudo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/fzf/README.md",
"content": "fzf\n=====... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | jacobsee/dotfiles | 6f60fd59b99d022c3b700ffe69bbf570fd8df196 | 1 | roles/git | 7,953 | [
"no_license"
] | [
{
"path": "roles/git/README.md",
"content": "git\n===\n\nCopies in a global .gitignore file and sets global configs.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/git/tasks/main.yml",
"content": "- name: copy global gitignore\n copy: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | jacobsee/dotfiles | 6f60fd59b99d022c3b700ffe69bbf570fd8df196 | 1 | roles/go | 7,953 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "- name: install go\n dnf: \n name: golang\n state: latest\n become: yes\n become_method: sudo\n- name: create workspace\n file:\n path: ~/go\n state: directory\n- name: create src directory in workspace\n file:\n path: ~/go/src\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | jacobsee/dotfiles | 6f60fd59b99d022c3b700ffe69bbf570fd8df196 | 1 | roles/rpmfusion | 7,953 | [
"no_license"
] | [
{
"path": "roles/rpmfusion/README.md",
"content": "rpmfusion\n=====\n\ninstalls rpmfusion repos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/rpmfusion/tasks/main.yml",
"content": "- name: install the rpmfusion repo packages\n dnf: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.