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
rufuskd/checkymatic
1ead2788ccd8cabcec01a9432a18449a2321dece
0
deploychecky/roles/mongo
8,141
[ "no_license" ]
[ { "path": "deploychecky/roles/mongo/tasks/main.yml", "content": "---\n# tasks file for mongo\n\n- name: Stop any existing mongo container\n command: podman stop checky-mongo\n ignore_errors: yes\n become: yes\n tags: cleanup\n\n- name: Remove any existing mongo container\n command: podman rm checky-mon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
rufuskd/checkymatic
1ead2788ccd8cabcec01a9432a18449a2321dece
0
deploychecky/roles/nginx
8,141
[ "no_license" ]
[ { "path": "deploychecky/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Stop any existing nginx container\n command: podman stop checky-nginx\n ignore_errors: yes\n become: yes\n tags: cleanup\n\n- name: Remove any existing nginx container\n command: podman rm checky-ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1770, "all_permissive": false }
ansible_role
William-eng/Todo-Infrastructure
5ff175ec24f20d0e38aac594d4878228e5371383
0
roles/dependencies
8,141
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "---\n- name: Install docker packages\n remote_user: ubuntu\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-prop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1723, "all_permissive": false }
ansible_role
William-eng/Todo-Infrastructure
5ff175ec24f20d0e38aac594d4878228e5371383
0
roles/deployment
8,141
[ "no_license" ]
[ { "path": "roles/deployment/tasks/main.yml", "content": "---\n# - name: Ensure the application directory is clean\n# remote_user: ubuntu\n# become: yes\n# file:\n# path: /home/ubuntu\n# state: absent\n# tags:\n# - deployment\n\n# - name: Clone the application repository\n# become: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/ansible-prereq
8,144
[ "no_license" ]
[ { "path": "roles/ansible-prereq/tasks/main.yml", "content": "- name: Install dependencies for Ansible management\n yum:\n name:\n - libselinux-python\n state: present\n tags: ansible\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
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/arc-ce
8,144
[ "no_license" ]
[ { "path": "roles/arc-ce/tasks/install.yml", "content": "## Install pre-req. and ARC-CE \n---\n- name: Install ARC-CE\n yum:\n name:\n - nordugrid-arc-arex\n - nordugrid-arc-plugins-*\n - nordugrid-arc-gridftpd\n - nordugrid-arc-infosys-ldap\n - bash-completion \n - python-...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1908, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/argus
8,144
[ "no_license" ]
[ { "path": "roles/argus/tasks/argus.yml", "content": "# Installs and Configures ARGUS\n---\n- name: Install ARGUS metapackage\n yum: name=argus-authz state=installed\n\n- name: Configures PAP admin\n template: >\n src=etc/argus/pap/pap-admin.properties.j2\n dest=/etc/argus/pap/pap-admin.properties\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 6959, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/condor
8,144
[ "no_license" ]
[ { "path": "roles/condor/defaults/main.yml", "content": "condor_config_dir: \"/etc/condor\"\ncondor_history_dir: \"/var/lib/condor/history\"\ncondor_event_log: \"/var/log/condor/EventLog\"\ncondor_persistent_dir: \"{{ condor_config_dir }}/glasgow\"\ncondor_script_dir: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 7604, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/conntrack-basic
8,144
[ "no_license" ]
[ { "path": "roles/conntrack-basic/tasks/main.yml", "content": "# NAT connection tracking, inspired by:\n#\n# https://blogs.it.ox.ac.uk/networks/2014/09/30/linux-and-eduroam-nat-logging-perl-and-regular-expressions/\n\n- name: Install conntrack packages\n yum: name=conntrack-tools state=present\n tags: conn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/cvmfs
8,144
[ "no_license" ]
[ { "path": "roles/cvmfs/meta/main.yml", "content": "dependencies:\n - { role: repo-cvmfs }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/cvmfs/tasks/autofs.yml", "content": "## Install and enables AutoFS\n---\n- name: Install AutoFS\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1633, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/dhcp
8,144
[ "no_license" ]
[ { "path": "roles/dhcp/defaults/main.yml", "content": "dhcp_log_facility: local6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/dhcp/templates/logrotate.j2", "content": "/var/log/dhcp/dhcpd.log\n{\n missingok\n sharedscripts\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4154, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/dnsmasq
8,144
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "- include: install.yml\n tags: dns\n\n\n- include: configure.yml\n tags: dns\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/dnsmasq/tasks/configure.yml", "content": "- name: Creat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1103, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/firewall-zones
8,144
[ "no_license" ]
[ { "path": "roles/firewall-zones/library/site_facts_network.py", "content": "#!/usr/bin/python\n\nANSIBLE_METADATA = {\n 'metadata_version': '1.1',\n 'status': ['preview'],\n 'supported_by': 'community'\n}\n\nDOCUMENTATION = '''\n---\nmodule: site_facts_network\n\nshort_description: Identify interna...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3210, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/gitlab
8,144
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "## GitLab main \n---\n- include: gitlab.yml\n tags: gitlab\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/gitlab/tasks/gitlab.yml", "content": "## Install and Configures GitLab...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1544, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/grid-security
8,144
[ "no_license" ]
[ { "path": "roles/grid-security/tasks/main.yml", "content": "- name: Install grid packages\n yum:\n name:\n - ca-policy-egi-core\n - edg-mkgridmap\n - fetch-crl\n - umd-release\n state: latest\n tags: grid-security\n\n\n- name: Enable and start fetch-crl service\n service: name=f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 375, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/hostcerts
8,144
[ "no_license" ]
[ { "path": "roles/hostcerts/tasks/main.yml", "content": "## Copies the appropriate host certificate and key into the '/etc/grid-security/' folder.\n## Host certificates must be placed in ../files/ with the following naming convention:\n## Certificate: host.gla.scotgrid.ac.uk_cert.pem\n## Private Key: hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/ipforward
8,144
[ "no_license" ]
[ { "path": "roles/ipforward/tasks/main.yml", "content": "- name: Copy sysctl IP forwarding configuration\n template: src={{ item }}.j2 dest=/etc/sysctl.d/{{ item }} owner=root group=root mode=0644\n with_items:\n - 90-ipforward.conf\n notify: Reload sysctl\n tags: ipforward\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/ipv6-disable
8,144
[ "no_license" ]
[ { "path": "roles/ipv6-disable/tasks/main.yml", "content": "- name: Copy sysctl configuration file\n copy: src={{ item }} dest=/etc/sysctl.d/{{ item }} owner=root group=root mode=0644\n with_items:\n - 90-ipv6-disable.conf\n\n\n- name: Update sysctl\n shell: sysctl -p /etc/sysctl.d/{{ item }}\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/nat
8,144
[ "no_license" ]
[ { "path": "roles/nat/tasks/install.yml", "content": "- name: Install firewalld\n yum:\n name:\n - firewalld\n - firewalld-filesystem\n state: present\n\n\n- name: Enable and start firewalld service\n service: name={{ item }} enabled=yes state=started\n with_items:\n - firewalld\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 433, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/node_exporter
8,144
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/service.yml", "content": "- name: Start and Enable the node_exporter service\n systemd:\n name: node_exporter\n daemon_reload: yes\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1558, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/packages
8,144
[ "no_license" ]
[ { "path": "roles/packages/tasks/centos-7.yml", "content": "## Basic tools and packages to be installed on (almost) every CentOS7 server\n---\n- name: Install packages (required)\n yum:\n name:\n - rsync\n state: latest\n\n- name: Install packages (general)\n yum:\n name:\n - bzip2\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 903, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/ppepixie
8,144
[ "no_license" ]
[ { "path": "roles/ppepixie/tasks/main.yml", "content": "- include: install.yml\n tags: ppepixie\n\n\n- include: configure.yml\n tags: ppepixie\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/ppepixie/tasks/install.yml", "content": "- n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 374, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/prometheus
8,144
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/user.yml", "content": "- name: Add a prometheus group\n group:\n name: prometheus\n gid: 556\n\n\n- name: Add a prometheus user\n user:\n name: prometheus\n uid: 556\n group: prometheus\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1825, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-argus
8,144
[ "no_license" ]
[ { "path": "roles/repo-argus/tasks/main.yml", "content": "# Argus repo (http://repository.egi.eu/2017/08/10/argus-1-7-3/)\n---\n- name: Configure Argus repository\n yum_repository:\n name: EGI-Argus\n description: EGI-Argus repo\n baseurl: http://argus-authz.github.io/repo/stable/el7/RPMS/\n ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-cvmfs
8,144
[ "no_license" ]
[ { "path": "roles/repo-cvmfs/tasks/main.yml", "content": "## Install CernVM repository (CVMFS)\n---\n# CernVM repository\n- name: Add CernVM repo\n yum: name=http://cvmrepo.web.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm state=present\n...", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-egi-trustanchors
8,144
[ "no_license" ]
[ { "path": "roles/repo-egi-trustanchors/tasks/main.yml", "content": "- name: Configure EGI Trust Anchors repository\n template: src={{ item }}.j2 dest=/etc/yum.repos.d/{{ item }} owner=root group=root mode=0644\n with_items:\n - egi-trustanchors.repo\n tags: egi-trustanchors\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-epel
8,144
[ "no_license" ]
[ { "path": "roles/repo-epel/tasks/main.yml", "content": "# Yum priority + EPEL\n---\n- name: Install yum-priorities plugin\n yum: name=yum-priorities state=present\n\n- name: Install EPEL repository\n yum:\n name:\n - epel-release\n state: latest\n...\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-frontier
8,144
[ "no_license" ]
[ { "path": "roles/repo-frontier/tasks/main.yml", "content": "## Install Squid Frontier repository \n---\n# Frontier \n- name: Add Frontier repo\n yum: name=http://frontier.cern.ch/dist/rpms/RPMS/noarch/frontier-release-1.1-1.noarch.rpm state=present\n...\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-globus
8,144
[ "no_license" ]
[ { "path": "roles/repo-globus/tasks/main.yml", "content": "# Install Globus-Toolkit repo \n---\n- name: Add Globus Toolkit repo\n yum: name=http://www.globus.org/ftppub/gt6/installers/repo/globus-toolkit-repo-latest.noarch.rpm state=present\n...\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-htcondor
8,144
[ "no_license" ]
[ { "path": "roles/repo-htcondor/tasks/main.yml", "content": "## Configures the official HTCondor repository\n---\n# HTCondor repository\n- name: Install HTCondor gpg key\n rpm_key: state=present key=https://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor\n\n- name: Download HTCondor repo \n get_url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-nordugrid-6
8,144
[ "no_license" ]
[ { "path": "roles/repo-nordugrid-6/tasks/main.yml", "content": "## Install repositories for the ARC-CE\n---\n# ARC-CE & Key\n- name: NorduGrid GPG key\n rpm_key: state=present key=http://download.nordugrid.org/RPM-GPG-KEY-nordugrid-6\n- name: NorduGrid repository\n yum: \n name=https://download.nordugri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-umd4
8,144
[ "no_license" ]
[ { "path": "roles/repo-umd4/tasks/main.yml", "content": "- name: Install UMD4 CentOS 7 repo\n yum: name=http://repository.egi.eu/sw/production/umd/4/centos7/x86_64/base/umd-release-4.0.0-1.el7.noarch.rpm state=present\n\n\n- name: Install GPG key\n rpm_key: state=present key=http://repository.egi.eu/sw/pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-wlcg
8,144
[ "no_license" ]
[ { "path": "roles/repo-wlcg/tasks/main.yml", "content": "# WLCG repository\n- name: Install WLCG repo\n yum: name=http://linuxsoft.cern.ch/wlcg/centos7/x86_64/wlcg-repo-1.0.0-1.el7.noarch.rpm state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/repo-xrootd
8,144
[ "no_license" ]
[ { "path": "roles/repo-xrootd/tasks/main.yml", "content": "- name: Configure XRootD repository\n copy: src={{ item }} dest=/etc/yum.repos.d/{{ item }} owner=root group=root mode=0644\n with_items:\n - xrootd-stable-slc7.repo \n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/squid
8,144
[ "no_license" ]
[ { "path": "roles/squid/templates/etc/squid/customize.sh.j2", "content": "#!/bin/bash\n\n# Edit customize.sh as you wish to customize squid.conf.\n# It will not be overwritten by upgrades.\n# See 'customhelps.awk' for information on predefined edit functions.\n# In order to test changes to this, run this to ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1955, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/ssh-authorized-keys
8,144
[ "no_license" ]
[ { "path": "roles/ssh-authorized-keys/tasks/main.yml", "content": "- name: Set up SSH authorized keys\n authorized_key: user=root key={{ item }} state=present\n with_file:\n - \"name.key\"\n tags: ssh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/time
8,144
[ "no_license" ]
[ { "path": "roles/time/tasks/main.yml", "content": "- name: Create chronyd configuration files\n template: src={{ item }}.j2 dest=/etc/{{ item }} owner=root group=root mode=0644\n with_items:\n - chrony.conf\n notify:\n - Restart chronyd\n tags: time\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/vo-template
8,144
[ "no_license" ]
[ { "path": "roles/vo-template/tasks/vomses.yml", "content": "# Create vomses configuration on worker nodes\n---\n- name: Create VOMS directory\n file: path={{ item }} state=directory owner=root group=root mode=0755\n with_items:\n - \"/etc/vomses\"\n\n- name: Create VOMS entries\n template: src=vomses....
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7219, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/worknode
8,144
[ "no_license" ]
[ { "path": "roles/worknode/meta/main.yml", "content": "dependencies:\n - { role: repo-umd4 }\n - { role: repo-wlcg }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/worknode/tasks/install.yml", "content": "## Install basic packages for...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 313, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/xrootd-server
8,144
[ "no_license" ]
[ { "path": "roles/xrootd-server/templates/xrootd-standalone.cfg.j2", "content": "# {{ ansible_managed }}\n\n# The export directive indicates which paths are to be exported. While the\n# default is '/tmp', we indicate it anyway to show you this directive.\n#\n#all.export /tmp\n{% for item in xrootd_exports %}...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2040, "all_permissive": false }
ansible_role
uki-scotgrid-glasgow/ansible
5099c26a0a07ce58ef634f66846ddff5ce66c4e4
2
roles/yum-cron
8,144
[ "no_license" ]
[ { "path": "roles/yum-cron/tasks/configure.yml", "content": "- name: Copy Yum auto-updater configuration file\n template: src={{ item }}.j2 dest=/etc/yum/{{ item }} owner=root group=root mode=0644\n with_items:\n - yum-cron.conf\n - yum-cron-hourly.conf\n", "license_type": "no_license", "dete...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 645, "all_permissive": false }
ansible_role
andrew-klassen/prometheus
0c5d72ae18b3e0001ed283c6fd0119f485c6ccc5
0
ansible/roles/prometheus
8,144
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "\n- name: create prometheus group\n group:\n name: prometheus\n state: present\n\n- name: add vault user\n user:\n name: prometheus\n shell: '/bin/false'\n\n- name: create prometheus directories\n file:\n path: '{{ item }}'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
javierbragazzi/infrastructure-as-code
52ce9fd71438fb5e30174414be90b1b4e2e95ee1
0
ansible/roles/app
8,144
[ "no_license" ]
[ { "path": "ansible/roles/app/files/mongodb-service.yaml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n labels:\n name: mongo\n name: mongo\n namespace: app-pacman\nspec:\n type: LoadBalancer\n ports:\n - port: 27017\n targetPort: 27017\n selector:\n name: mongo", "license_t...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 3864, "all_permissive": false }
ansible_role
javierbragazzi/infrastructure-as-code
52ce9fd71438fb5e30174414be90b1b4e2e95ee1
0
ansible/roles/common
8,144
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n - import_tasks: 0-hostname.yml\n - import_tasks: 1-update.yml\n - import_tasks: 2-timezone.yml\n - import_tasks: 3-chrony.yml\n - import_tasks: 4-firewall.yml\n - import_tasks: 5-swap.yml\n - import_tasks: 6-crio.yml\n - import_tasks...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3663, "all_permissive": false }
ansible_role
javierbragazzi/infrastructure-as-code
52ce9fd71438fb5e30174414be90b1b4e2e95ee1
0
ansible/roles/master
8,144
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/1-kubeadm.yml", "content": "---\n - name: Pulling images for Kubernetes cluster\n command: kubeadm config images pull\n\n - name: Ininitalization kubeadm\n command: kubeadm init --pod-network-cidr=10.0.0.0/16\n\n - name: Generate join command\n command: kube...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2822, "all_permissive": false }
ansible_role
javierbragazzi/infrastructure-as-code
52ce9fd71438fb5e30174414be90b1b4e2e95ee1
0
ansible/roles/nfs
8,144
[ "no_license" ]
[ { "path": "ansible/roles/nfs/tasks/2-firewall.yml", "content": "---\n - name: Enable the traffic corresponding to the NFS service on the firewall\n firewalld:\n zone: public \n service: \"{{ item }}\"\n permanent: yes\n state: enabled\n loop: \n - \"nfs\"\n - \"rpc-bind\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1230, "all_permissive": false }
ansible_role
javierbragazzi/infrastructure-as-code
52ce9fd71438fb5e30174414be90b1b4e2e95ee1
0
ansible/roles/workers
8,144
[ "no_license" ]
[ { "path": "ansible/roles/workers/tasks/main.yml", "content": "---\n - import_tasks: 0-firewall.yml\n - import_tasks: 1-join.yml\n - import_tasks: 2-nfs.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/workers/tasks/2-nfs.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 615, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/ansible/roles/ca-bootstrap
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/ansible/roles/ca-bootstrap/tasks/main.yml", "content": "---\n- name: Download Step CLI\n ansible.builtin.get_url:\n url: \"https://dl.smallstep.com/cli/docs-ca-install/latest/step-cli_amd64.deb\"\n dest: \"/tmp/step-cli_amd64.deb\"\n mode: \"0644\"\n register: step_cli_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1751, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/ansible/roles/coredns-install
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/ansible/roles/coredns-install/files/hosts", "content": "10.133.0.3 ca.bakunin.local\n10.133.0.4 dns.bakunin.local\n10.133.0.5 server-1.bakunin.local\n10.133.0.6 server-2.bakunin.local\n10.133.0.8 client-1.bakunin.local\n10.133.0.9 client-2.bakunin.local", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1274, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/ansible/roles/dns-configure
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/ansible/roles/dns-configure/tasks/main.yml", "content": "---\n# configure host to use local DNS server\n\n- name: Remove old nameservers\n ansible.builtin.lineinfile:\n path: /etc/resolv.conf\n regexp: \"^nameserver\"\n state: absent\n tags: dns\n become: true\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/ansible/roles/docker-install
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/ansible/roles/docker-install/tasks/main.yml", "content": "---\n- name: Install utils\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg\n - software-properties-common\n - lsb-release\n - curl\n update_cache: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1183, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/ansible/roles/step-ca-install
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/ansible/roles/step-ca-install/defaults/main.yml", "content": "step_ca_password: \"<PASSWORD>#\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "01_internal_pki/ansible/roles/step-ca-install/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2072, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/examples/01_nginx_step/roles/configure-nginx
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/examples/01_nginx_step/roles/configure-nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: true\n become: true\n\n- name: Copy Nginx configuration\n ansible.builtin.template:\n src: \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1305, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/examples/01_nginx_step/roles/step-with-reload
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/examples/01_nginx_step/roles/step-with-reload/tasks/main.yml", "content": "- name: Copy step's new systemd configuration\n ansible.builtin.template:\n src: \"step.service.j2\"\n dest: \"/etc/systemd/system/step.service\"\n mode: \"0644\"\n become: true\n notify: restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/examples/02_traefik/roles/app-setup
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/examples/02_traefik/roles/app-setup/tasks/main.yml", "content": "---\n- name: Create app directory\n ansible.builtin.file:\n path: app\n state: directory\n\n- name: Copy app directory\n ansible.builtin.copy:\n src: app\n dest: app\n mode: \"0644\"\n\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 891, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/examples/02_traefik/roles/tools-install
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/examples/02_traefik/roles/tools-install/tasks/main.yml", "content": "---\n- name: Install misc tools\n ansible.builtin.apt:\n name:\n - git\n - tmux\n - curl\n - acl\n - rsync\n - python3-pip\n - whois\n - python3-openssl\n - glance...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
ne-bknn/sysadmin
4d5d15f69cdfa788120719ee712235d44efcb258
0
01_internal_pki/examples/02_traefik/roles/traefik-setup
8,144
[ "no_license" ]
[ { "path": "01_internal_pki/examples/02_traefik/roles/traefik-setup/tasks/main.yml", "content": "- name: Create traefik directory\n ansible.builtin.file:\n name: traefik\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: \"0755\"\n\n- name: Copy docker-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1789, "all_permissive": false }
ansible_role
AhmedElSheriff/Prometheus_With_Ansible
7d1f400cd055b9e679ebdb08852570c9eb1b6be4
1
roles/alert_manager
8,144
[ "no_license" ]
[ { "path": "roles/alert_manager/handlers/main.yml", "content": "- name: Start Alert Manager Service\n ansible.builtin.systemd:\n state: restarted\n name: alertmanager\n daemon_reload: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1556, "all_permissive": false }
ansible_role
AhmedElSheriff/Prometheus_With_Ansible
7d1f400cd055b9e679ebdb08852570c9eb1b6be4
1
roles/node_exporter
8,144
[ "no_license" ]
[ { "path": "roles/node_exporter/files/config.yml", "content": "tls_server_config:\n cert_file: node_exporter.crt\n key_file: node_exporter.key\nbasic_auth_users:\n prometheus: $2y$10$9PeAA3d5BQNi5Cle7HAgvuLbDGIGeYfUuQXMghWQPnZxhrNrJcbN6", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1814, "all_permissive": false }
ansible_role
AhmedElSheriff/Prometheus_With_Ansible
7d1f400cd055b9e679ebdb08852570c9eb1b6be4
1
roles/prometheus
8,144
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "# my global config\nglobal:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.\n # scrape_timeou...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4143, "all_permissive": false }
ansible_role
DeanHwd/CICD
727290db98e8d5b187fc2635fccfa163bc4faf50
1
zuul/playbooks/roles/create_group
8,144
[ "permissive" ]
[ { "path": "zuul/playbooks/roles/create_group/tasks/main.yaml", "content": "- name: Check if {{ group }} group exists\n uri:\n url: http://review.cicd.com:8080/groups/{{ group }}\n user: admin\n password: <PASSWORD>\n status_code: 200, 404\n register: group_check\n- name: Create {{ group }} gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": true }
ansible_role
archmangler/wordpress-basic
f618bb06a78d9b0214107fdca98bc56240848c28
0
roles/ansible-wordpress-basic
8,144
[ "no_license" ]
[ { "path": "roles/ansible-wordpress-basic/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Post Modern System Administrator\n company: Engeneon LLC\n license: license BSD\n min_ansible_version: 2.2\n\n platforms:\n - name: Ubuntu\n versions:\n - 16.04\n\n galaxy_tags: []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6870, "all_permissive": false }
ansible_role
bosco-training/redhat
843d8e8063b1dae7d47916946ca0c4e7642d6a82
0
pre_class_assessment/roles/tomcat
8,144
[ "no_license" ]
[ { "path": "pre_class_assessment/roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for http-tomcat\n- name: Install Apache Web Server and Tomcat\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - tomcat\n - httpd\n\n- name: Create ansible tomcat directory\n file:\n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
exxmanster/DP_DevOps4
5e8df9a3061eeccce3666d28603c6590a6578ff6
0
Ansible/roles/awslogs
8,144
[ "no_license" ]
[ { "path": "Ansible/roles/awslogs/tasks/main.yml", "content": "---\n# tasks file for awslogs\n- name: Install CWAgent\n yum:\n name: awslogs\n state: present\n\n- name: starting awslogs service\n service:\n name: awslogsd\n state: started\n enabled: yes\n\n- name: Configure AWS CloudWatch Lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 690, "all_permissive": false }
ansible_role
exxmanster/DP_DevOps4
5e8df9a3061eeccce3666d28603c6590a6578ff6
0
Ansible/roles/mariadb
8,144
[ "no_license" ]
[ { "path": "Ansible/roles/mariadb/handlers/main.yml", "content": "---\n# handlers file for phpmyadmin\n- name: Restart mariadb\n service:\n name: mariadb\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "Ansible/roles/mari...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1094, "all_permissive": false }
ansible_role
exxmanster/DP_DevOps4
5e8df9a3061eeccce3666d28603c6590a6578ff6
0
Ansible/roles/phpmyadmin
8,144
[ "no_license" ]
[ { "path": "Ansible/roles/phpmyadmin/tasks/main.yml", "content": "---\n# tasks file for phpmyadmin\n- name: Create phpmyadmin directory\n file:\n path: /usr/share/nginx/html/phpmyadmin/\n state: directory\n\n- name: Configure phpmyadmin config file\n template:\n src: phpmyaconf.j2\n dest: /usr/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
wintermute000/ansible-cisco-conf
5382355d195979392c20461a0454fb474d2798da
13
roles/switchports
8,144
[ "no_license" ]
[ { "path": "roles/switchports/templates/switchports.j2", "content": "\n!!! etherchannel MEMBERS\n{% for key, value in etherchannel.iteritems() %}\ninterface range {{ key }}\n{% for key_description, value_description in description.iteritems() %}\n{% if key_description == key %}\n description {{ value_desc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2175, "all_permissive": false }
ansible_role
wintermute000/ansible-cisco-conf
5382355d195979392c20461a0454fb474d2798da
13
roles/vlans
8,144
[ "no_license" ]
[ { "path": "roles/vlans/templates/vlans.j2", "content": "\n{% for key, value in vlans.iteritems() %}\nvlan {{ key }}\n name {{ value }}\n{% endfor %}\n\nspanning-tree mode rapid-pvst\nspanning-tree portfast bpduguard default\nspanning-tree vlans 1-4094 pri 32768\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
learn-nomad-consul/demo-stack
aaa2ff3199a9ee0f7d7868de9770ec76f57531a9
9
image/ansible/roles/consul-install
8,144
[ "no_license" ]
[ { "path": "image/ansible/roles/consul-install/tasks/dnsmasq.yml", "content": "---\n\n- name: install cloud-init \n become: yes\n package:\n name: cloud-init\n state: present\n\n- name: install dnsmaq \n become: yes\n package:\n name: dnsmasq\n state: present\n\n- name: add dns for consul dom...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1792, "all_permissive": false }
ansible_role
learn-nomad-consul/demo-stack
aaa2ff3199a9ee0f7d7868de9770ec76f57531a9
9
image/ansible/roles/docker-install
8,144
[ "no_license" ]
[ { "path": "image/ansible/roles/docker-install/tasks/main.yml", "content": "---\n\n- name: install docker deps\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n force_apt_get: yes\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 938, "all_permissive": false }
ansible_role
learn-nomad-consul/demo-stack
aaa2ff3199a9ee0f7d7868de9770ec76f57531a9
9
image/ansible/roles/nomad-install
8,144
[ "no_license" ]
[ { "path": "image/ansible/roles/nomad-install/tasks/nomad_install.yml", "content": "---\n\n- name: install unzip \n become: yes\n package:\n name: unzip\n state: present\n\n- name: get nomad archive\n become: no\n get_url:\n url: https://releases.hashicorp.com/nomad/0.10.1/nomad_0.10.1_linux_amd...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1487, "all_permissive": false }
ansible_role
learn-nomad-consul/demo-stack
aaa2ff3199a9ee0f7d7868de9770ec76f57531a9
9
image/ansible/roles/terraform-install
8,144
[ "no_license" ]
[ { "path": "image/ansible/roles/terraform-install/tasks/main.yml", "content": "---\n\n- name: install terraform\n import_tasks: terraform_install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "image/ansible/roles/terraform-install/tasks/terr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 519, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/apt-upgrade
8,144
[ "no_license" ]
[ { "path": "ansible/roles/apt-upgrade/tasks/main.yml", "content": "- name: Update and upgrade apt packages\n become: yes\n apt:\n upgrade: safe\n update_cache: yes\n autoremove: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/build
8,144
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "- name: Build chat\n local_action: shell cd .. && npm run build\n register: out\n\n- debug: var=out.stdout_lines\n\n- name: Zip files\n local_action: >\n shell cd .. &&\n zip -r chat.zip\n config\n dist\n src/backend\n pm2-proc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/deploy
8,144
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "- name: Upload chat.zip\n synchronize:\n src: ../chat.zip\n dest: ~/.\n\n- name: Ensure chat directory exists\n file:\n path: ~/chat\n state: directory\n\n- name: Unzip chat.zip\n unarchive:\n src: ~/chat.zip\n dest: ~/chat\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 823, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/mongodb
8,144
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: Update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: Install gnupg\n become: yes\n apt:\n name: gnupg\n state: latest\n\n- name: Add mongodb apt key\n become: yes\n shell: wget -qO - https://www.mongodb.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/nginx
8,144
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: Install nginx\n become: yes\n apt:\n name: nginx\n state: latest\n\n- name: Turn off server tokens\n become: yes\n replace:\n path: /etc/nginx/nginx.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1128, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/nodejs
8,144
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "- name: Add node source\n become: yes\n shell: curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -\n\n- name: Install nodejs\n become: yes\n apt:\n name: nodejs\n state: latest\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/pm2
8,144
[ "no_license" ]
[ { "path": "ansible/roles/pm2/tasks/main.yml", "content": "- name: Install pm2\n become: yes\n command: npm install -g pm2\n\n- name: Enable pm2 startup hook\n shell: pm2 startup systemd\n ignore_errors: yes\n\n- name: Setup pm2 startup\n become: yes\n shell: env PATH=$PATH:/usr/bin /usr/lib/node_modul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/redis
8,144
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: Update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: Install apt package redis-server\n become: yes\n apt:\n name: redis-server\n state: latest\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/swap
8,144
[ "no_license" ]
[ { "path": "ansible/roles/swap/tasks/main.yml", "content": "- name: Create 2G swapfile\n become: yes\n command: fallocate -l 2G /swapfile\n\n- name: Set permissions on swapfile\n become: yes\n file:\n path: /swapfile\n mode: '0600'\n\n- name: Make swap file\n become: yes\n command: mkswap /swapfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
kelp-ljit/chat
37b2d09c6646dbbd49ce4e395282cc659f7a4234
0
ansible/roles/tools
8,144
[ "no_license" ]
[ { "path": "ansible/roles/tools/tasks/main.yml", "content": "- name: Update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: Install apt package htop\n become: yes\n apt:\n name: htop\n state: latest\n\n- name: Install apt package httpie\n become: yes\n apt:\n name: httpie\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
wotd/ansible
524a1cb9218a31e37bc3227ea5f9bfa890c73bd9
0
first_playbook/roles/common
8,144
[ "no_license" ]
[ { "path": "first_playbook/roles/common/tasks/install_packages.yml", "content": "- name: \"Install Common packages\"\n apt: name={{item }} state=latest\n with_items:\n - sysstat\n - htop\n - httpie\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
wotd/ansible
524a1cb9218a31e37bc3227ea5f9bfa890c73bd9
0
first_playbook/roles/nginx
8,144
[ "no_license" ]
[ { "path": "first_playbook/roles/nginx/tasks/install.yml", "content": "- name: \"Install Nging packages\"\n apt: name=nginx state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "first_playbook/roles/nginx/tasks/configure_vhosts.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 523, "all_permissive": false }
ansible_role
cssp1/assignment1
0839fc589cb52e7384c446593db79e0c2ea737d5
0
aws/ansible/roles/spin_ec2
8,149
[ "no_license" ]
[ { "path": "aws/ansible/roles/spin_ec2/files/ec2-send-memory-metrics.py", "content": "#!/usr/bin/env python\n# from http://arr.gr/blog/2013/08/monitoring-ec2-instance-memory-usage-with-cloudwatch/\n\n'''\nSend memory usage metrics to Amazon CloudWatch\n\nThis is intended to run on an Amazon EC2 instance and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 15656, "all_permissive": false }
ansible_role
clementcarda/tpAnsible
0b62d9ad8b24dc7115981aae3d5bf9948114e990
0
roles/apache
8,149
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: install Apache2\n apt:\n name: apache2\n state: present\n notify: restart Apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
clementcarda/tpAnsible
0b62d9ad8b24dc7115981aae3d5bf9948114e990
0
roles/mariaDB
8,149
[ "no_license" ]
[ { "path": "roles/mariaDB/handlers/main.yml", "content": "---\n\n- name: \"start mariaDB\"\n service:\n name: mysql\n state: started\n enable: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/mariaDB/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
clementcarda/tpAnsible
0b62d9ad8b24dc7115981aae3d5bf9948114e990
0
roles/php
8,149
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "---\n\n- name: restart php\n service: \n name: php\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: instal php...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 158, "all_permissive": false }
ansible_role
lucabmn/k8s
e26abffdf2a615f5c7894152d0d936e9c46d1519
0
ansible/roles/argocd
8,149
[ "no_license" ]
[ { "path": "ansible/roles/argocd/tasks/main.yml", "content": "---\n- name: Add ArgoCD Helm repository\n command: helm repo add argo https://argoproj.github.io/argo-helm\n changed_when: false\n tags: argocd\n\n- name: Update Helm repositories\n command: helm repo update\n changed_when: false\n tags: arg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1314, "all_permissive": false }
ansible_role
lucabmn/k8s
e26abffdf2a615f5c7894152d0d936e9c46d1519
0
ansible/roles/common
8,149
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Remove any existing Kubernetes repository configurations\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - /etc/apt/sources.list.d/kubernetes.list\n - /usr/share/keyrings/kubernetes-apt-keyring.gpg\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1265, "all_permissive": false }
ansible_role
lucabmn/k8s
e26abffdf2a615f5c7894152d0d936e9c46d1519
0
ansible/roles/helm
8,149
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n state: present\n update_cache: yes\n tags:\n - helm\n - dependencies\n\n- name: Add Helm GPG ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
lucabmn/k8s
e26abffdf2a615f5c7894152d0d936e9c46d1519
0
ansible/roles/kubernetes
8,149
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/main.yml", "content": "---\n- name: Include dependencies tasks\n ansible.builtin.import_tasks: dependencies.yml\n\n- name: Include master tasks\n ansible.builtin.import_tasks: master.yml\n when: inventory_hostname in groups['master']\n\n- name: Include worker tas...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8189, "all_permissive": false }
ansible_role
lucabmn/k8s
e26abffdf2a615f5c7894152d0d936e9c46d1519
0
ansible/roles/nginx-ingress
8,149
[ "no_license" ]
[ { "path": "ansible/roles/nginx-ingress/tasks/main.yml", "content": "---\n- name: Add NGINX Ingress Helm repository\n command: helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx\n changed_when: false\n tags: nginx-ingress\n\n- name: Update Helm repositories\n command: helm repo update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
baizel36/pi_jukebox
61a03970e737ce0ff9dee0f81514bbb46a764979
4
ansible/roles/spotify
8,149
[ "no_license" ]
[ { "path": "ansible/roles/spotify/templates/mopidy.sh.j2", "content": "#!/usr/bin/expect -f \n\n\nset mac \"{{ bluetooth_mac }}\" \n\nspawn -ignore HUP /usr/bin/pulseaudio --start\n\nexpect_background\n\nspawn -ignore HUP /usr/bin/bluetoothctl \n\nexpect_background\n\nexpect -exact \"\\[bluetooth\\]#\"\n\nse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5148, "all_permissive": false }
ansible_role
akosiaris/servermon_vagrant_ansible
696d33eccf779361a8da08d5de6c6ed90ac25153
0
roles/mysql
8,149
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yaml", "content": "---\ndbname: servermon\ndbuser: servermon\ndbpassword: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/mysql/tasks/main.yaml", "content": "---\n# This playbook will inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 752, "all_permissive": false }
ansible_role
akosiaris/servermon_vagrant_ansible
696d33eccf779361a8da08d5de6c6ed90ac25153
0
roles/nginx
8,149
[ "no_license" ]
[ { "path": "roles/nginx/templates/servermon.conf.j2", "content": "upstream backend {\n\t{% for host in groups['appservers'] %}\n\tserver {{ hostvars[host]['ansible_eth1']['ipv4']['address'] }}:{{ app_port }};\n\t{% endfor %}\n}\nserver {\n listen {{ nginx_port }} default_server;\n listen [::]:{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1274, "all_permissive": false }
ansible_role
akosiaris/servermon_vagrant_ansible
696d33eccf779361a8da08d5de6c6ed90ac25153
0
roles/servermon
8,149
[ "no_license" ]
[ { "path": "roles/servermon/templates/servermon.ini.j2", "content": "[uwsgi]\nplugins = http,python\nhttp-socket = 0.0.0.0:{{ port }}\n#socket = 127.0.0.1:3031\n#http-socket = 127.0.0.1:3032\nchdir = {{ dir }}/servermon\nwsgi-file = apache/django.wsgi\nprocesses = {{ ansible_processor_count }}\nthreads = {{ ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2647, "all_permissive": false }
ansible_role
ShalevBohadana/infra
1353026f7614d333febec6c21ad374e354637bb6
0
ansible/roles/docker
8,149
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 579, "all_permissive": false }
ansible_role
ShalevBohadana/infra
1353026f7614d333febec6c21ad374e354637bb6
0
ansible/roles/k3s-agent
8,149
[ "no_license" ]
[ { "path": "ansible/roles/k3s-agent/tasks/main.yml", "content": "- name: Install K3s agent using the token\n shell: |\n K3S_URL=https://{{ groups['k3s_servers'][0] }}:6443 \\\n K3S_TOKEN={{ hostvars[ groups['k3s_servers'][0] ].node_token }} \\\n curl -sfL https://get.k3s.io | sh -\n-\n\n- name: Rel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
ShalevBohadana/infra
1353026f7614d333febec6c21ad374e354637bb6
0
ansible/roles/k3s-master
8,149
[ "no_license" ]
[ { "path": "ansible/roles/k3s-master/tasks/main.yml", "content": "- name: Download and install K3s binary\n shell: |\n curl -sfL https://get.k3s.io | sh -\n args:\n creates: /usr/local/bin/k3s\n\n- name: Wait for K3s service\n systemd:\n name: k3s\n state: started\n enabled: true\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }