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 | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/pushgateway | 3,778 | [
"permissive"
] | [
{
"path": "roles/pushgateway/templates/run_pushgateway_binary.sh.j2",
"content": "#!/bin/bash\nset -e\nulimit -n 1000000\n\nDEPLOY_DIR={{ deploy_dir }}\ncd \"${DEPLOY_DIR}\" || exit 1\n\n# WARNING: This file was auto-generated. Do not edit!\n# All your edit might be overwritten!\nexec > >(tee -i -a... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2290,
"all_permissive": true
} |
ansible_role | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/supervise | 3,778 | [
"permissive"
] | [
{
"path": "roles/supervise/templates/stop_role.sh.j2",
"content": "#!/bin/bash\nset -e\n\nDEPLOY_USER={{ deploy_user }}\nSTATUS_DIR={{ role_status_dir }}\nDEPLOY_DIR={{ deploy_dir }}\n\ncd \"${DEPLOY_DIR}\" || exit 1\n\n# try down\nbin/svc -d \"${STATUS_DIR}\" &>/dev/null || true\n\n# check by supervise pid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1415,
"all_permissive": true
} |
ansible_role | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/tidb | 3,778 | [
"permissive"
] | [
{
"path": "roles/tidb/tasks/binary_deployment.yml",
"content": "---\n\n- name: deploy binary\n copy: src=\"{{ resources_dir }}/bin/tidb-server\" dest=\"{{ deploy_dir }}/bin/\" mode=0755 backup=yes\n register: tidb_binary\n\n- name: backup binary file\n command: mv \"{{ tidb_binary.backup_file }}\" \"{{ b... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 13862,
"all_permissive": true
} |
ansible_role | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/tidb_lightning | 3,778 | [
"permissive"
] | [
{
"path": "roles/tidb_lightning/templates/stop_lightning_binary.sh.j2",
"content": "#!/bin/bash\nset -e\nulimit -n 1000000\ncd \"{{ deploy_dir }}\" || exit 1\n\nexport RUST_BACKTRACE=1\n\nexport TZ={{ timezone }}\n\necho -n 'sync ... '\nstat=$(time sync)\necho ok\necho $stat\n\nif [ `ps aux |grep tidb-light... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12562,
"all_permissive": true
} |
ansible_role | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/tiflash | 3,778 | [
"permissive"
] | [
{
"path": "roles/tiflash/tasks/main.yml",
"content": "---\n\n- name: create tiflash directories\n become: true\n file: path={{ item }} state=directory mode=0755 owner={{ deploy_user }} group={{ deploy_user }}\n with_items:\n - \"{{ tiflash_dir }}\"\n - \"{{ tmp_path }}\"\n - \"{{ data_dir | split_stri... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10274,
"all_permissive": true
} |
ansible_role | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/tikv | 3,778 | [
"permissive"
] | [
{
"path": "roles/tikv/defaults/main.yml",
"content": "---\n\ntikv_port: 20160\ntikv_status_port: 20180\n\ntikv_data_dir: \"{{ deploy_dir }}/data\"\n\ntikv_log_dir: \"{{ deploy_dir }}/log\"\ntikv_log_filename: \"tikv.log\"\ntikv_stderr_filename: \"tikv_stderr.log\"\n\ntikv_conf_dir: \"{{ deploy_dir }}/conf\"... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12953,
"all_permissive": true
} |
ansible_role | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/tikv_importer | 3,778 | [
"permissive"
] | [
{
"path": "roles/tikv_importer/templates/start_importer_binary.sh.j2",
"content": "#!/bin/bash\nset -e\nulimit -n 1000000\ncd \"{{ deploy_dir }}\" || exit 1\nmkdir -p status\n\nexport RUST_BACKTRACE=1\n\nexport TZ=${TZ:-/etc/localtime}\n\necho -n 'sync ... '\nstat=$(time sync)\necho ok\necho $stat\n\nnohup ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4556,
"all_permissive": true
} |
ansible_role | pingcap/tidb-ansible | 61f5ec376c82381107a2b1e6e1eade09d8ca39a2 | 327 | roles/tispark | 3,778 | [
"permissive"
] | [
{
"path": "roles/tispark/templates/spark-defaults.conf.j2",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The ASF licenses ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3373,
"all_permissive": true
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/docker | 3,778 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Example how to set default value if the variable is not defined, ignores USR=''\n ansible.builtin.debug:\n msg: \"{{ lookup('ansible.builtin.env', 'USER', default='nobody') }} is the user.\"\n\n- name: Update apt package index\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2039,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/github_cli | 3,778 | [
"no_license"
] | [
{
"path": "roles/github_cli/tasks/main.yml",
"content": "---\n- name: Create /etc/apt/keyrings directory with permissions\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\n become: true \n\n- name: Download GitHub CLI keyring\n ansible.builtin.get_url:\n url... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/golang | 3,778 | [
"no_license"
] | [
{
"path": "roles/golang/vars/main.yml",
"content": "golang_version: 1.22.5",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n- name: \"Go-Lang | Install dependencies\"\n apt:\n pkg:\n - 'cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1042,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/helm | 3,778 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "---\n- name: Install helm from source\n ansible.builtin.get_url:\n url: https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz \n dest: /tmp/helm-v3.15.2-linux-amd64.tar.gz \n mode: 0644\n\n- name: Ensure target directory exists\n ansible.builtin.fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1741,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/kind | 3,778 | [
"no_license"
] | [
{
"path": "roles/kind/tasks/main.yml",
"content": "---\n- name: Download kind binary\n ansible.builtin.get_url:\n url: \"https://kind.sigs.k8s.io/dl/v0.23.0/kind-linux-amd64\"\n dest: /usr/local/bin/kind\n mode: '0755'\n become: true\n\n- name: Make kind executable\n ansible.builtin.file:\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/kubebuilder | 3,778 | [
"no_license"
] | [
{
"path": "roles/kubebuilder/tasks/main.yml",
"content": "---\n- name: Retrieve GOOS\n ansible.builtin.command: go env GOOS\n register: goos_output\n\n- name: Retrieve GOARCH\n ansible.builtin.command: go env GOARCH\n register: goarch_output\n\n- name: Set fact for GOOS\n ansible.builtin.set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 757,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/kubectl | 3,778 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "---\n- name: Set kubectl version\n ansible.builtin.shell: curl -L -s https://dl.k8s.io/release/stable.txt\n register: kubectl_version\n\n- name: Download kubectl binary\n ansible.builtin.get_url:\n url: \"https://dl.k8s.io/release/{{ kubectl_versio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/neovim | 3,778 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: \"Neovim | Install dependencies\"\n apt:\n pkg:\n - 'libtool'\n - 'libtool-bin'\n - 'autoconf'\n - 'automake'\n - 'cmake'\n - 'g++'\n - 'pkg-config'\n - 'unzip'\n - 'curl'\n - 'doxygen'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/oras | 3,778 | [
"no_license"
] | [
{
"path": "roles/oras/vars/main.yml",
"content": "oras_version: 1.2.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/oras/tasks/main.yml",
"content": "---\n- name: Download oras \n ansible.builtin.get_url:\n url: https://github.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/tmux | 3,778 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: \"Dependencies\"\n ansible.builtin.apt:\n pkg:\n - xsel\n - xclip\n state: present\n become: true\n\n- name: \"Install tmux\"\n ansible.builtin.apt:\n name: tmux\n state: present\n become: true\n\n- name: \"Install TPM\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | duffney/wsl-dev-setup | fdd586c7742f5938e928f9dc6933ae32dffabd53 | 0 | roles/ubuntu-packages | 3,778 | [
"no_license"
] | [
{
"path": "roles/ubuntu-packages/tasks/main.yml",
"content": "---\n- name: Update apt cache\n become: yes\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install common packages\n become: yes\n ansible.builtin.apt:\n pkg:\n - tree\n - bash\n - libssl-dev\n - pkg-config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/common | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- apt: name={{item}}\n with_items:\n - cifs-utils\n - curl\n - fail2ban\n - gcc\n - git\n - htop\n - make\n - rsync\n - vim\n sudo: yes",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/couchpotato | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/couchpotato/files/init_d",
"content": "#! /bin/sh\n\n### BEGIN INIT INFO\n# Provides: couchpotato\n# Required-Start: $local_fs $network $remote_fs\n# Required-Stop: $local_fs $network $remote_fs\n# Should-Start: $NetworkManager\n# Should-Stop: $Networ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4447,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/nginx | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/main.yml",
"content": "---\n- apt: name=nginx update_cache=yes\n sudo: yes\n\n- name: Ensures nginx html dir exists\n file: path=/var/www/html/ state=directory\n\n- name: Install dashboard\n template: src=index.html.j2 dest=/var/www/html/index.html\n sudo: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2435,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/plex | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/plex/handlers/main.yml",
"content": "---\n- name: run plexupdate\n command: /bin/bash ./plexupdate.sh -p -a -d\n args:\n chdir: /root/plexupdate/\n sudo: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "provi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10653,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/plexpy | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/plexpy/tasks/main.yml",
"content": "---\n- git: repo=https://github.com/drzoidberg33/plexpy.git dest=/opt/plexpy\n sudo: yes\n\n- user: name=plexpy system=yes\n sudo: yes\n\n- file: path=/opt/plexpy owner=plexpy group=nogroup\n sudo: yes\n\n- copy: src=init_d dest=/etc/init.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6428,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/sickbeard | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/sickbeard/tasks/main.yml",
"content": "---\n- apt: name={{item}}\n with_items:\n - git-core\n - python\n - python-cheetah\n sudo: yes\n\n- git: repo=http://github.com/midgetspy/Sick-Beard.git dest=/root/sickbeard\n sudo: yes\n\n- copy: src=nginx_config dest=/etc/ngi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/sonarr | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/sonarr/handlers/main.yml",
"content": "---\n- name: start nzbdrone\n service: name=nzbdrone state=started\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "provisioning/roles/sonarr/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | pyro2927/mediabox | 9a5710a7b5bf8f13b6081a873be72af795132718 | 13 | provisioning/roles/transmission | 3,778 | [
"no_license"
] | [
{
"path": "provisioning/roles/transmission/tasks/main.yml",
"content": "---\n- apt_repository: repo='ppa:transmissionbt/ppa' state=present\n sudo: yes\n\n- apt: name={{item}}\n with_items:\n - transmission-cli\n - transmission-common\n - transmission-daemon\n sudo: yes\n\n- copy: src=nginx_confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | rodolfo-gonzalez/ansible-demo | fcfa1ccfdb2ddd2412e1a457af89867e110d286c | 0 | roles/common | 3,778 | [
"no_license"
] | [
{
"path": "roles/common/test/integration/common/serverspec/common_spec.rb",
"content": "require 'serverspec'\nset :backend, :exec\n\ncontext 'with packages ' do\n [\n 'htop',\n 'tree',\n 'figlet',\n 'cowsay'\n ].each do |pkg|\n describe package(pkg) do\n it { should be_installed}\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | rodolfo-gonzalez/ansible-demo | fcfa1ccfdb2ddd2412e1a457af89867e110d286c | 0 | roles/cool | 3,778 | [
"no_license"
] | [
{
"path": "roles/cool/meta/main.yml",
"content": "dependencies:\n - {role: common}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/cool/tasks/main.yml",
"content": "---\n# tasks file for roles/php\n- name: Cool task in cool role\n deb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | rodolfo-gonzalez/ansible-demo | fcfa1ccfdb2ddd2412e1a457af89867e110d286c | 0 | roles/filters | 3,778 | [
"no_license"
] | [
{
"path": "roles/filters/tasks/jinja.yml",
"content": "- name: default\n debug: msg=\"{{ some_var | default('default value') }}\"\n\n- set_fact:\n numbers:\n - 1\n - 2\n - 2\n - 4\n - 6\n\n- set_fact:\n letters:\n - a\n - b\n - c\n - d\n - e\n\n- name... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | rodolfo-gonzalez/ansible-demo | fcfa1ccfdb2ddd2412e1a457af89867e110d286c | 0 | roles/loops | 3,778 | [
"no_license"
] | [
{
"path": "roles/loops/tasks/main.yml",
"content": "---\n# tasks file for roles/loops\n- name: Standard loop\n debug: msg=\"{{ 'color -> ' ~ item }}\"\n with_items: \"{{ colors }}\"\n tags: loops_standard\n\n- name: together loop\n debug: msg=\"{{ item[0] ~ ' is ' ~ item[1] }}\"\n with_together:\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1585,
"all_permissive": false
} |
ansible_role | rodolfo-gonzalez/ansible-demo | fcfa1ccfdb2ddd2412e1a457af89867e110d286c | 0 | roles/precedence | 3,778 | [
"no_license"
] | [
{
"path": "roles/precedence/defaults/main.yml",
"content": "---\n# defaults file for roles/precedence\nfoo: \"precedence/defaults\"\ndelta:\n bravo: \"defaults/delta.bravo\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/precedence/vars/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | beinganirban/mytestrepo | 5124e2731be4e79c8e60acd6e0ee42e82e9a17ae | 0 | roles/deploy_postgres | 3,778 | [
"no_license"
] | [
{
"path": "roles/deploy_postgres/tasks/main.yml",
"content": "---\n# tasks file for deploy_postgres\n\n- name: install progress\n yum:\n name: postgresql-server\n state: latest\n\n- name: enable postgresql at boot\n service:\n name: postgresql\n enabled: yes\n\n- name: tell user to finish sett... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | beinganirban/mytestrepo | 5124e2731be4e79c8e60acd6e0ee42e82e9a17ae | 0 | roles/in_mem_inventory | 3,778 | [
"no_license"
] | [
{
"path": "roles/in_mem_inventory/tasks/main.yml",
"content": "---\n# tasks file for in_mem_inventory\n- os_server_facts:\n cloud: ospcloud\n\n- add_host:\n name: \"{{ item.public_v4 }}\"\n groups: \"{{ item.metadata.group }}\"\n loop: \"{{ openstack_servers }}\"\n\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | beinganirban/mytestrepo | 5124e2731be4e79c8e60acd6e0ee42e82e9a17ae | 0 | roles/three-tier-app_repo | 3,778 | [
"no_license"
] | [
{
"path": "roles/three-tier-app_repo/defaults/main.yml",
"content": "---\n# defaults file for hree-tier-app_repo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/three-tier-app_repo/vars/main.yml",
"content": "---\n# vars file for hree-tie... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | osayiakoko/udapeople | 966f160f6674d152ed6419e94f6d937b7226fc69 | 1 | .circleci/ansible/roles/configure-server | 3,778 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"Get Node.js from source\"\n become: true\n shell: |\n curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n\n- name: \"Install Node.js\"\n become: true\n apt:\n name: [\"nodejs\"]\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | osayiakoko/udapeople | 966f160f6674d152ed6419e94f6d937b7226fc69 | 1 | .circleci/ansible/roles/deploy | 3,778 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Installing Node D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | danpawlik/my-playbooks | f32565e65c1650597dab416498ec546ebdcb85f5 | 0 | roles/common | 3,738 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: Disable ipv6\n become: true\n shell: |\n sysctl -w net.ipv6.conf.all.disable_ipv6=1\n sysctl -w net.ipv6.conf.default.disable_ipv6=1\n\n- name: Change DNS servers\n become: true\n copy:\n content: |\n nameserver 1.1.1.1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | danpawlik/my-playbooks | f32565e65c1650597dab416498ec546ebdcb85f5 | 0 | roles/kind | 3,738 | [
"no_license"
] | [
{
"path": "roles/kind/defaults/main.yaml",
"content": "---\nkind_version: 0.26.0\nkind_checksum: \"sha256:https://github.com/kubernetes-sigs/kind/releases/download/v{{ kind_version }}/kind-linux-amd64.sha256sum\"\n\ndisk_file_path: /mnt/storage-file\ndisk_file_size: 20G\ndisk_file_sparsed: false\nvg_name: m... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 11787,
"all_permissive": false
} |
ansible_role | danpawlik/my-playbooks | f32565e65c1650597dab416498ec546ebdcb85f5 | 0 | roles/kubernetes | 3,738 | [
"no_license"
] | [
{
"path": "roles/kubernetes/defaults/main.yml",
"content": "---\nfqdn: kubernetes.dev\n\nuse_loadbalancer: false\n# Minimum port is 30000\n# Those ports would be available from \"outside\" if the firewall on the host\n# got proper rules. For example, after deployment with baremetal ingress and\n# metallb, t... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 17625,
"all_permissive": false
} |
ansible_role | danpawlik/my-playbooks | f32565e65c1650597dab416498ec546ebdcb85f5 | 0 | roles/minikube | 3,738 | [
"no_license"
] | [
{
"path": "roles/minikube/tasks/certmanager.yaml",
"content": "---\n- name: Install cert manager required by topolvm\n ansible.builtin.shell: |\n kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v{{ cert_manager_version }}/cert-manager.crds.yaml\n",
"license_type": "no... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4569,
"all_permissive": false
} |
ansible_role | infamousjoeg/yt-ansible-dynamic-secrets | c163ee23a330ac061c4daccf4aa4cf267180e557 | 1 | roles/ccp-dynamic-secrets | 3,738 | [
"no_license"
] | [
{
"path": "roles/ccp-dynamic-secrets/tasks/main.yml",
"content": "- block:\n - name: Retrieve SSH Private Key from CyberArk\n cyberark.pas.cyberark_credential:\n api_base_url: \"{{ ccp_base_url }}\"\n app_id: \"{{ ccp_app_id }}\"\n query: \"Safe={{ ccp_safe }};Object=Operating System-PL-A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2136,
"all_permissive": false
} |
ansible_role | infamousjoeg/yt-ansible-dynamic-secrets | c163ee23a330ac061c4daccf4aa4cf267180e557 | 1 | roles/conjur-dynamic-secrets | 3,738 | [
"no_license"
] | [
{
"path": "roles/conjur-dynamic-secrets/tasks/main.yml",
"content": "- block:\n - name: Create Conjur Identity file (.netrc)\n ansible.builtin.template:\n src: conjur.identity.j2\n dest: /etc/conjur.identity\n\n - name: Create Conjur Config file (.conjurrc)\n ansible.builtin.template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1979,
"all_permissive": false
} |
ansible_role | AltanS/matomo-docker-ansible | d660cd7ca7dfb3f5a364c765348ac194d7bd6974 | 5 | roles/common | 3,738 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update apt packages\n apt:\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | AltanS/matomo-docker-ansible | d660cd7ca7dfb3f5a364c765348ac194d7bd6974 | 5 | roles/cronjobs | 3,738 | [
"no_license"
] | [
{
"path": "roles/cronjobs/defaults/main.yml",
"content": "#run at midnight every sunday\ndocker_clean_up_job_schedule:\n minute: \"0\"\n hour: \"0\"\n day: \"*\"\n month: \"*\"\n weekday: \"0\"\n\ndocker_clean_up_job_user: \"{{ (docker_users | first) | d('root') }}\"",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | AltanS/matomo-docker-ansible | d660cd7ca7dfb3f5a364c765348ac194d7bd6974 | 5 | roles/custom-systemd | 3,738 | [
"no_license"
] | [
{
"path": "roles/custom-systemd/templates/docker-compose-app.service.j2",
"content": "[Unit]\nDescription=Docker Compose Application\nRequires=docker.service\nAfter=docker.service\n\n[Service]\nUser=ansibleadmin\nGroup=docker\nType=simple\nRestart=on-failure\nRestartSec=5s\nWorkingDirectory={{ docker_compos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | AltanS/matomo-docker-ansible | d660cd7ca7dfb3f5a364c765348ac194d7bd6974 | 5 | roles/nginx-setup | 3,738 | [
"no_license"
] | [
{
"path": "roles/nginx-setup/templates/server.conf.j2",
"content": "# Block all traffic to the default server.\nserver {\n listen 80;\n listen [::]:80;\n server_name _;\n return 444;\n}\n\n# Redirect HTTP traffic to HTTPS.\nserver {\n listen 80;\n server_name {{ matomo_hostn... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1709,
"all_permissive": false
} |
ansible_role | AltanS/matomo-docker-ansible | d660cd7ca7dfb3f5a364c765348ac194d7bd6974 | 5 | roles/users | 3,738 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Ensure requested groups are present\n group:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ users | sum(attribute='groups', start=[]) | list | unique }}\"\n\n- name: Ensure sudo group has sudo privileges\n lineinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | zachcowell/vagrant-ansible-node | f5c599c2a66f303eff15c6e6e86bbf10834051ea | 0 | ansible/roles/base | 3,738 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt: update-cache=yes cache_valid_time=86400\n sudo: yes\n\n- name: Update all packages\n apt: upgrade=dist\n sudo: yes\n\n- name: install basic packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n tags: [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | zachcowell/vagrant-ansible-node | f5c599c2a66f303eff15c6e6e86bbf10834051ea | 0 | ansible/roles/postgres | 3,738 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n\n- name: postgres\n apt: name={{ item }}\n with_items:\n - postgresql\n - libpq-dev\n - python-psycopg2\n sudo: yes\n\n- name: Make sure its running\n service: name=postgresql state=started enabled=yes\n sudo: yes\n\n- postgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | alexolomeo/deploy.com | e9cd0c710e42d516074eaaae14842932b024ec73 | 0 | roles/gazellacom-deploy | 3,738 | [
"no_license"
] | [
{
"path": "roles/gazellacom-deploy/tasks/deploy.yml",
"content": "---\n#- name: \"Ensure required parameters are provided.\"\n# ansible.builtin.assert:\n# that:\n# - gazellacom_app_workdir is defined\n# - gazellacom_path_to_folder_to_deploy is defined\n# - app_name is defined\n# quiet:... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 11895,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/backup | 3,738 | [
"no_license"
] | [
{
"path": "roles/backup/templates/backup_data.sh.js2",
"content": "#!/bin/bash\n# DO NOT MODIFY THIS SCRIPT\n#\n# IT WILL GET OVERWRITTEN THE NEXT TIME THE PLAYBOOK RUNS\n#\n#\n\n# Immediately exit script if a command fails\nset -e\n\n# Ensure tmp folder exists\nmkdir -p {{backup.tmp_path}}\n\n{% if backup.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4821,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/caddy | 3,738 | [
"no_license"
] | [
{
"path": "roles/caddy/tasks/main.yml",
"content": "---\n# Caddy role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Stop and remove any existing container\n docker_container:\n name: ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3826,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/common | 3,738 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Install common packages\n apt: \"name={{item}} state=present\"\n with_items:\n# -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 949,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/docker | 3,738 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt: \"name={{item}} state=present\"\n with_items:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n\n- name: Add official gpg signing key\n apt_key:\n id: 0EBFCD88\n ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1363,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/drive_strm | 3,738 | [
"no_license"
] | [
{
"path": "roles/drive_strm/tasks/main.yml",
"content": "#########################################################################\n# Title: Cloudbox: Drive STRM #\n# Author(s): desimaniac, l3uddz #\n# URL: https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5184,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/emby | 3,738 | [
"no_license"
] | [
{
"path": "roles/emby/tasks/main.yml",
"content": "---\n# Emby role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n#- name: Create emby directories\n# file: \"path={{item}} state=directory mode=077... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5104,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/freespace | 3,738 | [
"no_license"
] | [
{
"path": "roles/freespace/tasks/main.yml",
"content": "---\n# Freespace-check role\n- name: Create directories\n file: \"path={{item}} state=directory mode=0775 owner={{user}} group={{user}}\"\n with_items:\n - \"{{dirs.data}}/scripts\"\n \n- name: Create freespace-check script\n template:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1420,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/glances | 3,738 | [
"no_license"
] | [
{
"path": "roles/glances/tasks/main.yml",
"content": "---\n- name: Stop and remove any existing container\n docker_container:\n name: glances\n state: absent\n\n- name: Create Glances container\n docker_container:\n name: glances\n domainname: glances\n image: \"nicolargo/glances\"\n pul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/hydra | 3,738 | [
"no_license"
] | [
{
"path": "roles/hydra/tasks/main.yml",
"content": "---\n# NZBHydra Role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Stop and remove any existing container\n docker_container:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/kernel | 3,738 | [
"no_license"
] | [
{
"path": "roles/kernel/tasks/main.yml",
"content": "---\n- name: Message stopping playbook if kernel meets minimum version\n debug: msg=\"System meets the minimum kernel version, exiting.\"\n when: ansible_kernel is version('4.15', '>=')\n\n- name: Download kernel headers (all)\n get_url:\n url={{ ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1940,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/nzbget | 3,738 | [
"no_license"
] | [
{
"path": "roles/nzbget/tasks/main.yml",
"content": "---\n# NZBGet Role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Create nzbget directories\n file: \"path={{item}} state=directory mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3514,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/ombi | 3,738 | [
"no_license"
] | [
{
"path": "roles/ombi/tasks/main.yml",
"content": "---\n# Ombi role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Stop and remove any existing container\n docker_container:\n name: ombi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/plex | 3,738 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/main.yml",
"content": "---\n# Plex role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Create plex directories\n file: \"path={{item}} state=directory mode=0775 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3824,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/pre_install | 3,738 | [
"no_license"
] | [
{
"path": "roles/pre_install/tasks/main.yml",
"content": "---\n#- name: Ensure using kernel 4.15 or newer\n# fail: msg=\"You must be using kernel 4.15.1-generic or newer! Use --tags \\\"kernel\\\" to upgrade first!\"\n# when: ansible_kernel is version('4.15', '<')\n\n- name: Create common groups\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/pushover | 3,738 | [
"no_license"
] | [
{
"path": "roles/pushover/tasks/main.yml",
"content": "---\n# Pushover role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Install pushover pip module\n pip: \"name={{item}} state=latest ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/radarr | 3,738 | [
"no_license"
] | [
{
"path": "roles/radarr/tasks/main.yml",
"content": "---\n# Radarr role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Stop and remove any existing container\n docker_container:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1196,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/rclone | 3,738 | [
"no_license"
] | [
{
"path": "roles/rclone/tasks/main.yml",
"content": "---\n# rclone role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Create common rdirectories\n file: \"path={{item}} state=directory mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6105,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/rutorrent | 3,738 | [
"no_license"
] | [
{
"path": "roles/rutorrent/tasks/main.yml",
"content": "---\n# ruTorrent role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Install necessary pip module for htpasswd\n pip: \"name={{item}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8523,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/sanity_check | 3,738 | [
"no_license"
] | [
{
"path": "roles/sanity_check/tasks/main.yml",
"content": "---\n- debug:\n msg: \"System is running {{ ansible_distribution }} {{ ansible_distribution_version }}\"\n\n- name: Verify system is Ubuntu 16.04\n fail: msg=\"This playbook is specifically designed for Ubuntu 16.04. Exiting.\"\n when: ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/sonarr | 3,738 | [
"no_license"
] | [
{
"path": "roles/sonarr/tasks/main.yml",
"content": "---\n# Sonarr role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Stop and remove any existing container\n docker_container:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/system | 3,738 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "---\n- name: Update packages\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt: \"name={{item}} state=latest\"\n with_items:\n - apt-utils\n #- cpufrequtils\n\n- name: Install open-vm-tools if on VMware\n apt: \"name=open-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5000,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/tautulli | 3,738 | [
"no_license"
] | [
{
"path": "roles/tautulli/tasks/main.yml",
"content": "---\n# Tautulli role\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Stop and remove any existing container\n docker_container:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1374,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/telly | 3,738 | [
"no_license"
] | [
{
"path": "roles/telly/tasks/main.yml",
"content": "# Telly role\n---\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: Stop and remove any existing container\n docker_container:\n name: te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/watchtower | 3,738 | [
"no_license"
] | [
{
"path": "roles/watchtower/tasks/main.yml",
"content": "---\n# Watchtower role\n- name: Stop and remove any existing container\n docker_container:\n name: watchtower\n state: absent\n\n- name: Create container\n docker_container:\n name: watchtower\n image: \"v2tec/watchtower\"\n pull: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/wordpress | 3,738 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/theint.net.yml",
"content": "---\n# theint.net wordpress site\n- name: \"Get {{user}} uid\"\n shell: \"id -u {{user}}\"\n register: uid\n\n- name: \"Get {{user}} gid\"\n shell: \"id -g {{user}}\"\n register: gid\n\n- name: \"theint.net: Create WordPress directory\"\n fi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3818,
"all_permissive": false
} |
ansible_role | jrarseneau/tierbox | 8ef71b9644ad8e691c86b1084522142499dbd1fe | 0 | roles/znc | 3,738 | [
"no_license"
] | [
{
"path": "roles/znc/meta/main.yml",
"content": "dependencies:\n - { role: pre_install }\n - { role: system }\n - { role: common }\n - { role: docker }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/znc/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | elsie-dev/Sem3-Assignment1 | 743e5a2ca68c8d799427dfa00c4187639a2ce6d4 | 0 | Script/roles/common | 3,738 | [
"no_license"
] | [
{
"path": "Script/roles/common/tasks/main.yml",
"content": "---\n- name: Update packages\n apt:\n update_cache: yes\n\n- name: Install essential packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - python3\n - python3-pip\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | degrasse-python/DevOpsInMotion | 970b9964e50e012bdffa1b327b46928720cc1110 | 0 | buildkite--octopus/infra/ansible/roles/buildkite | 3,738 | [
"no_license"
] | [
{
"path": "buildkite--octopus/infra/ansible/roles/buildkite/templates/systemd.service.j2",
"content": "Unit]\nDescription=Buildkite Agent {{ organization.name }}\nDocumentation=https://buildkite.com/agent\nAfter=syslog.target\nAfter=network.target\n\n[Service]\nType=simple\nUser=root\nEnvironment=HOME=/var/... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4848,
"all_permissive": false
} |
ansible_role | degrasse-python/DevOpsInMotion | 970b9964e50e012bdffa1b327b46928720cc1110 | 0 | buildkite--octopus/infra/ansible/roles/docker | 3,738 | [
"no_license"
] | [
{
"path": "buildkite--octopus/infra/ansible/roles/docker/handlers/main.yaml",
"content": "---\n- name: Docker | Restart\n ansible.builtin.systemd:\n name: docker\n state: restarted\n enabled: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | lemzoo/server-config | 1d4cdd051c0f9579b391e19cd77142da33d32802 | 1 | roles/common | 3,858 | [
"no_license"
] | [
{
"path": "roles/common/tasks/security.yml",
"content": "# install security configuration\n#c>t\n\n- name: enable SSH within the firewall\n ufw: rule=allow port=22\n become: yes\n\n- name: enable firewall itself\n ufw: state=enabled\n become: yes\n\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | lemzoo/server-config | 1d4cdd051c0f9579b391e19cd77142da33d32802 | 1 | roles/init_config | 3,858 | [
"no_license"
] | [
{
"path": "roles/init_config/tasks/main.yml",
"content": "# establish non-root user with sudo privileges\n- name: create a non-root group\n group:\n name: \"{{ deploy_group }}\"\n state: present\n become: yes\n\n- name: create a non-root user\n user:\n name: \"{{ deploy_user }}\"\n group: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | lemzoo/server-config | 1d4cdd051c0f9579b391e19cd77142da33d32802 | 1 | roles/webserver | 3,858 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "# handles server protection and configuration for web server\n- include: security.yml\n- include: nginx.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/webserver/templates/nginx_con... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | lukegriffith/aws_experiments | 39e90621adf40c3466fe526d7a4c7dc396cc4cac | 0 | aws_config/playbooks/roles/consul.lg | 3,858 | [
"no_license"
] | [
{
"path": "aws_config/playbooks/roles/consul.lg/templates/consul_agent.j2",
"content": "{\n \"server\": false \n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "aws_config/playbooks/roles/consul.lg/README.md",
"content": "# consul.lg\nInstall... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 2791,
"all_permissive": false
} |
ansible_role | lukegriffith/aws_experiments | 39e90621adf40c3466fe526d7a4c7dc396cc4cac | 0 | aws_config/playbooks/roles/docker.lg | 3,858 | [
"no_license"
] | [
{
"path": "aws_config/playbooks/roles/docker.lg/tasks/main.yml",
"content": "---\n\n- name: install latest docker\n yum: \n name: docker\n state: latest\n\n- name: enable and start docker\n systemd:\n name: docker\n state: started\n enabled: yes",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | lukegriffith/aws_experiments | 39e90621adf40c3466fe526d7a4c7dc396cc4cac | 0 | aws_config/playbooks/roles/node_exporter.lg | 3,858 | [
"no_license"
] | [
{
"path": "aws_config/playbooks/roles/node_exporter.lg/tasks/install.yml",
"content": "---\n\n- name: download node_exporter\n get_url: \n url: \"{{url}}\"\n dest: \"/var/tmp/node_exporter-0.16.0.linux-amd64.tar.gz\"\n checksum: sha256:{{checksum}}\n\n- name: create node_exporter user\n user:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | lukegriffith/aws_experiments | 39e90621adf40c3466fe526d7a4c7dc396cc4cac | 0 | aws_config/playbooks/roles/prometheus.lg | 3,858 | [
"no_license"
] | [
{
"path": "aws_config/playbooks/roles/prometheus.lg/files/scrape_config.yml",
"content": "global:\n scrape_interval: 30s\n\nscrape_configs:\n- job_name: 'node'\n consul_sd_configs:\n - server: 'localhost:8500'\n datacenter: 'eu-west-1'\n services: ['node_exporter']",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1753,
"all_permissive": false
} |
ansible_role | k8shiro/ansible_LXD | 87182ceff563717699f486438fe37ffcce23b7e5 | 0 | roles/create_target | 3,858 | [
"no_license"
] | [
{
"path": "roles/create_target/tasks/main.yaml",
"content": "- name: Create target container\n shell: \"lxc copy {{ item.base }}/ssh-install {{ item.name }}\"\n with_items: \"{{ targets }}\"\n\n\n- name: Started container (CentOS)\n lxd_container:\n name: \"{{ item.name }}\"\n state: started\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | k8shiro/ansible_LXD | 87182ceff563717699f486438fe37ffcce23b7e5 | 0 | roles/init_lxd | 3,858 | [
"no_license"
] | [
{
"path": "roles/init_lxd/tasks/main.yml",
"content": "- name: Set ipv4.ip_forward 1\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n sysctl_set: yes\n state: present\n reload: yes\n\n\n- name: Install LXD\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3814,
"all_permissive": false
} |
ansible_role | aditiprakash/NetmanProject | 08552c3dc7751ef28d9020d84b64b1a4d772edf4 | 0 | Router_Configurator/roles/router | 3,858 | [
"no_license"
] | [
{
"path": "Router_Configurator/roles/router/templates/internal.j2",
"content": "hostname {{ item.hostname }}\n\nusername {{ item.username }} privilege {{ item.user_priv }} password {{ <PASSWORD> }}\n\n\n{% for int in item.interfaces %}\ninterface {{ int.interface }}\n description {{ int.description }}\n ip ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1911,
"all_permissive": false
} |
ansible_role | alexpdp7/frtcuop | aa022427c290551013e493e5e422fdf46c55bb6c | 24 | roles/deploy-xmpp-certs | 3,858 | [
"no_license"
] | [
{
"path": "roles/deploy-xmpp-certs/tasks/main.yml",
"content": "- name: Copy fullchain\n copy:\n src: \"data/cert-{{ xmpp_domain }}-fullchain.crt\"\n dest: /opt/ejabberd/conf/fullchain.pem\n- name: Copy privkey\n copy:\n src: \"data/cert-{{ xmpp_domain }}.key\"\n dest: /opt/ejabberd/conf/privk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | alexpdp7/frtcuop | aa022427c290551013e493e5e422fdf46c55bb6c | 24 | roles/dns | 3,858 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "- name: Set DNS records\n community.aws.route53:\n state: present\n zone: \"{{ dns_aws_zone }}\"\n record: \"{{ item.srv_record }}.{{ xmpp_domain }}\"\n type: SRV\n value: \"0 0 {{ item.port }} {{ hostvars['frtcuop'].ansible_host }}\"\n wa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | alexpdp7/frtcuop | aa022427c290551013e493e5e422fdf46c55bb6c | 24 | roles/obtain-certs | 3,858 | [
"no_license"
] | [
{
"path": "roles/obtain-certs/tasks/main.yml",
"content": "- name: Create data directory\n file:\n path: data\n state: directory\n- name: Create account key\n openssl_privatekey:\n path: \"data/acme-account.key\"\n- name: Create private key\n openssl_privatekey:\n path: \"data/cert-{{ domain ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1755,
"all_permissive": false
} |
ansible_role | alexpdp7/frtcuop | aa022427c290551013e493e5e422fdf46c55bb6c | 24 | roles/setup-os | 3,858 | [
"no_license"
] | [
{
"path": "roles/setup-os/tasks/main.yml",
"content": "- name: Configure ragent apt source\n copy:\n content: \"deb https://dl.cloudsmith.io/public/ragent/ragent/deb/debian buster main\\n\"\n dest: /etc/apt/sources.list.d/ragent-ragent.list\n- name: Install gpg\n apt:\n name: gpg\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | alexpdp7/frtcuop | aa022427c290551013e493e5e422fdf46c55bb6c | 24 | roles/xmpp | 3,858 | [
"no_license"
] | [
{
"path": "roles/xmpp/templates/ejabberd.yml.j2",
"content": "hosts:\n - {{ xmpp_domain }}\n\nloglevel: info\n\ncertfiles:\n - \"/opt/ejabberd/conf/fullchain.pem\"\n - \"/opt/ejabberd/conf/privkey.pem\"\n\nca_file: \"/opt/ejabberd/conf/cacert.pem\"\n\nnew_sql_schema: true\ndefault_db: sql\nsql_type: pgsq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7508,
"all_permissive": false
} |
ansible_role | openzfs/openzfs-ci | 68ee8382433ac87ebc07ffdee51b2f9cba42fadd | 5 | ansible/roles/openzfs.build-slave | 3,858 | [
"permissive"
] | [
{
"path": "ansible/roles/openzfs.build-slave/tasks/main.yml",
"content": "---\n- name: install build tools meta package (OmniOS)\n pkg5:\n name:\n - pkg:/developer/illumos-tools\n register: result\n until: not result|failed\n retries: 10\n delay: 60\n when: ansible_distribution == \"OmniOS\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1261,
"all_permissive": true
} |
ansible_role | openzfs/openzfs-ci | 68ee8382433ac87ebc07ffdee51b2f9cba42fadd | 5 | ansible/roles/openzfs.ci-server | 3,858 | [
"permissive"
] | [
{
"path": "ansible/roles/openzfs.ci-server/tasks/docker.yml",
"content": "---\n#\n# Note, we rely on the \"angstwad.docker_ubuntu\" dependency to ensure the\n# docker package is installed and properly configured. As a result, we\n# don't do any package installation or configuration in this file.\n#\n\n- nam... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7047,
"all_permissive": true
} |
ansible_role | openzfs/openzfs-ci | 68ee8382433ac87ebc07ffdee51b2f9cba42fadd | 5 | ansible/roles/openzfs.jenkins-slave | 3,858 | [
"permissive"
] | [
{
"path": "ansible/roles/openzfs.jenkins-slave/tasks/main.yml",
"content": "---\n- name: assert required variables are defined\n assert:\n that:\n - jenkins_slave_name != \"example-slave-name\"\n - jenkins_master_url != \"http://jenkins.example.com\"\n\n- name: ensure the jenkins group is pres... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3701,
"all_permissive": true
} |
ansible_role | Bernardstanislas/jacques-provisioning | 87fda117dae49a05d6a148117a4e5eea7b61ab6b | 0 | roles/besu | 3,858 | [
"no_license"
] | [
{
"path": "roles/besu/templates/besu.config.toml",
"content": "# Valid TOML config file\ndata-path=\"/home/{{ ansible_user }}/besudata\" # Path\n\n# Network\nnetwork=\"kiln\"\n\nrpc-http-enabled=true\nrpc-http-host=\"127.0.0.1\"\nrpc-http-cors-origins=[\"*\"]\nhost-allowlist=[\"*\"]\n\nrpc-ws-enabled=true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1635,
"all_permissive": false
} |
ansible_role | Bernardstanislas/jacques-provisioning | 87fda117dae49a05d6a148117a4e5eea7b61ab6b | 0 | roles/teku | 3,858 | [
"no_license"
] | [
{
"path": "roles/teku/templates/teku.config.yml",
"content": "# Valid TOML config file\ndata-path: \"/home/{{ ansible_user }}/tekudata\" # Path\n\n# Network\nnetwork: \"kiln\"\n\np2p-discovery-bootnodes:\n - \"<KEY>\"\n\nee-endpoint: \"http://localhost:8550\"\nXee-version: \"kilnv2\"\nee-jwt-secret-file: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1570,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.