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 | lerndevops/ansible | 823403352ca308d390c9fc053f2b81158cd6ff24 | 3 | botuser/roles/kubernetes | 8,024 | [
"no_license"
] | [
{
"path": "botuser/roles/kubernetes/tasks/uninstallKubeCentos.yml",
"content": "- name: uninstall kubeamd,kubelet,kubectl on Ubuntu\n yum:\n name: ['kubeadm', 'kubelet', 'kubectl']\n state: absent \n autoremove: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2808,
"all_permissive": false
} |
ansible_role | eJRF/ejrf | 3a616a8a912151ef85c0e0a44d09ef06eac0778c | 0 | infrastructure/roles/app | 8,028 | [
"no_license"
] | [
{
"path": "infrastructure/roles/app/tasks/main.yml",
"content": "---\n- apt: name=git state=present update_cache=yes\n\n- apt: name={{ item }} state=present\n with_items:\n - python-pip\n - python-dev\n - build-essential\n - chrpath\n - libssl-dev\n - libxft-dev\n - libfreetype6\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3216,
"all_permissive": false
} |
ansible_role | eJRF/ejrf | 3a616a8a912151ef85c0e0a44d09ef06eac0778c | 0 | infrastructure/roles/nginx | 8,028 | [
"no_license"
] | [
{
"path": "infrastructure/roles/nginx/templates/ejrf.nginx.conf.j2",
"content": "server {\n listen 80 default_server;\n server_name localhost;\n\n access_log /var/log/nginx/ejrf.access.log;\n error_log /var/log/nginx/ejrf.error.log;\n\n client_max_body_size 75M;\n\n listen 443... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2137,
"all_permissive": false
} |
ansible_role | eJRF/ejrf | 3a616a8a912151ef85c0e0a44d09ef06eac0778c | 0 | infrastructure/roles/postgres | 8,028 | [
"no_license"
] | [
{
"path": "infrastructure/roles/postgres/tasks/main.yml",
"content": "---\n- apt: update_cache=yes cache_valid_time=3600\n- name: postgreql\n apt: name={{ item }} state=present\n with_items:\n - postgresql\n - postgresql-contrib\n - pgadmin3\n - python-psycopg2\n - libpq-dev\n\n- postgresql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | eJRF/ejrf | 3a616a8a912151ef85c0e0a44d09ef06eac0778c | 0 | infrastructure/roles/uwsgi | 8,028 | [
"no_license"
] | [
{
"path": "infrastructure/roles/uwsgi/tasks/main.yml",
"content": "---\n# tasks file for basic-setup\n- apt: update_cache=yes cache_valid_time=3600\n\n- apt: name={{item}} state=present\n with_items:\n - uwsgi\n - uwsgi-plugin-python\n\n- template: src=ejrf.uwsgi.j2 dest=/etc/uwsgi/apps-available/ejr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | rmoorman/microwizard | 253881a39242205a30710a8c135a46b274e9e705 | 0 | provisioning/roles/common | 8,028 | [
"permissive"
] | [
{
"path": "provisioning/roles/common/templates/datawire-repository.j2",
"content": "{{ datawire_repository_url }}",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 29
},
{
"path": "provisioning/roles/common/tasks/docker.yml",
"content": "-... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3941,
"all_permissive": true
} |
ansible_role | rmoorman/microwizard | 253881a39242205a30710a8c135a46b274e9e705 | 0 | provisioning/roles/datawire-directory | 8,028 | [
"permissive"
] | [
{
"path": "provisioning/roles/datawire-directory/tasks/main.yml",
"content": "---\n# file: roles/datawire-directory/tasks/main.yml\n\n- name: ensure datawire directory data directory is created\n file:\n path: \"{{ microwizard_docker_volumes }}/datawire\"\n state: directory\n tags:\n - datawire-d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 921,
"all_permissive": true
} |
ansible_role | rmoorman/microwizard | 253881a39242205a30710a8c135a46b274e9e705 | 0 | provisioning/roles/lobsters | 8,028 | [
"permissive"
] | [
{
"path": "provisioning/roles/lobsters/templates/production.rb.j2",
"content": "class << Rails.application\n def domain\n \"{{ lobster_domain }}\"\n end\n\n def name\n \"{{ lobster_name }}\"\n end\nend\n\nRails.application.routes.default_url_options[:host] = Rails.application.domain",
"license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2921,
"all_permissive": true
} |
ansible_role | rmoorman/microwizard | 253881a39242205a30710a8c135a46b274e9e705 | 0 | provisioning/roles/mariadb | 8,028 | [
"permissive"
] | [
{
"path": "provisioning/roles/mariadb/tasks/main.yml",
"content": "---\n# file: roles/mariadb/tasks/main.yml\n\n- name: ensure mariadb volume directory is created\n file:\n path: \"{{ microwizard_docker_volumes }}/{{ db_name }}\"\n state: directory\n owner: vagrant\n group: vagrant\n mode: 0... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 891,
"all_permissive": true
} |
ansible_role | rmoorman/microwizard | 253881a39242205a30710a8c135a46b274e9e705 | 0 | provisioning/roles/microservice | 8,028 | [
"permissive"
] | [
{
"path": "provisioning/roles/microservice/defaults/main.yml",
"content": "---\ngit_commit: UNCOMMITTED",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "provisioning/roles/microservice/tasks/main.yml",
"content": "---\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2734,
"all_permissive": true
} |
ansible_role | Harry-Gardiner/Play-it-forward | 01b13f07565ec8d1ae478e5ba9a0904286cb4b60 | 0 | trellis/roles/ssl-renewal | 8,028 | [
"no_license"
] | [
{
"path": "trellis/roles/ssl-renewal/tasks/main.yml",
"content": "---\n\n- name: Create SSL renewal script\n template:\n src: \"cfca.j2\"\n dest: /root/cfca.sh\n owner: root\n group: root\n mode: '0700'\n with_dict: \"{{ wordpress_sites }}\"\n when: site_uses_cloudflare_origin_ca | bool\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1618,
"all_permissive": false
} |
ansible_role | Harry-Gardiner/Play-it-forward | 01b13f07565ec8d1ae478e5ba9a0904286cb4b60 | 0 | trellis/roles/trellis-cloudflare-origin-ca | 8,028 | [
"no_license"
] | [
{
"path": "trellis/roles/trellis-cloudflare-origin-ca/tasks/setup.yml",
"content": "---\n- name: Add Cloudflare key\n apt_key:\n url: 'https://pkg.cloudflare.com/cloudflare-main.gpg'\n\n- name: Add Cloudflare PPA\n apt_repository:\n repo: 'deb https://pkg.cloudflare.com/cloudflared buster main'\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | Techo-Startup-Center/CamDX-Documents | c8715148c1daf0ecfa37548fbf908ec224a44c91 | 0 | ansible/roles/camdx-op-monitor | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/camdx-op-monitor/tasks/rhel.yml",
"content": "---\n- name: install xroad-opmonitor packages rhel\n ansible.builtin.yum:\n name: \"xroad-opmonitor\"\n state: latest\n tags:\n - install-xroad-opmonitor-packages\n\n- name: stop and disable services\n service:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1314,
"all_permissive": false
} |
ansible_role | Techo-Startup-Center/CamDX-Documents | c8715148c1daf0ecfa37548fbf908ec224a44c91 | 0 | ansible/roles/master | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/master/tasks/main.yml",
"content": "---\n- name: setup master database ubuntu\n import_tasks: serverconf_master_db.yml\n when: ansible_os_family == \"Debian\"\n\n- name: setup master database rhel\n import_tasks: rhel_serverconf_master_db.yml\n when: ansible_os_family == \"RedHa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | Techo-Startup-Center/CamDX-Documents | c8715148c1daf0ecfa37548fbf908ec224a44c91 | 0 | ansible/roles/nginx | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/rhel_passthrough.conf.j2",
"content": "stream {\n\n\t# Log Format Configuration\n\tlog_format basic '$remote_addr [$time_local] '\n '$protocol $status $bytes_sent $bytes_received '\n '$session_time \"$upstream_addr\" '\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3401,
"all_permissive": false
} |
ansible_role | Techo-Startup-Center/CamDX-Documents | c8715148c1daf0ecfa37548fbf908ec224a44c91 | 0 | ansible/roles/pre-installation | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/pre-installation/tasks/main.yml",
"content": "---\n- include_tasks: ubuntu.yml\n when: ansible_os_family == \"Debian\"\n\n- include_tasks: rhel.yml\n when: ansible_os_family == \"RedHat\"\n\n# It is recommended to restart crond after changing timezone, otherwise the jobs may run a... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | Techo-Startup-Center/CamDX-Documents | c8715148c1daf0ecfa37548fbf908ec224a44c91 | 0 | ansible/roles/slave | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/slave/tasks/main.yml",
"content": "---\n- name: configure slave serverconf db\n import_tasks: serverconf_slave_db.yml\n when: ansible_os_family == \"Debian\"\n\n- name: configure slave serverconf db rhel\n import_tasks: rhel_serverconf_slave_db.yml\n when: ansible_os_family == \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2329,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/common | 8,028 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Reconfigure static IP\n ansible.builtin.include_role:\n name: utility\n tasks_from: set_netplan_config\n\n- name: Setup firewall\n ansible.builtin.include_role:\n name: utility\n tasks_from: set_ufw_config\n\n- name: Alow user r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2154,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_cluster | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_cluster/tasks/01_master_init.yml",
"content": "---\n# tasks file for k8s_cluster\n- name: Create .kube directory\n ansible.builtin.file:\n path: \"/home/{{ kubernetes_user }}/.kube\"\n state: directory\n mode: \"0755\"\n owner: \"{{ kubernetes_user }}\"\n group: \"{{ kub... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 9044,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_gitea | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_gitea/templates/values/gitea_values_var.j2",
"content": "ingress:\n annotations:\n cert-manager.io/cluster-issuer: ca-cluster-issuer\n cert-manager.io/common-name: \"gitea.{{ k8s_gitea_ingress_root_domain }}\"\n cert-manager.io/email-sans: <EMAIL>\n cert-manager.io/subject-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 27419,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_grafana | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_grafana/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Install Grafana server\n company: \"-\"\n issue_tracker_url: https://github.com/hiteshnayak305/ansible-homelab/issues\n license: license (MIT)\n min_ansible_version: \"2.17.0\"\n platforms:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 15014,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_harbor | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_harbor/templates/secret/harbor_registry_secret.j2",
"content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: harbor-registry-secret\n namespace: harbor-system\ntype: Opaque\nstringData:\n REGISTRY_PASSWD: {{ k8s_harbor_registry_password }}\n REGISTRY_HTPASSWD: {{ k8s_harbor_regis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 16205,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_immich | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_immich/files/immich_postgresql_values.yml",
"content": "---\n# Copyright Broadcom, Inc. All Rights Reserved.\n# SPDX-License-Identifier: APACHE-2.0\n\n## @section Global parameters\n## Please, note that this will override the parameters, including dependencies, configured to use the glo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 18625,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_init | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_init/files/kubernetes_dashboard_values.yml",
"content": "---\n# Copyright 2017 The Kubernetes Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 36,
"total_bytes": 42475,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_jenkins | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_jenkins/files/pvc_jenkins_maven.yml",
"content": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: pvc-jenkins-maven\n namespace: jenkins\nspec:\n accessModes:\n - ReadWriteMany\n resources:\n requests:\n storage: 10Gi\n storageClassName: nfs-ssd-0-del... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 26,
"total_bytes": 40396,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_keycloak | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_keycloak/tasks/main.yml",
"content": "---\n# tasks file for k8s_keycloak\n- name: Execute keycloak role\n become: true\n become_user: \"{{ kubernetes_user }}\"\n block:\n - name: Install prereq for keycloak\n ansible.builtin.include_role:\n name: utility\n tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 18787,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_loki | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_loki/templates/cm/loki_datasource_configmap.j2",
"content": "kind: ConfigMap\napiVersion: v1\nmetadata:\n name: loki-datasource\n namespace: loki-system\n labels:\n grafana_datasource: \"1\"\ndata:\n datasource.yaml: |-\n apiVersion: 1\n datasources:\n - name: Loki\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 28485,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_node | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_node/tasks/06_kube_configure_containerd.yml",
"content": "---\n- name: Make sure the folder exists => /etc/containerd\n ansible.builtin.file:\n path: /etc/containerd\n state: directory\n mode: \"0764\"\n\n- name: Get defaults from containerd.\n ansible.builtin.command: contai... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 7873,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_prometheus | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_prometheus/vars/main.yml",
"content": "---\n# vars file for k8s_prometheus\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/k8s_prometheus/files/proxy_server_service_monitor.yml",
"content": "---\napiVersion: monitor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 20084,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_sonarqube | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_sonarqube/files/pvc_sonarqube.yml",
"content": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: pvc-sonarqube\n namespace: sonarqube-system\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 5Gi\n storageClassName: nfs-ssd-0-r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 18406,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_teardown | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_teardown/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Tear down K8s cluster\n company: \"-\"\n issue_tracker_url: https://github.com/hiteshnayak305/ansible-homelab/issues\n license: license (MIT)\n min_ansible_version: \"2.17.0\"\n platforms:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2072,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/k8s_tempo | 8,028 | [
"no_license"
] | [
{
"path": "roles/k8s_tempo/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Install Tempo\n company: \"-\"\n issue_tracker_url: https://github.com/hiteshnayak305/ansible-homelab/issues\n license: license (MIT)\n min_ansible_version: \"2.17.0\"\n platforms:\n - name: Ub... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5063,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/nfs_server | 8,028 | [
"no_license"
] | [
{
"path": "roles/nfs_server/tasks/main.yml",
"content": "---\n- name: Execute role nfs server\n become: true\n become_user: root\n block:\n - name: Ensuring All Paths Exist\n ansible.builtin.file:\n dest: \"{{ item['path'] }}\"\n owner: \"{{ nfs_server_owner }}\"\n group: \"{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2846,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/nginx_proxy | 8,028 | [
"no_license"
] | [
{
"path": "roles/nginx_proxy/tasks/01_install_binaries.yml",
"content": "---\n- name: Install Nginx binaries\n ansible.builtin.apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: true\n vars:\n packages:\n - nginx\n notify:\n - Restart Nginx\n",
"license_type": "no_li... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 3781,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/tailscale_client | 8,028 | [
"no_license"
] | [
{
"path": "roles/tailscale_client/defaults/main.yml",
"content": "---\n# defaults file for tailscale_client\ntailscale_client_tailscale_authkey: empty\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/tailscale_client/README.md",
"content... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2298,
"all_permissive": false
} |
ansible_role | hiteshnayak305/ansible-homelab | 75e74c19a86cd170fe28078cfc7e72c3f1e0b95e | 0 | roles/utility | 8,028 | [
"no_license"
] | [
{
"path": "roles/utility/templates/etc/hosts.j2",
"content": "# Hosts file -- Don't edit manually!\n#\n# {{ ansible_managed }}\n\n127.0.0.1 localhost\n127.0.0.1 {{ ansible_hostname }} {{ utility_hostname }}\n\n# Basic IPv6 entries\n::1 ip6-localhost ip6-loopback\nfc00:db20:35b:7399::5 ip6-localne... | {
"task_files": 20,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 29,
"total_bytes": 18095,
"all_permissive": false
} |
ansible_role | qmatiaslopez/tallerfebrero2024 | 35226d0ad81ba3b465d25878172b6deee32ea0f4 | 0 | playbooks/main/roles/apache_setup | 8,028 | [
"permissive"
] | [
{
"path": "playbooks/main/roles/apache_setup/tasks/main.yml",
"content": "---\n- name: Install Apache for Debian family\n ansible.builtin.apt:\n name: \"{{ pkg_name[ansible_facts['os_family']] }}\"\n state: present\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: Install Apache for RedHat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2739,
"all_permissive": true
} |
ansible_role | qmatiaslopez/tallerfebrero2024 | 35226d0ad81ba3b465d25878172b6deee32ea0f4 | 0 | playbooks/main/roles/firewall | 8,028 | [
"permissive"
] | [
{
"path": "playbooks/main/roles/firewall/tasks/main.yml",
"content": "- name: Ensure firewalld is installed on Rocky\n ansible.builtin.yum:\n name: firewalld\n state: present\n when: ansible_facts['os_family'] == \"RedHat\"\n\n- name: Ensure firewalld is installed on Debian\n ansible.builtin.apt:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 859,
"all_permissive": true
} |
ansible_role | qmatiaslopez/tallerfebrero2024 | 35226d0ad81ba3b465d25878172b6deee32ea0f4 | 0 | playbooks/main/roles/tomcat_setup | 8,028 | [
"permissive"
] | [
{
"path": "playbooks/main/roles/tomcat_setup/vars/main.yml",
"content": "---\ncontainer:\n dest: ~/tomcat_container\n\nimage:\n name: \"tomcat-demo:1\"\n format: \"docker\"\n\ncontainer_instances:\n demo1:\n name: \"demo1\"\n port: \"8008:8080\"\n demo2:\n name: \"demo2\"\n port: \"8009:808... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2104,
"all_permissive": true
} |
ansible_role | qmatiaslopez/tallerfebrero2024 | 35226d0ad81ba3b465d25878172b6deee32ea0f4 | 0 | playbooks/main/roles/update_server | 8,028 | [
"permissive"
] | [
{
"path": "playbooks/main/roles/update_server/tasks/main.yml",
"content": "---\n- name: Update all packages using APT\n ansible.builtin.apt:\n update_cache: yes\n upgrade: yes\n when: ansible_facts['os_family'] == \"Debian\"\n notify: reboot\n\n- name: Update all packages using YUM\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": true
} |
ansible_role | vaibhavsarvaiya10/ansible | 5691b2e9948fd381adc188df06e1433fbbcef782 | 0 | section-05/roles/base | 8,028 | [
"no_license"
] | [
{
"path": "section-05/roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | vaibhavsarvaiya10/ansible | 5691b2e9948fd381adc188df06e1433fbbcef782 | 0 | section-05/roles/db_servers | 8,028 | [
"no_license"
] | [
{
"path": "section-05/roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb (CentOS)\n yum:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n- name: install mariadb (Ubuntu)\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | vaibhavsarvaiya10/ansible | 5691b2e9948fd381adc188df06e1433fbbcef782 | 0 | section-05/roles/file_servers | 8,028 | [
"no_license"
] | [
{
"path": "section-05/roles/file_servers/tasks/main.yml",
"content": "- name: install samba\n package:\n name: samba\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | vaibhavsarvaiya10/ansible | 5691b2e9948fd381adc188df06e1433fbbcef782 | 0 | section-05/roles/web_servers | 8,028 | [
"no_license"
] | [
{
"path": "section-05/roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php (CentOS)\n yum:\n name:\n - httpd\n - php\n state: latest\n when: ansible_distribution == \"CentOS\"\n- name: install apache and php (Ubuntu)\n apt:\n name:\n - apache2\n - lib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | WilliamsStudentsOnline/onboarding-deployment | 0bee4f924886b372a13ef57a5f96c21c51a7b966 | 0 | roles/onboarding | 8,028 | [
"no_license"
] | [
{
"path": "roles/onboarding/tasks/main.yml",
"content": "# your code goes here!\n# remember to also take a look at ../files\n\n# you'll need to fix this at some point as well\n- name: Start the Emacs server\n ansible.builtin.systemd_service:\n name: emacs-daemon\n enable: true\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | jorge659/ansible-server | 35ec556d19b972dd990b531da25a9a08d4967c5a | 0 | roles/gre_tunnels | 8,028 | [
"no_license"
] | [
{
"path": "roles/gre_tunnels/tasks/main.yml",
"content": "---\n- name: Administrar túneles GRE\n ansible.legacy.ios_config:\n parents: \"interface {{ tunnel_config.name }}\"\n lines: \"{{ tunnel_config.lines }}\"\n match: exact\n loop_control:\n loop_var: tunnel_config\n loop: \"{{ tunnel_con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | jorge659/ansible-server | 35ec556d19b972dd990b531da25a9a08d4967c5a | 0 | roles/ipsec_isakmp | 8,028 | [
"no_license"
] | [
{
"path": "roles/ipsec_isakmp/tasks/main.yml",
"content": "---\n- name: Configurar política ISAKMP\n ansible.legacy.ios_config:\n parents: \"crypto isakmp policy 10\"\n lines:\n - \"encryption aes 256\"\n - \"authentication pre-share\"\n - \"group 5\"\n match: exact\n\n- name: Confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | jorge659/ansible-server | 35ec556d19b972dd990b531da25a9a08d4967c5a | 0 | roles/ipsec_profile | 8,028 | [
"no_license"
] | [
{
"path": "roles/ipsec_profile/tasks/main.yml",
"content": "---\n- name: Configurar transform-set IPSec\n ansible.legacy.ios_config:\n lines:\n - \"crypto ipsec transform-set GRE-TRANSFORM esp-aes 256 esp-sha-hmac\"\n - \"mode transport\"\n match: exact\n\n- name: Configurar perfil IPSec\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | jorge659/ansible-server | 35ec556d19b972dd990b531da25a9a08d4967c5a | 0 | roles/ospf | 8,028 | [
"no_license"
] | [
{
"path": "roles/ospf/tasks/main.yml",
"content": "---\n- name: Configurar OSPF\n ansible.legacy.ios_config:\n parents: \"router ospf 1\"\n lines: \"{{ current_router.networks }}\"\n before: \"no router ospf 1\"\n match: exact\n loop_control:\n loop_var: current_router\n loop: \"{{ ospf_ne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | markafarrell/raspberrypi-speedtest-analyser | 34012e804b8aaaf686b721fa6e6f26671ad25ec9 | 2 | ansible/roles/cadvisor | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/cadvisor/tasks/main.yml",
"content": "---\n# tasks file for cadvisor\n- name: Template out service file\n template:\n src: cadvisor.service\n dest: /etc/systemd/system/cadvisor.service\n register: service_file_result\n notify: restart cadvisor\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | markafarrell/raspberrypi-speedtest-analyser | 34012e804b8aaaf686b721fa6e6f26671ad25ec9 | 2 | ansible/roles/grafana | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/templates/dashboards.yml",
"content": "---\napiVersion: 1\n\nproviders:\n- name: 'Prometheus'\n folder: ''\n type: file\n disableDeletion: true\n editable: false\n options:\n path: /etc/grafana/provisioning/dashboards\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6897,
"all_permissive": false
} |
ansible_role | markafarrell/raspberrypi-speedtest-analyser | 34012e804b8aaaf686b721fa6e6f26671ad25ec9 | 2 | ansible/roles/node_exporter | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/node_exporter/handlers/main.yml",
"content": "---\n# handlers file for node_exporter\n\n- name: restart node_exporter\n service:\n name: node_exporter\n daemon_reload: true\n enabled: true\n state: restarted",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | markafarrell/raspberrypi-speedtest-analyser | 34012e804b8aaaf686b721fa6e6f26671ad25ec9 | 2 | ansible/roles/prometheus | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/templates/prometheus.yml",
"content": "---\nglobal:\n # How frequently to scrape targets by default.\n scrape_interval: 1m\n\nscrape_configs:\n - job_name: speedtest\n honor_labels: true\n # List of labeled statically configured targets for this job.\n static_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | markafarrell/raspberrypi-speedtest-analyser | 34012e804b8aaaf686b721fa6e6f26671ad25ec9 | 2 | ansible/roles/prometheus_push_gateway | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus_push_gateway/handlers/main.yml",
"content": "---\n# handlers file for prometheus_push_gateway\n\n- name: restart prometheus-push-gateway\n service:\n name: prometheus-push-gateway\n daemon_reload: true\n enabled: true\n state: restarted",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | markafarrell/raspberrypi-speedtest-analyser | 34012e804b8aaaf686b721fa6e6f26671ad25ec9 | 2 | ansible/roles/raspberry_pi_docker | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/raspberry_pi_docker/tasks/main.yml",
"content": "---\n# tasks file for raspberry_pi_docker\n- name: Check if docker is installed\n command: docker --version\n register: docker_installed\n ignore_errors: true\n\n- name: Download get-docker.sh\n get_url:\n url: https://get.dock... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | markafarrell/raspberrypi-speedtest-analyser | 34012e804b8aaaf686b721fa6e6f26671ad25ec9 | 2 | ansible/roles/raspberry_pi_speedtest | 8,028 | [
"no_license"
] | [
{
"path": "ansible/roles/raspberry_pi_speedtest/vars/main.yml",
"content": "---\n# vars file for raspberry-pi-speedtest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "ansible/roles/raspberry_pi_speedtest/tasks/main.yml",
"content": "---\n- n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5191,
"all_permissive": false
} |
ansible_role | gauravrattan/project | d5306ef33b0d33c8f360004f5c14ec8ffd9979c7 | 0 | ansible/roles/postgress | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/postgress/tasks/worker_config.yml",
"content": "- name: Get master private IP\n set_fact:\n master_ip: \"{{ hostvars[groups['hosts_postgres_master'][0]].private_ip_address }}\"\n when: \"'env_worker' in group_names\"\n\n- name: Set PGPASSWORD environment variable\n set_fact:\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4671,
"all_permissive": false
} |
ansible_role | molekilla/rutha_deploy | 1bddac3145d1178c73d6886511b400f1ed14e159 | 0 | provisioning/roles/mongodb | 8,029 | [
"no_license"
] | [
{
"path": "provisioning/roles/mongodb/tasks/main.yml",
"content": "---\n\n- name: Install ppa key\n apt_key: id=7F0CEB10 url=http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x9ECBEC467F0CEB10 state=present\n\n- name: Install ppa\n apt_repository: repo='deb http://downloads-distro.mongodb.org/re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | molekilla/rutha_deploy | 1bddac3145d1178c73d6886511b400f1ed14e159 | 0 | provisioning/roles/nginx | 8,029 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/main.yml",
"content": "---\n- name: Add Nginx Repository\n apt_repository: repo='ppa:nginx/stable' state=present\n register: ppastable\n \n- name: Install Nginx\n apt: pkg=nginx state=installed update_cache=true\n when: ppastable|success\n register: nginxinsta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3784,
"all_permissive": false
} |
ansible_role | molekilla/rutha_deploy | 1bddac3145d1178c73d6886511b400f1ed14e159 | 0 | provisioning/roles/nodejs_modules | 8,029 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejs_modules/tasks/main.yml",
"content": "---\n- name: NodeJS | NPM | Install global packages\n npm: name={{ item }} global=yes state=present\n with_items:\n - forever\n# - bower\n# - grunt-cli",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | molekilla/rutha_deploy | 1bddac3145d1178c73d6886511b400f1ed14e159 | 0 | provisioning/roles/rutha | 8,029 | [
"no_license"
] | [
{
"path": "provisioning/roles/rutha/handlers/main.yml",
"content": "---\n- name: start rutha frontend server\n environment: app_env\n sudo_user: \"{{ ansible_ssh_user }}\"\n command: forever start ui/lib/hapi/index.js\n args:\n chdir: /home/{{ ansible_ssh_user }}/apps/{{ app_name }}\n \n- name: re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5425,
"all_permissive": false
} |
ansible_role | popea/ansible_tutorial | 3de00a2114de059ee6c3d485700803809e3f9047 | 0 | roles/workstations | 8,029 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n scr: https://releases.hashicorp.com/terraform/1.8.4/terraform_1.8.4_linux_386.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | pirsquare/gensible | 6f7989ecea64f85102a1e9816ddda62e7c69b5be | 0 | roles/ruby | 8,029 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n\n- name: Add Ruby source\n get_url: url=http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.gz\n dest=/opt/files/ruby-2.1.1.tar.gz\n sha256sum=c843df31ae88ed49f5393142b02b9a9f5a6557453805fd489a76fbafeae88941\n\n- name: Tar Ruby s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/build_federate_images | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/build_federate_images/tasks/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: Docker build EWAOL federates (may take a while...)\n loop: \"{{ soafee_avp_demo_fed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1001,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/build_k3s_manifests | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/build_k3s_manifests/tasks/get-lgsvl-port.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: Stat env-lgsvl\n register: _env_lgsvl_query\n ansible.builtin.stat:\n p... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12068,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/build_lingua_franca | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/build_lingua_franca/tasks/build-lfc.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: Build with lfc\n changed_when: true\n ansible.builtin.command:\n chdir: \"{{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3992,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/build_openadkit | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/build_openadkit/README.md",
"content": "# build_openadkit\n\nThis role builds openadkit from the `AutowareAuto` source folder\nand pushes the image to the container registry.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/build_render_images | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/build_render_images/tasks/README.md",
"content": "# build_render_images\n\nThis role builds RViz2, lgsvl-bridge, and avp-web-interface images\nand pushes them to the container registry.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1397,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/clean | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/clean/tasks/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: k3s delete deployment\n when: inventory_hostname in groups['avp_render']\n kubernetes.core.k8s:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/configure_common | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_common/tasks/filesystem.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: Create soafee directory {{ soafee_dir }}\n ansible.builtin.file:\n path: \"{{ s... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4693,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/configure_ecr | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_ecr/files/ecr-lifecycle-policy.json",
"content": "{\n \"rules\": [\n {\n \"rulePriority\": 1,\n \"description\": \"Delete untagged images\",\n \"selection\": {\n \"tagStatus\": \"untagged\",\n \"countType\": \"sinceImagePushed\",\n \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/configure_ewaol | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_ewaol/tasks/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: Expand root filesystem to volume size\n ansible.builtin.import_tasks: parted.yml\n\n- nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2687,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/configure_render | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_render/templates/soafee-xenv.j2",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n# This file is managed by Ansible.\n\n# This file contains environment variables such as XWi... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 21648,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/deconfigure_ecr | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/deconfigure_ecr/tasks/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: Delete ECR repository\n community.aws.ecs_ecr:\n name: \"{{ deployment }}-{{ ansible_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/ewaol_image_builder | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/ewaol_image_builder/README.md",
"content": "# EWAOL AMI Builder\n\nThis role performs the following steps:\n\n- Installs Kas and bitbake dependencies\n- Deploys a Kas configuration file for an EWAOL image\n- Deploys kernel configuration options\n\nThis role does not perform a build,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6796,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/monte_carlo_pi | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/monte_carlo_pi/meta/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n\ngalaxy_info:\n role_name: monte_carlo_pi\n company: Xronos, Inc.\n author: <NAME>\n description: \"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3441,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/pull_federate_images | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/pull_federate_images/tasks/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: containerd pull image\n with_items: \"{{ soafee_avp_demo_federates_formatted | rejec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/pull_openadkit | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/pull_openadkit/tasks/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: containerd pull openadkit images\n become: true\n ansible.builtin.command:\n cmd: >\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/start | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/start/tasks/firefox.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n# start Firefox service early so it has time to start up before opening tabs\n- name: Systemd start user ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9012,
"all_permissive": false
} |
ansible_role | DensoSVIC/soafee-avp-blueprint | 16afb9675a56f22a0a8f7a83d8595a71a8948fd7 | 1 | ansible/roles/stop | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/stop/tasks/main.yml",
"content": "# SPDX-FileCopyrightText: (c) 2025 Xronos Inc. Licensed to DENSO International America, Inc.\n# SPDX-License-Identifier: BSD-3-Clause\n---\n# use command + kubectl for scaling up and down\n# as it is significantly faster, and idempotency\n# is not n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3686,
"all_permissive": false
} |
ansible_role | balajikvijayan/DataEngineering | abf82f061425a1d70aa388504c1dd64b7613dfb1 | 5 | extra/vm/roles/common | 8,029 | [
"no_license"
] | [
{
"path": "extra/vm/roles/common/tasks/main.yml",
"content": "- name: Install Java SDK\n yum: name=openjdk-7-jdk state=present\n\n# - name: Download Java\n# command: \"wget -q -O {{java_archive}} --no-check-certificate --no-cookies --header 'Cookie: oraclelicense=accept-securebackup-cookie' {{download_ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | balajikvijayan/DataEngineering | abf82f061425a1d70aa388504c1dd64b7613dfb1 | 5 | extra/vm/roles/database | 8,029 | [
"no_license"
] | [
{
"path": "extra/vm/roles/database/tasks/main.yml",
"content": "# install postgres\n\n- name: Install Postgres\n yum: name=openjdk-7-jdk state=present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | balajikvijayan/DataEngineering | abf82f061425a1d70aa388504c1dd64b7613dfb1 | 5 | extra/vm/roles/hadoop | 8,029 | [
"no_license"
] | [
{
"path": "extra/vm/roles/hadoop/defaults/main.yml",
"content": "#CentOS/RedHat only\nhadoop_repository_file_hdp: '/etc/yum.repos.d/hdp.repo'\nhadoop_repository_file_ambari: '/etc/yum.repos.d/ambari.repo'\nhadoop_repository_repo_url_hdp: 'http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.1/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1201,
"all_permissive": false
} |
ansible_role | balajikvijayan/DataEngineering | abf82f061425a1d70aa388504c1dd64b7613dfb1 | 5 | extra/vm/roles/java | 8,029 | [
"no_license"
] | [
{
"path": "extra/vm/roles/java/tasks/main.yml",
"content": "- name: Download JDK (CentOS)\n shell: \"wget --quiet -O {{ jdk_download_folder }}/{{ jdk_archive }} {{ jdk_download_url }}\"\n sudo: yes\n args:\n creates: '{{ jdk_download_folder }}/{{ jdk_archive }}'\n\n- name: Install JDK (CentOS)\n shel... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | mohi048/docker_private_registry_setup | 1a0e26422ef79422fd09d0f9022baaab4af33ce2 | 0 | roles/docker_registry | 8,029 | [
"no_license"
] | [
{
"path": "roles/docker_registry/templates/docker-registry.j2",
"content": "description \"Docker Registry\"\nversion \"0.9.0\"\nauthor \"Docker, Inc.\"\n\nstart on runlevel [2345]\nstop on runlevel [016]\n\nrespawn\nrespawn limit 10 5\n\n# set environment variables\nenv REGISTRY_HOME={{docker_registry_store... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1717,
"all_permissive": false
} |
ansible_role | mohi048/docker_private_registry_setup | 1a0e26422ef79422fd09d0f9022baaab4af33ce2 | 0 | roles/post_install | 8,029 | [
"no_license"
] | [
{
"path": "roles/post_install/tasks/main.yml",
"content": "---\n\n- name: update apt packages\n apt: >\n update_cache=yes\n cache_valid_time=3600\n\n#- name: upgrade apt packages\n# apt: upgrade=yes\n\n\n- name: \"Installing additional packages\"\n apt: name={{item}} state=installed force=yes\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | Vloupmon/ansible-vps | 543315a0c9335ce7abfe28fb93487d0d6304ae1d | 1 | roles/caddy | 8,029 | [
"no_license"
] | [
{
"path": "roles/caddy/tasks/main.yml",
"content": "---\n- name: Open firewall ports\n become: yes\n shell: |\n firewall-cmd --add-port=22/tcp\n firewall-cmd --add-port=80/tcp\n firewall-cmd --add-port=8080/tcp\n firewall-cmd --add-port=443/tcp\n firewall-cmd --add-port=4443/tcp\n firewa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1789,
"all_permissive": false
} |
ansible_role | Vloupmon/ansible-vps | 543315a0c9335ce7abfe28fb93487d0d6304ae1d | 1 | roles/docker | 8,029 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Check docker is installed\n stat: path=/usr/bin/docker\n register: p\n\n- name: Install docker\n become: yes\n shell: |\n dnf install -y dnf-utils zip unzip\n dnf config-manager --add-repo=https://download.docker.com/linux/centos/do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 994,
"all_permissive": false
} |
ansible_role | Vloupmon/ansible-vps | 543315a0c9335ce7abfe28fb93487d0d6304ae1d | 1 | roles/mosh | 8,029 | [
"no_license"
] | [
{
"path": "roles/mosh/tasks/main.yml",
"content": "---\n- name: Check if mosh is installed\n stat: path=/usr/bin/mosh\n register: p\n\n- name: Enable EPEL repo\n become: yes\n shell: dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y\n when: p.stat.exists == False\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | Vloupmon/ansible-vps | 543315a0c9335ce7abfe28fb93487d0d6304ae1d | 1 | roles/torrent | 8,029 | [
"no_license"
] | [
{
"path": "roles/torrent/files/docker-compose.yml",
"content": "---\nservices:\n qbittorrent:\n image: lscr.io/linuxserver/qbittorrent:latest\n container_name: qbittorrent\n environment:\n - PUID=1000\n - PGID=1000\n - TZ=Etc/UTC\n - WEBUI_PORT=3001\n - TORRENTING_PORT=688... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | fatihkrks/Ansible-Helm-Kubernetes-Deployment | 7f491685e6b3a212e617868e5213b05806c7dcd1 | 0 | roles/common | 8,029 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": " - name: Separately update the repository cache\n kubernetes.core.helm:\n name: dummy\n namespace: kube-system\n state: absent\n update_repo_cache: true\n - name: Nexus key create\n command: |\n kubectl create secret tls {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | fatihkrks/Ansible-Helm-Kubernetes-Deployment | 7f491685e6b3a212e617868e5213b05806c7dcd1 | 0 | roles/keycloak | 8,029 | [
"no_license"
] | [
{
"path": "roles/keycloak/templates/values.yaml",
"content": "auth:\n adminUser: user\n adminPassword: \"123\"\n\npostgresql:\n enabled: true\n auth:\n postgresPassword: \"123\"\n username: bn_keycloak\n password: \"123\"\n database: bitnami_keycloak\n existingSecret: \"\"\n architecture... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2618,
"all_permissive": false
} |
ansible_role | fatihkrks/Ansible-Helm-Kubernetes-Deployment | 7f491685e6b3a212e617868e5213b05806c7dcd1 | 0 | roles/nexus | 8,029 | [
"no_license"
] | [
{
"path": "roles/nexus/templates/pv.yaml",
"content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: nexus-volume-claim\n namespace: nexus\n labels:\n type: local\nspec:\n storageClassName: local-storage\n capacity:\n storage: 5Gi\n accessModes:\n - ReadWriteOnce\n hostPath:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1381,
"all_permissive": false
} |
ansible_role | fatihkrks/Ansible-Helm-Kubernetes-Deployment | 7f491685e6b3a212e617868e5213b05806c7dcd1 | 0 | roles/nginx | 8,029 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: Add stable chart repo\n kubernetes.core.helm_repository:\n name: stable\n repo_url: \"https://kubernetes.github.io/ingress-nginx\"\n- name: Create namespace\n ansible.builtin.shell: |\n set -o pipefail && kubectl create namespace i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | broomyocymru/tdi-demo | 111a37879a0ff195d57273991631883522e4d58b | 0 | platform/roles/desktop | 8,029 | [
"no_license"
] | [
{
"path": "platform/roles/desktop/tasks/main.yml",
"content": "---\n# tasks file for desktop\n- name: Install git\n win_chocolatey:\n name: git\n state: present\n\n- name: Install notepadplusplus version 7.5.6\n win_chocolatey:\n name: notepadplusplus.install\n version: '7.5.6'\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | huydhn/ansible-jupyter-notebook | 735e45cd82f02d21f4a8298cbf07b9ea0f75dbc9 | 6 | roles/jupyter_notebook | 8,029 | [
"no_license"
] | [
{
"path": "roles/jupyter_notebook/tasks/install.yml",
"content": "---\n- name: Setup all the repositories\n yum:\n name: '{{ jupyter_notebook.distro[ansible_distribution | lower][ansible_distribution_major_version].repos }}'\n state: present\n\n- name: Install all required packages\n yum:\n name:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6016,
"all_permissive": false
} |
ansible_role | abeforgit/RestoWeb | 65d11a0eaf2dad773ac36673b2cfa5d9c8f789f4 | 1 | ansible/roles/nginx_base | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_base/tasks/Ubuntu.yml",
"content": "---\n- name: Install nginx package\n apt: name=nginx-extras state=present\n\n- set_fact:\n nginx_user: www-data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "ansible/roles/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | abeforgit/RestoWeb | 65d11a0eaf2dad773ac36673b2cfa5d9c8f789f4 | 1 | ansible/roles/resto | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/resto/tasks/main.yml",
"content": "---\n- name: Clone resto git repo\n git:\n repo: https://github.com/abeforgit/RestoWeb.git\n dest: /home/resto/RestoWeb\n become_user: resto\n\n- name: software-properties-common\n apt:\n name: software-properties-common\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1967,
"all_permissive": false
} |
ansible_role | malwaremama/ctf_game | ceafea218c4d8d63516bba21dabe1bcf102fe78b | 0 | ansible/roles/webserver | 8,029 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "---\n- name: Include variables\n include_vars:\n file: main.yml\n\n- name: Set up some system packages\n include: packages.yml\n\n- name: Clone the Game Repo\n git:\n repo: 'git://github.com/PaloAltoNetworks/ctf_game.git'\n dest: /h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | andrew-dias/dev-machine-playbook | e4be2e38d6057db5778cdfce96ad17af8d0b79bb | 0 | roles/common | 8,029 | [
"no_license"
] | [
{
"path": "roles/common/tasks/virtualbox.yml",
"content": "---\n- name: Virtualbox - Add user to vboxsf group\n user: name={{ ansible_user_id }} groups=vboxsf append=yes\n become: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/co... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 19,
"total_bytes": 7869,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.