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
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/fleet
7,936
[ "no_license" ]
[ { "path": "roles/fleet/files/update-ssh-keys", "content": "#!/bin/bash\n# Copyright (c) 2013 The CoreOS Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style license that can be\n# found in the LICENSE file.\n\n# LICENSE file referenced above has been appended from\n#\n# http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10749, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/git
7,936
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: ensure git is the latest version\n apt: pkg={{ item }} state=latest\n with_items:\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/golang-go
7,936
[ "no_license" ]
[ { "path": "roles/golang-go/tasks/main.yml", "content": "---\n- name: ensure golang-go is the latest version\n apt: pkg={{ item }} state=latest\n with_items:\n - golang-go\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/hosts
7,936
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n- name: change /etc/hosts\n template: src=hosts.j2 dest=/etc/hosts\n\n- name: change /etc/hostname\n template: src=hostname.j2 dest=/etc/hostname \n\n- name: set hostname\n command: hostname \"{{ inventory_hostname }}\"\n\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/hosts_entry
7,936
[ "no_license" ]
[ { "path": "roles/hosts_entry/tasks/main.yml", "content": "- name: get nova facts\n nova_facts:\n login_username: \"{{ nova_username }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_tenant_name: \"{{ nova_tenant_name }}\"\n auth_url: \"{{ nova_auth_url | default('https://region-b.geo-1.identi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/installer-snapshot
7,936
[ "no_license" ]
[ { "path": "roles/installer-snapshot/templates/snapshot.j2", "content": "#!/bin/bash\n# just get the info for the current installed packages\n\nDATE=$(date +%s)\nARCHIVE=\"{{ install_snapshot.snapshot_dir }}\"\n\nif [ -d ${ARCHIVE} ] ; then\n cd ${ARCHIVE}\nelse\n echo \"No ${ARCIVE} dir\"\n exit 1\nfi\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2051, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/instance_launcher
7,936
[ "no_license" ]
[ { "path": "roles/instance_launcher/tasks/main.yml", "content": "- name: launch an instance\n sudo: false\n nova_compute:\n state: \"{{ nova_state | default('present') }}\"\n login_username: \"{{ nova_username }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_tenant_name: \"{{ nova_tenant_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/inventory_maker
7,936
[ "no_license" ]
[ { "path": "roles/inventory_maker/templates/ssh_config_dynamic.j2", "content": "### ssh config for demo start\n{% for instance in nova_instances | sort %}\n{% if not instance.find(nova_name) %}\n# {{ instance }} {{ nova_name }} {{ nova_instances[instance]['ipv4_public'] }}\nHost {{ instance }}\nHostname {{ n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2744, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/ssh_config
7,936
[ "no_license" ]
[ { "path": "roles/ssh_config/tasks/main.yml", "content": "- name: get nova facts\n nova_facts:\n login_username: \"{{ nova_username }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_tenant_name: \"{{ nova_tenant_name }}\"\n auth_url: \"{{ nova_auth_url | default('https://region-b.geo-1.identit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
HPEATG/DeCore
4b504491854d9ce0b6a781b6d57cdda5fe811ed4
1
roles/upgrade-server
7,936
[ "no_license" ]
[ { "path": "roles/upgrade-server/tasks/main.yml", "content": "---\n- name: updates a server\n apt: update_cache=yes cache_valid_time=3600\n- name: upgrade a server\n apt: upgrade=full\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
Substanz/multiple-focuslight
49f3ed78fad9ee76dc4725be692bdde4d756e66d
1
roles/common
7,936
[ "no_license" ]
[ { "path": "roles/common/tasks/libselinux-python.yml", "content": "---\n- name: instlal libselinux-python\n yum: name=libselinux-python enablerepo=epel state=present\n tags: libselinux-python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "role...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 583, "all_permissive": false }
ansible_role
Substanz/multiple-focuslight
49f3ed78fad9ee76dc4725be692bdde4d756e66d
1
roles/docker
7,936
[ "no_license" ]
[ { "path": "roles/docker/tasks/service.yml", "content": "---\n- name: start of service with docker\n service: name=docker state=running enabled=yes\n register: docker_installed\n tags: docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "rol...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 228, "all_permissive": false }
ansible_role
Substanz/multiple-focuslight
49f3ed78fad9ee76dc4725be692bdde4d756e66d
1
roles/focuslight
7,936
[ "no_license" ]
[ { "path": "roles/focuslight/tasks/run03.yml", "content": "---\n- name: is start up focuslight with port 9200?\n command: lsof -i:9200 \n register: is_running_focuslight_03\n ignore_errors: True\n tags: focuslight\n\n- name: docker run focuslight to port 9200.\n command: docker run -p 9200:80 -v /var/fo...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 3460, "all_permissive": false }
ansible_role
Substanz/multiple-focuslight
49f3ed78fad9ee76dc4725be692bdde4d756e66d
1
roles/nginx
7,936
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.yml", "content": "---\n- name: install nginx\n yum: name=nginx enablerepo=nginx state=present\n tags: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/nginx/tasks/repo.yml", "content": "---\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
alexander-t/ansible
80ef241ccd80c92286f2b6cdfbf0732de11af5a2
0
roles/gradle
7,936
[ "no_license" ]
[ { "path": "roles/gradle/README.md", "content": "Role Name\n=========\n\nSets up Gradle in /opt/gradle\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nAvailable variables are listed below, along with default values:\n\n gradle_versions: 4.2.1\n gradle_install_dir: /opt/gradl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2210, "all_permissive": false }
ansible_role
alexander-t/ansible
80ef241ccd80c92286f2b6cdfbf0732de11af5a2
0
roles/local.devserver
7,936
[ "no_license" ]
[ { "path": "roles/local.devserver/vars/main.yml", "content": "---\n# vars file for local.devserver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/local.devserver/defaults/main.yml", "content": "---\n# defaults file for local.devserver", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 707, "all_permissive": false }
ansible_role
alexander-t/ansible
80ef241ccd80c92286f2b6cdfbf0732de11af5a2
0
roles/local.update
7,936
[ "no_license" ]
[ { "path": "roles/local.update/handlers/main.yml", "content": "---\n# handlers file for local.update", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/local.update/tasks/main.yml", "content": "---\n# tasks file for local.update\n\n- name: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 538, "all_permissive": false }
ansible_role
alexander-t/ansible
80ef241ccd80c92286f2b6cdfbf0732de11af5a2
0
roles/pi
7,936
[ "no_license" ]
[ { "path": "roles/pi/tasks/main.yml", "content": "---\n- name: Set hostname.\n hostname:\n name: \"{{ inventory_hostname_short }}\" \n when: ansible_hostname != inventory_hostname_short\n\n- name: Adjust GPU memory.\n lineinfile:\n path: /boot/config.txt\n regexp: ^gpu_mem\n line: gpu_mem=16\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
alexander-t/ansible
80ef241ccd80c92286f2b6cdfbf0732de11af5a2
0
roles/pi.edimax
7,936
[ "no_license" ]
[ { "path": "roles/pi.edimax/vars/main.yml", "content": "---\n# vars file for pi.edimax", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/pi.edimax/tasks/main.yml", "content": "---\n- name: Ensure that latest version of wpasupplicant is insta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2120, "all_permissive": false }
ansible_role
alexander-t/ansible
80ef241ccd80c92286f2b6cdfbf0732de11af5a2
0
roles/pi.tellstick
7,936
[ "no_license" ]
[ { "path": "roles/pi.tellstick/vars/main.yml", "content": "---\n# vars file for pi.tellstck", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/pi.tellstick/defaults/main.yml", "content": "---\n# defaults file for pi.tellstck", "license_ty...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2658, "all_permissive": false }
ansible_role
Jacko161/dev-week-awx
cac3e72e6d412250cbd5db9bceb0e9b6690d48aa
0
roles/api
7,936
[ "permissive" ]
[ { "path": "roles/api/tasks/main.yml", "content": "---\n- name: Direct slack\n direct_slack:\n slack_token: \"{{ slack_token }}\"\n email: \"{{ user_email }}\"\n message: \"Job {{ awx_job_id }} has started, you can see the output at https://awx.jfleming.dev/#/jobs/playbook/{{ awx_job_id }}/output\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3631, "all_permissive": true }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/bash
7,936
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "---\n- name: Copy bash config\n ansible.builtin.copy:\n src: \"config\"\n dest: \"{{ ansible_user_dir }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/dotnet
7,936
[ "no_license" ]
[ { "path": "roles/dotnet/tasks/main.yml", "content": "---\n- name: Install\n ansible.builtin.package:\n name: dotnet-sdk\n state: latest\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/feh
7,936
[ "no_license" ]
[ { "path": "roles/feh/tasks/main.yml", "content": "---\n- name: Copy backgrounds to ~/Pictures/Backgrounds\n ansible.builtin.copy:\n src: backgrounds/\n dest: \"{{ ansible_user_dir }}/Pictures/Backgrounds\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/gtk
7,936
[ "no_license" ]
[ { "path": "roles/gtk/tasks/main.yml", "content": "---\n- name: Copy gtk settings\n ansible.builtin.copy:\n src: \"settings.ini\"\n dest: \"{{ ansible_user_dir }}/.config/gtk-3.0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/gtk/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 300, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/i3
7,936
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: Ensure old config location is absent\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.i3\"\n state: absent\n\n- name: Copy i3 config\n ansible.builtin.copy:\n src: \"i3/config\"\n dest: \"{{ ansible_user_dir }}/.config/i3/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 577, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/mkinit
7,936
[ "no_license" ]
[ { "path": "roles/mkinit/tasks/main.yml", "content": "---\n- name: Copy mkinit config\n ansible.builtin.copy:\n src: \"mkinitcpio.conf\"\n dest: \"/etc/mkinitcpio.conf\"\n become: true\n notify: reload mkinit\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 218, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/neovim
7,936
[ "no_license" ]
[ { "path": "roles/neovim/files/lua/laaman/keymaps.lua", "content": "local M = {}\n\nlocal function kmap(mode, shortcut, command)\n\tvim.api.nvim_set_keymap(mode, shortcut, command, { noremap = true, silent = true })\nend\n\nlocal function nmap(shortcut, command)\n\tkmap('n', shortcut, command)\nend\n\nlocal ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5215, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/open-vm-tools
7,936
[ "no_license" ]
[ { "path": "roles/open-vm-tools/tasks/main.yml", "content": "---\n- name: Install\n ansible.builtin.package:\n name:\n - open-vm-tools\n state: latest\n become: true\n\n- name: Enable vmtoolsd\n ansible.builtin.systemd:\n enabled: true\n name: vmtoolsd\n state: started\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
Laaman03/dotfiles
0184eff7b738393b4d78e3264ac907774925eebb
0
roles/ssh
7,936
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Copy config\n ansible.builtin.copy:\n src: \"config\"\n dest: \"{{ ansible_user_dir }}/.ssh/\"\n mode: \"0400\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
jcotoBan/kubesliceAutomated
99da7120afac78a3d5757074999f604c9d4e3d5f
1
ansible/kubeslicemaster/roles/LKE
7,936
[ "no_license" ]
[ { "path": "ansible/kubeslicemaster/roles/LKE/tasks/main.yml", "content": "- name: Set regions code to name \n set_fact:\n regions_map:\n \"Mumbai/IN\" : \"ap-west\"\n \"Toronto/CA\" : \"ca-central\"\n \"Sydney/AU\" : \"ap-southeast\"\n \"Washington/DC\" : \"us-iad\"\n \"Chicago/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5770, "all_permissive": false }
ansible_role
jcotoBan/kubesliceAutomated
99da7120afac78a3d5757074999f604c9d4e3d5f
1
ansible/kubeslicemaster/roles/common
7,936
[ "no_license" ]
[ { "path": "ansible/kubeslicemaster/roles/common/tasks/ufw_rules.yml", "content": "---\n# set app specific ufw rules \n- name: Allow all access to tcp port 22\n community.general.ufw:\n rule: allow\n port: '22'\n proto: tcp\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1287, "all_permissive": false }
ansible_role
jcotoBan/kubesliceAutomated
99da7120afac78a3d5757074999f604c9d4e3d5f
1
ansible/kubeslicemaster/roles/k8s_tools
7,936
[ "no_license" ]
[ { "path": "ansible/kubeslicemaster/roles/k8s_tools/tasks/main.yml", "content": "\n#Helm setup\n- name: Installing Helm\n block:\n - name: Download Helm GPG key\n get_url:\n url: https://baltocdn.com/helm/signing.asc\n dest: /tmp/helm-signing.asc\n - name: Import Helm GPG key\n shell:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
jcotoBan/kubesliceAutomated
99da7120afac78a3d5757074999f604c9d4e3d5f
1
ansible/kubeslicemaster/roles/kubeslice_components
7,936
[ "no_license" ]
[ { "path": "ansible/kubeslicemaster/roles/kubeslice_components/templates/sliceOperators.yml.j2", "content": "{% for index in range(regions_array_code | length) %}\ncontrollerSecret:\n namespace: {{ workers_controller_namespaces.results[index].stdout }} \n endpoint: {{ workers_controller_endpoints.results[i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7161, "all_permissive": false }
ansible_role
jcotoBan/kubesliceAutomated
99da7120afac78a3d5757074999f604c9d4e3d5f
1
ansible/kubeslicemaster/roles/kubeslice_prereq
7,936
[ "no_license" ]
[ { "path": "ansible/kubeslicemaster/roles/kubeslice_prereq/tasks/main.yml", "content": "#controller and manager install\n\n- name: Add kubeslice chart repo\n kubernetes.core.helm_repository:\n name: kubeslice\n repo_url: \"https://kubeslice.aveshalabs.io/repository/kubeslice-helm-ent-prod/\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2024, "all_permissive": false }
ansible_role
jcotoBan/kubesliceAutomated
99da7120afac78a3d5757074999f604c9d4e3d5f
1
ansible/kubeslicemaster/roles/slices
7,936
[ "no_license" ]
[ { "path": "ansible/kubeslicemaster/roles/slices/tasks/main.yml", "content": "#Create default slices\n\n- name: adding slices template\n template:\n mode: '0600'\n src: templates/slices.yml.j2\n dest: /tmp/slices.yml\n\n- name: creating slices\n shell: \"kubectl apply -f /tmp/slices.yml --kubeconf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2292, "all_permissive": false }
ansible_role
darshankmr9/Assignment_TimesInternet
291b46e9f423edd44446be8710d9eee38c591dbb
0
Assignment_TimesInternet/Assignment_1/roles/elasticsearch
7,936
[ "no_license" ]
[ { "path": "Assignment_TimesInternet/Assignment_1/roles/elasticsearch/tasks/main.yml", "content": "---\n#\n# Installing Elasticsearch\n\n- name: Install libsemanage-python and dependencies\n yum:\n name: python3-libsemanage\n become: true\n\n- name: Copy elasticsearch yum repo file\n copy:\n src=ela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 972, "all_permissive": false }
ansible_role
darshankmr9/Assignment_TimesInternet
291b46e9f423edd44446be8710d9eee38c591dbb
0
Assignment_TimesInternet/Assignment_1/roles/kibana
7,936
[ "no_license" ]
[ { "path": "Assignment_TimesInternet/Assignment_1/roles/kibana/tasks/main.yaml", "content": "---\n#\n# Install/run kibana\n#\n# Note a lot of logstash/ES activity happens here too\n# Because of service ordering.\n\n- name: Copy kibana yum repo file\n copy:\n src=kibana.repo\n dest=/etc/yum.repos.d/kib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1176, "all_permissive": false }
ansible_role
darshankmr9/Assignment_TimesInternet
291b46e9f423edd44446be8710d9eee38c591dbb
0
Assignment_TimesInternet/Assignment_1/roles/logstash
7,936
[ "no_license" ]
[ { "path": "Assignment_TimesInternet/Assignment_1/roles/logstash/tasks/main.yaml", "content": "---\n# Start Logstash service\n\n- name: Copy logstash yum repo file\n copy:\n src=logstash.repo\n dest=/etc/yum.repos.d/logstash.repo\n owner=root\n group=root\n mode=0644\n become: true\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/aws
7,936
[ "no_license" ]
[ { "path": "roles/aws/tasks/discover-vm.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# discover AWS inventory\n---\n- name: POSTGRESQL OVERLAY | setting key_path\n set_fact: key_path=\"{{ ansible_env.PWD }}\"\n when: key_path is not defined\n\n- name: POSTGRESQL OVERLAY | discoveri...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 17571, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/azure
7,936
[ "no_license" ]
[ { "path": "roles/azure/tasks/discover-vm.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# discover Azure inventory\n---\n- name: POSTGRESQL OVERLAY | setting key_path\n set_fact: key_path=\"{{ ansible_env.PWD }}\"\n when: key_path is not defined\n\n- name: POSTGRESQL OVERLAY | disco...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 22898, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/http-proxy
7,936
[ "no_license" ]
[ { "path": "roles/http-proxy/tasks/main.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# HTTP proxy configuration\n---\n# set http_proxy_url: http://USER:PASS@PROXY:PORT in YAML to bypass this\n# - name: getting proxy connection\n# pause:\n# prompt: proxy connection URL\n# regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2929, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/master-streaming
7,936
[ "no_license" ]
[ { "path": "roles/master-streaming/tasks/main.yml", "content": "# (c) Copyright 2016 DataNexus Inc. All Rights Reserved. \n#\n# streaming tasks for the master\n---\n- block:\n # this needs to be the internal public network \n - name: POSTGRESQL MASTER OVERLAY | configure replication user authentication\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2835, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/osp
7,936
[ "no_license" ]
[ { "path": "roles/osp/tasks/single-subnet.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# launch an OSP virtual machine in a single subnet (no SSH proxy)\n---\n- name: gathering facts for {{ public }} in {{ region }}\n os_networks_facts:\n cloud: \"{{ tenant }}\"\n filters:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 22318, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/postgresql
7,936
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/facts.yml", "content": "# (c) Copyright 2016 DataNexus Inc. All Rights Reserved. \n---\n- name: defining postgresql_home_dir\n set_fact:\n postgresql_home_dir: \"{{ postgresql_home_dir }}\"\n when: postgresql_home_dir is not defined\n \n- name: definging postgresql_d...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11082, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/preflight
7,936
[ "no_license" ]
[ { "path": "roles/preflight/tasks/main.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved.\n#\n# OS tasks that occur post-boot and pre-appplication installation\n---\n# in a dual interface system, eth1 is always public internal\n# azure is pre-configured so we only need to do this for AWS & OSP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7209, "all_permissive": false }
ansible_role
Datanexus/postgresql
794661e97faa40e00bdd6c1de26c2941335d3c3d
2
roles/replica-streaming
7,936
[ "no_license" ]
[ { "path": "roles/replica-streaming/tasks/main.yml", "content": "# (c) Copyright 2016 DataNexus Inc. All Rights Reserved. \n#\n# streaming tasks for the replica\n---\n- block:\n - name: POSTGRESQL REPLICA OVERLAY | preserving postgresql.conf\n command: /bin/cp {{ postgresql_config_path }}/postgresql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4258, "all_permissive": false }
ansible_role
caleb-cameron/tower-installer
d936a2fc959afb91b5398bafe5df8f398597a82f
0
roles/cloud
7,936
[ "no_license" ]
[ { "path": "roles/cloud/defaults/main.yml", "content": "---\n# defaults file for vpc\n\nvpc_name: my_vpc\nvpc_tenancy: default\n\nvpc_cidr: 10.1.3.0/24\nvpc_region: us-east-2\nvpc_subnets:\n - cidr: 10.1.3.0/25\n az: us-east-2a\n - cidr: 10.1.3.128/25\n az: us-east-2a\n", "license_type": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7393, "all_permissive": false }
ansible_role
caleb-cameron/tower-installer
d936a2fc959afb91b5398bafe5df8f398597a82f
0
roles/tower
7,936
[ "no_license" ]
[ { "path": "roles/tower/defaults/main.yml", "content": "---\n# defaults file for tower\n\ntower_webservers_group: security_group_ansible_webserver\ntower_dbservers_group: security_group_ansible_dbserver\n\ntower_inventory_hostname_variable: ec2_private_ip_address\n\ntower_admin_password: <PASSWORD>\n\ntower_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2313, "all_permissive": false }
ansible_role
sborrazas/flatten
e21b3be74b65cd5d6a6942e19e9d01b7e7b447a3
0
ansible/roles/common
7,936
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: ensure apt cache is up to date\n apt:\n update_cache: yes\n sudo: yes\n\n- name: ensure project apt dependencies installed\n apt:\n name: \"{{ item }}\"\n sudo: yes\n with_items:\n - build-essential\n - git\n - cur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
sborrazas/flatten
e21b3be74b65cd5d6a6942e19e9d01b7e7b447a3
0
ansible/roles/common.remote
7,936
[ "no_license" ]
[ { "path": "ansible/roles/common.remote/templates/public_key.j2", "content": "{{ public_key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "ansible/roles/common.remote/tasks/hostname.yml", "content": "---\n- name: hostname | update the host...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3230, "all_permissive": false }
ansible_role
sborrazas/flatten
e21b3be74b65cd5d6a6942e19e9d01b7e7b447a3
0
ansible/roles/deploy
7,936
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- set_fact:\n release_version: \"{{ lookup('pipe', 'date +%Y%m%d%H%M%S') }}\"\n\n- set_fact:\n release_path:\n \"{% if app_debug_mode %}{{ app_dir }}{% else %}{{ base_dir }}/releases/{{ release_version }}{% endif %}\"\n\n- name: de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1185, "all_permissive": false }
ansible_role
sborrazas/flatten
e21b3be74b65cd5d6a6942e19e9d01b7e7b447a3
0
ansible/roles/webassets
7,936
[ "no_license" ]
[ { "path": "ansible/roles/webassets/tasks/main.yml", "content": "---\n- name: webassets | add node apt repository\n apt_repository:\n repo: \"ppa:chris-lea/node.js-legacy\"\n sudo: yes\n\n- name: webassets | install node and npm\n apt:\n name: \"{{ item }}\"\n state: present\n sudo: yes\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1362, "all_permissive": false }
ansible_role
fizmata/wazuh-4-ls
bcf8b212d5375ac6c0720b062824abdc200553cb
0
roles/wazuh_agent
7,936
[ "no_license" ]
[ { "path": "roles/wazuh_agent/tasks/install_deb.yaml", "content": "- name: Add wazuh keys\n ansible.builtin.apt_key:\n state: present\n url: https://packages.wazuh.com/key/GPG-KEY-WAZUH\n\n- name: Add wazuh repo\n ansible.builtin.apt_repository:\n repo: deb https://packages.wazuh.com/4.x/apt/ stab...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2925, "all_permissive": false }
ansible_role
DmitryShomrin/project-dot-home
8712abe8f120a75c1a1bfbc43a3ccf826b6dcaf5
0
ansible/roles/cloudflared
7,936
[ "no_license" ]
[ { "path": "ansible/roles/cloudflared/defaults/main.yaml", "content": "cloudflared_version: latest\ncloudflared_releases_url: https://github.com/cloudflare/cloudflared/releases/{{ cloudflared_version }}/download/cloudflared-linux-arm64\ncloudflared_path: /usr/local/bin/cloudflared\ncloudflared_config_path: /...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1928, "all_permissive": false }
ansible_role
DmitryShomrin/project-dot-home
8712abe8f120a75c1a1bfbc43a3ccf826b6dcaf5
0
ansible/roles/docker-compose-homepage
7,936
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose-homepage/handlers/main.yml", "content": "---\n\n- name: Start/Restart Homepage\n ansible.builtin.command:\n cmd: \"docker compose -f {{ docker_compose_homepage_file_name }} up -d --force-recreate\"\n chdir: \"{{ docker_compose_services_directory }}\"\n become:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3529, "all_permissive": false }
ansible_role
DmitryShomrin/project-dot-home
8712abe8f120a75c1a1bfbc43a3ccf826b6dcaf5
0
ansible/roles/docker-compose-pihole
7,936
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose-pihole/meta/main.yml", "content": "galaxy_info:\n author: DmitryShomrin\n description: Template Pi-Hole docker compose file and configuration\n company: DmitryShomrin\n galaxy_tags: []\n\ndependencies: []\n", "license_type": "no_license", "detected_license...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5795, "all_permissive": false }
ansible_role
DmitryShomrin/project-dot-home
8712abe8f120a75c1a1bfbc43a3ccf826b6dcaf5
0
ansible/roles/docker-compose-prometheus-stack
7,936
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose-prometheus-stack/defaults/main.yml", "content": "---\ndocker_compose_services_directory: \"{{ ansible_env.HOME }}/docker-compose-files\"\ndocker_compose_services_config_directory: \"{{ ansible_env.HOME }}/configs\"\ndocker_compose_services_data_directory: \"/opt\"\ndo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 11582, "all_permissive": false }
ansible_role
DmitryShomrin/project-dot-home
8712abe8f120a75c1a1bfbc43a3ccf826b6dcaf5
0
ansible/roles/docker-compose-templates
7,936
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose-templates/templates/cadvisor.yaml.j2", "content": "name: cadvisor\n\nservices:\n cadvisor:\n image: gcr.io/cadvisor/cadvisor-arm64:{{ docker_compose_templates_cadvisor_image_version }}\n container_name: cadvisor\n restart: unless-stopped\n ports:\n -...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 31, "total_bytes": 49282, "all_permissive": false }
ansible_role
DmitryShomrin/project-dot-home
8712abe8f120a75c1a1bfbc43a3ccf826b6dcaf5
0
ansible/roles/docker-compose-traefik
7,936
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose-traefik/README.md", "content": "Docker compose traefik\n=========\n\nTemplate docker compose file for traefik.\n\nRequirements\n------------\n\n - Docker\n - Docker compose\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:\n - { role:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6911, "all_permissive": false }
ansible_role
DmitryShomrin/project-dot-home
8712abe8f120a75c1a1bfbc43a3ccf826b6dcaf5
0
ansible/roles/rpi-base-config
7,936
[ "no_license" ]
[ { "path": "ansible/roles/rpi-base-config/templates/fan-control.sh.j2", "content": "#!/bin/bash\n\nhot_temp={{ rpi_base_config_fan_control_hot_temp }}\ncool_temp={{ rpi_base_config_fan_control_cool_temp }}\ndead_temp=80\ntemp=$(vcgencmd measure_temp | egrep -o '[0-9]*\\.[0-9]*')\necho $temp\ntemp0=${temp%.*}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4052, "all_permissive": false }
ansible_role
matematika-org/kafka_ansible
85abd99faea9b182f360275b1d87e5f23ec09af5
0
roles/common
7,936
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Stop and disable firewalld.\n service:\n name: firewalld\n state: stopped\n enabled: False\n become: yes\n\n\n- name: Installing openjdk\n yum:\n name: \"{{ openjdk_package_name }}\"\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": 252, "all_permissive": false }
ansible_role
matematika-org/kafka_ansible
85abd99faea9b182f360275b1d87e5f23ec09af5
0
roles/kafka
7,936
[ "no_license" ]
[ { "path": "roles/kafka/defaults/main.yml", "content": "---\nkafka_version: 2.4.0\nscala_version: 2.12\n\nkafka_user: kafka\nkafka_zookeeper_port: 2181\nzookeeper_user: zookeeper\n\nkafka_dir: /kafka\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1703, "all_permissive": false }
ansible_role
matematika-org/kafka_ansible
85abd99faea9b182f360275b1d87e5f23ec09af5
0
roles/zookeeper
7,936
[ "no_license" ]
[ { "path": "roles/zookeeper/defaults/main.yml", "content": "---\nzookeeper_version: 3.5.7\nzookeeper_user: zookeeper\nzookeeper_work_directory: /zookeeper\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/zookeeper/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1961, "all_permissive": false }
ansible_role
chaitanyaenr/openshift-stuff
dd9ee9bb4e1f91de80035dd6b7ed4db72a40d00e
0
collect_ocp_topology/roles/ocp-cluster-topology
7,936
[ "no_license" ]
[ { "path": "collect_ocp_topology/roles/ocp-cluster-topology/tasks/main.yml", "content": "---\n- name: check if oc client is installed\n shell: which oc\n register: oc_installed\n\n- name: check if kubeconfig exists\n stat:\n path: \"{{ ansible_env.HOME }}/.kube/config\"\n register: kubeconfig\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2283, "all_permissive": false }
ansible_role
chaitanyaenr/openshift-stuff
dd9ee9bb4e1f91de80035dd6b7ed4db72a40d00e
0
collect_ocp_topology/roles/ocp-common
7,936
[ "no_license" ]
[ { "path": "collect_ocp_topology/roles/ocp-common/tasks/main.yml", "content": "---\n- name: check if the docker is installed\n shell: which docker\n register: docker_installed\n\n- name: ensure that docker is running\n service:\n name: docker\n state: started\n\n- name: docker status\n command: sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2060, "all_permissive": false }
ansible_role
serbernar/homebeat
2e21a1c64114bb535613a7d2d914ac5ae1210e2e
0
roles/common
7,936
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Upgrade all packages to latest\n apt:\n upgrade: dist\n autoremove: yes\n autoclean: yes\n state: latest\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
serbernar/homebeat
2e21a1c64114bb535613a7d2d914ac5ae1210e2e
0
roles/docker
7,936
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Ensure prerequisites for Docker are installed\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common', 'gnupg2']\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
serbernar/homebeat
2e21a1c64114bb535613a7d2d914ac5ae1210e2e
0
roles/homeassistant
7,936
[ "no_license" ]
[ { "path": "roles/homeassistant/vars/main.yml", "content": "ha_base_dir: /opt/homeassistant\nha_image: homeassistant/raspberrypi4-homeassistant:latest\nha_container_name: homeassistant\nha_host_port: 8123\n\nha_config_repo: \"https://github.com/serbernar/ha-config.git\"\nha_config_branch: \"main\"\nha_config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2003, "all_permissive": false }
ansible_role
serbernar/homebeat
2e21a1c64114bb535613a7d2d914ac5ae1210e2e
0
roles/support
7,936
[ "no_license" ]
[ { "path": "roles/support/vars/main.yml", "content": "docker_services_dir: \"/opt/docker-services\"\nhb_volume_dir: \"/opt/volumes\"\nemail_server: \"smtp.gmail.com\"\nemail_server_port: \"587\"\nemail_server_address: \"<EMAIL>\"\nemail_server_user: \"<EMAIL>\"\nemail_server_password: \"<PASSWORD>\"", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3048, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
15-16_Ansible/roles/nginx
7,816
[ "no_license" ]
[ { "path": "15-16_Ansible/roles/nginx/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: nginx\n namespace: otus\n author: me\n description: Install and configure nginx\n company: \"\"\n license: MIT\n min_ansible_version: 2.7\n platforms:\n - name: CentOS \n versions:\n - 7\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2434, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
23-24_Logs/ansible/roles/nginx
7,816
[ "no_license" ]
[ { "path": "23-24_Logs/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: NGINX | Install EPEL Repo package from standart repo\n ansible.builtin.yum:\n name: epel-release\n state: present\n become: true\n tags:\n - epel-package\n - packages\n\n- name: NGINX | Install NGINX package f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2284, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
23-24_Logs/ansible/roles/rsyslog
7,816
[ "no_license" ]
[ { "path": "23-24_Logs/ansible/roles/rsyslog/handlers/main.yml", "content": "---\n\n- name: restart rsyslog\n ansible.builtin.systemd:\n name: rsyslog\n state: restarted\n daemon_reload: yes\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 916, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
33_VPN/roles/openvpn
7,816
[ "no_license" ]
[ { "path": "33_VPN/roles/openvpn/tasks/main.yml", "content": "---\n\n- name: Install epel-release on CentOS\n ansible.builtin.yum:\n name:\n - epel-release\n state: present\n update_cache: true\n become: true\n\n- name: Install OpenVPN on CentOS\n ansible.builtin.yum:\n name:\n - ope...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2154, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
36_LDAP/ansible/roles/freeipa_client
7,816
[ "no_license" ]
[ { "path": "36_LDAP/ansible/roles/freeipa_client/tasks/install_pkgs.yml", "content": "---\n- name: Disable mirrorlist in repos on CentOS 8\n ansible.builtin.replace:\n path: \"{{ item }}\"\n regexp: '^mirrorlist'\n replace: '#mirrorlist'\n with_items:\n - /etc/yum.repos.d/CentOS-Linux-AppStream...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11194, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
36_LDAP/ansible/roles/freeipa_server
7,816
[ "no_license" ]
[ { "path": "36_LDAP/ansible/roles/freeipa_server/vars/main.yml", "content": "---\n# vars file for Free IPA server\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "36_LDAP/ansible/roles/freeipa_server/tasks/max_file_descriptors.yml", "content"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 30376, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
45_PostgreSQL_replication/ansible/roles/postgres_replication
7,816
[ "no_license" ]
[ { "path": "45_PostgreSQL_replication/ansible/roles/postgres_replication/defaults/main.yml", "content": "---\n# defaults file for postgres_replication\nreplicator_password: '<PASSWORD>!'\nmaster_ip: '192.168.57.11'\nslave_ip: '192.168.57.12'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2448, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
45_PostgreSQL_replication/ansible/roles/postgresql
7,816
[ "permissive" ]
[ { "path": "45_PostgreSQL_replication/ansible/roles/postgresql/README.md", "content": "# Ansible role `postgresql`\n\nAnsible role for installation and configuration of PostgreSQL DB on Centos Sream8.\n\n## Requirements\n\n* Ansible 2.9.13+\n\n## Variables\n\n| Variable | Comment ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 8343, "all_permissive": true }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/alertmanager
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/alertmanager/templates/alertmanager.j2", "content": "global:\n resolve_timeout: 5m\n telegram_api_url: \"https://api.telegram.org\"\n\n\nreceivers:\n - name: stardata-telegram\n - name: blackhole\n telegram_configs:\n - bot_token: {{ tegram_bot_token }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3138, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/barman
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/barman/README.md", "content": "# Ansible role `barman`\n=========\n\nAnsible role for installation and configuration of Barman backup on Centos Sream8.\n\n## Requirements\n\n* Ansible 2.9.13+\n\n## Variables\n\n| Variable | Comment ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7626, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/blackbox_exporter
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/blackbox_exporter/vars/main.yml", "content": "---\nserviceName: \"blackbox_exporter\"\nuserId: \"blackbox\"\ngroupId: \"blackbox\"\nexec_command: /usr/local/bin/blackbox_exporter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3354, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/borg
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/borg/meta/main.yml", "content": "galaxy_info:\n author: My\n description: Borg backup\n company: me\n\n license: BSD\n\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2284, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/drbd
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/drbd/tasks/main.yml", "content": "---\n# Отключаем firewalld и удаляем его из автозагрузки\n# либо: firewall-cmd --add-port=6996-7800/tcp --permanent && firewall-cmd --reload\n- name: Disable firewalld service\n ansible.builtin.service:\n name: firewalld\n st...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3795, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/grafana
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/grafana/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Grafana role\n company: your company (optional)\n\n license: BSD\n\n min_ansible_version: 2.1\n\n\n galaxy_tags: []\n\n\ndependencies: []\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2847, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/haproxy
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/haproxy/handlers/main.yml", "content": "---\n- name: restart haproxy\n become: true\n service:\n name: \"{{ haproxy__service_name }}\"\n state: restarted\n\n\n- name: reload haproxy\n become: true\n service:\n name: \"{{ haproxy__service_name }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 33806, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/nfs
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/nfs/tasks/main.yml", "content": "---\n\n- name: Prepare SentOS\n block:\n # Отключаем firewalld и удаляем его из автозагрузки\n # или:\n # firewall-cmd --permanent --add-service=high-availability\n # firewall-cmd --permanent --add-service=nfs\n # firewall-cmd ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4542, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/node_exporter
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/node_exporter/defaults/main.yml", "content": "---\nversion: 1.5.0\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "47_graduate_work/ansible/roles/node_exporter/vars/main.yml", "content": "---\nservic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1710, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/pacemaker
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/pacemaker/templates/etc/corosync/authkey.j2", "content": "{{ _corosync_authkey_ }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "47_graduate_work/ansible/roles/pacemaker/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 11758, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/postgres_replication
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/postgres_replication/meta/main.yml", "content": "galaxy_info:\n role_name: postgres_replication\n author:\n - me\n description: Configure replication for PostgreSQL cluster\n company: X\n license: MIT / BSD\n min_ansible_version: 2.7\n platforms:\n - na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4183, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/postgresql
7,816
[ "permissive" ]
[ { "path": "47_graduate_work/ansible/roles/postgresql/tasks/common.yml", "content": "---\n\n- name: Set time zone\n ansible.builtin.copy:\n remote_src: True\n src: /usr/share/zoneinfo/Europe/Moscow\n dest: /etc/localtime\n owner: root\n group: root\n mode: '0644'\n\n- name: Restart service...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4493, "all_permissive": true }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/prometheus
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/prometheus/defaults/main.yml", "content": "---\nversion: \"2.43.1\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "47_graduate_work/ansible/roles/prometheus/templates/prometheus.conf.j2", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4016, "all_permissive": false }
ansible_role
Dok-dev/linux_professional
90582a6a83e6fab07081b990f56ff3fbd8c6aab0
1
47_graduate_work/ansible/roles/rsyslog
7,816
[ "no_license" ]
[ { "path": "47_graduate_work/ansible/roles/rsyslog/meta/main.yml", "content": "galaxy_info:\n author: me\n description: Rsyslog role\n company: me\n\n license: BSD\n\n min_ansible_version: 2.1\n\n galaxy_tags: []\n\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5200, "all_permissive": false }
ansible_role
myback/kube-knob
e34a7004d6995f1dff02317cba21841fd696153e
2
roles/cilium
7,816
[ "no_license" ]
[ { "path": "roles/cilium/defaults/main.yml", "content": "cilium_chart_version: v1.9.6\ncilium_version: v1.9.6\ncilium_hubble_ui_version: v0.7.3\ncilium_hubble_ui_envoy_version: v1.18.2@sha256:e8b37c1d75787dd1e712ff389b0d37337dc8a174a63bed9c34ba73359dc67da7\n\ncilium_image_repository: quay.io/cilium/cilium\nc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5657, "all_permissive": false }
ansible_role
TheNinthFox/System-Configuration
60edae18441139ffcd1b7c10e20e8bdb3be30ea4
0
Ansible/Roles/fox.apt.software
7,816
[ "no_license" ]
[ { "path": "Ansible/Roles/fox.apt.software/defaults/main.yml", "content": "---\n\nsoftware:\n - git\n - vim\n - python\n - curl\n - wget\n - zsh\n - tig\n - gcc\n - make\n - libx11-dev\n - libxtst-dev\n - pkg-config\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
TheNinthFox/System-Configuration
60edae18441139ffcd1b7c10e20e8bdb3be30ea4
0
Ansible/Roles/fox.chrome
7,816
[ "no_license" ]
[ { "path": "Ansible/Roles/fox.chrome/defaults/main.yml", "content": "---\n\nchrome_binary: /usr/bin/google-chrome-stable\nchrome_dl: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\nchrome_dest: \"/home/{{ ansible_user }}/Downloads/chrome.deb\"", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1184, "all_permissive": false }
ansible_role
TheNinthFox/System-Configuration
60edae18441139ffcd1b7c10e20e8bdb3be30ea4
0
Ansible/Roles/fox.ksuperkey
7,816
[ "no_license" ]
[ { "path": "Ansible/Roles/fox.ksuperkey/tasks/main.yml", "content": "---\n\n- name: Check if ksuperkey exists\n stat:\n path: \"{{ ksup_binary }}\"\n register: ksup\n\n- name: Clone ksuperkey\n git:\n repo: \"{{ ksup_repo }}\"\n dest: \"{{ ksup_dir }}\"\n when: ksup.stat.exists == False\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1015, "all_permissive": false }
ansible_role
TheNinthFox/System-Configuration
60edae18441139ffcd1b7c10e20e8bdb3be30ea4
0
Ansible/Roles/fox.pycharm
7,816
[ "no_license" ]
[ { "path": "Ansible/Roles/fox.pycharm/defaults/main.yml", "content": "---\n\ndownload_link: https://download.jetbrains.com/python/pycharm-community-2016.3.2.tar.gz\npycharm_dir: \"/home/{{ ansible_user }}/PyCharm\"\npycharm_dl: \"/home/{{ ansible_user }}/Downloads/pycharm.tar.gz\"", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1016, "all_permissive": false }
ansible_role
gsinghgajju/ansible
6f417167ac01d7f9b329c5dff88ef447021c3cf7
0
roles/common
7,816
[ "no_license" ]
[ { "path": "roles/common/tasks/create-user.yml", "content": "- name: Creating a Roboshop User Account \n ansible.builtin.user:\n name: \"{{APPUSER}}\" \n comment: Roboshop User Account", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
kanform/awx
2df5e4134ba93b13f74038d4fb1fc45555146206
0
roles/awx
7,816
[ "no_license" ]
[ { "path": "roles/awx/tasks/main.yml", "content": "- name: projet test awx\n debug:\n msg: \"os: {{ ansible_os_family }} dist: {{ ansible_distribution }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
aisforaaron/parefull-devops
5f76fdb2a692a984bc3ef7d1a3c0ba600b21e4a8
0
roles/common
7,816
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update apt-get\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n tags: common\n\n- name: Install Common Packages\n apt: name={{item}} state=present\n sudo: yes\n with_items:\n - vim\n - git\n - curl\n - tree\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }