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 | fmarcelinoPT/mpt4dev | 06fd980c85916baec8e0892dd6d74e63d56c1d3a | 0 | roles/hosts_hypervisors | 110 | [
"no_license"
] | [
{
"path": "roles/hosts_hypervisors/tasks/main.yml",
"content": "---\n# tasks file for hosts_hypervisors\n- name: Check if rivendell.onemarc.io is already defined\n lineinfile:\n state: absent\n path: \"/etc/hosts\"\n regexp: \"^rivendell\"\n check_mode: true\n changed_when: false # This just mak... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | fmarcelinoPT/mpt4dev | 06fd980c85916baec8e0892dd6d74e63d56c1d3a | 0 | roles/meld | 110 | [
"no_license"
] | [
{
"path": "roles/meld/README.md",
"content": "# Readme\n\nEste role instala o Meld assim como o shortcut para o dolphin: [Compare using Meld - Dolphin service menu](https://www.opencode.net/ashark/compare-using-meld_dolphin-service-menu)\n\n## Helpers\n\n- Install Desktop Utilities: `apt-get install desktop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1548,
"all_permissive": false
} |
ansible_role | fmarcelinoPT/mpt4dev | 06fd980c85916baec8e0892dd6d74e63d56c1d3a | 0 | roles/ohmyzsh | 110 | [
"no_license"
] | [
{
"path": "roles/ohmyzsh/tasks/main.yml",
"content": "---\n# tasks file for ohmyzsh\n- name: Install or Uninstall Oh My zsh based on user action\n ansible.builtin.include_tasks: \"{{ ohmyzsh_action }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
},
{
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5951,
"all_permissive": false
} |
ansible_role | fmarcelinoPT/mpt4dev | 06fd980c85916baec8e0892dd6d74e63d56c1d3a | 0 | roles/pve_restart_pveproxy | 110 | [
"no_license"
] | [
{
"path": "roles/pve_restart_pveproxy/tasks/main.yml",
"content": "---\n# tasks file for pve_restart_pveproxy\n- name: Restart PVE proxy to update certificates\n when: install_certificates\n become: true\n service:\n name: pveproxy\n state: restarted",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | fmarcelinoPT/mpt4dev | 06fd980c85916baec8e0892dd6d74e63d56c1d3a | 0 | roles/sys-package-manager-packages | 110 | [
"no_license"
] | [
{
"path": "roles/sys-package-manager-packages/tasks/main.yml",
"content": "---\n# tasks file for sys-package-manager-packages\n\n- name: Install `apt` packages (Debian/Ubuntu)\n become: true\n ansible.builtin.apt:\n pkg:\n - snapd\n - net-tools\n - nano\n - parted\n - cockpit\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | fmarcelinoPT/mpt4dev | 06fd980c85916baec8e0892dd6d74e63d56c1d3a | 0 | roles/sys-package-manager-upgrade | 110 | [
"no_license"
] | [
{
"path": "roles/sys-package-manager-upgrade/tasks/main.yml",
"content": "---\n# tasks file for sys-package-manager-upgrade\n- name: Update apt cache and upgrade packages (Debian/Ubuntu)\n become: true\n ansible.builtin.apt:\n update_cache: yes\n autoclean: yes\n autoremove: yes\n upgrade: \"y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | mairin/chris-vagrant | bf503f76dc5cca5c67ce44cdb8cb88e426ac5c83 | 1 | roles/dev | 110 | [
"no_license"
] | [
{
"path": "roles/dev/files/.bashrc",
"content": "# .bashrc\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n . /etc/bashrc\nfi\n\n# Uncomment the following line if you don't like systemctl's auto-paging feature:\n# export SYSTEMD_PAGER=\n\n# User specific aliases and functions\nexport WOR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3514,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/add-root-ca-certs | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/add-root-ca-certs/vars/Debian.yml",
"content": "---\npem_path: \"/usr/local/share/ca-certificates\"\ncert_file_extension: \"crt\"\nupdate_command: \"update-ca-certificates\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3577,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/configure-cockpit | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/configure-cockpit/README.md",
"content": "configure-cockpit\n=========\n\nThis role installs and configures Cockpit Web Console on Linux systems. This is basically how I enforce the configuration of Cockpit to stop prompting me for Kerberos sign-in.\n\nRequirements\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2355,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/configure-firewall | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/configure-firewall/vars/Debian.yml",
"content": "---\nfirewall_packages:\n- ufw",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "infrastructure/ansible/roles/configure-firewall/tasks/Debian.yml",
"content"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10015,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/configure-nfs-mounts | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/configure-nfs-mounts/vars/Debian.yml",
"content": "---\nnfs_packages:\n- nfs-common",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "infrastructure/ansible/roles/configure-nfs-mounts/vars/RedHat.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3713,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/configure-ntp | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/configure-ntp/README.md",
"content": "configure-ntp\n=========\n\nInstalls and configures NTP (chrony, really) on a Linux system.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n```yaml\n#=====================================================... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3984,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/configure-sshd | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/configure-sshd/README.md",
"content": "configure-sshd\n=========\n\nConfigures SSHd to general standards or something I guess.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n```yaml\n#========================================================... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2870,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/general-config | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/general-config/defaults/main.yml",
"content": "---\n# defaults file for general-config\nselinux_booleans:\n - name: colord_use_nfs\n - name: domain_can_mmap_files\n - name: use_nfs_home_dirs\n - name: virt_use_nfs\n - name: virt_sandbox_use_all_caps",
"licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1788,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/install-base-packages | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/install-base-packages/vars/main.yml",
"content": "---\n# vars file for install-base-packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "infrastructure/ansible/roles/install-base-packages/README.md",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2602,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/kvm-host | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kvm-host/templates/libvirt-bridge.xml.j2",
"content": "<network>\n <name>{{ interface.key }}</name>\n <forward mode=\"bridge\"/>\n <bridge name=\"{{ interface.key }}\"/>\n</network>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9123,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/podman-host | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/podman-host/vars/main.yml",
"content": "---\n# vars file for podman-host\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "infrastructure/ansible/roles/podman-host/vars/Debian.yml",
"content": "---\npodma... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4596,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/setup-ipa-client | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/setup-ipa-client/README.md",
"content": "setup-ipa-client\n=========\n\nThis role will install all the needed packages in order to configure the RHEL/Debian host to join a FreeIPA/IDM domain/realm.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n-------------... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5386,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | infrastructure/ansible/roles/update-system | 110 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/update-system/defaults/main.yml",
"content": "---\n# defaults file for update-system\n\nreboot_after_kernel_update: false\n\nreboot_wait_timeout: 3600",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "infrastru... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2315,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/chronyd | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/chronyd/templates/servicectl.sh.j2",
"content": "#!/bin/bash\n\nset -x\n\nCONTAINER_NAME=\"{{ chronyd_service_name }}\"\nCONTAINER_IMAGE=\"{{ chronyd_container_image }}\"\n\nCONTAINER_NETWORK_NAME=\"host\"\nCONTAINER_PORTS=\"-p 123/udp -p 323/udp\"\nCONTAINER_RESOURCE_LIMIT... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4402,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/db | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/db/tasks/main.yml",
"content": "---\n# tasks file for db\n- name: Create Service Containers Directory\n ansible.builtin.file:\n path: \"{{ d_item }}\"\n state: directory\n owner: root\n group: root\n loop:\n - \"{{ container_root_dir }}\"\n - \"{{ contai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8480,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/freeipa | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/freeipa/templates/servicectl.sh.j2",
"content": "#!/bin/bash\n\nset -x\n\nCONTAINER_NAME=\"{{ freeipa_service_name }}\"\nCONTAINER_IMAGE=\"{{ freeipa_container_image }}\"\n\nCONTAINER_NETWORK_NAME=\"{{ podman_bridge_name }}\"\nCONTAINER_IP=\"{{ freeipa_ip_address }}\"\nCONT... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6099,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/jfrog | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/jfrog/templates/service.j2",
"content": "[Unit]\nDescription=JFrog Artifactory Container\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nExecStop={{ container_root_dir }}/{{ jfrog_service_name }}/scripts/servicectl.sh stop\nExecStart={{ container_roo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8270,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/media_services | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/media_services/vars/main.yml",
"content": "---\n# vars file for media_services\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "lab-2025/ansible/roles/media_services/templates/service.j2",
"content": "[Unit]\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 21091,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/netbox | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/netbox/vars/main.yml",
"content": "---\n# vars file for netbox\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "lab-2025/ansible/roles/netbox/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 15247,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/nginxpm | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/nginxpm/vars/main.yml",
"content": "---\n# vars file for nginxpm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "lab-2025/ansible/roles/nginxpm/handlers/main.yml",
"content": "---\n# handlers file for nginxpm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6672,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/o11y | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/o11y/handlers/main.yml",
"content": "---\n# handlers file for o11y\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "lab-2025/ansible/roles/o11y/defaults/main.yml",
"content": "---\n# defaults file for o11y\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 13569,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/pihole | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/pihole/templates/service.j2",
"content": "[Unit]\nDescription=PiHole Container\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nExecStop={{ container_root_dir }}/{{ pihole_service_name }}/scripts/servicectl.sh stop\nExecStart={{ container_root_dir }}/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5469,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/powerdns | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/powerdns/files/setup_schema.sql",
"content": "#!/bin/bash\n\nmysql $mysql_flags < schema.sql\nmysql $mysql_flags < enable_fkeys.sql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "lab-2025/ansible/roles/powerdns/te... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 16926,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/roon | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/roon/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roon\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "lab-2025/ansible/roles/roon/vars/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4798,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_db_pgsql | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_db_pgsql/templates/env.db.j2",
"content": "POSTGRES_DB={{ pgsql_db }}\nPOSTGRES_PASSWORD={{ pgsql_password }}\nPOSTGRES_USER={{ pgsql_user }}\nPGUSER={{ pgsql_user }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7402,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_dropbox | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_dropbox/templates/service.j2",
"content": "[Unit]\nDescription=Shared Pod Dropbox Service\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nExecStop={{ container_root_dir }}/{{ shared_pod_name }}-{{ dropbox_service_name }}/scripts/servicectl.sh ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5051,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_gitea | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_gitea/vars/main.yml",
"content": "---\n# vars file for shared_pod_gitea\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "lab-2025/ansible/roles/shared_pod_gitea/tests/test.yml",
"content": "---\n- h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6578,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_homepage | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_homepage/templates/bookmarks.yaml.j2",
"content": "---\n#- Developer:\n# - Github:\n# - abbr: GH\n# href: https://github.com/\n#\n#- Social:\n# - Reddit:\n# - icon: reddit.png\n# href: https://reddit.com/\n# descript... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11044,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_iperf3 | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_iperf3/defaults/main.yml",
"content": "---\n# defaults file for shared_pod_iperf3\nshared_pod_name: shared-pod\n\niperf3_service_name: iperf3\n\niperf3_container_image: docker.io/networkstatic/iperf3:latest\niperf3_container_port: 5201",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3139,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_keycloak | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_keycloak/templates/containerctl.j2",
"content": "#!/bin/bash\n\nset -x\n\nPOD_NAME=\"{{ shared_pod_name }}\"\nSERVICE_NAME=\"{{ keycloak_service_name }}\"\n\nKEYCLOAK_CONTAINER_IMAGE=\"{{ keycloak_container_image | default('quay.io/keycloak/keycloak:latest') }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7537,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_lego_bridge | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_lego_bridge/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - shared_pod_lego_bridge\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "lab-2025/ansible/roles/shar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5144,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_openobserve | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_openobserve/defaults/main.yml",
"content": "---\n# defaults file for shared_pod_openobserve\nshared_pod_name: shared-pod\n\nopenobserve_service_name: openobserve\n\nopenobserve_container_image: public.ecr.aws/zinclabs/openobserve:latest\n\nopenobserve_container_p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5172,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_setup | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_setup/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - shared-pod-setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "lab-2025/ansible/roles/shared_pod_setup... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4282,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_stepca | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_stepca/templates/containerctl.j2",
"content": "#!/bin/bash\n\nset -x\n\nPOD_NAME=\"{{ shared_pod_name }}\"\nSERVICE_NAME=\"{{ stepca_service_name }}\"\n\nSTEPCA_CONTAINER_IMAGE=\"{{ stepca_container_image | default('docker.io/smallstep/step-ca:latest') }}\"\nSTEP... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5329,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_sushy | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_sushy/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for shared_pod_sushy\n\n- name: Create Service Containers Directory\n ansible.builtin.file:\n path: \"{{ i_path }}\"\n state: directory\n owner: root\n group: root\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5062,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/shared_pod_vault | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/shared_pod_vault/tasks/main.yml",
"content": "---\n# tasks file for shared_pod_vault\n\n- name: Create Service Containers Directory\n ansible.builtin.file:\n path: \"{{ i_path }}\"\n state: directory\n owner: root\n group: root\n loop:\n - \"{{ container_ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7810,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | lab-2025/ansible/roles/squid | 110 | [
"no_license"
] | [
{
"path": "lab-2025/ansible/roles/squid/templates/10_listening.conf.j2",
"content": "# SSL MitM config\nhttp_port {{ squid_mitm_port }} ssl-bump \\\n generate-host-certificates=on dynamic_cert_mem_cache_size=16MB \\\n cert={{ squid_ca_path }}/{{ squid_ca_cert_filename }} \\\n key={{ squid_ca_path }}/{{ s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8274,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | legacy/ansible-collections/roles/baseLinuxUpdate | 110 | [
"no_license"
] | [
{
"path": "legacy/ansible-collections/roles/baseLinuxUpdate/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - baseLinuxUpdate\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "legacy/ansible-collections/role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1093,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | legacy/ansible-collections/roles/caasSELinux | 110 | [
"no_license"
] | [
{
"path": "legacy/ansible-collections/roles/caasSELinux/vars/main.yml",
"content": "---\n# vars file for caasSELinux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "legacy/ansible-collections/roles/caasSELinux/tasks/my_install.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | legacy/ansible-collections/roles/libvirtBridgeNet | 110 | [
"no_license"
] | [
{
"path": "legacy/ansible-collections/roles/libvirtBridgeNet/vars/main.yml",
"content": "---\n# vars file for libvirtBridgeNet\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "legacy/ansible-collections/roles/libvirtBridgeNet/tests/test.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1702,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | legacy/ansible-collections/roles/libvirtInstall | 110 | [
"no_license"
] | [
{
"path": "legacy/ansible-collections/roles/libvirtInstall/vars/main.yml",
"content": "---\n# vars file for libvirtInstall\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "legacy/ansible-collections/roles/libvirtInstall/handlers/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1903,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | legacy/ansible-collections/roles/podmanBridgeNet | 110 | [
"no_license"
] | [
{
"path": "legacy/ansible-collections/roles/podmanBridgeNet/tasks/main.yml",
"content": "---\n# tasks file for podmanBridgeNet\n- name: Ensure directory exists\n file:\n path: /etc/cni/net.d/\n state: directory\n owner: root\n group: root\n \n- name: Template over Container Bridge\n templat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2838,
"all_permissive": false
} |
ansible_role | kenmoini/homelab | 819b311421cc782a731ccdd84fa5941fb0366cc1 | 8 | legacy/ansible-collections/roles/podmanInstall | 110 | [
"no_license"
] | [
{
"path": "legacy/ansible-collections/roles/podmanInstall/tasks/main.yml",
"content": "---\n# tasks file for podmanInstall\n- name: Install Podman\n dnf:\n name: podman\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "legacy/a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/access-config | 110 | [
"no_license"
] | [
{
"path": "roles/access-config/tasks/main.yml",
"content": "---\n- name: Copy sshd_config file\n ansible.builtin.copy:\n src: .\n dest: /etc/ssh/\n owner: root\n group: root\n mode: '0644'\n tags:\n - ssh\n\n- name: restart ssh.service\n ansible.builtin.service:\n name: ssh\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/builders | 110 | [
"no_license"
] | [
{
"path": "roles/builders/tasks/main.yaml",
"content": "---\n- name: Ensure nodejs is present \n ansible.builtin.apt:\n pkg: \n - nodejs\n - npm\n state: present\n retries: 5\n delay: 30\n when: \"'workers' in group_names\"\n become: true\n tags:\n - builder\n\n- name: Runner User c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2109,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/certbot | 110 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/main.yml",
"content": "---\n- name: install certbot\n community.general.snap:\n name: certbot\n classic: true\n state: present\n become: true\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 | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/create-admin | 110 | [
"no_license"
] | [
{
"path": "roles/create-admin/tasks/main.yml",
"content": "---\n- name: Get admin groups\n ansible.builtin.shell:\n cmd: 'id -Gn $(whoami) | tr \" \" \",\" | sed \"s/$(whoami),//\"'\n register: adm_groups\n become: no\n\n- name: Convert groups to list\n ansible.builtin.set_fact:\n groups_list: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/delete-default-admin | 110 | [
"no_license"
] | [
{
"path": "roles/delete-default-admin/tasks/main.yml",
"content": "---\n- name: Remove default admin\n ansible.builtin.user:\n name: \"{{ default_admin }}\"\n state: absent\n force: true\n tags:\n - remove\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/k9s | 110 | [
"no_license"
] | [
{
"path": "roles/k9s/tasks/main.yml",
"content": "\n---\n- name: Create k9s directory\n ansible.builtin.file:\n path: /home/{{ ansible_remote_user }}/k9s\n state: directory\n when: \"'bastion' in group_names\"\n tags:\n - k9s\n\n- name: Clone K9S repository\n ansible.builtin.git:\n repo: \"h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1506,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/kube-prometheus | 110 | [
"no_license"
] | [
{
"path": "roles/kube-prometheus/tasks/main.yaml",
"content": "---\n- name: Ensure cluster dir is present\n ansible.builtin.file:\n name: /home/{{ ansible_remote_user }}/cluster\n state: directory\n owner: \"{{ ansible_remote_user }}\"\n group: \"{{ ansible_remote_user }}\"\n when: \"'bastion'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1534,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/kube_vip | 110 | [
"no_license"
] | [
{
"path": "roles/kube_vip/tasks/main.yaml",
"content": "---\n- name: Necessary package\n ansible.builtin.apt:\n pkg: \n - jq\n - curl\n state: present\n become: true\n when: \"'bastion' in group_names\"\n tags:\n - kube_vip\n\n- name: Apply RBAC settings\n ansible.builtin.command:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1773,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/podman | 110 | [
"no_license"
] | [
{
"path": "roles/podman/tasks/main.yml",
"content": "---\n- name: Install podman\n ansible.builtin.apt:\n name: podman\n state: present\n become: true\n\n- name: Add docker.io to registries\n ansible.builtin.lineinfile:\n path: /etc/containers/registries.conf\n regex: '^# unqualified-search-r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/runner | 110 | [
"no_license"
] | [
{
"path": "roles/runner/vars/main.yml",
"content": "---\nchecksum: <checksum here>\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/runner/tasks/main.yml",
"content": "---\n- name: Create a folder\n ansible.builtin.file:\n path: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/update | 110 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n- name: \"apt update equivalent \"\n ansible.builtin.apt:\n update_cache: yes\n retries: 5\n delay: 30\n become: true\n tags: update\n\n- name: \"apt upgrade equivalent\"\n ansible.builtin.apt:\n upgrade: safe\n retries: 5\n delay: 30\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | devops-project-playground/Ansible | 8a975f0d212204bb1fe14b95abba4ace9450cf1b | 1 | roles/vpn | 110 | [
"no_license"
] | [
{
"path": "roles/vpn/tasks/main.yml",
"content": "---\n- name: install wireguard\n ansible.builtin.apt:\n name: wireguard\n state: present\n become: true\n\n- name: Generate privatekey\n ansible.builtin.shell: \"wg genkey > /home/$USER/private\"\n args:\n creates: \"/home/$USER/private\"\n no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1690,
"all_permissive": false
} |
ansible_role | atzhit7/arcgis-goldenimage | 517f2561d571d77df956438b813879a9691335f7 | 1 | ansible/roles/arcgisserver | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/arcgisserver/tasks/createsite.yaml",
"content": "---\n- name: health check arcgis server service\n uri:\n url: \"http://{{ hostname }}:{{ arcgisports[0] }}\"\n return_content: yes\n validate_certs: no\n register: _result\n until: _result.status == 200\n retries: 60 # 72... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | atzhit7/arcgis-goldenimage | 517f2561d571d77df956438b813879a9691335f7 | 1 | ansible/roles/common | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/createuser_using_ssm.yaml",
"content": "---\n- name: get secrets with ssm paramter store\n set_fact:\n initpass:\n secret: \"{{ lookup('aws_ssm', 'PARAMETERSTOREPATH') }}\"\n\n- name: 'output secrets'\n debug: var=\"{{ item }}\"\n with_items:\n - \"initpas... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4160,
"all_permissive": false
} |
ansible_role | tommy-muehle/advanced-ansible-lamp | 84ffeab1521c386c0ef64f12138f2d41c64730f1 | 0 | ansible/roles/common | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: install misc packages\n yum: pkg={{ item }} state=installed\n with_items:\n - curl\n - vim\n - libyaml\n\n- name: check enforce\n command: /usr/sbin/getenforce\n register: is_enforce\n\n- name: disable selinux\n comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | tommy-muehle/advanced-ansible-lamp | 84ffeab1521c386c0ef64f12138f2d41c64730f1 | 0 | ansible/roles/gearman | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/gearman/tasks/main.yml",
"content": "---\n\n- name: install gearmand\n yum: pkg=gearmand state=installed\n\n- name: ensure gearmand is running\n service: name=gearmand state=started enabled=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | tommy-muehle/advanced-ansible-lamp | 84ffeab1521c386c0ef64f12138f2d41c64730f1 | 0 | ansible/roles/httpd | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd/tasks/main.yml",
"content": "---\n\n- name: install httpd packages\n yum: pkg={{ item }} state=installed\n with_items:\n - httpd\n - mod_fcgid\n\n- name: create docroot /var/www/awesome/web\n command: mkdir -p /var/www/awesome/web\n args:\n creates: /var/www/aweso... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | tommy-muehle/advanced-ansible-lamp | 84ffeab1521c386c0ef64f12138f2d41c64730f1 | 0 | ansible/roles/mailcatcher | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/mailcatcher/tasks/main.yml",
"content": "---\n\n- name: install mailcatcher\n gem: name=mailcatcher state=latest executable=/usr/local/bin/gem user_install=no\n\n- name: set mailcatcher control script\n template: src=mailcatcher.sh dest=/etc/init.d/mailcatcher mode=755\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | tommy-muehle/advanced-ansible-lamp | 84ffeab1521c386c0ef64f12138f2d41c64730f1 | 0 | ansible/roles/mysql | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/templates/my.cnf",
"content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=mysql\n\n[client]\nuser=root\npassword={{ <PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | tommy-muehle/advanced-ansible-lamp | 84ffeab1521c386c0ef64f12138f2d41c64730f1 | 0 | ansible/roles/php | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/php/templates/php.ini",
"content": "; ###################################\n; Add overwrites for PHP values here.\n; ###################################\n\n[general]\nshort_open_tag = off\nerror_reporting = E_ALL\n\n[date]\ndate.timezone = \"Europe/Berlin\"\n\n[xdebug]\nxdebug.idekey... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | tommy-muehle/advanced-ansible-lamp | 84ffeab1521c386c0ef64f12138f2d41c64730f1 | 0 | ansible/roles/supervisord | 110 | [
"no_license"
] | [
{
"path": "ansible/roles/supervisord/tasks/main.yml",
"content": "---\n\n- name: install python packages\n yum: pkg={{ item }} state=installed\n with_items:\n - python\n - python-pip\n\n- name: install correct python-setuptools\n command: curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/clean-client | 110 | [
"no_license"
] | [
{
"path": "roles/clean-client/tasks/main.yml",
"content": "- name: Delete jmeter log files\n shell: rm -rf /tmp/jmeter-log/*\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/clean-database | 110 | [
"no_license"
] | [
{
"path": "roles/clean-database/tasks/main.yml",
"content": "- name: Make sure that cassandra is running\n service: name=cassandra state=started\n sudo: yes\n\n- name: Wait for cassandra to start\n wait_for:\n port={{ database_port }}\n delay=2\n state=started\n\n- name: Check if RSS keyspace ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/clean-kieker | 110 | [
"no_license"
] | [
{
"path": "roles/clean-kieker/tasks/main.yml",
"content": "- name: Delete kieker log\n shell: rm -rf /tmp/kieker-20*\n sudo: yes\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/clean-loadbalancer | 110 | [
"no_license"
] | [
{
"path": "roles/clean-loadbalancer/tasks/main.yml",
"content": "- name: Delete nginx log files\n file: path={{ item }} state=absent\n with_items:\n - /var/log/nginx/access.log\n - /var/log/nginx/error.log\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/clean-recipes | 110 | [
"no_license"
] | [
{
"path": "roles/clean-recipes/tasks/main.yml",
"content": "- name: Delete recipes log files\n file: path={{ item }} state=absent\n with_items:\n - \"{{ recipes_dir }}/logs/rss-edge.log\"\n - \"{{ recipes_dir }}/logs/rss-middletier.log\"\n - \"{{ recipes_dir }}/logs/edge-control.log\"\n - \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/clean-tomcat | 110 | [
"no_license"
] | [
{
"path": "roles/clean-tomcat/tasks/main.yml",
"content": "- name: Delete tomcat log files\n shell: rm -rf /var/log/tomcat7/*\n sudo: yes\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/copy-log-client | 110 | [
"no_license"
] | [
{
"path": "roles/copy-log-client/tasks/main.yml",
"content": "- name: List jmeter log files\n shell: find /tmp/jmeter-log/*\n register: remote_file_paths\n ignore_errors: yes\n\n- name: Copy jmeter log files\n fetch:\n src={{ item }}\n dest={{ copy_log_path }}\n with_items: remote_file_paths.stdo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/copy-log-database | 110 | [
"no_license"
] | [
{
"path": "roles/copy-log-database/tasks/main.yml",
"content": "- name: List cassandra log files\n shell: find /var/log/cassandra/*\n register: remote_file_paths\n sudo: yes\n ignore_errors: yes\n\n- name: Copy cassandra log files\n fetch:\n src={{ item }}\n dest={{ copy_log_path }}\n with_items... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/copy-log-kieker | 110 | [
"no_license"
] | [
{
"path": "roles/copy-log-kieker/tasks/main.yml",
"content": "- name: List kieker log directories\n shell: find /tmp/kieker-20* -type f\n register: remote_file_paths\n sudo: yes\n ignore_errors: yes\n\n- name: Copy kieker log\n fetch:\n src={{ item }}\n dest={{ copy_log_path }}\n with_items: rem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/copy-log-loadbalancer | 110 | [
"no_license"
] | [
{
"path": "roles/copy-log-loadbalancer/tasks/main.yml",
"content": "- name: List nginx log files\n shell: find /var/log/nginx/*\n register: remote_file_paths\n sudo: yes\n ignore_errors: yes\n\n- name: Copy nginx log files\n fetch:\n src={{ item }}\n dest={{ copy_log_path }}\n with_items: remote... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/copy-log-recipes | 110 | [
"no_license"
] | [
{
"path": "roles/copy-log-recipes/tasks/main.yml",
"content": "- name: List recipes log files\n shell: find {{ recipes_dir }}/logs/*\n register: remote_file_paths\n ignore_errors: yes\n\n- name: Copy recipes log files\n fetch:\n src={{ item }}\n dest={{ copy_log_path }}\n with_items: remote_file_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/copy-log-tomcat | 110 | [
"no_license"
] | [
{
"path": "roles/copy-log-tomcat/tasks/main.yml",
"content": "- name: List tomcat log files\n shell: find /var/log/tomcat7/*\n register: remote_file_paths\n sudo: yes\n ignore_errors: yes\n\n- name: Copy tomcat log files\n fetch:\n src={{ item }}\n dest={{ copy_log_path }}\n with_items: remote_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-client | 110 | [
"no_license"
] | [
{
"path": "roles/setup-client/tasks/install.yml",
"content": "- name: Check existing JMeter directory\n stat: path=/tmp/apache-jmeter-2.13\n register: jmeter_dir\n\n- name: Download JMeter binary\n get_url:\n url=http://mirror.softaculous.com/apache//jmeter/binaries/apache-jmeter-2.13.zip\n dest=/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-common | 110 | [
"no_license"
] | [
{
"path": "roles/setup-common/tasks/install.yml",
"content": "- name: Check installed packages\n apt:\n name={{ item }}\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - zip\n - unzip\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-database | 110 | [
"no_license"
] | [
{
"path": "roles/setup-database/tasks/configure.yml",
"content": "- name: Start cassandra\n service: name=cassandra state=started\n sudo: yes\n\n- name: Wait for cassandra to start\n wait_for:\n port={{ database_port }}\n delay=2\n state=started\n\n- name: Check if RSS keyspace exists\n shell: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-eureka | 110 | [
"no_license"
] | [
{
"path": "roles/setup-eureka/tasks/configure.yml",
"content": "- name: Check existing eureka directory\n stat: path=/var/lib/tomcat7/webapps/eureka\n register: eureka_dir\n sudo: yes\n\n- name: Download eureka\n get_url:\n url={{ eureka_download_url }} \n dest=/var/lib/tomcat7/webapps/eureka.war\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-kieker-eureka | 110 | [
"no_license"
] | [
{
"path": "roles/setup-kieker-eureka/tasks/main.yml",
"content": "- name: Create META-INF for eureka\n file: path=/var/lib/tomcat7/webapps/eureka/WEB-INF/classes/META-INF/ state=directory\n sudo: yes\n\n- name: Copy aop.xml to eureka\n copy:\n src=aop-eureka.xml\n dest=/var/lib/tomcat7/webapps/eure... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1907,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-kieker-recipes | 110 | [
"no_license"
] | [
{
"path": "roles/setup-kieker-recipes/templates/middletier-kieker-control.sh",
"content": "#!/bin/bash\n\nexec &> >(tee -a logs/middletier-control.log)\nexec 2>&1\n\nechowithdate() {\n\techo \"$(date -u) $0 $1\"\n}\n\nechousage() {\n\techowithdate \"Usage: $0 ( start | stop )\"\n}\n\nif [ \"$#\" -ne 1 ]; th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3583,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-kieker-resource-monitor | 110 | [
"no_license"
] | [
{
"path": "roles/setup-kieker-resource-monitor/files/kieker-resource-monitor-control.sh",
"content": "#!/bin/bash\n\nexec &> >(tee -a kieker-resource-monitor-control.log)\nexec 2>&1\n\nechowithdate() {\n\techo \"$(date -u) $0 $1\"\n}\n\nechousage() {\n\techowithdate \"Usage: $0 ( start | stop )\"\n}\n\nif [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2474,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-kieker-tomcat | 110 | [
"no_license"
] | [
{
"path": "roles/setup-kieker-tomcat/tasks/main.yml",
"content": "- name: Add java runtime options for kieker to setenv.sh\n lineinfile:\n dest=/usr/share/tomcat7/bin/setenv.sh\n insertafter=EOF\n line='CATALINA_OPTS=\"$CATALINA_OPTS -javaagent:/usr/share/tomcat7/bin/kieker-{{ kieker_version }}-as... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-loadbalancer | 110 | [
"no_license"
] | [
{
"path": "roles/setup-loadbalancer/handlers/main.yml",
"content": "- name: Restart haproxy\n service:\n name=haproxy\n state=restarted\n sudo: yes\n\n- name: Reload nginx\n service:\n name=nginx\n state=reloaded\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2507,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-recipes | 110 | [
"no_license"
] | [
{
"path": "roles/setup-recipes/files/middletier-control.sh",
"content": "#!/bin/bash\n\nexec &> >(tee -a logs/middletier-control.log)\nexec 2>&1\n\nechowithdate() {\n\techo \"$(date -u) $0 $1\"\n}\n\nechousage() {\n\techowithdate \"Usage: $0 ( start | stop )\"\n}\n\nif [ \"$#\" -ne 1 ]; then\n\techousage\n\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2963,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-rssserver | 110 | [
"no_license"
] | [
{
"path": "roles/setup-rssserver/tasks/configure.yml",
"content": "- name: Copy RSS feeds to tomcat webapps\n copy: src=feeds dest=/var/lib/tomcat7/webapps/ backup=yes\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/setup-tomcat | 110 | [
"no_license"
] | [
{
"path": "roles/setup-tomcat/tasks/install.yml",
"content": "- name: Check installed packages\n apt:\n name={{ item }}\n state=present\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - tomcat7\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-client | 110 | [
"no_license"
] | [
{
"path": "roles/start-client/tasks/main.yml",
"content": "- name: Wait 2 min for system to startup\n pause: minutes=2\n\n- name: Start JMeter\n shell: ./tmp/apache-jmeter-2.13/bin/jmeter -n -t /tmp/TestPlan.jmx -l /tmp/jmeter-log/result.jtl -j /tmp/jmeter-log/jmeter.log\n async: 86400\n poll: 60\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-database | 110 | [
"no_license"
] | [
{
"path": "roles/start-database/tasks/main.yml",
"content": "- name: Start cassandra\n service: name=cassandra state=started\n sudo: yes\n\n#- name: Wait for cassandra to start\n# wait_for:\n# port={{ database_port }}\n# delay=2\n# state=started\n#\n#- name: Check if RSS keyspace exists\n# shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-edge | 110 | [
"no_license"
] | [
{
"path": "roles/start-edge/tasks/main.yml",
"content": "- name: Start edge\n shell: ./edge-control.sh start\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-edge-with-kieker | 110 | [
"no_license"
] | [
{
"path": "roles/start-edge-with-kieker/tasks/main.yml",
"content": "- name: Start edge\n shell: ./edge-kieker-control.sh start\n chdir={{ recipes_dir }}\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-kieker-resource-monitor | 110 | [
"no_license"
] | [
{
"path": "roles/start-kieker-resource-monitor/tasks/main.yml",
"content": "- name: Start kieker resource monitoring\n shell: ./kieker-resource-monitor-control.sh start\n chdir={{ kieker_binary_release_dir }}/bin\n async: 15\n poll: 0\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | hora-prediction/recipes-rss-ansible | 448e551a5175a315c4a2d04cf780d267a2989cad | 0 | roles/start-loadbalancer | 110 | [
"no_license"
] | [
{
"path": "roles/start-loadbalancer/tasks/main.yml",
"content": "#- name: Start haproxy\n# service: name=haproxy state=started\n# sudo: yes\n\n- name: Start nginx\n service: name=nginx state=started\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.