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
Entepotenz/k3s_experiments
29fb000b3648e28111c8f141ceb61985ac922cd3
0
ansible/roles/general-system
7,437
[ "no_license" ]
[ { "path": "ansible/roles/general-system/tasks/install-packages-for-kubernetes-longhorn.yml", "content": "---\n- name: Install packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - open-iscsi\n - nfs-common\n when: item not in ansible_facts.packages\n", ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4273, "all_permissive": false }
ansible_role
Entepotenz/k3s_experiments
29fb000b3648e28111c8f141ceb61985ac922cd3
0
ansible/roles/install
7,437
[ "no_license" ]
[ { "path": "ansible/roles/install/tasks/main.yml", "content": "---\n- name: Run k3s installation script\n ansible.builtin.shell: curl -sfL https://get.k3s.io | sh -s - server --cluster-init\n register: output\n tags:\n - skip_ansible_lint\n\n- name: Print stdout\n ansible.builtin.debug:\n var: outp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1441, "all_permissive": false }
ansible_role
Entepotenz/k3s_experiments
29fb000b3648e28111c8f141ceb61985ac922cd3
0
ansible/roles/install-argocd
7,437
[ "no_license" ]
[ { "path": "ansible/roles/install-argocd/tasks/main.yml", "content": "---\n- name: Copy <manifests>.yml\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: ~/\n owner: root\n group: root\n mode: u=rw,g=r,o=\n with_fileglob:\n - \"{{ role_path }}/files/*.yml\"\n\n- name: Deploy pod\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1827, "all_permissive": false }
ansible_role
Entepotenz/k3s_experiments
29fb000b3648e28111c8f141ceb61985ac922cd3
0
ansible/roles/install-helm
7,437
[ "no_license" ]
[ { "path": "ansible/roles/install-helm/tasks/main.yml", "content": "---\n- name: Download get_helm.sh\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: ~/get_helm.sh\n mode: u=rwx,g=,o=\n\n- name: Install helm from script\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
Entepotenz/k3s_experiments
29fb000b3648e28111c8f141ceb61985ac922cd3
0
ansible/roles/install-with-node-token
7,437
[ "no_license" ]
[ { "path": "ansible/roles/install-with-node-token/tasks/main.yml", "content": "---\n- name: Run k3s installation script\n ansible.builtin.shell: curl -sfL https://get.k3s.io | sh -\n register: output\n environment:\n K3S_URL: \"{{ hostvars[groups['master'][0]]['control_plane_url'] | quote }}\"\n K3S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
Entepotenz/k3s_experiments
29fb000b3648e28111c8f141ceb61985ac922cd3
0
ansible/roles/install-with-server-token
7,437
[ "no_license" ]
[ { "path": "ansible/roles/install-with-server-token/tasks/main.yml", "content": "---\n- name: Run k3s installation script\n ansible.builtin.shell: curl -sfL https://get.k3s.io | sh -s - server\n register: output\n environment:\n K3S_TOKEN: \"{{ hostvars[groups['master'][0]]['server_token'] | quote }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
Entepotenz/k3s_experiments
29fb000b3648e28111c8f141ceb61985ac922cd3
0
ansible/roles/reset
7,437
[ "no_license" ]
[ { "path": "ansible/roles/reset/tasks/main.yml", "content": "---\n- name: Populate service facts\n ansible.builtin.service_facts:\n\n- name: Uninstall k3s\n ansible.builtin.command: k3s-uninstall.sh\n when: \"'k3s.service' in services\"\n changed_when: \"'k3s.service' not in services\"\n\n- name: Uninsta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/arch
7,437
[ "no_license" ]
[ { "path": "roles/arch/files/pacup.sh", "content": "#!/bin/sh\n/usr/bin/pacman -Syu --needed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/arch/tasks/packages-gui.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2176, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/debian
7,437
[ "no_license" ]
[ { "path": "roles/debian/tasks/google-chrome.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.o...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 14505, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/el
7,437
[ "no_license" ]
[ { "path": "roles/el/tasks/packagekit.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/lice...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5197, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/fedora
7,437
[ "no_license" ]
[ { "path": "roles/fedora/tasks/vscode.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/lice...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7256, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/freebsd
7,437
[ "no_license" ]
[ { "path": "roles/freebsd/tasks/packages-gui.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.o...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 12633, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/home-cli
7,437
[ "no_license" ]
[ { "path": "roles/home-cli/files/bashrc", "content": "#!/usr/bin/env bash\nif [ -r \"$HOME/.shrc\" ]\nthen\n\t. \"$HOME/.shrc\"\nfi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/home-cli/files/zshrc", "content": "#!/usr/bin/env zsh\nif...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 36807, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/home-gui
7,437
[ "no_license" ]
[ { "path": "roles/home-gui/files/xinitrc", "content": "#!/bin/sh\n. \"$HOME/.profile\"\nexec icewm-session\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/home-gui/files/zshrc", "content": "if [ -r $HOME/.shrc ]; then\n . $HOME/.shrc\...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 26, "total_bytes": 32494, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/kali
7,437
[ "no_license" ]
[ { "path": "roles/kali/tasks/packages-cli.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1315, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/netbsd
7,437
[ "no_license" ]
[ { "path": "roles/netbsd/tasks/packages-gui.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.or...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4870, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/openbsd
7,437
[ "no_license" ]
[ { "path": "roles/openbsd/tasks/qemu-guest.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1823, "all_permissive": false }
ansible_role
acperkins/workstation
b6eb47d59aff98167df8ebc4fcfbb39cf2900f4a
0
roles/opensuse-tumbleweed
7,437
[ "no_license" ]
[ { "path": "roles/opensuse-tumbleweed/tasks/packages-cli.yml", "content": "---\n# Copyright 2021-2023 <NAME>\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2234, "all_permissive": false }
ansible_role
saltdrops-git/DevEnvironment
d641170a036ce3b6f2a0a33f0e88a6569fd143b2
0
ansible/roles/configure_elkstack_logstash
7,426
[ "no_license" ]
[ { "path": "ansible/roles/configure_elkstack_logstash/tasks/main.yml", "content": "---\n# Step 1: Add the Elastic repository (optional, falls Logstash nicht installiert werden muss, aber für Updates erforderlich)\n- name: Add the Elastic repository (if needed)\n yum_repository:\n name: elasticsearch\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1863, "all_permissive": false }
ansible_role
saltdrops-git/DevEnvironment
d641170a036ce3b6f2a0a33f0e88a6569fd143b2
0
ansible/roles/install_elkstack
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_elkstack/tasks/main.yml", "content": "---\n# Install ELK Stack on RedHat-based system (RHEL, CentOS, etc.)\n\n- name: Install Java (required by Elasticsearch and Logstash)\n yum:\n name: java-11-openjdk\n state: present\n\n- name: Add Elasticsearch YUM repository\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1112, "all_permissive": false }
ansible_role
saltdrops-git/DevEnvironment
d641170a036ce3b6f2a0a33f0e88a6569fd143b2
0
ansible/roles/install_grafana
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_grafana/vars/main.yml", "content": "grafana_version: \"10.0.0\"\ngrafana_install_dir: \"/opt/grafana\"\ngrafana_service_name: \"grafana\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "ansible/roles/install_gra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1458, "all_permissive": false }
ansible_role
saltdrops-git/DevEnvironment
d641170a036ce3b6f2a0a33f0e88a6569fd143b2
0
ansible/roles/install_node_exporter
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_node_exporter/vars/main.yml", "content": "node_exporter_version: \"1.7.0\"\nnode_exporter_bin: \"/usr/local/bin/node_exporter\"\ntextfile_directory: \"/opt/DEV/work\"\nsystemd_service: \"/etc/systemd/system/node_exporter.service\"\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2210, "all_permissive": false }
ansible_role
saltdrops-git/DevEnvironment
d641170a036ce3b6f2a0a33f0e88a6569fd143b2
0
ansible/roles/install_prometheus
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_prometheus/tasks/main.yml", "content": "---\n- name: Erstelle temporären Download-Ordner\n ansible.builtin.file:\n path: /tmp/prometheus\n state: directory\n mode: '0755'\n\n- name: Lade Prometheus herunter\n ansible.builtin.get_url:\n url: \"https://github.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1928, "all_permissive": false }
ansible_role
saltdrops-git/DevEnvironment
d641170a036ce3b6f2a0a33f0e88a6569fd143b2
0
ansible/roles/install_prometheus_pushgateway
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_prometheus_pushgateway/main.yml", "content": "---\n- name: Install dependencies\n package:\n name: curl\n state: present\n when: ansible_os_family in [\"Debian\", \"RedHat\"]\n\n- name: Download Pushgateway\n get_url:\n url: \"{{ pushgateway_url }}\"\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2380, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/activemq
7,426
[ "no_license" ]
[ { "path": "roles/activemq/templates/tmp-activemq.conf.j2", "content": "d /var/run/activemq 0755 activemq activemq -", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/activemq/tasks/main.yml", "content": "---\n### main.yml - ActiveMQ role fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1392, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/avahi
7,426
[ "no_license" ]
[ { "path": "roles/avahi/tasks/main.yml", "content": "---\n### main.yml - avahi role for an OpenShift Origin deployment \n#\n# Ansible playbook to deploy OpenShift Origin using nightly builds\n#\n\n# Ensure avahi installed and configured\n- name: Ensure Install - avahi-cname-manager\n yum: pkg=avahi-cname-ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/common
7,426
[ "no_license" ]
[ { "path": "roles/common/templates/dhclient.conf.j2", "content": "interface \"{{ ansible_default_ipv4.interface }}\" {\n prepend domain-name-servers {{ oo_ns_server_ip }};\n supersede host-name \"{{ ansible_hostname }}\";\n supersede domain-name \"{{ cloud_domain }}\";\n}\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3415, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/mcollective-client
7,426
[ "no_license" ]
[ { "path": "roles/mcollective-client/tasks/main.yml", "content": "---\n### main.yml - mcollective-client role for an OpenShift Origin deployment \n#\n# Ansible playbook to deploy OpenShift Origin using nightly builds\n#\n\n\n- name: Configure mcollective client\n template: src=client.cfg.j2 dest=/etc/mcolle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 930, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/mongod
7,426
[ "no_license" ]
[ { "path": "roles/mongod/tasks/main.yml", "content": "---\n### main.yml - mongod role for an OpenShift Origin deployment \n#\n# Ansible playbook to deploy OpenShift Origin using nightly builds\n#\n\n- name: Configure Persistent FirewallD for mongod\n firewalld: port=27017/tcp permanent=true state=enabled\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2486, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/named
7,426
[ "no_license" ]
[ { "path": "roles/named/templates/named_dnssec_setup.sh.j2", "content": "#!/bin/bash\n\nf_dnssec_keys()\n{\n changed=0\n\n # Get the domain (defined in varfiles/broker_vars.yml)\n domain={{ cloud_domain }}\n keyfile=/var/named/${domain}.key\n\n if ! cat /var/named/K${domain}*.key > /dev/null 2>&1; then\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5626, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/oo-broker
7,426
[ "no_license" ]
[ { "path": "roles/oo-broker/templates/hostname.j2", "content": "{{ broker_fqdn }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/oo-broker/files/gen_broker_rsync_keys.sh", "content": "#!/bin/bash\n\noso_rsync_key=\"/etc/openshift/rsync_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 11235, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/oo-console
7,426
[ "no_license" ]
[ { "path": "roles/oo-console/templates/console.conf.j2", "content": "#\n# The base URL for the OpenShift REST API on the broker. If your\n# environment is configured with a virtual host security module that\n# bypasses normal authentication, be sure to set that virtual host\n# here.\n#\n# Required\n#\nBROKER...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5651, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/oo-node
7,426
[ "no_license" ]
[ { "path": "roles/oo-node/handlers/main.yml", "content": "---\n### main.yml - oo-node handlers for an OpenShift Origin deployment \n#\n# Ansible playbook to deploy OpenShift Origin using nightly builds\n#\n\n#FIXME - Part of the MCollective work around\n- name: reload systemd\n shell: /usr/bin/systemctl --s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 13568, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/post-deploy
7,426
[ "no_license" ]
[ { "path": "roles/post-deploy/templates/resolv.conf.j2", "content": "nameserver {{oo_ns_server_ip}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/post-deploy/tasks/main.yml", "content": "---\n### main.yml - post-deploy role for an Open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 282, "all_permissive": false }
ansible_role
maxamillion/ansible-openshift_origin
a63241324d879c87892907fe978b73d6d828d5ff
24
roles/qpidd
7,426
[ "no_license" ]
[ { "path": "roles/qpidd/tasks/main.yml", "content": "---\n### main.yml - QpidD role for an OpenShift Origin deployment \n#\n# Ansible playbook to deploy OpenShift Origin using nightly builds\n#\n\n- name: Configure Persistent FirewallD for qpidd\n firewalld: port=5672/tcp permanent=true state=enabled\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
vidalalcala/ops-tools
7b5caf1d94188140449d9ecd7f66593053548087
0
ansible/roles/data
7,426
[ "no_license" ]
[ { "path": "ansible/roles/data/tasks/main.yml", "content": "\n- name: Create data_path if it does not exist\n file:\n path: \"{{ data_path }}\"\n state: directory\n\n- name: Set database\n mysql_db:\n name: data\n state: present\n login_user: \"{{ mysql_admin_credentials.name }}\"\n login...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3314, "all_permissive": false }
ansible_role
vidalalcala/ops-tools
7b5caf1d94188140449d9ecd7f66593053548087
0
ansible/roles/mysql
7,426
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: Create a docker volume for mysql data\n docker_volume:\n name: \"{{ mysql_docker_volume }}\"\n\n- name: Start MySQL service\n docker_container:\n name: mysql_db\n image: mysql/mysql-server:8.0\n command: [\"--log-bin={{ mysql_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1594, "all_permissive": false }
ansible_role
vidalalcala/ops-tools
7b5caf1d94188140449d9ecd7f66593053548087
0
ansible/roles/virtualenv
7,426
[ "no_license" ]
[ { "path": "ansible/roles/virtualenv/defaults/main.yml", "content": "venv_path: \"~/Envs\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "ansible/roles/virtualenv/tasks/main.yml", "content": "- name: Install virtualenvwrapper\n pip:\n name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 107, "all_permissive": false }
ansible_role
EngineersBox/ansible-test
d2cb2d1a36c185c4a24fd8486d69620ad558e968
0
ansible/roles/elasticsearch
7,426
[ "permissive" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "- name: Stop and remove container\n vars:\n container_names:\n - elasticsearch\n containers: \"{{ item }}\"\n include_tasks:\n file: roles/common/tasks/docker_stop_remove_tasks.yml\n apply:\n tags:\n - elastic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1198, "all_permissive": true }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/ansible
7,426
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: Install Ansible dependencies\n action: apt pkg={{ item }} state=latest\n with_items:\n - software-properties-common\n - python-pycurl\n\n- name: Add Ansible APT repository\n action: apt_repository repo=ppa:ansible/ansible state=pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/app
7,426
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n- name: Create apps directory\n action: file path=/u/apps state=directory owner=root group=root mode=0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/common
7,426
[ "no_license" ]
[ { "path": "roles/common/tasks/users.yml", "content": "---\n- name: Create users\n action: user name={{ item.name }} password={{ <PASSWORD> }} state={{ item.state }} shell=/bin/bash groups={{ item.groups }}\n with_items: users\n\n- name: Set authorized keys for users\n action: authorized_key user={{ item....
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 1307, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/dns
7,426
[ "no_license" ]
[ { "path": "roles/dns/files/zones/db.do-nyc3.pittcsc.org", "content": ";\n; BIND data file for local loopback interface\n;\n$TTL\t604800\n@\tIN\tSOA\tops-01.do-nyc3.pittcsc.org. admin.do-nyc3.pittcsc.org. (\n\t\t\t 18\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; E...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1473, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/erlang
7,426
[ "no_license" ]
[ { "path": "roles/erlang/tasks/main.yml", "content": "---\n- name: Install Erlang\n action: apt pkg=erlang-nox state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/eye
7,426
[ "no_license" ]
[ { "path": "roles/eye/tasks/main.yml", "content": "---\n- name: Install Eye\n action: gem name=eye version=0.6.3 state=present executable=/opt/rbenv/shims/gem user_install=no\n\n- name: Create Eye directory\n action: file path=/u/eye state=directory owner=root group=root mode=0755\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/fail2ban
7,426
[ "no_license" ]
[ { "path": "roles/fail2ban/defaults/main.yml", "content": "---\nfail2ban:\n actions:\n slack:\n endpoint:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install Fail2Ban\n act...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/gateway
7,426
[ "no_license" ]
[ { "path": "roles/gateway/files/ssh/sshd_config", "content": "# Package generated configuration file\n# See the sshd_config(5) manpage for details\n\n# What ports, IPs and protocols we listen for\nPort 56362\nProtocol 2\n\n# HostKeys for protocol version 2\nHostKey /etc/ssh/ssh_host_rsa_key\nHostKey /etc/ssh...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3628, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/graphite
7,426
[ "no_license" ]
[ { "path": "roles/graphite/tasks/main.yml", "content": "---\n- name: Install Graphite\n action: apt pkg={{ item }} state=installed\n with_items:\n - graphite-web\n - graphite-carbon\n\n- name: Configure Graphite\n action: template src=local_settings.py dest=/etc/graphite/local_settings.py owner=root...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 805, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/internal
7,426
[ "no_license" ]
[ { "path": "roles/internal/handlers/main.yml", "content": "---\n- include: ssh.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/internal/meta/main.yml", "content": "---\ndependencies:\n - ufw\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 906, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/mongodb
7,426
[ "no_license" ]
[ { "path": "roles/mongodb/handlers/main.yml", "content": "---\n- name: Restart MongoDB\n action: service name=mongod state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/mongodb/tasks/main.yml", "content": "---\n- name: Add k...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/mysql
7,426
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n action: apt package=mysql-server state=latest\n\n- name: Install libmysqlclient\n action: apt package=libmysqlclient-dev state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 160 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/nginx
7,426
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n action: apt pkg=nginx state=latest\n\n- name: Configure nginx\n action: template src=nginx.conf dest=/etc/nginx/nginx.conf\n notify: Restart nginx\n\n- name: Disable default site\n action: file path=/etc/nginx/sites-enabled...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 353, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/nodejs
7,426
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install Node.js\n action: apt package=nodejs state=latest\n\n- name: Install NPM\n action: apt package=npm state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/python
7,426
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install system Python and supporting utils\n action: apt package={{item}} state=installed\n with_items:\n - python\n - python-setuptools\n\n- name: Install pip\n action: easy_install name=pip\n\n- name: Install virtualenv\n action: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/rabbitmq
7,426
[ "no_license" ]
[ { "path": "roles/rabbitmq/handlers/main.yml", "content": "---\n- name: Restart RabbitMQ\n action: service name=rabbitmq-server state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 923, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/redis
7,426
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install Redis\n action: apt pkg=redis-server state=installed\n\n- name: Configure Redis\n action: template src=redis.conf dest=/etc/redis.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/ruby
7,426
[ "no_license" ]
[ { "path": "roles/ruby/library/rbenv", "content": "#!/usr/bin/env python\n\ndef versions(module):\n (status, output, error) = module.run_command('/bin/bash -lc \"rbenv versions --bare\"', check_rc=True)\n return output.splitlines()\n\ndef global_version(module):\n (status, output, error) = module.run_comm...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3006, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/steelhacks
7,426
[ "no_license" ]
[ { "path": "roles/steelhacks/files/steelhacks.pittcsc.org", "content": "server {\n listen 80;\n server_name steelhacks.pittcsc.org;\n return 301 $scheme://steelhacks.com$request_uri;\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/ste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/uchiwa
7,426
[ "no_license" ]
[ { "path": "roles/uchiwa/handlers/main.yml", "content": "---\n- name: Restart Uchiwa\n action: service name=uchiwa state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/uchiwa/tasks/main.yml", "content": "---\n- name: Add key ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1294, "all_permissive": false }
ansible_role
pittcsc/ansible
ee8b2f0dc3e138f56773c6316094988b2b70ef8f
2
roles/ufw
7,426
[ "no_license" ]
[ { "path": "roles/ufw/handlers/main.yml", "content": "---\n- name: Reload ufw\n action: ufw state=reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Install ufw\n action: apt package=...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 115, "all_permissive": false }
ansible_role
houshengbo/openwhisk-service-provider-cloudant
0a8d9d293a95b9a3bdf8bc46f57160bfc6c30ecf
0
ansible/roles/buildservice
7,426
[ "no_license" ]
[ { "path": "ansible/roles/buildservice/tasks/deploy.yml", "content": "- name: build the service provider\n shell: ./gradlew distDocker chdir=\"/home/vagrant/openwhisk-service-provider-cloudant\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "ansi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
hafizhanindito/ansible-gdg-demo
58476df933809e323b0719ee580b443a22d7b03c
0
roles/deploy
7,426
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n\n- name: Download application artifacts\n shell:\n cmd: gsutil cp gs://artifact-gdg-demo/{{ pkg_name }}/build-{{ pkg_version }}.tar.gz /tmp/{{ pkg_name }}/build-{{ pkg_version }}.tar.gz\n\n- name: Prepare directory\n file:\n path: /var/www/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
itsokov/Azure.Rancher
0a40523a5e5b2967e088d2bc725925a6e88950e9
1
ansible/roles/role_rancher_install
7,426
[ "no_license" ]
[ { "path": "ansible/roles/role_rancher_install/vars/main.yml", "content": "---\n# vars file for role_rancher_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/role_rancher_install/defaults/main.yml", "content": "---\n# defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3900, "all_permissive": false }
ansible_role
iskoabelardo/cpe232_abelardo_hoa_3.1
55075af0a32e6042f5e074143635ab690441764c
0
roles/bind9
7,426
[ "no_license" ]
[ { "path": "roles/bind9/tasks/main.yml", "content": "---\n# tasks file for bind9\n- name: install bind9 \n apt:\n name: bind9\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
iskoabelardo/cpe232_abelardo_hoa_3.1
55075af0a32e6042f5e074143635ab690441764c
0
roles/dhcpd
7,426
[ "no_license" ]
[ { "path": "roles/dhcpd/tasks/main.yml", "content": "---\n# tasks file for dhcpd\n\n- name: install dhcpd\n apt:\n name: isc-dhcp-server\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
iskoabelardo/cpe232_abelardo_hoa_3.1
55075af0a32e6042f5e074143635ab690441764c
0
roles/httpd
7,426
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n\n- name: install httpd\n package: \n name:\n - \"{{ apache_package }}\" \n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\" \n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
iskoabelardo/cpe232_abelardo_hoa_3.1
55075af0a32e6042f5e074143635ab690441764c
0
roles/mariadb
7,426
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n\n- name: install mariadb\n apt:\n name: mariadb-server\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
iskoabelardo/cpe232_abelardo_hoa_3.1
55075af0a32e6042f5e074143635ab690441764c
0
roles/samba
7,426
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n# tasks file for samba\n\n- name: install samba\n package:\n name: \n - \"{{ samba_package }}\"\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
iskoabelardo/cpe232_abelardo_hoa_3.1
55075af0a32e6042f5e074143635ab690441764c
0
roles/vsftpd
7,426
[ "no_license" ]
[ { "path": "roles/vsftpd/tasks/main.yml", "content": "---\n# tasks file for vsftpd\n\n- name: install vsftpd\n apt:\n name: vsftpd\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
Vitalii-jy/vbus_infra
031311c788a31d5e1b454e604167abbb3a8f34ae
0
ansible/roles/add_users
7,426
[ "no_license" ]
[ { "path": "ansible/roles/add_users/tasks/main.yaml", "content": "# Add defined users\n\n- name: \"Add groups\"\n group:\n name: \"{{ item }}\"\n loop:\n - developers\n - docker\n\n\n- name: \"Add users\"\n user:\n name: \"{{ item }}\"\n shell: '/bin/bash'\n groups: sudo,adm,developers,d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
Vitalii-jy/vbus_infra
031311c788a31d5e1b454e604167abbb3a8f34ae
0
ansible/roles/install_common
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_common/tasks/main.yaml", "content": "\n- name: Install common packages\n apt:\n name: \"{{ default_packages }}\"\n state: latest # noqa\n update_cache: yes\n tags:\n - install_default_packages\n\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
Vitalii-jy/vbus_infra
031311c788a31d5e1b454e604167abbb3a8f34ae
0
ansible/roles/install_docker
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_docker/tasks/main.yaml", "content": "\n- name: Install required system packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: latest\n update_cache: yes\n tags:\n - install_docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1053, "all_permissive": false }
ansible_role
Vitalii-jy/vbus_infra
031311c788a31d5e1b454e604167abbb3a8f34ae
0
ansible/roles/install_docker_registry
7,426
[ "no_license" ]
[ { "path": "ansible/roles/install_docker_registry/tasks/main.yaml", "content": "---\n- name: Create working directories for docker-registry\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - /opt/docker_registry\n - /opt/docker_registry/data\n - /opt/docker_registry/certs\n - /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2794, "all_permissive": false }
ansible_role
Vitalii-jy/vbus_infra
031311c788a31d5e1b454e604167abbb3a8f34ae
0
ansible/roles/set_hostname
7,426
[ "no_license" ]
[ { "path": "ansible/roles/set_hostname/tasks/main.yaml", "content": "---\n- name: Set a hostname\n hostname:\n name: \"{{ srv_name|upper }}\"\n\n- name: Add hostname to hosts\n lineinfile:\n path: /etc/hosts\n line: \"127.0.0.1 {{ srv_name|upper }}\"\n\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
Vitalii-jy/vbus_infra
031311c788a31d5e1b454e604167abbb3a8f34ae
0
ansible/roles/sshd_config
7,426
[ "no_license" ]
[ { "path": "ansible/roles/sshd_config/tasks/main.yaml", "content": "---\n- name: Set a hostname\n copy:\n src: vbus.conf\n dest: /etc/ssh/sshd_config.d/vbus.conf\n owner: root\n group: root\n mode: '0640'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
devmiroshnikovm/kubernetes
bb0651d88bad031765cd53b1c0a5b090e9693264
0
playbook/roles/sshd_no_root
7,426
[ "no_license" ]
[ { "path": "playbook/roles/sshd_no_root/tasks/main.yaml", "content": "---\n- name: Disable Root Login\n ansible.builtin.lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^PermitRootLogin\"\n line: \"PermitRootLogin no\"\n state: present\n notify:\n - Restart sshd\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 298, "all_permissive": false }
ansible_role
devmiroshnikovm/kubernetes
bb0651d88bad031765cd53b1c0a5b090e9693264
0
playbook/roles/users_add
7,426
[ "no_license" ]
[ { "path": "playbook/roles/users_add/tasks/main.yaml", "content": "---\n- name: Create a new user with password\n no_log: true\n ansible.builtin.user:\n name: \"{{ item.value.name }}\"\n password: \"{{ <PASSWORD> }}\"\n groups: \"{{ item.value.groups }}\"\n shell: \"{{ item.value.shell }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
luispachecoatos/cloudlab
0f8716d3d78d8ab25a430052eb1a92b0cd5f8a68
0
good_example/osp-example/roles/osp-network
7,426
[ "no_license" ]
[ { "path": "good_example/osp-example/roles/osp-network/tasks/main.yml", "content": " - os_network:\n cloud: ospcloud\n state: present\n name: ext_network_fee4\n external: true\n - os_subnet:\n cloud: ospcloud\n state: present\n network_name: ext_network_fee4\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1234, "all_permissive": false }
ansible_role
lmm915815/spark-ansible
1cdc9e98e91a00e85282142541106a9aa5224798
0
roles/spark-ansible
7,426
[ "no_license" ]
[ { "path": "roles/spark-ansible/handlers/main.yml", "content": "---\n# handlers file for spark-ansible", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/spark-ansible/defaults/main.yml", "content": "---\n# defaults file for spark-ansible", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1113, "all_permissive": false }
ansible_role
michaelkoetter/ubuntu-zfsroot-bootstrap
35a0aaa041a41a0285e664b02c6cdcca131dc555
0
roles/configure-chroot
7,435
[ "no_license" ]
[ { "path": "roles/configure-chroot/tasks/main.yml", "content": "---\n- name: set system locale\n lineinfile:\n path: /etc/default/locale\n regexp: \"^LANG=\"\n line: \"LANG={{ locale }}\"\n\n- name: generate locale\n command: \"locale-gen {{ locale }}\"\n\n- name: set root password\n shell: \"ech...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1704, "all_permissive": false }
ansible_role
michaelkoetter/ubuntu-zfsroot-bootstrap
35a0aaa041a41a0285e664b02c6cdcca131dc555
0
roles/finalize-installation
7,435
[ "no_license" ]
[ { "path": "roles/finalize-installation/tasks/main.yml", "content": "---\n- name: create @install snapshot\n command: \"zfs snapshot rpool/ROOT/ubuntu@install\"\n\n- name: unmount filesystems\n shell: |\n mount | grep -v zfs | tac | awk '/\\/mnt/ {print $3}' | xargs -i{} umount -lf {}\n args:\n warn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
michaelkoetter/ubuntu-zfsroot-bootstrap
35a0aaa041a41a0285e664b02c6cdcca131dc555
0
roles/initialize-installation
7,435
[ "no_license" ]
[ { "path": "roles/initialize-installation/vars/main.yml", "content": "---\ninstall_packages:\n - debootstrap\n - zfsutils-linux\n - dosfstools\n - mdadm\n\nzfs_root_filesystems:\n - name: rpool/ROOT\n options: \n canmount: off\n mountpoint: none\n - name: rpool/ROOT/ubuntu\n options:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2437, "all_permissive": false }
ansible_role
michaelkoetter/ubuntu-zfsroot-bootstrap
35a0aaa041a41a0285e664b02c6cdcca131dc555
0
roles/install-grub
7,435
[ "no_license" ]
[ { "path": "roles/install-grub/tasks/main.yml", "content": "---\n- name: configure grub\n block:\n - lineinfile:\n path: /etc/default/grub\n regexp: '^GRUB_HIDDEN_TIMEOUT='\n state: absent\n - lineinfile:\n path: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX_DEFAULT='\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1301, "all_permissive": false }
ansible_role
michaelkoetter/ubuntu-zfsroot-bootstrap
35a0aaa041a41a0285e664b02c6cdcca131dc555
0
roles/install-packages
7,435
[ "no_license" ]
[ { "path": "roles/install-packages/tasks/main.yml", "content": "---\n- name: configure package sources\n copy:\n src: sources.list\n dest: /etc/apt/sources.list\n\n- name: update package cache\n apt:\n update_cache: yes\n\n- name: install packages\n package:\n name: \"{{ item }}\"\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 408, "all_permissive": false }
ansible_role
femog008/Simlilearn_Capstone_Project
2aebc60b95d745b24d8ac1f8371e3855ce200db7
0
roles/ec2
7,435
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n# tasks file for ec2\n- name: Launching three EC2 instances on AWS\n ec2:\n key_name: \"{{ keypair_name }}\"\n instance_type: \"{{ instance_flavour }}\"\n image: \"{{ ami_id }}\"\n wait: true\n group_id: \"{{ sg_id }}\"\n count: 1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1385, "all_permissive": false }
ansible_role
femog008/Simlilearn_Capstone_Project
2aebc60b95d745b24d8ac1f8371e3855ce200db7
0
roles/k8s_worker
7,435
[ "no_license" ]
[ { "path": "roles/k8s_worker/vars/main.yml", "content": "---\n# vars file for k8s_worker\nservice_names:\n - \"docker\"\n - \"kubelet\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/k8s_worker/tasks/main.yml", "content": "---\n# tasks ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1456, "all_permissive": false }
ansible_role
femog008/Simlilearn_Capstone_Project
2aebc60b95d745b24d8ac1f8371e3855ce200db7
0
roles/vpc
7,435
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "---\n# tasks file for vpc\n- name: Installing boto & boto3 on local system\n pip:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ python_pkgs }}\"\n- name: Creating VPC\n ec2_vpc_net:\n aws_access_key: \"{{ access_key }}\"\n aws_secre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2905, "all_permissive": false }
ansible_role
linhkikuchi/deploy-webapp-playbook
7f8e3dc45e2c3475fe3d98c44a2363b4e800c1d3
0
roles/release
7,435
[ "no_license" ]
[ { "path": "roles/release/tasks/main.yml", "content": "---\n- name: stop tomcat service\n shell: nohup ./bin/shutdown.sh\n args:\n chdir: \"{{ APP_HOME }}/\"\n\n- name: remove existing war and cache and context file\n command: \"{{ item }}\" \n with_items:\n - rm -rf \"{{ APP_HOME }}/work/Catalina/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 841, "all_permissive": false }
ansible_role
virendra1205/devops_test
eae01b8d9f5d1418099f040ce5429b0774c01866
0
roles/hello_world_role
7,435
[ "no_license" ]
[ { "path": "roles/hello_world_role/tasks/main.yml", "content": "---\n- name: \"print message\"\n ansible.builtin.debug:\n msg: \"Hello World\"\n\n#- name: \"print kernel version\"\n# ansible.builtin.shell: \"uname -r\"\n# register: kernel_info\n\n#- name: \"print hostname\"\n# ansible.builtin.debug:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
Randsw/dhcp_proxmox
5aa156bc53274157c6fddf5d2e08a5bc395fde19
0
ansible/roles/oefenweb.ntp
7,435
[ "no_license" ]
[ { "path": "ansible/roles/oefenweb.ntp/tasks/main.yml", "content": "# tasks file\n---\n- name: install\n ansible.builtin.apt:\n name: \"{{ ntp_dependencies }}\"\n state: \"{{ apt_install_state | default('latest') }}\"\n update_cache: true\n cache_valid_time: \"{{ apt_update_cache_valid_time | de...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1489, "all_permissive": false }
ansible_role
Randsw/dhcp_proxmox
5aa156bc53274157c6fddf5d2e08a5bc395fde19
0
ansible/roles/start_docker_compose
7,435
[ "no_license" ]
[ { "path": "ansible/roles/start_docker_compose/templates/docker-compose.yml.j2", "content": "version: '3.9'\n\nservices:\n nodeexporter:\n image: prom/node-exporter:v1.6.1\n container_name: nodeexporter\n volumes:\n - /proc:/host/proc:ro\n - /sys:/host/sys:ro\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2182, "all_permissive": false }
ansible_role
Sundaresan54/ILP3-ansible
f655bdf79a7084e9748ca8f0c4cabe3d4f2d4e16
0
roles/nodejs
7,435
[ "no_license" ]
[ { "path": "roles/nodejs/vars/main.yml", "content": "---\n# vars file for ./roles/nodejs/\ntomcat_home: /home/sundaresan/Desktop/ansible/tomcat/apache-tomcat-7.0.93\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/nodejs/nodejs.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 961, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/couchpotato
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/couchpotato/handlers/main.yml", "content": "---\n- name: restart couchpotato\n service: name=couchpotato state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "playbooks/roles/couchpotato/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 10096, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/mastermind
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/mastermind/vars/main.yml", "content": "mastermind_group: mastermind\n\nsabnzbd_download_dir: \"{{ mastermind_download_dir }}/incomplete\"\nsabnzbd_complete_dir: \"{{ mastermind_download_dir }}/usenet\"\nsabnzbd_script_dir: \"{{ sickbeard_autoprocesstv_script_dir }}\"\nsabnzbd_web_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8556, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/newrelic
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/newrelic/defaults/main.yml", "content": "---\nnewrelic_license_key: \"\"\nnewrelic_apt_repo: deb http://apt.newrelic.com/debian/ newrelic non-free\nnewrelic_apt_key_url: https://download.newrelic.com/<KEY>gpg\nnewrelic_package_name: newrelic-sysmond\nnewrelic_service_name: newreli...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2404, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/plexmediaserver
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/plexmediaserver/templates/default.j2", "content": "# {{ ansible_managed }}\n# default script for Plex Media Server\n\n# the number of plugins that can run at the same time\nPLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6\n\n# ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE\nPLEX_MEDIA_SERVER_MAX...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1704, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/rtorrent
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/rtorrent/templates/rtorrent.default.j2", "content": "# {{ ansible_managed }}\n\nUSER={{ rtorrent_user }}\nSCREEN_NAME={{ rtorrent_screen_name }}\nPIDFILE={{ rtorrent_pid_file }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8998, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/sabnzbd
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/sabnzbd/vars/main.yml", "content": "---\nsabnzbd_user: sabnzbd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "playbooks/roles/sabnzbd/tasks/main.yml", "content": "---\n- name: install sabnzbd PPA\n apt_repository:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2666, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/sickbeard
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/sickbeard/vars/main.yml", "content": "---\nsickbeard_user: sickbeard\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "playbooks/roles/sickbeard/handlers/main.yml", "content": "---\n- name: restart sickbeard\n servic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6919, "all_permissive": false }
ansible_role
jalaziz/mastermind
f7170ab9c8f7e4538aac25f64f2980e62e26d573
28
playbooks/roles/sonarr
7,435
[ "no_license" ]
[ { "path": "playbooks/roles/sonarr/templates/sonarr.config.j2", "content": "<Config>\n <Port>{{ sonarr_port }}</Port>\n <UrlBase>{{ sonarr_url_base }}</UrlBase>\n <BindAddress>{{ '*' if sonarr_host == 'localhost' else sonarr_host }}</BindAddress>\n <SslPort>9898</SslPort>\n <EnableSsl>False</EnableSsl>\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2769, "all_permissive": false }