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
sioel0/arch-installer
c3fe7dd62a114f42cc804e1bb9bc7693ce525fa8
0
roles/rog
7,677
[ "no_license" ]
[ { "path": "roles/rog/tasks/main.yml", "content": "---\n# tasks file for rog\n- name: Add g14 repo keys\n become: True\n shell: |\n pacman-key --recv-keys 8F654886F17D497FEFE3DB448B15A6B0E9A3FA35\n pacman-key --finger 8F654886F17D497FEFE3DB448B15A6B0E9A3FA35\n pacman-key --lsign-key 8F654886F17D49...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1027, "all_permissive": false }
ansible_role
ToLABaki/tolabaki_admin
4ccced97907aebe6b7517413cf3c424fe717e380
3
roles/acme_client
7,677
[ "no_license" ]
[ { "path": "roles/acme_client/templates/dns01hook.bash.j2", "content": "#!/usr/bin/env bash\n\n#\n# Example how to deploy a DNS challenge using nsupdate\n# Taken from\n# https://github.com/lukas2511/dehydrated/wiki/example-dns-01-nsupdate-script\n#\n\nset -e\nset -u\nset -o pipefail\n\nNSUPDATE=\"nsupdate -k...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5032, "all_permissive": false }
ansible_role
ToLABaki/tolabaki_admin
4ccced97907aebe6b7517413cf3c424fe717e380
3
roles/debian_networkd
7,677
[ "no_license" ]
[ { "path": "roles/debian_networkd/templates/01-eth.network.j2", "content": "[Match]\nName=e*\n\n[Network]\nAddress={{ networkd.eth.address }}\nGateway={{ networkd.eth.gateway }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/debian_networkd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
ToLABaki/tolabaki_admin
4ccced97907aebe6b7517413cf3c424fe717e380
3
roles/dns_server
7,677
[ "no_license" ]
[ { "path": "roles/dns_server/files/docker/docker-compose.yml", "content": "version: '2'\nservices:\n dns:\n image: pstauffer/bind:stable\n restart: always\n ports:\n - \"53:53/udp\"\n - \"53:53\"\n volumes:\n - /etc/bind/:/etc/bind/\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1343, "all_permissive": false }
ansible_role
ToLABaki/tolabaki_admin
4ccced97907aebe6b7517413cf3c424fe717e380
3
roles/docker_host
7,677
[ "no_license" ]
[ { "path": "roles/docker_host/tasks/apt.yml", "content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name: '{{ item }}'\n state: absent\n with_items:\n - docker\n - docker-engine\n - docker.io\n\n- name: Ensure depdencies are installed.\n apt:\n name: \"{{...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1147, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/apt_update_lxc
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/apt_update_lxc/tasks/main.yml", "content": "- name: Update the machine\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n\n- name: Upgrade the machine\n ansible.builtin.apt:\n upgrade: \"yes\"\n update_cache: true\n force_apt_get: true\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/apt_update_vm
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/apt_update_vm/tasks/main.yml", "content": "- name: Update the machine\n become: true\n vars:\n ansible_become_password: \"{{ lookup('ansible.builtin.file', '/home/sociodicy/scripts/ansible/secrets/vm_pass.yml') }}\"\n ansible.builtin.apt:\n update_cache: true\n cache_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/atuin_kali
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/atuin_kali/tasks/main.yml", "content": "- name: Install atuin\n community.general.cargo:\n name: \"{{ item }}\"\n locked: true\n become_method: su\n become_flags: \"--login\"\n vars:\n ansible_become_pass: \"{{ lookup('ansible.builtin.file', '/home/sociodicy/scripts/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/basics_kali
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/basics_kali/tasks/main.yml", "content": "- name: Update the machine\n become: true\n vars:\n ansible_become_password: \"{{ lookup('ansible.builtin.file', '/home/sociodicy/scripts/ansible/secrets/kali.yml') }}\"\n ansible.builtin.apt:\n update_cache: true\n cache_valid_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2040, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/basics_lxc
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/basics_lxc/tasks/main.yml", "content": "- name: Install\n ansible.builtin.package:\n name:\n - curl\n - vim\n - gpg\n - qemu-guest-agent\n - htop\n state: present\n\n- name: Set timezone to Los_Angeles\n community.general.timezone:\n name: Ameri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/basics_vm
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/basics_vm/tasks/main.yml", "content": "- name: Install curl, vim, gpg, qemu-guest-agent and btop\n become: true\n vars:\n ansible_become_password: \"{{ lookup('ansible.builtin.file', '/home/sociodicy/scripts/ansible/secrets/vm_pass.yml') }}\"\n ansible.builtin.package:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1852, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/dotfiles_kali
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/dotfiles_kali/tasks/main.yml", "content": "# at a minimum this will need cmake and zoxide, as well as the apps used by the dotfiles, through apt\n# This role is for a VM with a user \"zippy.\" It also assumes the target is headless.\n- name: Install apps required for stowing and u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3161, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/dotfiles_kitty_tmux
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/dotfiles_kitty_tmux/tasks/main.yml", "content": "# at a minimum this will need cmake and zoxide, as well as the apps used by the dotfiles, through apt\n# This role is for a VM with a user \"zippy.\" It also assumes the target is headless.\n- name: Install apps required for stowing...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2849, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/guac_kali
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/guac_kali/tasks/main.yml", "content": "- name: Install tigervnc using apt\n become: true\n vars:\n ansible_become_password: \"{{ lookup('ansible.builtin.file', '/home/sociodicy/scripts/ansible/secrets/kali.yml') }}\"\n ansible.builtin.package:\n name:\n - tigervnc-st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1052, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/lazyvim
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/lazyvim/tasks/main.yml", "content": "# This role assumes you've already stowed the lazyvim dotfile\n# This file needs tasks for the npm and apt packages to support the language servers\n\n- name: Download nvim\n ansible.builtin.get_url:\n url: https://github.com/neovim/neovim/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3139, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/nnn_kali
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/nnn_kali/tasks/main.yml", "content": "# Installing nnn and its plugins using a custom bash script located on z2.\n# This script assumes a user named \"zippy\" exists on the target.\n- name: Install nnn\n become: true\n vars:\n ansible_become_password: \"{{ lookup('ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/pihole_up
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/pihole_up/tasks/main.yml", "content": "- name: Upgrade pi-hole\n ansible.builtin.shell:\n cmd: sudo pihole -up\n vars:\n ansible_become_pass: \"{{ lookup('ansible.builtin.file', '/home/sociodicy/scripts/ansible/secrets/vm_pass.yml') }}\"\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/rustup
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/rustup/tasks/main.yml", "content": "# Installing rust and cargo apps\n- name: Install dependencies\n become: true\n vars:\n ansible_become_password: \"{{ lookup('ansible.builtin.file', '/home/sociodicy/scripts/ansible/secrets/vm_pass.yml') }}\"\n ansible.builtin.package:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
everydayrain/ansible-lab
b2d0ddd511b31daf3dc504d491a14ca51643095b
0
playbooks/roles/starship_kali
7,677
[ "no_license" ]
[ { "path": "playbooks/roles/starship_kali/tasks/main.yml", "content": "# Downloading fonts for use with stow commands later\n# - name: Create the nerdfont directory\n# ansible.builtin.file:\n# path: /usr/share/fonts/nerdfonts/\n# state: directory\n# mode: \"0755\"\n\n- name: Download and Unarchive ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
tbauriedel/ansible-collection-gographite
b0e593c161d6176877cd9e43bb383025cc51f836
0
roles/carbonapi
7,677
[ "permissive" ]
[ { "path": "roles/carbonapi/README.md", "content": "# tbauriedel.carbonapi\n\nInstalls and configures [carbonapi](hthttps://github.com/go-graphite/carbonapi). \n\n## Variables\n\nA detailed documentation can be found inside of the [official carbonapi repo](https://github.com/go-graphite/carbonapi/blob/main/...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9497, "all_permissive": true }
ansible_role
tbauriedel/ansible-collection-gographite
b0e593c161d6176877cd9e43bb383025cc51f836
0
roles/gocarbon
7,677
[ "permissive" ]
[ { "path": "roles/gocarbon/vars/RedHat.yml", "content": "---\ngocarbon_release_package: \"https://github.com/go-graphite/go-carbon/releases/download/v{{ gocarbon_version }}/go-carbon-{{ gocarbon_version }}-1.x86_64.rpm\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8741, "all_permissive": true }
ansible_role
Gowtham-Attili/nexus
401bf4bedc793acac288bf71908d1610aa8bd392
0
roles/java
7,677
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n\n- name: Update apt cache\n apt:\n update_cache: yes\n when: ansible_os_family == 'Debian'\n\n- name: Update yum cache\n yum:\n update_cache: yes\n when: ansible_os_family == 'RedHat'\n\n- name: Install Java\n apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
wilas/lab-ansible
d034e734d8c1a13c241951432d53b3ecc7583976
1
roles/basic_package
7,677
[ "no_license" ]
[ { "path": "roles/basic_package/tasks/main.yml", "content": "- name: install yum basic packages\n yum: name={{ item }} state=latest\n with_items:\n - 'wget'\n - 'openssh-clients'\n - 'mc'\n - 'vim-common'\n - 'git'\n - 'tmux'\n - 'iptables'\n - 'ruby'\n - 'ruby-devel'\n - 'rub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
wilas/lab-ansible
d034e734d8c1a13c241951432d53b3ecc7583976
1
roles/sample
7,677
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: creates sample /tmp/ansible_out.txt file\n template: src=sample.j2 dest=/tmp/ansible_out.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/sample/templates/sample.j2", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 655, "all_permissive": false }
ansible_role
wilas/lab-ansible
d034e734d8c1a13c241951432d53b3ecc7583976
1
roles/users
7,677
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: installs dotfiles for root\n copy: src=root/{{ item }} dest=/root/.{{ item }} owner=root group=root\n with_items:\n - bashrc\n - tmux.conf\n - vimrc\n\n- name: set up ssh authorized_key for root\n authorized_key: user=root key=\"{{ look...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
wilas/lab-ansible
d034e734d8c1a13c241951432d53b3ecc7583976
1
roles/yum_repos
7,677
[ "no_license" ]
[ { "path": "roles/yum_repos/tasks/main.yml", "content": "- name: copy EL rpm-gpg repo key\n copy: src=RPM-GPG-KEY-elrepo.org dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org owner=root group=root mode=0444\n\n- name: copy EPEL-6 rpm-gpg repo key\n copy: src=RPM-GPG-KEY-EPEL-6 dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 944, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
app-server/roles/tomcat
7,677
[ "no_license" ]
[ { "path": "app-server/roles/tomcat/tasks/main.yml", "content": "---\r\n- name: Install Java Development Kit\r\n yum: name={{ jdk }} state=present\r\n\r\n- name: add group \"tomcat\"\r\n group: name=tomcat\r\n\r\n- name: add user \"tomcat\"\r\n user: name=tomcat group=tomcat home=/usr/share/tomcat createh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1712, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-build/ansible/roles/awscli
7,677
[ "no_license" ]
[ { "path": "ci-agent-build/ansible/roles/awscli/tasks/main.yml", "content": "---\r\n- name: Install AWS ClI\r\n pip:\r\n name: awscli\r\n extra_args: --upgrade\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-build/ansible/roles/docker
7,677
[ "no_license" ]
[ { "path": "ci-agent-build/ansible/roles/docker/tasks/main.yml", "content": "---\n# - name: Uninstall old versions\n# yum: name={{ item }} state=absent\n# with_items:\n# - \"docker\"\n# - \"docker-common\"\n# - \"docker-selinux\"\n# - \"docker-engine\"\n\n- name: Install required packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-build/ansible/roles/gradle
7,677
[ "no_license" ]
[ { "path": "ci-agent-build/ansible/roles/gradle/tasks/main.yml", "content": "---\n- name: Install Java Development Kit\n yum: name=java-1.8.0-openjdk-devel state=present\n\n- name: Install Unzip\n yum: name=unzip state=present\n\n- name: Make Gradle directory\n file: path=/opt/gradle state=directory owner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-build/ansible/roles/jenkins-agent
7,677
[ "no_license" ]
[ { "path": "ci-agent-build/ansible/roles/jenkins-agent/files/jenkins-agent", "content": "#!/bin/sh\n#\n# jenkins-agent: Launch a Jenkins BuildSlave instance on this node\n#\n# chkconfig: - 99 01\n# description: Enable this node to fulfill build jobs\n#\n\n# Source function library.\n. /etc/rc.d/init.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2166, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-build/ansible/roles/packer
7,677
[ "no_license" ]
[ { "path": "ci-agent-build/ansible/roles/packer/tasks/main.yml", "content": "---\r\n- name: Install Unzip\r\n yum: name=unzip state=present\r\n\r\n- name: Extract Packer archive\r\n unarchive: src=packer_1.0.4_linux_amd64.zip dest=/usr/local/bin\r\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-build/ansible/roles/pandoc
7,677
[ "no_license" ]
[ { "path": "ci-agent-build/ansible/roles/pandoc/tasks/main.yml", "content": "---\n- name: Install epel-release and pandoc\n yum: name={{ item }} state=present\n with_items:\n - epel-release\n - pandoc\n\n- name: Check if Tex already exists\n stat: path=/usr/local/texlive/2017/bin/x86_64-linux\n reg...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2415, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-build/ansible/roles/postgres96
7,677
[ "no_license" ]
[ { "path": "ci-agent-build/ansible/roles/postgres96/tasks/main.yml", "content": "---\n- name: Install Postgres yum repository\n yum: name=./roles/postgres96/files/pgdg-centos96-9.6-3.noarch.rpm state=present\n\n- name: Install PostgreSQL client\n yum: name=postgresql state=present\n\n- name: create passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-agent-test-client/ansible/roles/jenkins-agent
7,677
[ "no_license" ]
[ { "path": "ci-agent-test-client/ansible/roles/jenkins-agent/tasks/main.yml", "content": "---\n- name: Install Java Development Kit\n yum: name=java-1.8.0-openjdk-devel state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
ci-server/ansible/roles/jenkins
7,677
[ "no_license" ]
[ { "path": "ci-server/ansible/roles/jenkins/tasks/create_credentials.yml", "content": "- name: Set name and password credentials\n jenkins_script:\n script: |+\n import jenkins.model.*\n import com.cloudbees.plugins.credentials.*\n import com.cloudbees.plugins.credentials.common.*\n i...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8646, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
nexus/ansible/roles/common
7,677
[ "no_license" ]
[ { "path": "nexus/ansible/roles/common/tasks/main.yml", "content": "---\r\n- name: Set timezone to Asia/Tokyo\r\n shell: timedatectl set-timezone Asia/Tokyo\r\n register: set_timezone\r\n changed_when: false\r\n\r\n- name: Set locale to LANG=ja_JP.UTF-8\r\n shell: localectl set-locale LANG=ja_JP.UTF-8\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
yusuke-shirai/middleware-setup-sample
4425e1ab4d0a8d457938fcafe294dd42a9d23df3
0
nexus/ansible/roles/nexus
7,677
[ "no_license" ]
[ { "path": "nexus/ansible/roles/nexus/tasks/main.yml", "content": "##https://blog.tagbangers.co.jp/ja/2016/12/07/install-nexus-repo-oss-3x\n# をみてやり直そう\n\n- name: Install Java Development Kit\n yum: name=java-1.8.0-openjdk-devel state=present\n\n- name: Add group nexus\n group: name=nexus\n\n- name: Add use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2050, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/assets-upload-azure
7,683
[ "no_license" ]
[ { "path": "ansible/roles/assets-upload-azure/tasks/main.yml", "content": "---\n- name: Deleting container before Uploding assets\n command: az storage blob delete-batch -s {{player_cdn_container}}\n environment:\n AZURE_STORAGE_ACCOUNT: \"{{player_cdn_account}}\"\n AZURE_STORAGE_KEY: \"{{player_cdn_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/bootstrap_any
7,683
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap_any/tasks/main.yml", "content": "- name: Create group deployer\n group: name=deployer state=present\n\n- name: Create user deployer\n user: name=deployer comment=\"deployer\" group=deployer groups=sudo shell=/bin/bash\n\n- name: Giving access to sudo without password\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1800, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/cassandra
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cassandra/defaults/main.yml", "content": "user_home: /home/deployer\ncassandra_repo: 'deb http://www.apache.org/dist/cassandra/debian 311x main'\ncassandra_repo_key: 'https://www.apache.org/dist/cassandra/KEYS'\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1850, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/cassandra-deploy
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cassandra-deploy/tasks/main.yml", "content": "- name: Copy Data Products\n become: yes\n copy:\n src: \"{{cassandra_jar_path}}/cassandra-migration-0.0.1-SNAPSHOT-jar-with-dependencies.jar\"\n dest: \"{{cassandra_deploy_path}}\"\n run_once: true\n\n- name: Run the applicatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/cassandra-deploy-decrypt
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cassandra-deploy-decrypt/defaults/main.yml", "content": "cassandra_jar_path: ../\ncassandra_deploy_path: /home/deployer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/cassandra-deploy-decrypt/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/elasticsearch_old
7,683
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch_old/tasks/main.yml", "content": "---\n- include: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- include: redhat.yml\n when: ansible_os_family == \"RedHat\"\n\n- name: Copy /etc/elasticsearch/elasticsearch.yml\n template: src=elasticsearch.yml dest=/etc/elas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3169, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/keycloak-deploy
7,683
[ "no_license" ]
[ { "path": "ansible/roles/keycloak-deploy/tasks/deploy.yml", "content": "- name: Status service\n become: true\n command: /etc/init.d/keycloak status\n register: keycloak\n poll: 5\n async: 10\n\n- name: Stop service\n become: true\n command: /etc/init.d/keycloak stop && Pkill keycloak\n when: \"keyc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8321, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/kong-api
7,683
[ "no_license" ]
[ { "path": "ansible/roles/kong-api/tasks/main.yml", "content": "---\n- name: Ensure pip is installed\n apt: name=python-pip update_cache=yes\n when: ansible_os_family == 'Debian'\n\n- name: Ensure retry is installed\n pip: name=retry\n\n- name: Save api details to json file\n copy: dest=/tmp/kong_apis.js...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1211, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/mongodb
7,683
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: run the apt-key\n become: yes\n shell: 'apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6'\n\n- name: repo added\n become: yes\n shell: 'echo \"deb [ arch=amd64,arm64 ] http://repo.m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/openjdk
7,683
[ "no_license" ]
[ { "path": "ansible/roles/openjdk/tasks/main.yml", "content": "- name: installing repo for open jdk in Ubuntu\n apt_repository: repo='ppa:openjdk-r/ppa'\n\n- name: ensure oracle jdk 8 is absent\n apt: name='oracle-java8-installer' state=absent\n\n- name: ensure oracle jdk 8 set default is absent\n apt: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/postgresql-data-update
7,683
[ "no_license" ]
[ { "path": "ansible/roles/postgresql-data-update/tasks/databases.yml", "content": "---\n- name: Ensure PostgreSQL databases are present.\n postgresql_db:\n name: \"{{ item.name }}\"\n login_host: \"localhost\"\n login_password: \"{{ omit }}\"\n login_user: \"{{ item.login_user | default(postgres...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1396, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/postgresql-master
7,683
[ "no_license" ]
[ { "path": "ansible/roles/postgresql-master/tasks/main.yml", "content": "- name: Ensure archive directory exists\n file: path={{ postgresql_archive_dir }} state=directory owner={{ postgresql_user }} group={{ postgresql_group }}", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1037, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/postgresql-slave
7,683
[ "no_license" ]
[ { "path": "ansible/roles/postgresql-slave/tasks/main.yml", "content": "- name: Stop postgresql service\n service: name={{ postgresql_daemon }} state=stopped\n\n- set_fact:\n postgresql_data_dir_backup_path: \"{{ postgresql_data_dir }}-old-{{ lookup('pipe', 'date +%Z-%Y-%m-%d-%H-%M-%S') }}\"\n\n- name: R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1087, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/reloadIngress
7,683
[ "no_license" ]
[ { "path": "ansible/roles/reloadIngress/tasks/proxy.yml", "content": "---\n- name: Getting the list of proxy services host details\n shell: \"getent hosts $(docker service ps proxy_proxy | grep Runn | awk '{print $4}') | cut -d \\\" \\\" -f1 | grep -v f \"\n register: proxy_details\n\n- name: reload proxy ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/stack-badger
7,683
[ "no_license" ]
[ { "path": "ansible/roles/stack-badger/defaults/main.yml", "content": "badger_admin_user: admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/roles/stack-badger/files/user.sh", "content": "#!/bin/bash\n\necho \"from django.contrib.au...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7568, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/stack-sunbird
7,683
[ "no_license" ]
[ { "path": "ansible/roles/stack-sunbird/templates/stack_content_service.yml", "content": "version: '3.1'\n\nservices:\n content_service:\n image: \"{{hub_org}}/{{image_name}}:{{image_tag}}\"\n deploy:\n replicas: {{ content_replicas | default(1) }}\n resources:\n reservations:\n ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 20025, "all_permissive": false }
ansible_role
eagle-sb/sunbird-devops-eagle
e26ae857a0273f5b6919f34a27157da7c61fd11e
0
ansible/roles/vm-agents-filebeat
7,683
[ "no_license" ]
[ { "path": "ansible/roles/vm-agents-filebeat/tasks/debian.yml", "content": "---\n- name: add elastic gpg key\n apt_key:\n url: \"{{ filebeat_gpg_url }}\"\n\n- name: add beats repository\n apt_repository:\n repo: \"{{ filebeat_apt_repo }}\"\n state: present\n update_cache: yes\n\n- name: install...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5331, "all_permissive": false }
ansible_role
Don42/ansible
8785fde7bf6af693cfdc38c6263ac3cf9bab811f
0
playbooks/roles/shellserver
7,683
[ "no_license" ]
[ { "path": "playbooks/roles/shellserver/tasks/tmux.yml", "content": " - name: Install tmux binary\n apt: name=tmux state=present\n sudo: yes\n - name: Install tmux.conf\n copy: src=tmux/tmux.conf dest=/home/{{ user }}/.tmux.conf mode=664\n owner={{ user }} group={{ user }}\n sudo: yes\n"...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 5258, "all_permissive": false }
ansible_role
Don42/ansible
8785fde7bf6af693cfdc38c6263ac3cf9bab811f
0
playbooks/roles/shellserver-nonroot
7,683
[ "no_license" ]
[ { "path": "playbooks/roles/shellserver-nonroot/tasks/vim.yml", "content": " - name: Install vim config\n copy: src=vim/ dest=/home/{{ user }}/.vim/ mode=664\n owner={{ user }} group={{ user }}\n - name: Symlink .vimrc\n file: src=/home/{{ user }}/.vim/vimrc dest=/home/{{ user }}/.vimrc state=li...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 970, "all_permissive": false }
ansible_role
cDevOps80/observability
6b4d342aec2fe7aaf7e89caf74aa31c76c001b15
0
tools/roles/image
7,683
[ "no_license" ]
[ { "path": "tools/roles/image/tasks/main.yaml", "content": "- name: Create a data container\n community.docker.docker_container:\n name: \"{{ item }}\"\n image: docker.io/chaitu1812/git-image\n recreate: true\n pull: true\n restart: true\n env:\n TOKEN: \"{{ TOKEN }}\"\n NAME: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
cDevOps80/observability
6b4d342aec2fe7aaf7e89caf74aa31c76c001b15
0
tools/roles/prometheus
7,683
[ "no_license" ]
[ { "path": "tools/roles/prometheus/templates/alertmanager.yml", "content": "route:\n receiver: sns-notifications\n\nreceivers:\n - name: sns-notifications\n sns_configs:\n - sigv4:\n region: us-east-1\n topic_arn: arn:aws:sns:us-east-1:339712959230:observability-topic\n subje...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3403, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/authentik
7,683
[ "no_license" ]
[ { "path": "ansible/roles/authentik/tasks/main.yml", "content": "---\n\n- name: Add authentik chart repo\n kubernetes.core.helm_repository:\n repo_name: authentik\n repo_url: https://charts.goauthentik.io\n\n- name: Show values for deployment\n ansible.builtin.debug:\n msg: \"{{ lookup('template',...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2446, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/bluetooth
7,683
[ "no_license" ]
[ { "path": "ansible/roles/bluetooth/tasks/main.yml", "content": "---\n\n- name: Ensure bluez is installed\n community.general.pacman:\n name:\n - bluez\n - bluez-utils\n state: present\n\n- name: Enable bluetooth service\n ansible.builtin.systemd:\n name: bluetooth\n enabled: true\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/borg
7,683
[ "no_license" ]
[ { "path": "ansible/roles/borg/templates/passphrase.j2", "content": "{{ borg_passphrase }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "ansible/roles/borg/templates/pub_key.j2", "content": "{{ borg_ssh_key_gen_result.public_key }} {{ sanoid_s...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 7158, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/cert_manager
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cert_manager/templates/cert-manager-values.yaml", "content": "installCRDs: true\nreplicaCount: {{ cert_manager_replicas }}\nresources: {{ cert_manager_resources }}\ndns01RecursiveNameservers: {{ cert_manager_dns_server }}", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3091, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/certbot
7,683
[ "no_license" ]
[ { "path": "ansible/roles/certbot/templates/certbot-command.j2", "content": "certbot certonly --non-interactive --agree-tos --keep-until-expiring -m {{ certbot_email }}\n--dns-cloudflare --dns-cloudflare-credentials /etc/certbot-cloudflare.creds.ini\n--dns-cloudflare-propagation-seconds 60\n{% for domain in ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2302, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/cilium
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cilium/templates/cilium-values.yaml", "content": "resources: {{ cilium_resources }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/cilium/tasks/main.yml", "content": "---\n\n- name: Add cilium chart rep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 651, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/clear_cache
7,683
[ "no_license" ]
[ { "path": "ansible/roles/clear_cache/tasks/main.yml", "content": "---\n\n- name: Delete user cache\n ansible.builtin.file:\n path: /home/{{ user_name }}/.cache\n state: absent\n\n- name: Recrate user cache folder\n ansible.builtin.file:\n path: /home/{{ user_name }}/.cache\n state: directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/cli
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cli/tasks/main.yml", "content": "---\n\n- name: Ensure kubectl is installed\n community.general.pacman:\n name:\n - kubectl\n - kubelogin\n state: present\n\n- name: Ensure bitwarden-cli is installed\n community.general.pacman:\n name:\n - bitwarden-cli\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/csi_driver_nfs
7,683
[ "no_license" ]
[ { "path": "ansible/roles/csi_driver_nfs/defaults/main.yml", "content": "---\n\ncsi_driver_nfs_controller_replicas: 1\ncsi_driver_nfs_default_nfs_server: nfs-server.example.com\ncsi_driver_nfs_default_nfs_mount_options:\n - vers=4\ncsi_driver_nfs_storage_classes:\n - storage_class_name: nfs-data1\n is_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1856, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/dagonite_empire
7,683
[ "no_license" ]
[ { "path": "ansible/roles/dagonite_empire/templates/dagonite-empire-values.yaml", "content": "replicaCount: {{ dagonite_empire_replicas }}\n\nimageCredentials:\n registry: docker.io\n username: {{ dagonite_empire_docker_username }}\n password: {{ <PASSWORD>_empire_docker_password }}\n\ningress:\n enabled...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1789, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/docker
7,683
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Ensure docker is installed\n community.general.pacman:\n name:\n - docker\n - docker-compose\n state: present\n\n- name: Make sure docker dir is present\n ansible.builtin.file:\n path: /etc/docker\n state: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/dolphin
7,683
[ "no_license" ]
[ { "path": "ansible/roles/dolphin/tasks/main.yml", "content": "---\n\n- name: Ensure dolphin is installed\n community.general.pacman:\n name:\n - dolphin\n state: present\n\n- name: Set dolphinrc (dolphin settings)\n ansible.builtin.copy:\n src: dolphinrc\n dest: /home/{{ user_name }}/.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3013, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/gwenview
7,683
[ "no_license" ]
[ { "path": "ansible/roles/gwenview/tasks/main.yml", "content": "---\n\n- name: Ensure gwenview is installed\n community.general.pacman:\n name:\n - gwenview\n state: present\n\n- name: Set gwenviewrc (gwenview settings)\n ansible.builtin.copy:\n src: gwenviewrc\n dest: /home/{{ user_name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/hardcode_tray
7,683
[ "no_license" ]
[ { "path": "ansible/roles/hardcode_tray/tasks/main.yml", "content": "---\n\n- name: Ensure hardcode-tray and icons are installed\n community.general.pacman:\n name:\n - hardcode-tray-git\n - papirus-icon-theme\n - libappindicator-gtk3\n state: present\n\n- name: Make sure drik-dark icon...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 580, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/installation
7,683
[ "no_license" ]
[ { "path": "ansible/roles/installation/tasks/disks.yml", "content": "---\n\n- name: Wipe install drive and all its partitions\n ansible.builtin.command: find /dev -wholename \"{{ installation_drive.name }}*\" -exec wipefs --force --all {} \\;\n changed_when: true\n\n- name: Increase cowspace to half of RAM...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 24421, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/jellyfin
7,683
[ "no_license" ]
[ { "path": "ansible/roles/jellyfin/templates/jellyfin-values.yaml", "content": "replicaCount: {{ jellyfin_replicas }}\n\ningress:\n enabled: true\n className: \"nginx\"\n annotations:\n kubernetes.io/ingress.class: nginx\n kubernetes.io/tls-acme: \"true\"\n cert-manager.io/cluster-issuer: \"letse...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1337, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/kate
7,683
[ "no_license" ]
[ { "path": "ansible/roles/kate/tasks/main.yml", "content": "---\n\n- name: Ensure kate is installed\n community.general.pacman:\n name:\n - kate\n state: present\n\n- name: Set katerc (kate settings)\n ansible.builtin.copy:\n src: katerc\n dest: /home/{{ user_name }}/.config/katerc\n ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/kdeconnect
7,683
[ "no_license" ]
[ { "path": "ansible/roles/kdeconnect/tasks/main.yml", "content": "---\n\n- name: Ensure kdeconnect is installed\n community.general.pacman:\n name:\n - kdeconnect\n state: present\n\n- name: Allow kdeconnect in ufw - tcp\n community.general.ufw:\n rule: allow\n port: 1714:1764\n proto: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/kdewallet
7,683
[ "no_license" ]
[ { "path": "ansible/roles/kdewallet/tasks/main.yml", "content": "---\n\n- name: Set kwalletmanager5rc (kdewallet manager settings)\n ansible.builtin.copy:\n src: kwalletmanager5rc\n dest: /home/{{ user_name }}/.config/kwalletmanager5rc\n mode: \"0600\"\n owner: \"{{ user_name }}\"\n group: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/konsole
7,683
[ "no_license" ]
[ { "path": "ansible/roles/konsole/tasks/main.yml", "content": "---\n\n- name: Ensure konsole is installed\n community.general.pacman:\n name:\n - konsole\n state: present\n\n- name: Set konsolerc (konsole settings)\n ansible.builtin.copy:\n src: konsolerc\n dest: /home/{{ user_name }}/.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/kubernetes
7,683
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/init.yml", "content": "---\n\n- name: Init kube cluster\n ansible.builtin.command: >\n kubeadm init\n --cri-socket=unix:/run/containerd/containerd.sock\n --pod-network-cidr='{{ kubernetes_pod_network }}'\n --control-plane-endpoint='{{ kubernetes_control...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7875, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/kubernetes_dashboard
7,683
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_dashboard/defaults/main.yml", "content": "---\n\nkubernetes_dashboard_replicas: 1\nkubernetes_dashboard_resources: {}\nkubernetes_dashboard_metrics_scraper_resources: {}\nkubernetes_dashboard_cluster_name: Kubernetes | Example\nkubernetes_dashboard_oidc_issuer_url: https:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5076, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/kvm
7,683
[ "no_license" ]
[ { "path": "ansible/roles/kvm/templates/host-bridge.xml.j2", "content": "<network>\n <name>host-bridge</name>\n <forward mode=\"bridge\" />\n <bridge name=\"{{ kvm_bridge_interface }}\" />\n</network>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3690, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/librewolf
7,683
[ "no_license" ]
[ { "path": "ansible/roles/librewolf/tasks/main.yml", "content": "---\n\n- name: Ensure librewolf is installed\n community.general.pacman:\n name:\n - librewolf-bin\n state: present\n\n- name: Make sure .librewolf dir exisits\n ansible.builtin.file:\n path: /home/{{ user_name }}/.librewolf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/mailcow
7,683
[ "no_license" ]
[ { "path": "ansible/roles/mailcow/defaults/main.yml", "content": "---\n\nmailcow_server_hostname: mail.example.com\nmailcow_http_port: \"8080\"\nmailcow_https_port: \"8443\"\nmailcow_le_enabled: false\nmailcow_clamav_enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4410, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/metrics_server
7,683
[ "no_license" ]
[ { "path": "ansible/roles/metrics_server/defaults/main.yml", "content": "---\n\nmetrics_server_replicas: 1\nmetrics_server_resources:\n requests:\n cpu: 100m\n memory: 200Mi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "ansible/roles/met...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 911, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/network
7,683
[ "no_license" ]
[ { "path": "ansible/roles/network/handlers/main.yml", "content": "---\n\n- name: Reboot after network change # noqa no-handler\n ansible.builtin.reboot:\n reboot_timeout: 3600\n when: network_config_result.changed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 810, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/nfs
7,683
[ "no_license" ]
[ { "path": "ansible/roles/nfs/templates/exports.j2", "content": "{{ nfs_server_root }} {% for access in nfs_server_root_access %}{{ access.client }}({{ access.root_options | default(nfs_server_root_default_options) }}) {% endfor %}\n\n{% for share in nfs_server_shares %}\n{{ share.mount_point }} {% for share...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2658, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/nginx
7,683
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: Ensure nginx is installed\n community.general.pacman:\n name: nginx\n state: present\n\n- name: Configure nginx\n ansible.builtin.template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n owner: root\n group:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 595, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/nginx_ingress
7,683
[ "no_license" ]
[ { "path": "ansible/roles/nginx_ingress/templates/external-ingress.yaml", "content": "apiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\n name: \"{{ item.name }}-ingress\"\n labels:\n app.kubernetes.io/name: \"{{ item.name }}\"\n annotations:\n cert-manager.io/cluster-issuer: letsencrypt-pr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4103, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/ntp
7,683
[ "no_license" ]
[ { "path": "ansible/roles/ntp/tasks/main.yml", "content": "---\n\n- name: Enable timesyncd service\n ansible.builtin.systemd:\n name: systemd-timesyncd\n state: started\n enabled: true\n notify:\n - Run timedatectl\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 264, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/okular
7,683
[ "no_license" ]
[ { "path": "ansible/roles/okular/tasks/main.yml", "content": "---\n\n- name: Ensure okular is installed\n community.general.pacman:\n name:\n - okular\n state: present\n\n- name: Set okularrc (okular settings)\n ansible.builtin.copy:\n src: okularrc\n dest: /home/{{ user_name }}/.config/ok...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/onepassword
7,683
[ "no_license" ]
[ { "path": "ansible/roles/onepassword/templates/onepassword-values.yaml", "content": "operator:\n create: true\n token:\n value: {{ onepassword_connect_token }}\nconnect:\n credentials_base64: {{ onepassword_connect_credentials }}\n ingress:\n enabled: true\n annotations:\n cert-manager.io/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1307, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/pacman
7,683
[ "no_license" ]
[ { "path": "ansible/roles/pacman/tasks/main.yml", "content": "---\n\n- name: Ensure packages are installed\n community.general.pacman:\n name:\n - pacman-contrib\n - reflector\n state: present\n\n- name: Ensure paccache timer is enabled and started\n ansible.builtin.systemd:\n name: pacc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2084, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/personal_apps
7,683
[ "no_license" ]
[ { "path": "ansible/roles/personal_apps/tasks/main.yml", "content": "---\n\n- name: Ensure user apps are installed\n community.general.pacman:\n name:\n - jellyfin-media-player\n - mumble\n - speech-dispatcher\n - espeak-ng\n - mullvad-vpn\n state: present\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/plasma
7,683
[ "no_license" ]
[ { "path": "ansible/roles/plasma/tasks/main.yml", "content": "---\n\n- name: Ensure plasma is installed\n community.general.pacman:\n name:\n - plasma\n - kdeconnect\n - sshfs\n - avahi\n - ark\n - unrar\n - p7zip\n - kate\n - okular\n - kcalc\n - ko...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2262, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/print
7,683
[ "no_license" ]
[ { "path": "ansible/roles/print/handlers/main.yml", "content": "---\n\n- name: Set papersize\n ansible.builtin.command: paperconfig -p a4\n changed_when: true\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "ansible/roles/print/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 680, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/remmina
7,683
[ "no_license" ]
[ { "path": "ansible/roles/remmina/tasks/main.yml", "content": "---\n\n- name: Ensure remmina and optional dependencies are installed\n community.general.pacman:\n name:\n - remmina\n - freerdp\n - libvncserver\n state: present\n\n- name: Make sure remmina dir exisits\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5773, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/sanoid
7,683
[ "no_license" ]
[ { "path": "ansible/roles/sanoid/templates/sanoid.conf.j2", "content": "\n{% if sanoid_root_datasets_snapshot_enabled %}\n# {{ installation_drive.root_zpool }} datasets\n\n{% for dataset in installation_zfs_datasets %}\n[{{ installation_drive.root_zpool }}/{{ dataset.name }}]\n\tuse_template = default\n\trec...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7255, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/sddm
7,683
[ "no_license" ]
[ { "path": "ansible/roles/sddm/templates/sddm_sync.sh.j2", "content": "#!/bin/bash\nexport DISPLAY=:0.0\nexport XAUTHORITY=\"/home/{{ user_name }}/.Xauthority\"\nexport XCURSOR_THEME=breeze_cursors\nexport KDE_FULL_SESSION=true\nexport DESKTOP_SESSION=plasma\nexport XDG_CURRENT_DESKTOP=KDE\nexport KDE_SESSIO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2232, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/signal
7,683
[ "no_license" ]
[ { "path": "ansible/roles/signal/tasks/main.yml", "content": "---\n\n- name: Ensure signal is installed\n community.general.pacman:\n name:\n - signal-desktop\n state: present\n\n- name: Edit signal-desktop shortcut to start to tray\n ansible.builtin.replace:\n path: /usr/share/applications/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }