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
doxic/ansible-basics
39e6b8c07982d826e2d3b678f64f1a36c8a370d5
0
provisioning/roles/doxic.slack
2,058
[ "no_license" ]
[ { "path": "provisioning/roles/doxic.slack/templates/login-notify.sh.j2", "content": "#!/bin/sh\n[ \"$PAM_TYPE\" = \"open_session\" ] || exit 0\n{\n echo \"User: $PAM_USER\"\n echo \"Ruser: $PAM_RUSER\"\n echo \"Rhost: $PAM_RHOST\"\n echo \"Service: $PAM_SERVICE\"\n echo \"TTY: $PAM_TTY\"\n echo \"Date...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2742, "all_permissive": false }
ansible_role
abhatt014/role-vhost
c11b1ab805c359fd536a605e9bc11ee18c16dd35
0
roles/vhost
2,058
[ "no_license" ]
[ { "path": "roles/vhost/templates/vhost.conf.j2", "content": "<VirtualHost *:80>\n\tServerAdmin webmaster@{{ansible_fqdn}}\n \tErrorLog logs/{{ansible_hostname}}_error.log\n \tCustomlog logs/{{ansible_hostname}}_common.log common\n \tDocumentRoot /var/www/html/{{ansible_hostname}}/\n \tServerName...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1093, "all_permissive": false }
ansible_role
surmdren/ansible_lab
780adf6ff95fde6a4eaa8a428a055b6f574f84bf
0
centos_update/roles/centos_update
2,058
[ "no_license" ]
[ { "path": "centos_update/roles/centos_update/vars/main.yml", "content": "---\n# vars file for centos_update", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "centos_update/roles/centos_update/tasks/main.yml", "content": "---\n# tasks file for cen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1796, "all_permissive": false }
ansible_role
surmdren/ansible_lab
780adf6ff95fde6a4eaa8a428a055b6f574f84bf
0
roles/add_ssh_key
2,058
[ "no_license" ]
[ { "path": "roles/add_ssh_key/tasks/main.yml", "content": "---\r\n- name: Set authorized key from file for user devops.\r\n authorized_key:\r\n user: devops\r\n state: present\r\n key: \"{{ lookup('file', '/home/devops/.ssh/id_rsa.pub') }}\"\r\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
surmdren/ansible_lab
780adf6ff95fde6a4eaa8a428a055b6f574f84bf
0
roles/delegate_to
2,058
[ "no_license" ]
[ { "path": "roles/delegate_to/handlers/main.yml", "content": "---\n# handlers file for delegate_to", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/delegate_to/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 477, "all_permissive": false }
ansible_role
surmdren/ansible_lab
780adf6ff95fde6a4eaa8a428a055b6f574f84bf
0
roles/include_tasks
2,058
[ "no_license" ]
[ { "path": "roles/include_tasks/tasks/add_user.yml", "content": "---\n- name: Create test user\n user:\n name: test\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/include_tasks/tasks/remove_user.yml", "content": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 464, "all_permissive": false }
ansible_role
surmdren/ansible_lab
780adf6ff95fde6a4eaa8a428a055b6f574f84bf
0
roles/local_action
2,058
[ "no_license" ]
[ { "path": "roles/local_action/vars/main.yml", "content": "---\n# vars file for local_action", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/local_action/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 462, "all_permissive": false }
ansible_role
surmdren/ansible_lab
780adf6ff95fde6a4eaa8a428a055b6f574f84bf
0
variables/roles/variables
2,058
[ "no_license" ]
[ { "path": "variables/roles/variables/tasks/main.yml", "content": "---\n# tasks file for variables\n- name: Print the variables\n debug:\n msg: \"{{ var2 }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "variables/roles/variables/vars/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 119, "all_permissive": false }
ansible_role
ASaseen1/AnsibleDemos
e785658a2d0522321f466e683cc328efd512f1dd
0
Basic_Tomcat_Install/roles/tomcat
2,078
[ "no_license" ]
[ { "path": "Basic_Tomcat_Install/roles/tomcat/defaults/main.yml", "content": "---\ntomcat_mod_dirs:\n - { path: \"/opt/tomcat/apache-tomcat-8.0.52/conf\", group: \"tomcat\", owner: \"tomcat\", mode: \"g+rwx\", recurse: \"no\"}\n - { path: \"/opt/tomcat/apache-tomcat-8.0.52/conf/\", group: \"tom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3640, "all_permissive": false }
ansible_role
Yarikscode/minispray_CentOS
ace2e20c017d35da2f11fbfbb445bef5483840ee
0
roles/configure_vm
2,078
[ "no_license" ]
[ { "path": "roles/configure_vm/templates/50-redhat.conf.j2", "content": "SyslogFacility AUTHPRIV\n\nChallengeResponseAuthentication no\n\nGSSAPIAuthentication yes\nGSSAPICleanupCredentials no\n\nUsePAM no\n\nX11Forwarding yes\n\n# It is recommended to use pam_motd in /etc/pam.d/sshd instead of PrintMotd,\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2079, "all_permissive": false }
ansible_role
Yarikscode/minispray_CentOS
ace2e20c017d35da2f11fbfbb445bef5483840ee
0
roles/downscale
2,078
[ "no_license" ]
[ { "path": "roles/downscale/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# tasks file for downscale\n\n- name: Define membership parameters\n block:\n\n - name: Install pip\n ansible.builtin.yum:\n name: pip\n state: present\n delegate_to: endpoint_master\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3324, "all_permissive": false }
ansible_role
Yarikscode/minispray_CentOS
ace2e20c017d35da2f11fbfbb445bef5483840ee
0
roles/install_env_kubernetes
2,078
[ "no_license" ]
[ { "path": "roles/install_env_kubernetes/tasks/main.yml", "content": "# tasks file for install_env_kubernetes\n---\n - name: Swap\n block:\n - name: Look at free\n ansible.builtin.command: free -m\n register: swap_is\n changed_when: false\n\n - name: Check swap\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6639, "all_permissive": false }
ansible_role
Yarikscode/minispray_CentOS
ace2e20c017d35da2f11fbfbb445bef5483840ee
0
roles/scale
2,078
[ "no_license" ]
[ { "path": "roles/scale/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for worker_scale\n bin_dir: /usr/bin\n kube_config_dir: /etc/kubernetes\n endpoint_ip: 192.168.31.100\n endpoint_port: 8443\n kuber_user: yaroslav\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3976, "all_permissive": false }
ansible_role
Richiedbad1/mastermind_project
5ea0c328b56ea7174cf827c4aa1e06998c56b27a
0
3/roles/apache
2,078
[ "no_license" ]
[ { "path": "3/roles/apache/tasks/main.yml", "content": "- name: install apache/httpd on servers\n package:\n name:\n - apache2\n state: latest\n update_cache: yes\n notify: restart_apache\n\n- name: copy local file to servers\n copy:\n src: default.html\n dest: /var/www/html/index.ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
Richiedbad1/mastermind_project
5ea0c328b56ea7174cf827c4aa1e06998c56b27a
0
3/roles/terraform
2,078
[ "no_license" ]
[ { "path": "3/roles/terraform/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: Install TF\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.4.6/terraform_1.4.6_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n owner:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/ca-client
2,078
[ "no_license" ]
[ { "path": "roles/ca-client/tasks/gen_certs.yml", "content": "- name: create certificate folder\n file:\n path: \"{{ CERT_DIR }}\"\n state: directory\n\n- name: prepare json for certificate\n template:\n src: ca-csr.json.j2\n dest: \"{{ CERT_DIR }}/{{ CERT_NAME }}.json\"\n\n- name: generate cer...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2140, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/ca-server
2,078
[ "no_license" ]
[ { "path": "roles/ca-server/templates/ca-csr.json.j2", "content": "{\n \"CN\": \"Kubernetes\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"CN\",\n \"L\": \"HK\",\n \"O\": \"Kubernetes\",\n \"OU\": \"HK\",\n \"ST\": \"CX\"\n }\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 778, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/docker-registry-docker-compose
2,078
[ "no_license" ]
[ { "path": "roles/docker-registry-docker-compose/tasks/main.yml", "content": "- name: Pull the image\n docker_image:\n name: \"{{ image_name }}:{{ version }}\"\n source: pull\n repository: \"{{ image_name }}:{{ version }}\"\n\n- name: Create project folders\n file:\n path: \"{{ PROJECT_DIR }}/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 987, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/docker-service
2,078
[ "no_license" ]
[ { "path": "roles/docker-service/tasks/main.yml", "content": "- name: install requirements\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg2', 'software-properties-common', 'python-docker', 'python-apt']\n state: present\n \n- name: import gpg key for docker repo\n apt_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1372, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/etcd-docker-compose
2,078
[ "no_license" ]
[ { "path": "roles/etcd-docker-compose/tasks/main.yml", "content": "- name: Pull the image\n docker_image:\n name: \"{{ registry }}/{{ image_name }}:{{ version }}\"\n source: pull\n repository: \"{{ image_name }}:{{ version }}\"\n\n- name: Create project folders\n file:\n path: \"{{ PROJECT_DIR ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2011, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/kube-config-generator
2,078
[ "no_license" ]
[ { "path": "roles/kube-config-generator/tasks/main.yml", "content": "- block:\n - name: set-cluster\n shell: kubectl config set-cluster {{ K8S_CLUSTER_NAME }} \\\n --certificate-authority=ca.pem \\\n --embed-certs=true \\\n --server=https://192.168.100.111:6443 \\\n --kubeconfig={{ CE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1311, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/kube-proxy-docker-compose
2,078
[ "no_license" ]
[ { "path": "roles/kube-proxy-docker-compose/templates/docker-compose.yml.j2", "content": "version: '2'\n\nservices:\n {{ image_name }}:\n image: {{ image_name }}:{{ version }}\n container_name: {{ image_name }}\n restart: always\n privileged: true\n ulimits:\n memlock:\n soft: -1\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1822, "all_permissive": false }
ansible_role
nsu700/ansible
c46f7223561754dea30a734654d78fe21490fed3
0
roles/kubelet-service
2,078
[ "no_license" ]
[ { "path": "roles/kubelet-service/templates/kubelet-config.yaml.j2", "content": "kind: KubeletConfiguration\napiVersion: kubelet.config.k8s.io/v1beta1\nauthentication:\n anonymous:\n enabled: false\n webhook:\n enabled: true\n x509:\n clientCAFile: \"{{ TLS_DIR }}/ca.pem\"\nauthorization:\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1787, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/boostkit-offline/workspace/roles/check
2,078
[ "no_license" ]
[ { "path": "plugins/boostkit-offline/workspace/roles/check/tasks/main.yml", "content": "- name: \"[Check] Skip all checks if skip_check is true\"\n debug:\n msg: \"Skipping all checks\"\n when: >\n skip_check is defined and \n (skip_check == true or skip_check | string == \"true\")\n tags: never\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1325, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/boostkit/workspace/roles/check
2,078
[ "no_license" ]
[ { "path": "plugins/boostkit/workspace/roles/check/tasks/main.yml", "content": "- name: \"[Check] Skip all checks if skip_check is true\"\n debug:\n msg: \"Skipping all checks\"\n when: >\n skip_check is defined and \n (skip_check == true or skip_check | string == \"true\")\n tags: never\n\n- blo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2743, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubeflow-1.9.1/workspace/roles/clean
2,078
[ "no_license" ]
[ { "path": "plugins/kubeflow-1.9.1/workspace/roles/clean/tasks/main.yml", "content": "- name: Clean cache files\n file:\n path: \"{{ kubeflow_install_path }}\"\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubeflow-1.9.1/workspace/roles/install
2,078
[ "no_license" ]
[ { "path": "plugins/kubeflow-1.9.1/workspace/roles/install/tasks/pre_requirements.yml", "content": "- name: Check if Kubernetes is installed\n command: kubectl get nodes\n register: kubectl_check\n ignore_errors: yes\n\n- name: Fail if Kubernetes is not installed\n fail:\n msg: \"Kubernetes is not ins...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10295, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubeflow-1.9.1/workspace/roles/install-katib
2,078
[ "no_license" ]
[ { "path": "plugins/kubeflow-1.9.1/workspace/roles/install-katib/tasks/main.yml", "content": "- name: Set the extracted manifests directory path as a fact\n set_fact:\n manifests_path: \"{{ kubeflow_install_path }}/manifests-{{ kubeflow_version }}\"\n\n- name: Install the Katib official Kubeflow componen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubeflow-1.9.1/workspace/roles/install-kserve
2,078
[ "no_license" ]
[ { "path": "plugins/kubeflow-1.9.1/workspace/roles/install-kserve/tasks/main.yml", "content": "- name: Set the extracted manifests directory path as a fact\n set_fact:\n manifests_path: \"{{ kubeflow_install_path }}/manifests-{{ kubeflow_version }}\"\n\n- name: Install Knative Serving\n shell: |\n if...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubeflow-1.9.1/workspace/roles/uninstall
2,078
[ "no_license" ]
[ { "path": "plugins/kubeflow-1.9.1/workspace/roles/uninstall/tasks/main.yml", "content": "- name: Check architecture\n set_fact:\n arch: \"{{ ansible_architecture }}\"\n\n- name: Include Delete Kubeflow tasks\n include_tasks: delete_kubeflow.yml\n", "license_type": "no_license", "detected_licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4097, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubeflow-1.9.1/workspace/roles/uninstall-katib
2,078
[ "no_license" ]
[ { "path": "plugins/kubeflow-1.9.1/workspace/roles/uninstall-katib/tasks/main.yml", "content": "- name: Set the extracted manifests directory path as a fact\n set_fact:\n manifests_path: \"{{ kubeflow_install_path }}/manifests-{{ kubeflow_version }}\"\n\n- name: Delete Training Operator\n shell: kustomi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubeflow-1.9.1/workspace/roles/uninstall-kserve
2,078
[ "no_license" ]
[ { "path": "plugins/kubeflow-1.9.1/workspace/roles/uninstall-kserve/tasks/main.yml", "content": "- name: Set the extracted manifests directory path as a fact\n set_fact:\n manifests_path: \"{{ kubeflow_install_path }}/manifests-{{ kubeflow_version }}\"\n\n- name: Delete KServe\n shell: |\n kustomize ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubernetes-1.31.1/workspace/roles/loadbalancer
2,078
[ "no_license" ]
[ { "path": "plugins/kubernetes-1.31.1/workspace/roles/loadbalancer/tasks/main.yml", "content": "- name: Install haproxy\n yum:\n name: haproxy\n state: present\n\n- name: Create haproxy directory\n file: name=/etc/haproxy state=directory\n\n- name: Configuration haproxy\n template:\n src: haproxy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1355, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubernetes-1.31.1/workspace/roles/master
2,078
[ "no_license" ]
[ { "path": "plugins/kubernetes-1.31.1/workspace/roles/master/defaults/main.yml", "content": "CURRENT_HOST_IP: \"{% if hostvars[inventory_hostname]['ansible_host'] is defined %}{{ hostvars[inventory_hostname]['ansible_host'] }}{% else %}{{ inventory_hostname }}{% endif %}\"\n\nCONTROL_PLANE_ENDPOINT: >-\n {%...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5600, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/kubernetes-1.31.1/workspace/roles/worker
2,078
[ "no_license" ]
[ { "path": "plugins/kubernetes-1.31.1/workspace/roles/worker/tasks/main.yml", "content": "- name: Record kubeadm join command\n command: kubeadm token create --print-join-command\n register: kubeadm_worker_join_command\n until: '\"kubeadm join\" in kubeadm_worker_join_command.stdout'\n retries: 5\n dela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
openeuler-mirror/oeDeploy
2ebb5a830a6ec6571a51e774126ddce429e369bf
0
plugins/mindspore-deepseek/workspace/roles/prepare
2,078
[ "no_license" ]
[ { "path": "plugins/mindspore-deepseek/workspace/roles/prepare/files/lib/net_check.sh", "content": "#!/bin/bash\n\n# 设置TLS\nfor i in {0..7}; do\n hccn_tool -i $i -tls -s enable 0\ndone\n\n# 检查TLS状态\nfor i in {0..7}; do\n hccn_tool -i $i -tls -g | grep switch\ndone\n\n# 检查链路状态\nfor i in {0..7}; do\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9479, "all_permissive": false }
ansible_role
5had3z/k8s-ansible
73cbb395853201ca7256c02bb9fa122dd45fd851
1
roles/containerd
2,078
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n- name: Install packages that allow apt to be used over HTTPS\n apt:\n state: present\n update_cache: yes\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2918, "all_permissive": false }
ansible_role
5had3z/k8s-ansible
73cbb395853201ca7256c02bb9fa122dd45fd851
1
roles/control_plane
2,078
[ "no_license" ]
[ { "path": "roles/control_plane/templates/keepalived.conf.j2", "content": "! /etc/keepalived/keepalived.conf\n! Configuration File for keepalived\nglobal_defs {\n router_id LVS_DEVEL\n}\nvrrp_script check_apiserver {\n script \"/etc/keepalived/check_apiserver.sh\"\n interval 3\n weight -2\n fall 10\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3680, "all_permissive": false }
ansible_role
5had3z/k8s-ansible
73cbb395853201ca7256c02bb9fa122dd45fd851
1
roles/kubernetes
2,078
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "- name: Remove swapfile from /etc/fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n loop:\n - swap\n - none\n\n- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: Add an apt si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 950, "all_permissive": false }
ansible_role
5had3z/k8s-ansible
73cbb395853201ca7256c02bb9fa122dd45fd851
1
roles/workers
2,078
[ "no_license" ]
[ { "path": "roles/workers/vars/main.yml", "content": "---\ncifs_plugin_dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/fstab~cifs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/workers/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
minhlk/ansible_centos
e0a5af5d45bca6cf2a032c5e1cc752c7da7127c1
1
roles/vim
2,078
[ "permissive" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: \"Install silver searcher Ag\"\n yum:\n name: the_silver_searcher\n state: latest\n become_user: root\n- name: \"Create directory for Plug\"\n file:\n path: ~/.vim/autoload\n state: directory\n- name: \"Clone Plug for vim\"\n get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": true }
ansible_role
minhlk/ansible_centos
e0a5af5d45bca6cf2a032c5e1cc752c7da7127c1
1
roles/zsh
2,078
[ "permissive" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: \"Copy zshrc file\"\n copy:\n src: files/.zshrc\n dest: ~/.zshrc\n- name: \"Install Zsh via yum\"\n yum:\n name: zsh\n state: latest\n- name: \"Copy zsh plugin folder\"\n synchronize:\n src: \"files/.oh-my-zsh/\"\n dest: \"~...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": true }
ansible_role
greenlama/docker-prometheus
ce0a7e1022bbb894099acfca5b9c628f9627d78a
0
docker-monitoring/roles/ansible-promgraf
2,039
[ "no_license" ]
[ { "path": "docker-monitoring/roles/ansible-promgraf/files/docker-compose.yml", "content": "version: '3.7'\n\nservices:\n prometheus:\n image: prom/prometheus\n volumes:\n - ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml\n ports:\n - 9090:9090\n extra_hosts:\n - \"host...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1159, "all_permissive": false }
ansible_role
bodsch/ansible-collection-scm
14ca34334dea125be930a4c101381999cf4c1453
7
roles/forgejo_runner
2,039
[ "permissive" ]
[ { "path": "roles/forgejo_runner/tasks/main.yml", "content": "---\n\n- name: prepare\n ansible.builtin.include_tasks: prepare.yml\n\n- name: download\n ansible.builtin.include_tasks: download.yml\n\n- name: install\n ansible.builtin.include_tasks: install.yml\n\n- name: configure\n ansible.builtin.includ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 24, "total_bytes": 41511, "all_permissive": true }
ansible_role
JagadishNaidu1994/roboshop-ansible-roles
e852b03be2cc115fa3295de1e6ce780049075ad8
0
roles/cart
2,039
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: systemd\n ansible.builtin.import_role:\n name: common\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
JagadishNaidu1994/roboshop-ansible-roles
e852b03be2cc115fa3295de1e6ce780049075ad8
0
roles/common
2,039
[ "no_license" ]
[ { "path": "roles/common/tasks/systemd.yaml", "content": "# - name: \"Copying {{component}} service file\"\n# ansible.builtin.copy:\n# src: \"{{component}}.service\"\n# dest: \"/etc/systemd/system/{{component}}.service\"\n\n- name: \"Copying {{component}} service file\"\n ansible.builtin.template:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2139, "all_permissive": false }
ansible_role
JagadishNaidu1994/roboshop-ansible-roles
e852b03be2cc115fa3295de1e6ce780049075ad8
0
roles/mongodb
2,039
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: Copying Mongo Repo\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install Mongodb-Org\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: Enable and Start Mongodb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
JagadishNaidu1994/roboshop-ansible-roles
e852b03be2cc115fa3295de1e6ce780049075ad8
0
roles/payment
2,039
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n- name: systemd\n ansible.builtin.import_role:\n name: comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
Walid-Hamouich/chalenge_void
0b1466e3bd9ceafd621105df3c470554ae2957c2
0
ansible/roles/common
2,039
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install base packages\n apt:\n name: \n - curl\n - vim\n - git\n - cron\n state: present\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
Walid-Hamouich/chalenge_void
0b1466e3bd9ceafd621105df3c470554ae2957c2
0
ansible/roles/docker
2,039
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg\n - lsb-release\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Add Docker GPG key\n apt_key:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1466, "all_permissive": false }
ansible_role
MagicFun1241/playsdev
eaf8feffae41ff6f0a436d97d4e982274dc32b71
0
task-15/roles/docker_container
2,039
[ "no_license" ]
[ { "path": "task-15/roles/docker_container/tasks/main.yml", "content": "---\n- name: Create project directory\n file:\n path: /opt/playsdev\n state: directory\n mode: '0755'\n\n- name: Copy compose.yml\n copy:\n src: \"{{ playbook_dir }}/compose.yml\"\n dest: /opt/playsdev/compose.yml\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 634, "all_permissive": false }
ansible_role
MagicFun1241/playsdev
eaf8feffae41ff6f0a436d97d4e982274dc32b71
0
task-15/roles/docker_install
2,039
[ "no_license" ]
[ { "path": "task-15/roles/docker_install/tasks/main.yml", "content": "---\n- name: Include OS-specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Update package cache \n apt:\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Add Docker GPG key \n apt_key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1954, "all_permissive": false }
ansible_role
brianreumere/brianreumere.util
c0c78ec6d9bdbfeb310702239f7650439d37a32a
0
roles/install_from_url
2,039
[ "no_license" ]
[ { "path": "roles/install_from_url/README.md", "content": "# install_from_url\n\n## Overview\n\nDownloads a file from a given URL, unarchives it, and runs a set of install commands to install it. If the install command succeeds, sets custom persistent facts in [`/etc/ansible/facts.d`](https://docs.ansible.co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8321, "all_permissive": false }
ansible_role
trin94/nix-config
d999612230f546af2a9742ffd9384d64b88a643a
0
gnome-ansible/roles/flatpaks
2,039
[ "no_license" ]
[ { "path": "gnome-ansible/roles/flatpaks/tasks/main.yml", "content": "- name: Add Flatpak remote for Flathub\n community.general.flatpak_remote:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n method: \"{{ item.method }}\"\n flatpakrepo_url: \"{{ item.url | default(omit) }}\"\n loop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
trin94/nix-config
d999612230f546af2a9742ffd9384d64b88a643a
0
gnome-ansible/roles/fonts
2,039
[ "no_license" ]
[ { "path": "gnome-ansible/roles/fonts/tasks/main.yml", "content": "- name: \"Create Directories for Nerd Fonts in '~/.local/share/fonts'\"\n ansible.builtin.file:\n dest: \"{{ ansible_env.HOME }}/.local/share/fonts/{{ item }}\"\n state: directory\n owner: \"{{ ansible_env.USER }}\"\n group: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1519, "all_permissive": false }
ansible_role
trin94/nix-config
d999612230f546af2a9742ffd9384d64b88a643a
0
gnome-ansible/roles/gnome_settings
2,039
[ "no_license" ]
[ { "path": "gnome-ansible/roles/gnome_settings/filter_plugins/merge_lists.py", "content": "def safe_get_list(obj, keys):\n current = obj\n for key in keys:\n if not isinstance(current, dict) or key not in current:\n return []\n current = current[key]\n return current if isin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4148, "all_permissive": false }
ansible_role
trin94/nix-config
d999612230f546af2a9742ffd9384d64b88a643a
0
gnome-ansible/roles/jetbrains_toolbox
2,039
[ "no_license" ]
[ { "path": "gnome-ansible/roles/jetbrains_toolbox/tasks/main.yml", "content": "- name: \"Check if Jetbrains Toolbox Exists\"\n when: install_jetbrains_toolbox | default(false)\n stat:\n path: \"{{ ansible_env.HOME }}/bin/jetbrains-toolbox\"\n register: file_check\n\n- name: \"Install JetBrains Toolbox\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1370, "all_permissive": false }
ansible_role
trin94/nix-config
d999612230f546af2a9742ffd9384d64b88a643a
0
gnome-ansible/roles/workstation
2,039
[ "no_license" ]
[ { "path": "gnome-ansible/roles/workstation/tasks/1password_setup.yml", "content": "- name: \"Evaluate Playbook config for 1password\"\n set_fact:\n install_1password: >-\n {{ global_workstation_settings | is_app_present(workstation_settings, '1password') }}\n\n- name: Add 1password repo using yum_r...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3954, "all_permissive": false }
ansible_role
aaron276h/setup-det-development
51461b59c643cb57fdc701991b2aefd94d51e9d9
0
roles/apt
2,039
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: add apt repositories\n apt_repository:\n repo: ppa:deadsnakes/ppa\n update_cache: yes\n become: yes\n become_method: sudo\n\n- name: install apt dependencies\n apt:\n name: \"{{ item }}\"\n install_recommends: no\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
aaron276h/setup-det-development
51461b59c643cb57fdc701991b2aefd94d51e9d9
0
roles/build
2,039
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n- name: Build Dependencies\n shell:\n chdir: \"{{ determined_path }}\"\n cmd: |\n . ~/.virtualenvs/ans/bin/activate &&\n make get-deps\n environment:\n PATH: \"{{ ansible_env.PATH }}:/usr/local/go\"\n\n- name: Build System\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
aaron276h/setup-det-development
51461b59c643cb57fdc701991b2aefd94d51e9d9
0
roles/repo
2,039
[ "no_license" ]
[ { "path": "roles/repo/tasks/main.yml", "content": "---\n- name: clone repostiory\n git:\n repo: https://github.com/determined-ai/determined\n dest: \"{{ determined_path }}\"\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
aaron276h/setup-det-development
51461b59c643cb57fdc701991b2aefd94d51e9d9
0
roles/virtualenv
2,039
[ "no_license" ]
[ { "path": "roles/virtualenv/tasks/main.yml", "content": "---\n- name: create .virtualenv direcotyr\n file:\n path: ~/.virtualenvs\n state: directory\n\n- name: create virualenv\n command:\n cmd: python3.7 -m venv ans\n chdir: ~/.virtualenvs\n creates: ~/.virtualenvs/ans\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
ibis-infra/ibis-in-a-box
d63ac56c5de196d84da7521d768bf14c4f66682c
0
roles/dashboard
2,039
[ "no_license" ]
[ { "path": "roles/dashboard/tasks/main.yaml", "content": "---\n- name: Git checkout\n ansible.builtin.git:\n repo: 'https://github.com/UChicago-FLOTO/dashboard.git'\n dest: ./dashboard\n version: \"main\"\n update: false\n\n- name: Template env file\n ansible.builtin.template:\n src: env.j2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1653, "all_permissive": false }
ansible_role
ibis-infra/ibis-in-a-box
d63ac56c5de196d84da7521d768bf14c4f66682c
0
roles/keycloak
2,039
[ "no_license" ]
[ { "path": "roles/keycloak/tasks/main.yaml", "content": "---\n- name: Git checkout\n ansible.builtin.git:\n repo: 'https://github.com/UChicago-FLOTO/keycloak-deploy.git'\n dest: ./keycloak\n version: \"main\"\n update: false\n\n- name: Template env file\n ansible.builtin.template:\n src: key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4116, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_configmap
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_configmap/tasks/main.yml", "content": "---\n- name: Apply Kubernetes ConfigMaps\n kubernetes.core.k8s:\n state: present\n src: \"{{ manifest_dir }}/prometheus-config.yml\"", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_deployment
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_deployment/tasks/main.yml", "content": "---\n- name: Apply Kubernetes Deployments\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n loop:\n - \"{{ manifest_dir }}/jmeter-deployment.yml\"\n - \"{{ manifest_dir }}/argocd-de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_ingress
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_ingress/tasks/main.yml", "content": "---\n- name: Apply Kubernetes Ingresses\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n loop:\n - \"{{ manifest_dir }}/grafana-ingress.yml\"\n - \"{{ manifest_dir }}/argocd-ingress.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_namespace
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_namespace/tasks/main.yml", "content": "---\n- name: Apply Kubernetes Namespace manifests\n kubernetes.core.k8s:\n state: present\n src: \"{{ manifest_dir }}/argocd-namespace.yml\"", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_pv
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_pv/tasks/main.yml", "content": "---\n- name: Apply Kubernetes Persistent Volumes (PV)\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n loop:\n - \"{{ manifest_dir }}/backup-pv.yml\"\n - \"{{ manifest_dir }}/grafana-pv.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_pvc
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_pvc/tasks/main.yml", "content": "---\n- name: Apply Kubernetes Persistent Volume Claims (PVC)\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n loop:\n - \"{{ manifest_dir }}/backup-pvc.yml\"\n - \"{{ manifest_dir }}/graf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_rbac
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_rbac/tasks/main.yml", "content": "---\n- name: Apply Kubernetes RBAC roles\n kubernetes.core.k8s:\n state: present\n src: \"{{ manifest_dir }}/argocd-rbac.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_secret
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_secret/tasks/main.yml", "content": "---\n- name: Apply Kubernetes Secrets\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n loop:\n - \"{{ manifest_dir }}/grafana-secret.yml\"\n - \"{{ manifest_dir }}/mysql-secret.yml\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_service
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_service/tasks/main.yml", "content": "---\n- name: Apply Kubernetes Services\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n loop:\n - \"{{ manifest_dir }}/grafana-service.yml\"\n - \"{{ manifest_dir }}/mysql-service.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
TigerLee0225/Aira_AI-Chatbot
9c3dc885a61af361baf4d311331b403530c8cb4e
1
V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_statefulset
2,098
[ "no_license" ]
[ { "path": "V3/Aira_V3_Ansible/ansible-eks-deploy/roles/eks_statefulset/tasks/main.yml", "content": "---\n- name: Apply Kubernetes StatefulSets\n kubernetes.core.k8s:\n state: present\n src: \"{{ item }}\"\n loop:\n - \"{{ manifest_dir }}/grafana-statefulset.yml\"\n - \"{{ manifest_dir }}/mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
itaytalmi/kasten-k10
6f53a3477cc47b5803cf835989b0aac430372520
3
installation/ansible/vsphere-permissions/roles/configure-permissions
2,098
[ "permissive" ]
[ { "path": "installation/ansible/vsphere-permissions/roles/configure-permissions/tasks/configure_vsphere_role.yml", "content": "---\n- name: Create vSphere Role {{ role.name }}\n community.vmware.vmware_local_role_manager:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 958, "all_permissive": true }
ansible_role
itaytalmi/kasten-k10
6f53a3477cc47b5803cf835989b0aac430372520
3
installation/ansible/vsphere-permissions/roles/view-permissions
2,098
[ "permissive" ]
[ { "path": "installation/ansible/vsphere-permissions/roles/view-permissions/tasks/get_vsphere_role_info.yml", "content": "---\n- name: Get vSphere Role Information - {{ role.name }}\n community.vmware.vmware_local_role_info:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 738, "all_permissive": true }
ansible_role
ronaldorodriguezbermudez/terraform-ansible-workshop
b60594b3b56703e613228fb646f20f86729a5af7
0
roles/apache
2,098
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache on Ubuntu, Debian, Arch\n ansible.builtin.command: \"{{ apache_install_command[ansible_distribution | lower] }}\"\n when: ansible_distribution in ['Ubuntu', 'Debian', 'Arch']\n\n- name: Deploy Apache configuration template\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1452, "all_permissive": false }
ansible_role
bpankowski/elk_beats
584f2144f4360efaf640239b564a17c6b7d238db
1
ansible/playbooks/roles/elk-deploy
2,098
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/elk-deploy/tasks/main.yml", "content": "---\n- name: copy Docker Compose files\n copy:\n src: files/{{ item }}\n dest: /tmp/\n loop:\n - docker-compose.yml\n - elasticsearch\n - kibana\n\n- name: deploy Docker Compose stack\n docker_compose:\n project_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1623, "all_permissive": false }
ansible_role
bpankowski/elk_beats
584f2144f4360efaf640239b564a17c6b7d238db
1
ansible/playbooks/roles/metricbeat-deploy
2,098
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/metricbeat-deploy/tasks/debian.yml", "content": "---\n- name: purge docker-compose and pip package\n apt:\n name: \"{{ item }}\"\n state: present\n purge: yes\n with_items:\n - docker-compose\n - python-pip\n\n- name: install packages\n apt:\n name: \"...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6002, "all_permissive": false }
ansible_role
phiroict/DEFUNCT_course-redhat-ansible-lab-assignment
611a72dfbc0ec9ff27d30402ee10c94bb072ae0c
0
code/provisioning-QA/roles/create-instances
2,098
[ "no_license" ]
[ { "path": "code/provisioning-QA/roles/create-instances/tasks/main.yml", "content": "---\n - name: Whats in the list\n debug:\n msg: \"printing {{ item.key }}\"\n with_dict: \"{{ infrastructure }}\"\n\n\n - name: 'Create server stack servers'\n os_server:\n cloud: ospcloud\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1813, "all_permissive": false }
ansible_role
phiroict/DEFUNCT_course-redhat-ansible-lab-assignment
611a72dfbc0ec9ff27d30402ee10c94bb072ae0c
0
code/provisioning-QA/roles/delete-instances
2,098
[ "no_license" ]
[ { "path": "code/provisioning-QA/roles/delete-instances/tasks/main.yml", "content": "---\n - name: delete instances\n os_server:\n cloud: ospcloud\n name: \"{{ item.key }}\"\n state: absent\n with_dict: \"{{ infrastructure }}\"", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
phiroict/DEFUNCT_course-redhat-ansible-lab-assignment
611a72dfbc0ec9ff27d30402ee10c94bb072ae0c
0
code/provisioning-QA/roles/infrastructure-keys
2,098
[ "no_license" ]
[ { "path": "code/provisioning-QA/roles/infrastructure-keys/tasks/main.yml", "content": "---\n - name: Create ssh key\n user:\n name: \"{{ ansible_env.USER }}\"\n state: present\n generate_ssh_key: yes\n ssh_key_bits: 4096\n ssh_key_file: .ssh/id_rsa_generated\n - name: Assign th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
phiroict/DEFUNCT_course-redhat-ansible-lab-assignment
611a72dfbc0ec9ff27d30402ee10c94bb072ae0c
0
code/provisioning-QA/roles/infrastructure-networks
2,098
[ "no_license" ]
[ { "path": "code/provisioning-QA/roles/infrastructure-networks/tasks/main.yml", "content": "---\n - name: Create networks\n os_network:\n cloud: ospcloud\n state: present\n name: \"{{ item.value.networkname }}\"\n external: \"{{ item.value.external }}\"\n with_dict: \"{{ networks }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
phiroict/DEFUNCT_course-redhat-ansible-lab-assignment
611a72dfbc0ec9ff27d30402ee10c94bb072ae0c
0
code/provisioning-QA/roles/infrastructure-security
2,098
[ "no_license" ]
[ { "path": "code/provisioning-QA/roles/infrastructure-security/tasks/main.yml", "content": "---\n - name: Create security group for os\n os_security_group:\n cloud: ospcloud\n state: present\n name: app_security\n description: security group for app servers\n\n - os_security_group_ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1309, "all_permissive": false }
ansible_role
phiroict/DEFUNCT_course-redhat-ansible-lab-assignment
611a72dfbc0ec9ff27d30402ee10c94bb072ae0c
0
code/provisioning-QA/roles/osp-facts
2,098
[ "no_license" ]
[ { "path": "code/provisioning-QA/roles/osp-facts/tasks/main.yml", "content": "---\n# tasks file for osp-facts\n - name: Fetch Instance Info\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n register: result\n - name: Facts collected\n debug:\n msg: \"Received the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/cask
2,098
[ "no_license" ]
[ { "path": "roles/cask/tasks/main.yml", "content": "---\n- name: Check if installed\n ignore_errors: yes\n command: test -d .cask\n register: cask_installed\n tags: cask\n\n- name: Install emacs package manager\n command: /bin/sh -c \"curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/chrony
2,098
[ "no_license" ]
[ { "path": "roles/chrony/handlers/main.yml", "content": "---\n\n- name: Restart service\n become: yes\n service: name=chrony state=restarted enabled=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/chrony/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/chruby
2,098
[ "no_license" ]
[ { "path": "roles/chruby/tasks/main.yml", "content": "---\n- name: Install\n script: chruby.sh creates=/usr/local/share/chruby.sh\n tags:\n - ruby\n\n- name: Load in all shells\n become: yes\n template: src=chruby_profile dest=/etc/profile.d/chruby.sh owner=root group=root mode=0644\n tags: ruby\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 761, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/direnv
2,098
[ "no_license" ]
[ { "path": "roles/direnv/tasks/main.yml", "content": "---\n- name: Install (git)\n become: yes\n get_url:\n url: https://github.com/zimbatm/direnv/releases/download/v2.6.0/direnv.linux-amd64\n dest: /usr/local/bin/direnv\n mode: \"0755\"\n owner: root\n group: root\n tags: direnv\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/gpg
2,098
[ "no_license" ]
[ { "path": "roles/gpg/tasks/main.yml", "content": "---\n\n- name: Gpg agent\n become: yes\n apt: name={{item}} state=latest\n with_items:\n - gnupg\n - gnupg-agent\n - pinentry-curses\n - gnupg2\n tags: gpg\n\n- name: Use pinentry-curses\n become: yes\n alternatives: name=pinentry path=/usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/heroku
2,098
[ "no_license" ]
[ { "path": "roles/heroku/tasks/main.yml", "content": "---\n\n- name: Check if installed\n ignore_errors: yes\n command: test -f /usr/local/heroku/bin/heroku\n register: heroku_installed\n tags: heroku\n\n- name: Install heroku toolbelt\n shell: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/keychain
2,098
[ "no_license" ]
[ { "path": "roles/keychain/tasks/main.yml", "content": "---\n\n- name: Install keychain\n become: yes\n apt: name=keychain state=latest\n tags: keychain\n\n- name: Load keychain\n lineinfile: dest=.bashrc line='eval `keychain --eval --agents gpg`'\n tags: keychain\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/nodejs
2,098
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: install\n become: yes\n apt:\n name: \"{{item}}\"\n with_items:\n - nodejs\n - npm\n tags:\n - nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/nokogiri-prereqs
2,098
[ "no_license" ]
[ { "path": "roles/nokogiri-prereqs/tasks/main.yml", "content": "---\n\n# Libraries required to install legacy versions of the Nokogiri gem.\n\n- name: Install\n become: yes\n apt: name={{item}} state=latest\n with_items:\n - libxml2\n - libxml2-dev\n - libxslt-dev\n tags: nokogiri\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/ntp
2,098
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n\n- name: ensure ntpd is at the latest version\n become: yes\n apt: name=ntp state=latest\n notify:\n - restart ntp\n tags: ntp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/phantomjs
2,098
[ "no_license" ]
[ { "path": "roles/phantomjs/tasks/main.yml", "content": "---\n\n- name: Download\n get_url:\n url: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2\n dest: /tmp/phantomjs-2.1.1-linux-x86_64.tar.bz2\n tags: phantomjs2\n\n- name: Uncompress\n become: yes\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 871, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/postgresql
2,098
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n- name: Add ppa key\n become: yes\n apt_key: id=ACCC4CF8 url=https://www.postgresql.org/media/keys/ACCC4CF8.asc\n tags: postgresql\n\n- name: Add ppa\n become: yes\n apt_repository: repo=\"deb http://apt.postgresql.org/pub/repos/apt/ xenia...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1210, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/rcm
2,098
[ "no_license" ]
[ { "path": "roles/rcm/tasks/main.yml", "content": "---\n\n# RCM dotfile manager\n\n- name: Add ppa key\n become: yes\n apt_key: keyserver=keyserver.ubuntu.com id=4E9A5EF6BD18E32A513B691C4609D1E5ECA538E6\n tags: rcm\n\n- name: Add ppa\n become: yes\n apt_repository: repo=\"deb http://ppa.launchpad.net/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/ruby
2,098
[ "no_license" ]
[ { "path": "roles/ruby/files/update-gem-bundler.sh", "content": "#!/bin/bash\nset -e\nsource /usr/local/share/chruby/chruby.sh\nchruby $1\ngem update --system\ngem install bundler\ngem update bundler\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 680, "all_permissive": false }
ansible_role
neighborland/drifter
5d595ffe91894eb2897cefc99f03b5d4935ef622
3
roles/utils
2,098
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "---\n- name: Install\n become: yes\n apt: name={{item}} state=latest\n with_items:\n - curl\n - emacs24-nox\n - entr\n - git\n - httpie\n - tmux\n - units\n - zsh\n - silversearcher-ag\n\n tags: utils\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }