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
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/setup/roles/utils
7,332
[ "no_license" ]
[ { "path": "script/setup/roles/utils/tasks/main.yaml", "content": "\n- name: Install prerequisites\n package:\n name: \n - cmake\n - make\n - m4\n - gawk\n state: present\n register: pkgrc\n until: pkgrc is success\n retries: 10\n delay: 10\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/breakpoint
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/breakpoint/defaults/main.yaml", "content": "\nwl_debug: \"\"\nwl_debug_timeout: \"3600\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "script/terraform/template/ansible/common/roles/br...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 260, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/characterization
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/characterization/tasks/main.yaml", "content": "- name: Install msr-tool on Debian\n apt:\n name: msr-tools\n update_cache: true\n become: true\n when: ansible_os_family == \"Debian\"\n environment:\n DEBIAN_FRONTEND: noninteractive\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2111, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/cleanup
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/cleanup/tasks/kernel-modules.yaml", "content": "\n- name: Update modules.conf\n blockinfile:\n path: \"/etc/modules-load.d/99-wsf-settings.conf\"\n state: absent\n create: yes\n ignore_errors: yes\n\n", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3161, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/containerd
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/containerd/tasks/install-centos.yaml", "content": "\n - name: remove old versions\n yum:\n name:\n - podman\n - runc\n - containerd\n - containerd.io\n state: absent\n become: true\n ignore_errors: true\n wh...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7556, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/docker
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/docker/tasks/install-centos.yaml", "content": "\n- name: remove old versions\n yum:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5080, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/docker_auth
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/docker_auth/tasks/docker.yaml", "content": "---\n- name: 'Find Home path'\n ansible.builtin.shell:\n cmd: \"echo $HOME\"\n executable: /bin/bash\n register: home\n\n- name: 'Create docker auth path'\n ansible.builtin.file:\n path: \"{{ ho...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3740, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/dpdk
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/dpdk/tasks/bind-dsa.yaml", "content": "\n- name: Bind DSA get_dsa_device_ids by device ids\n become: true\n shell: |\n {{ dpdk_devbind }} -b {{ dsa_dpdk_driver | default('vfio-pci') }} {{ dsa_device_ids | join(' ') }} --force\n ignore_errors: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/dsa
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/dsa/defaults/main.yaml", "content": "---\n# defaults file for dsa\nwl_kernel_args: {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "script/terraform/template/ansible/common/roles/dsa/tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 240, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/hugepage
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/hugepage/defaults/main.yaml", "content": "\nwl_kernel_args: {}\nwl_set_default_hugepagesz: false\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "script/terraform/template/ansible/common/...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2004, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/image-to-daemon
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/image-to-daemon/tasks/main.yaml", "content": "\n - name: setup port forwarding\n shell: \"ssh -p {{ ansible_port | default(22) }} {{ ansible_user }}@{{ ansible_host }} -fNL {{ local_daemon_url }}:/var/run/docker.sock -i {{ ansible_private_key...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1662, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/image-to-registry
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/image-to-registry/defaults/main.yaml", "content": "local_registry_url: \"localhost:16666\"\nk8s_remote_registry_url: \"\"\nk8s_enable_registry: true\nk8s_enable_csp_registry: false\nwl_docker_images: {}\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2651, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/kpi
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/kpi/tasks/main.yaml", "content": "\n - name: copy kpi.sh to the itr directory\n copy:\n src: \"{{ wl_logs_dir }}/kpi.sh\"\n dest: \"{{ wl_logs_dir }}/itr-{{ item }}/\"\n mode: \"a+rx\"\n loop: \"{{ range(1, run_stage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/module
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/module/tasks/install.yaml", "content": "\n- name: \"modprobe {{ label_result.item.split('=')[0].split('-')[3:] | join('-') | lower }}\"\n set_fact:\n wl_kernel_modules: \"{{ wl_kernel_modules + [ label_name.split('=')[0].split('-')[3:] | join('-'...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/qat
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/qat/tasks/configure_qat.yaml", "content": "---\n\n- name: confiure qat\n shell:\n cmd: |\n groupadd qat\n usermod -a -G qat `whoami`\n mkdir -p /etc/sysconfig/\n echo \"ServicesEnabled=sym;asym\" > /etc/sysconfig/qat\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6140, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/common/roles/startup
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/common/roles/startup/templates/wsf-sysfs-settings.service.j2", "content": "[Unit]\nDescription=WSF workload sysfs settings\n\n[Service]\nExecStart=/bin/bash -c 'echo {{ ((wl_default_sysfs.values() | list) + (wl_sysfs.values() | list)) | zip((wl_default_sysfs.keys...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6027, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/docker/roles/deployment
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/docker/roles/deployment/tasks/invoke-docker.yaml", "content": "\n- name: invoke docker run\n shell: \n cmd: \"docker run $(compgen -e | sed -nE '/_(proxy|PROXY)$/{s/^/-e /;p}') {{ wl_docker_options }} --rm -d {{ wl_docker_image }}\"\n executable: /bin/bash...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11158, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/docker/roles/trace
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/docker/roles/trace/tasks/start-block.yaml", "content": "\n- block:\n\n - name: start trace\n include_role:\n name: \"{{ trace_node.0 }}\"\n tasks_from: start\n vars:\n trace_from: docker\n\n ignore_errors: yes\n\n", "license...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1629, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/cleanup
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/cleanup/tasks/main.yaml", "content": "\n- name: Restore node labels\n include_role:\n name: label\n tasks_from: unset\n\n- name: Uninstall Istio if installed\n include_role:\n name: istio\n tasks_from: uninstall\n when:\n - k8s_is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/cluster-info
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/cluster-info/tasks/main.yaml", "content": "\n - name: Export cluster info\n command: kubectl get node -o json\n register: info\n\n - name: Create cluster info\n copy:\n dest: \"{{ wl_logs_dir }}/cluster-info.json\"\n content:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/cni-calico
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/cni-calico/tasks/main.yaml", "content": "\n- name: Install calicoctl as a Kubernetes pod\n shell: \"kubectl create -f {{ k8s_calicoctl_rep }}\"\n\n- name: Add calicoctl alias\n lineinfile:\n path=/home/{{ ansible_user }}/.bashrc\n line='a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2502, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/cni-flannel
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/cni-flannel/tasks/main.yaml", "content": "\n\n# retry to fix known issue: the server could not find the requested resource\n- name: install flannel\n command: \"kubectl apply -f {{ k8s_flannel_repo }}\"\n\n### fix known issue: flannel namespace ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 825, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/debug
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/debug/tasks/main.yaml", "content": "\n- name: print node info\n command: \"kubectl --namespace {{ wl_namespace }} describe node\"\n failed_when: false\n\n- name: print pod info\n command: \"kubectl --namespace {{ wl_namespace }} describe pod\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/deployment
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/deployment/tasks/off-cluster-docker.yaml", "content": "\n- name: workload execution procedure\n block:\n\n - name: waitproc to wait for logs complete\n shell:\n cmd: |\n timeout {{ wl_timeout[0] }}s bash -c 'docker exec {...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12032, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/docker_auth
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/docker_auth/tasks/main.yaml", "content": "\n- name: Find Home\n shell:\n cmd: \"echo $HOME\"\n executable: /bin/bash\n register: home\n when: docker_auth_reuse\n\n- name: Create ImagePullSecret\n command: \"kubectl --kubeconfig={{ home....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 828, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/installation
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/installation/tasks/create-cluster.yaml", "content": "\n - name: Install k8s init\n include_role:\n name: kubeadm\n tasks_from: init\n when: hostvars['localhost']['ansible_facts']['install_k8s']\n\n - name: Untaint k8s\n shell...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6778, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/istio
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/istio/defaults/main.yaml", "content": "\nk8s_istio_profile: \"\"\nk8s_istio_version: \"1.15.3\"\nk8s_istio_install_dist_repo: \"https://istio.io/downloadIstio\"\nk8s_istio_install_parent_dir: \"/usr/local\"\nk8s_istio_install_dir: \"{{ k8s_istio_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/kubeadm
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/kubeadm/tasks/join.yaml", "content": "\n- block:\n - name: Join workers\n command: \"{{ hostvars['controller-0']['ansible_facts']['join_cmd'] }} --v={{ k8s_log_verbosity | default(2) }}\"\n become: true\n register: join_workers\n asy...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5443, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/label
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/label/tasks/set-label.yaml", "content": "\n- name: get node name\n shell: |\n kubectl get nodes -o='custom-columns=name:.metadata.name,ip:.status.addresses[?(@.type==\"InternalIP\")].address' --no-headers | grep -F \" {{ hostvars[node]['priva...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2475, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/local-static-provisioner
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/local-static-provisioner/tasks/main.yaml", "content": "\n- name: detect if local provisioner should be installed or not\n command: \"grep -q -F PersistentVolumeClaim {{ wl_logs_dir }}/kubernetes-config.yaml\"\n register: install_lsp\n delegate...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1479, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/multus
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/multus/tasks/main.yaml", "content": "- name: check multus installed or not\n shell: \"kubectl get pods --all-namespaces | grep -i multus\"\n register: multus_installed\n\n- name: install multus if it is not installed\n block:\n - name: inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 737, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/nfd
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/nfd/tasks/main.yaml", "content": "\n- name: detect if nfd should be installed or not\n command: \"grep -q -F feature.node.kubernetes.io {{ wl_logs_dir }}/kubernetes-config.yaml\"\n register: install_nfd\n delegate_to: localhost\n failed_when:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2001, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/no-proxy
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/no-proxy/tasks/main.yaml", "content": "---\n- name: 'Read no_proxy'\n ansible.builtin.shell:\n cmd: \"echo $no_proxy\"\n executable: /bin/bash\n register: noproxy\n\n- name: 'Set fact'\n ansible.builtin.set_fact:\n cluster_proxy_list:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1288, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/openebs
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/openebs/tasks/main.yaml", "content": "\n- name: detect if openebs should be installed or not\n command: \"grep -q -F PersistentVolumeClaim {{ wl_logs_dir }}/kubernetes-config.yaml\"\n register: install_openebs\n delegate_to: localhost\n faile...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1984, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/packages
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/packages/defaults/main.yaml", "content": "\nk8s_repo_key_url: \n ubuntu: \"https://dl.k8s.io/apt/doc/apt-key.gpg\"\n debian: \"https://dl.k8s.io/apt/doc/apt-key.gpg\"\n centos:\n - \"https://packages.cloud.google.com/yum/doc/yum-key.gpg\"\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1531, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/prerequisite
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/prerequisite/tasks/customize-prerequisite.yaml", "content": "\n\n- name: Prerequisite of calicovpp\n include_role:\n name: cni-calicovpp\n tasks_from: prerequisite.yaml\n when: k8s_cni == \"calicovpp\"\n", "license_type": "no_license"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2103, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/qat-plugin
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/qat-plugin/tasks/main.yaml", "content": "---\n- block:\n - name: check QAT Device Plugin status before installation\n command: \"kubectl wait --for=condition=Ready pod --all -n {{ qatplugin_namespace }} --timeout 1s\"\n\n rescue:\n - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1950, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/registry
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/registry/templates/azure-config.yaml.j2", "content": "version: 0.1\nlog:\n accesslog:\n disabled: true\nstorage:\n azure:\n accountname: \"{{ k8s_registry_azure_storage_account_name }}\"\n accountkey: \"{{ k8s_registry_azure_storage_ac...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7037, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/kubernetes/roles/trace
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/kubernetes/roles/trace/tasks/start.yaml", "content": "\n- name: start trace\n include_tasks:\n file: start-block.yaml\n loop: \"{{ wl_trace_modules | default() | split(',') | product(groups['trace_hosts']) | list }}\"\n loop_control:\n loop_var: trace_no...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1096, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/collectd
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/collectd/tasks/collect.yaml", "content": "\n- name: Create the collectd directory\n file:\n path: \"{{ wl_logs_dir}}/{{ trace_node.1 }}-{{ itr | default(1) }}-collectd\"\n state: directory\n delegate_to: localhost\n become: no\n ignore_erro...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8911, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/cpupower
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/cpupower/tasks/collect.yaml", "content": "\n- name: Create the cpupower directory\n file:\n path: \"{{ wl_logs_dir}}/{{ trace_node.1 }}-{{ itr | default(1) }}-cpupower\"\n state: directory\n delegate_to: localhost\n become: no\n ignore_erro...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2386, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/emon
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/emon/tasks/edp-post-processing.yaml", "content": "\n- name: Install emon locally\n shell:\n cmd: |\n which () {\n echo \"x\"\n }\n [ -e {{ emon_bin_path }} ] || (\n apt-get update\n apt-get install -y gcc\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5426, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/gprofiler
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/gprofiler/tasks/start.yaml", "content": "\n- name: \"Create gprofiler folder on {{ trace_node.1 }}\"\n file:\n path: \"/tmp/{{ wl_namespace }}-gprofiler\"\n state: directory\n delegate_to: \"{{ trace_node.1 }}\"\n when: trace_from == \"docke...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3986, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/intel-gpu-top
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/intel-gpu-top/tasks/install.yaml", "content": "\n- name: Detect OS\n shell:\n cmd: \". /etc/os-release; echo $ID\"\n executable: /bin/bash\n register: os\n\n- name: Install intel-gpu-tools\n include_tasks:\n file: \"install-{{ (os.stdout ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2869, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/iostat
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/iostat/defaults/main.yaml", "content": "\niostat_options: \"-c -d -h -N -p ALL -t -x -z 5\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "script/terraform/template/ansible/traces/roles/i...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1902, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/mpstat
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/mpstat/tasks/install.yaml", "content": "\n- name: Detect OS\n shell:\n cmd: \". /etc/os-release; echo $ID\"\n executable: /bin/bash\n register: os\n\n- name: Install sysstat\n include_tasks:\n file: \"install-{{ (os.stdout == 'rhel' or os...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1805, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/numastat
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/numastat/tasks/stop.yaml", "content": "\n- name: \"Stop numastat on {{ trace_node.1 }}\"\n shell:\n cmd: \"kill -9 $(cat /tmp/{{ wl_namespace }}-{{ trace_node.1 }}-numastat.pid)\"\n executable: /bin/bash\n become: yes\n delegate_to: \"{{ tra...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2364, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/perf
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/perf/tasks/install-ubuntu.yaml", "content": "\n- name: uname -r\n command: uname -r\n register: unamer\n\n- name: Install perf\n apt:\n name: \n - linux-tools-common\n - linux-tools-generic\n - \"linux-tools-{{ unamer.stdout }}\"...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5332, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/terraform/template/ansible/traces/roles/sar
7,332
[ "no_license" ]
[ { "path": "script/terraform/template/ansible/traces/roles/sar/defaults/main.yaml", "content": "\nsar_options: \"-B -b -d -p -H -I ALL -m ALL -n ALL -q -r -u ALL -P ALL -v -W -w -F 5\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "script/terra...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1917, "all_permissive": false }
ansible_role
VaidheeswaranSrinivasan/thoughtworks-test
843bba7665c4ec8fd1e95543efdea99432e748df
0
Ansible/roles/install_mediawiki
7,332
[ "no_license" ]
[ { "path": "Ansible/roles/install_mediawiki/tasks/main.yml", "content": "---\n- name: \"Install the required packages\"\n yum:\n name: \"{{ item.name }}\"\n state: present\n with_items: \"{{ required_packages }}\"\n\n- name: \"Start the mysql DB\"\n service:\n name: mariadb\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
freenit-framework/frontend-startkit
0172454ed2615a8bb55e2c7374c89781eaa5edaf
1
ansible/roles/devel
7,332
[ "no_license" ]
[ { "path": "ansible/roles/devel/tasks/main.yml", "content": "---\n- name: install devel packages\n with_items: \"{{ devel_packages }}\"\n pkgng:\n name: \"{{ item.name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
natdemers/auto-wordpress
8358c917b46d419aae26a8cc14e080cfd1d47c03
0
roles/docker
7,332
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n - name: install docker\n yum: name=docker state=latest\n\n - name: start docker service\n service: name=docker state=started enabled=yes\n\n - name: install docker py\n pip: name=docker-py state=present\n\n - name: create a docker image\n do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
natdemers/auto-wordpress
8358c917b46d419aae26a8cc14e080cfd1d47c03
0
roles/docker-mysql
7,332
[ "no_license" ]
[ { "path": "roles/docker-mysql/tasks/main.yml", "content": "---\n - name: create a docker container\n docker_container:\n name: mysql\n image: mysql:8.0\n ports:\n - \"3306:3306\"\n env:\n MYSQL_ROOT_PASSWORD: '{{ wp_root_password }}'\n MYSQL_USER: '{{ wp_db_user }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
natdemers/auto-wordpress
8358c917b46d419aae26a8cc14e080cfd1d47c03
0
roles/mysql-configure
7,332
[ "no_license" ]
[ { "path": "roles/mysql-configure/tasks/main.yml", "content": "---\n - name: install the mysql server\n yum: name={{ item }} state=present\n with_items:\n - mysql-server\n - mysql-devel\n - gcc\n\n - name: install mysql-python\n pip: name=mysql-python state=present\n\n - name: create mysql con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
natdemers/auto-wordpress
8358c917b46d419aae26a8cc14e080cfd1d47c03
0
roles/security_groups
7,332
[ "no_license" ]
[ { "path": "roles/security_groups/tasks/main.yml", "content": "---\n - name: get public ip to set firewall\n ipify_facts:\n register: public_ip\n\n - name: create security group with ssh and web ports\n tags: sg\n ec2_group:\n # Create a specific name for now to avoid conflict with any other sg'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
natdemers/auto-wordpress
8358c917b46d419aae26a8cc14e080cfd1d47c03
0
roles/web
7,332
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n - name: install the apache webserver and php\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - php\n - php-mysql\n\n - name: start apache server\n service: name=httpd state=started enabled=yes\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
natdemers/auto-wordpress
8358c917b46d419aae26a8cc14e080cfd1d47c03
0
roles/wordpress
7,332
[ "no_license" ]
[ { "path": "roles/wordpress/files/weather.php", "content": "<?php\nrequire( 'wp-load.php' );\n\n// Where On Earth ID. Use this to get data from a particular location.\n$woeid = 2379574;\n\n$curl_url = \"https://www.metaweather.com/api/location/{$woeid}/\";\n\n// Initialize\n$ch = curl_init();\n\n// Specify w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3270, "all_permissive": false }
ansible_role
project-receptor/python-receptor
0eb9f0e3bd3b25bce948f7a2f43562f181a630a1
32
installer/roles/receptor_install
7,333
[ "permissive" ]
[ { "path": "installer/roles/receptor_install/tasks/main.yml", "content": "---\n- name: Make sure Python 3 is installed\n package:\n name: python3\n state: present\n\n- name: Make sure Python 3 pip is installed\n package:\n name: python3-pip\n state: present\n\n- name: Install git if needed\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2071, "all_permissive": true }
ansible_role
Anthares101/k3s-pi-cluster-upgrade
b14d7eb641148e67f5bfa80b911ab6ef059483af
0
roles/upgrade-k3s-master
7,333
[ "no_license" ]
[ { "path": "roles/upgrade-k3s-master/tasks/main.yaml", "content": "- name: Download K3s install script\n become: true\n get_url:\n url: https://get.k3s.io\n dest: \"~/k3s_install.sh\"\n mode: a+x\n\n- name: Upgrade K3s\n become: true\n shell: >-\n ~/k3s_install.sh --disable metrics-server --k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 836, "all_permissive": false }
ansible_role
Anthares101/k3s-pi-cluster-upgrade
b14d7eb641148e67f5bfa80b911ab6ef059483af
0
roles/upgrade-k3s-workers
7,333
[ "no_license" ]
[ { "path": "roles/upgrade-k3s-workers/tasks/main.yaml", "content": "- name: Download K3s install script\n become: true\n get_url:\n url: https://get.k3s.io\n dest: \"~/k3s_install.sh\"\n mode: a+x\n\n- name: Upgrade K3s\n become: true\n shell: >-\n K3S_URL=https://\"{{ groups['master'][0] }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
Anthares101/k3s-pi-cluster-upgrade
b14d7eb641148e67f5bfa80b911ab6ef059483af
0
roles/upgrade-linux
7,333
[ "no_license" ]
[ { "path": "roles/upgrade-linux/tasks/main.yaml", "content": "- name: Upgrade the OS (apt-get dist-upgrade)\n become: yes\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n upgrade: dist\n\n- name: Check if reboot is required\n stat:\n path: /var/run/reboot-required\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
Anthares101/k3s-pi-cluster-upgrade
b14d7eb641148e67f5bfa80b911ab6ef059483af
0
roles/upgrade-monitoring
7,333
[ "no_license" ]
[ { "path": "roles/upgrade-monitoring/tasks/main.yaml", "content": "---\n- name: Upgrade Kube Prometheus stack version\n become: true\n kubernetes.core.helm:\n name: kube-prometheus\n chart_ref: prometheus-community/kube-prometheus-stack\n release_namespace: monitoring\n reuse_values: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1227, "all_permissive": false }
ansible_role
sabsabila/BENJOL-Infrastructure
c04dba0b853649b9938a1e46d770a630dc920cf3
0
BENJOL-Terraform+Ansible/roles/initialize-app
7,333
[ "no_license" ]
[ { "path": "BENJOL-Terraform+Ansible/roles/initialize-app/tasks/main.yml", "content": "- name: Copy docker compose file\n copy:\n src: docker-compose.yml\n dest: /home/benjol/docker-compose.yml\n\n- name : Create envoronment directory for backend\n file:\n path: /home/benjol/environment\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
sabsabila/BENJOL-Infrastructure
c04dba0b853649b9938a1e46d770a630dc920cf3
0
BENJOL-Terraform+Ansible/roles/initialize-droplet
7,333
[ "no_license" ]
[ { "path": "BENJOL-Terraform+Ansible/roles/initialize-droplet/tasks/main.yml", "content": "- name: Install DigitalOcean repo key\n apt_key:\n url: https://repos.sonar.digitalocean.com/sonar-agent.asc\n state: present\n\n- name: Install DigitalOcean apt repo\n apt_repository:\n repo: deb https://repos.so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1234, "all_permissive": false }
ansible_role
CircleCI-Archived/ansible-aws
173549fea4e1e0e8468cd8164dd338da0097dea2
55
config/roles/common
7,333
[ "no_license" ]
[ { "path": "config/roles/common/tasks/main.yml", "content": "---\n# It speeds things up a bit to do this just once\n- name: apt update\n apt: update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
CircleCI-Archived/ansible-aws
173549fea4e1e0e8468cd8164dd338da0097dea2
55
config/roles/hello
7,333
[ "no_license" ]
[ { "path": "config/roles/hello/meta/main.yml", "content": "---\ndependencies:\n - { role: common, tags: dep }\n - { role: uwsgi, tags: dep }\n - { role: nginx, tags: dep }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "config/roles/hello/file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1062, "all_permissive": false }
ansible_role
CircleCI-Archived/ansible-aws
173549fea4e1e0e8468cd8164dd338da0097dea2
55
config/roles/nginx
7,333
[ "no_license" ]
[ { "path": "config/roles/nginx/meta/main.yml", "content": "---\ndependencies:\n - { role: common }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "config/roles/nginx/tasks/main.yml", "content": "---\n- name: ensure nginx installed\n apt: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 179, "all_permissive": false }
ansible_role
CircleCI-Archived/ansible-aws
173549fea4e1e0e8468cd8164dd338da0097dea2
55
config/roles/uwsgi
7,333
[ "no_license" ]
[ { "path": "config/roles/uwsgi/tasks/main.yml", "content": "---\n- name: ensure required packages installed\n apt: name={{ item }} state=present\n with_items:\n - python-pip\n - python-dev \n- name: install from pip\n pip: name=uwsgi\n- name: ensure vassal directory in place\n file: path=/etc/uwsg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
vishnudxb/ansible-dcos
6a487baf9694833570932cc5c389c7e603e450fd
7
playbook/roles/common
7,333
[ "no_license" ]
[ { "path": "playbook/roles/common/tasks/post_create.yml", "content": "---\n - name: set hostname\n hostname: name='{{ instance_role }}.{{private_domain}}'\n\n - name: disable changing hostname during reboot\n lineinfile:\n dest: /etc/cloud/cloud.cfg\n line: \"preserve_hostname: true\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3488, "all_permissive": false }
ansible_role
starplanet/ansible_repo
72aaf10e81e853be84e8a7bf0b897b9f814b2152
1
roles/cdh-agent
7,333
[ "no_license" ]
[ { "path": "roles/cdh-agent/tasks/main.yml", "content": "---\n\n- name: configure custom yum repo\n copy: src=cdh.repo dest=/etc/yum.repos.d/cdh.repo\n\n- name: install oracle-j2sdk1.7\n yum: name=oracle-j2sdk1.7 state=installed\n\n- name: install cloudera-manager-agent\n yum: name=cloudera-manager-agent ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 879, "all_permissive": false }
ansible_role
starplanet/ansible_repo
72aaf10e81e853be84e8a7bf0b897b9f814b2152
1
roles/cdh-common
7,333
[ "no_license" ]
[ { "path": "roles/cdh-common/tasks/main.yml", "content": "---\n\n- name: copy /etc/hosts to configure dns\n copy: src=hosts dest=/etc/hosts owner=root group=root mode=644\n\n- name: set vm.swappiness=10 in /etc/sysctl.conf\n sysctl: name=vm.swappiness value=10 state=present\n\n- name: make sure /etc/rc.loc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1449, "all_permissive": false }
ansible_role
starplanet/ansible_repo
72aaf10e81e853be84e8a7bf0b897b9f814b2152
1
roles/common
7,333
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# handler for common\n\n- name: restart sshd\n service: name=sshd state=restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/common/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3125, "all_permissive": false }
ansible_role
starplanet/ansible_repo
72aaf10e81e853be84e8a7bf0b897b9f814b2152
1
roles/developer
7,333
[ "no_license" ]
[ { "path": "roles/developer/defaults/main.yml", "content": "---\n\nuser_list: ['zhangjinjie']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/developer/tasks/main.yml", "content": "---\n\n- name: install vbundle\n git: \n repo: https...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3953, "all_permissive": false }
ansible_role
izadorozhna/tempest-queens
fe0f273adb0d0da7f4f1b4d84047bb0a6a1a4cf2
0
roles/run-tempest
7,333
[ "permissive" ]
[ { "path": "roles/run-tempest/tasks/main.yaml", "content": "# NOTE(andreaf) The number of vcpus is not available on all systems.\n# See https://github.com/ansible/ansible/issues/30688\n# When not available, we fall back to ansible_processor_cores\n- name: Get hw.logicalcpu from sysctl\n shell: sysctl hw.log...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1071, "all_permissive": true }
ansible_role
miyamondo/ansible_vagrant
1f0728e6a4909f4540c6829639bba159c0769179
0
roles/common
7,333
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: include tasks/base-packages.yml\n include_tasks: tasks/base-packages.yml\n\n- name: include tasks/hostname.yml\n include_tasks: tasks/hostname.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 408, "all_permissive": false }
ansible_role
miyamondo/ansible_vagrant
1f0728e6a4909f4540c6829639bba159c0769179
0
roles/mysql
7,333
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: install mysql8.0\n yum: name={{ item }} state=present\n loop:\n - \"{{ MYSQL_VERSION }}\"\n\n- name: install mysqld\n yum: name={{ item }} state=installed \n loop:\n - mysql-community-server\n\n- name: start mysqld\n service: name=mysqld...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1632, "all_permissive": false }
ansible_role
miyamondo/ansible_vagrant
1f0728e6a4909f4540c6829639bba159c0769179
0
roles/wordpress
7,333
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "- name: Create directory for WordPress\n file:\n path: \"/var/www/dev.menta.me\"\n state: directory\n\n- name: Download WordPress archive\n get_url:\n url: \"{{ item }}\"\n dest: \"/var/www/dev.menta.me/\"\n loop:\n - \"{{ Wordpress_V...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
joscelynjean/arch-haproxy-docker
2c25b64a97f5dbd61140c9ef4423db00b7b4243d
0
src/ansible/docker-host/roles/example.docker-random-uuid
7,334
[ "no_license" ]
[ { "path": "src/ansible/docker-host/roles/example.docker-random-uuid/README.md", "content": "Role Name\n=========\n\nThis role is used to deploy a Docker container from joscelynjean/us-random-uuid image.\n\nRequirements\n------------\n\n- Must have pip installed\n\nExample Playbook\n----------------\n\nInclu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1021, "all_permissive": false }
ansible_role
happner/happner-ansible-orchestration
460bb62a1a890b8a9d08c2f48ca38de9673f2c59
0
examples/happner_cluster/deploy/roles/cluster_image_build
7,334
[ "no_license" ]
[ { "path": "examples/happner_cluster/deploy/roles/cluster_image_build/templates/Dockerfile", "content": "FROM ubuntu:14.04\nMAINTAINER ig-grant\n\n# Declare args\nARG NVM_DIR=$HOME/.nvm\nARG NVM_VERSION=0.32.0\nARG NODE_VERSION=4.6.2\nARG BUILD_VERSION=0.0.0\n\n#### General ####\nRUN apt-get update && apt-ge...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8152, "all_permissive": false }
ansible_role
happner/happner-ansible-orchestration
460bb62a1a890b8a9d08c2f48ca38de9673f2c59
0
examples/happner_cluster/deploy/roles/cluster_information
7,334
[ "no_license" ]
[ { "path": "examples/happner_cluster/deploy/roles/cluster_information/defaults/main.yml", "content": "cluster_ip_info: []\ncluster_seed_port: 56000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "examples/happner_cluster/deploy/roles/cluster_infor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
happner/happner-ansible-orchestration
460bb62a1a890b8a9d08c2f48ca38de9673f2c59
0
examples/happner_cluster/deploy/roles/mongo_image_build
7,334
[ "no_license" ]
[ { "path": "examples/happner_cluster/deploy/roles/mongo_image_build/defaults/main.yml", "content": "mongo_instance_base_name: cluster/baseimage\nmongo_instance_base_tag: \"latest\"\nmongo_instance_version: \"\"\nmongo_instance_build_dir: /tmp/mongo_instance\nmongo_instance_extra_tag: latest\nmongo_instance_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2150, "all_permissive": false }
ansible_role
testVinaycicd/tool-setup
f50c0912eb268cb22e4009d8d6c4751d76389fdf
0
roles/github-runner
7,334
[ "no_license" ]
[ { "path": "roles/github-runner/tasks/main.yml", "content": "- name: Setup prompt\n ansible.builtin.shell: set-prompt {{ tool_name }}\n\n- name: LVM Layout\n ansible.builtin.include_role:\n name: common\n tasks_from: lvm\n\n- name: Create github local user\n ansible.builtin.user:\n name: github\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3160, "all_permissive": false }
ansible_role
hashwing/redis-sentinel
2bf94676863486dc8839aa42bf5fc92a312b7a83
0
roles/redis
7,334
[ "no_license" ]
[ { "path": "roles/redis/templates/redis.master.conf.j2", "content": "#主(Master)节点,开启AOF,禁用RDB\nport {{ redis_port }}\nrequirepass {{redis_password}}\npidfile /var/run/redis.pid\nlogfile \"/var/log/redis/redis.log\"\nsave 900 1\nsave 300 10\nsave 60 10000\nsave \"\"\ndir /usr/local/redis/data/\ndbfilename dum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1957, "all_permissive": false }
ansible_role
hashwing/redis-sentinel
2bf94676863486dc8839aa42bf5fc92a312b7a83
0
roles/sentinel
7,334
[ "no_license" ]
[ { "path": "roles/sentinel/templates/redis-sentinel.conf.j2", "content": "port {{ sentinel_port }} \nprotected-mode no\nlogfile \"/var/log/redis/sentinel.log\"\ndir \"/usr/local/redis/\"\nsentinel monitor {{sentinel.master_name}} {{ redis_master_ip }} {{ redis_port }} 2\nsentinel auth-pass {{sentinel.master_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
shaifimran/DevOps-Project-Spring-2025
2dcd450cac246bbfffc3e8515c908f299634f361
0
ansible/roles/argocd
7,334
[ "no_license" ]
[ { "path": "ansible/roles/argocd/tasks/main.yaml", "content": "- name: Install ArgoCD CLI\r\n get_url:\r\n url: https://github.com/argoproj/argo-cd/releases/download/{{ argocd_version }}/argocd-linux-amd64\r\n dest: /usr/local/bin/argocd\r\n mode: 0755\r\n\r\n- name: Wait for cluster to stabilize\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
shaifimran/DevOps-Project-Spring-2025
2dcd450cac246bbfffc3e8515c908f299634f361
0
ansible/roles/ingress-nginx
7,334
[ "no_license" ]
[ { "path": "ansible/roles/ingress-nginx/tasks/main.yaml", "content": "- name: Add Helm repo for NGINX Ingress\r\n shell: |\r\n helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx\r\n helm repo update\r\n args:\r\n creates: /home/ec2-user/.cache/helm/repository/ingress-nginx-inde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
shaifimran/DevOps-Project-Spring-2025
2dcd450cac246bbfffc3e8515c908f299634f361
0
ansible/roles/k3s
7,334
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/main.yaml", "content": "- name: Download k3s installer\r\n get_url:\r\n url: https://get.k3s.io\r\n dest: /tmp/install_k3s.sh\r\n mode: 0755\r\n\r\n- name: Install k3s\r\n shell: sh /tmp/install_k3s.sh\r\n\r\n- name: Wait for k3s kubeconfig to exist\r\n wait_fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1124, "all_permissive": false }
ansible_role
rifqoi/ansible_rha
0f51a14f6a440714af1a0ed003fc0075391eeac6
0
latihan_drive/roles/linux-system-roles.timesync
7,334
[ "no_license" ]
[ { "path": "latihan_drive/roles/linux-system-roles.timesync/tasks/set_vars.yml", "content": "---\n- name: Ensure ansible_facts used by role\n setup:\n gather_subset: \"{{ __timesync_required_facts_subsets }}\"\n when: __timesync_required_facts |\n difference(ansible_facts.keys() | list) | length > 0\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
rifqoi/ansible_rha
0f51a14f6a440714af1a0ed003fc0075391eeac6
0
latihan_drive/roles/sample-apache
7,334
[ "no_license" ]
[ { "path": "latihan_drive/roles/sample-apache/tasks/main.yml", "content": "---\n# tasks file for sample-apache\n#\n- name: Start httpd\n ansible.builtin.service:\n name: httpd\n state: started\n enabled: true\n\n- name: start firewall\n ansible.posix.firewalld:\n service: http\n permanent: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/aur-package
7,334
[ "no_license" ]
[ { "path": "roles/aur-package/vars/main.yml", "content": "AurPackage:\n - google-chrome\n - visual-studio-code-bin\n #- dropbox\n - jdk11-adoptopenjdk\n #- clion\n - pycharm-professional\n - goland\n - intellij-idea-ultimate-edition\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 345, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/chrony
7,334
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yaml", "content": "# 时间同步工具\n- name: Install chrony package\n become: yes\n package:\n name: chrony\n\n- name: Setting NTP Server Config\n become: yes\n lineinfile:\n path: /etc/chrony.conf\n line: \"{{ item }}\"\n create: yes\n with_items: \n - \"{{ Nt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/i3wm-desktop
7,334
[ "no_license" ]
[ { "path": "roles/i3wm-desktop/vars/main.yml", "content": "I3ConfigDir: $HOME/.i3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/i3wm-desktop/tasks/main.yml", "content": "- name: Will copy i3 config file\n copy:\n src: i3/config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 114, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/package
7,334
[ "no_license" ]
[ { "path": "roles/package/vars/main.yml", "content": "CommonPackage:\n - base-devel\n - yay\n - fish\n - git\n - vim\n - neovim\n - make\n - cmake\n - clang\n - lldb\n - python-pip\n - albert\n - yarn\n - telegram-desktop\n - go\n - rust\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 325, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/pip-package
7,334
[ "no_license" ]
[ { "path": "roles/pip-package/tasks/main.yml", "content": "- name: \"Will install Python Packages {{ PipPackage }}\"\n pip:\n name: \"{{ PipPackage }}\"\n extra_args: --user\n executable: \"pip3\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 172, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/powerline-fonts
7,334
[ "no_license" ]
[ { "path": "roles/powerline-fonts/tasks/main.yml", "content": "- name: Will clone powerline fonts repo\n async: 600\n poll: 10\n git:\n repo: \"{{ PowerlineFontsRepo }}\"\n dest: \"{{ CloneDir }}\"\n\n- name: Will install powerline fonts\n shell: \"{{ CloneDir }}/install.sh\"\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 305, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/profile
7,334
[ "no_license" ]
[ { "path": "roles/profile/tasks/main.yml", "content": "- name: Set user profile\n copy:\n dest: \"{{ ProfilePath }}\"\n src: profile\n\n- name: Set user editorconfig\n copy:\n dest: \"{{ EditorConfigPath }}\"\n src: editorconfig\n\n- name: Create a directory if it does not exist\n file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/ss-libev-client
7,334
[ "no_license" ]
[ { "path": "roles/ss-libev-client/tasks/main.yml", "content": "- name: \"Install ss-libev\"\n become: yes\n package:\n name: \"shadowsocks-libev\"\n state: latest\n\n- name: \"Create {{ SSClientConfigDir }} directory if it does not exist\"\n become: yes\n file:\n path: \"{{ SSClientConfigDir }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 839, "all_permissive": false }
ansible_role
Oliver-Chang/Manjaro-i3wm
c7cceecab30b71af8fe29c79fd4ea2da02af02e5
0
roles/sshd
7,334
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yaml", "content": "# Configure SSH server service\n\n- name: Setting sshd Server Config\n become: yes\n lineinfile:\n path: /etc/ssh/sshd_config\n line: \"{{ item }}\"\n create: yes\n with_items:\n - \"{{ SSHDConfig }}\"\n\n- name: Start service sshd, if not s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
nergalex/xc-vk8s-sentence
cb7389665732b85dc709422c03a2a38f62b734e8
0
playbooks/roles/xc
7,334
[ "no_license" ]
[ { "path": "playbooks/roles/xc/templates/http_lb_app_sentence_frontend_main.json", "content": "{\n \"metadata\": {\n \"name\": \"{{ extra_app.name }}-public\",\n \"namespace\": \"{{ extra_volterra_namespace }}\",\n \"labels\": {\n \"ves.io/app_type\": \"cloudbuilder\",\n \"owner\": \"{{ e...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 32444, "all_permissive": false }
ansible_role
nikkesarg/testTask
595802dd71875cd470b9b66ba9afb1e43b30e617
0
ansible/roles/alexislessard.docker-prometheus
7,334
[ "no_license" ]
[ { "path": "ansible/roles/alexislessard.docker-prometheus/tasks/install_prometheus.yml", "content": "---\n- name: ensure prometheus data directory owner is nobody\n become: yes\n file:\n path: \"{{ prometheus_volume_source}}\"\n mode: 0777 \n state: directory \n notify: \n - Restar...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2458, "all_permissive": false }