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 | Pil3b/dev | b7b99aeb073fbf91979d65c9f05df229e41a8188 | 0 | roles/Common | 7,767 | [
"no_license"
] | [
{
"path": "roles/Common/tasks/erlang.yml",
"content": "---\n\n- name: Install Erlang\n sudo: true\n apt: update_cache=yes\n apt: name=erlang state=present force=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/Common/tasks/clojure.ym... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/ATLAS | 7,767 | [
"no_license"
] | [
{
"path": "roles/ATLAS/tasks/install.yml",
"content": "---\n#tasks file for gromacs install\n\n- name: create a directory\n file: \n path: /opt/atlas \n state: directory\n\n- name: Download the package of atlas\n get_url: \n url: \"{{ atlas_url }}\"\n dest: /tmp/atlas-{{ atlas_version }}.tar.g... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/BLACS | 7,767 | [
"no_license"
] | [
{
"path": "roles/BLACS/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - BLACS",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/BLACS/tasks/install.yml",
"content": "---\n#Tasks file for BLACS\n\n- ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1725,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/BLAS | 7,767 | [
"no_license"
] | [
{
"path": "roles/BLAS/tasks/main.yml",
"content": "---\n# tasks file for BLAS\n\n- include: install.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/BLAS/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/GCC7 | 7,767 | [
"no_license"
] | [
{
"path": "roles/GCC7/handlers/main.yml",
"content": "---\n# handlers file for GCC7",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/GCC7/tasks/main.yml",
"content": "---\n# tasks file for GCC7\n\n- include: install.yml\n",
"license_ty... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/GCC8 | 7,767 | [
"no_license"
] | [
{
"path": "roles/GCC8/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - GCC8",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/GCC8/handlers/main.yml",
"content": "---\n# handlers file for GCC8",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1797,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/HDF5 | 7,767 | [
"no_license"
] | [
{
"path": "roles/HDF5/tasks/libdap.yml",
"content": "---\n\n#- name: Download the package for a libdap\n# get_url: url={{ libdap_url }} dest=/tmp/{{ libdap_version }}.tar.gz\n\n#- name: Extract the package of libdap\n# unarchive: src=/tmp/{{ libdap_version }}.tar.gz dest=/tmp/HDF5/\n\n#- name: Create a di... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4036,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/LAMMPS | 7,767 | [
"no_license"
] | [
{
"path": "roles/LAMMPS/tasks/lammps.yml",
"content": "---\n- name: Create a directory\n file: \n path: /tmp/LAMMPS/ \n state: directory\n\n- name: Download the package of lammps\n get_url: \n url: \"{{ lammps_url }}\" \n dest: /tmp/LAMMPS/{{ lammps_version }}.tar.gz\n\n- name: Extract the lam... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2827,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/LAPACK | 7,767 | [
"no_license"
] | [
{
"path": "roles/LAPACK/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - LAPACK",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/LAPACK/tasks/install.yml",
"content": "---\n# Tasks for LAPACK\n\n- ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/OpenFOAM | 7,767 | [
"no_license"
] | [
{
"path": "roles/OpenFOAM/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - OpenFOAM",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/OpenFOAM/defaults/main.yml",
"content": "---\n# defaults file fo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4664,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/SCALAPACK | 7,767 | [
"no_license"
] | [
{
"path": "roles/SCALAPACK/handlers/main.yml",
"content": "---\n# handlers file for SCALAPACK",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/SCALAPACK/defaults/main.yml",
"content": "---\n# defaults file for SCALAPACK",
"license_type... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | locuzsravanthi/ansible_tower | f795f89c03042a04b0ddef907cbf1230cd0296d0 | 0 | roles/nginx | 7,767 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/install.yml",
"content": "---\n\n- name: Install the nginx server\n yum:\n name: nginx\n state: latest\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | fepauly/devops-infrastructure-lab | 2497a4e96b6f23ce30d065b8c47727e40e818a69 | 0 | ansible/roles/app | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/app/files/nginx.conf",
"content": "# Nginx reverse proxy configuration for Flask application\n# This configuration routes requests to the Flask container\n# and serves as a production-ready web server\n\n# Main HTTP server block\nserver {\n listen 80;\n server_name localhost;\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 15940,
"all_permissive": false
} |
ansible_role | fepauly/devops-infrastructure-lab | 2497a4e96b6f23ce30d065b8c47727e40e818a69 | 0 | ansible/roles/common | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "# Common configuration tasks applied to all servers\n# This role establishes the baseline system configuration for all servers.\n# Which is a good thing to do to ensure consistency across your infrastructure!\n\n# Lets first update the package cac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1456,
"all_permissive": false
} |
ansible_role | fepauly/devops-infrastructure-lab | 2497a4e96b6f23ce30d065b8c47727e40e818a69 | 0 | ansible/roles/db | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/db/handlers/main.yml",
"content": "# This is a handler we define for the PostgreSQL role.\n# Handlers run only when notified by a task and that task made a change\n# AND only only once per playbook run, even if multiple tasks notify the same handler.\n\n- name: Restart PostgreSQL\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4950,
"all_permissive": false
} |
ansible_role | fepauly/devops-infrastructure-lab | 2497a4e96b6f23ce30d065b8c47727e40e818a69 | 0 | ansible/roles/docker | 7,767 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/handlers/main.yml",
"content": "# Handlers for the Docker role\n# These run only when notified and only if changes occurred\n\n- name: Restart Docker\n ansible.builtin.service:\n name: docker\n state: restarted",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2852,
"all_permissive": false
} |
ansible_role | networklore/ansible-getting-started | 7279f41def3b9e78ad0ff5d42559d0f6c0f807c6 | 7 | strongswan-mesh/roles/strongswan | 7,767 | [
"no_license"
] | [
{
"path": "strongswan-mesh/roles/strongswan/templates/ipsec.secrets.j2",
"content": "# {{ ansible_managed }}\n\n\n# This file holds shared secrets or RSA private keys for inter-Pluto\n# authentication. See ipsec_pluto(8) manpage, and HTML documentation.\n\n\n# RSA private key for this host, authenticating ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | marcellmartini/nlw-9 | 3a07305de74ebbd6c84e2d87207651f697790b8a | 0 | install/roles/ansible | 7,767 | [
"no_license"
] | [
{
"path": "install/roles/ansible/tasks/main.yml",
"content": "---\n- name: Add ansible stable repository from PPA\n become: true\n ansible.builtin.apt_repository:\n repo: ppa:ansible/ansible\n\n- name: Install pre-req\n become: true\n ansible.builtin.apt:\n update_cache: yes\n pkg:\n - ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | marcellmartini/nlw-9 | 3a07305de74ebbd6c84e2d87207651f697790b8a | 0 | install/roles/expo | 7,767 | [
"no_license"
] | [
{
"path": "install/roles/expo/tasks/main.yml",
"content": "---\n- name: Install \"expo\" node.js package globally.\n become: true\n npm:\n name: expo-cli\n global: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | marcellmartini/nlw-9 | 3a07305de74ebbd6c84e2d87207651f697790b8a | 0 | install/roles/node | 7,767 | [
"no_license"
] | [
{
"path": "install/roles/node/tasks/main.yml",
"content": "---\n- name: Get nodesource setup_lts.x shell script\n get_url:\n url: https://deb.nodesource.com/setup_lts.x\n dest: /tmp/setup_lts_x.sh\n mode: \"0700\"\n\n- name: Add node.js PPA\n become: true\n ansible.builtin.shell: /tmp/setup_lts_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | rafabsb/kubernetes-k1 | 038c8e0dbb204737a1ff0df10320aef86f6321b3 | 0 | kubeadm/infra-libvirt-centos/20-provision/roles/config-os | 7,767 | [
"no_license"
] | [
{
"path": "kubeadm/infra-libvirt-centos/20-provision/roles/config-os/tasks/main.yml",
"content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: '{{item}}'\n state: present\n with_items:\n - docker\n - wheel\n become: true\n\n- name: Set vm.max_map_count=262144 as recommended... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | rafabsb/kubernetes-k1 | 038c8e0dbb204737a1ff0df10320aef86f6321b3 | 0 | kubeadm/infra-libvirt-centos/20-provision/roles/docker | 7,767 | [
"no_license"
] | [
{
"path": "kubeadm/infra-libvirt-centos/20-provision/roles/docker/tasks/main.yml",
"content": "---\n\n# - name: Template http-proxy.conf\n# template:\n# src: http-proxy.conf\n# dest: '{{dockerSystemdDir}}/http-proxy.conf'\n# owner: root\n# mode: 0644\n# force: yes\n# become: true\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1903,
"all_permissive": false
} |
ansible_role | rafabsb/kubernetes-k1 | 038c8e0dbb204737a1ff0df10320aef86f6321b3 | 0 | kubeadm/infra-libvirt-centos/20-provision/roles/kubeadm | 7,767 | [
"no_license"
] | [
{
"path": "kubeadm/infra-libvirt-centos/20-provision/roles/kubeadm/tasks/main.yml",
"content": "\n\n- name: Install kubeadm, kubelet, kubectl\n become: true\n shell:\n cmd: |\n cat <<EOF > /etc/yum.repos.d/kubernetes.repo\n [kubernetes]\n name=Kubernetes\n baseurl=https://packages.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1171,
"all_permissive": false
} |
ansible_role | rafabsb/kubernetes-k1 | 038c8e0dbb204737a1ff0df10320aef86f6321b3 | 0 | kubeadm/infra-libvirt-centos/20-provision/roles/kubeadm-master | 7,767 | [
"no_license"
] | [
{
"path": "kubeadm/infra-libvirt-centos/20-provision/roles/kubeadm-master/defaults/main.yml",
"content": "# cluster_name: k1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "kubeadm/infra-libvirt-centos/20-provision/roles/kubeadm-master/tasks/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1971,
"all_permissive": false
} |
ansible_role | rafabsb/kubernetes-k1 | 038c8e0dbb204737a1ff0df10320aef86f6321b3 | 0 | kubeadm/infra-libvirt-centos/20-provision/roles/kubeadm-worker | 7,767 | [
"no_license"
] | [
{
"path": "kubeadm/infra-libvirt-centos/20-provision/roles/kubeadm-worker/tasks/main.yml",
"content": "\n\n- name: Join worker-node\n shell: \"{{ kubeadm_join }}\"\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | rafabsb/kubernetes-k1 | 038c8e0dbb204737a1ff0df10320aef86f6321b3 | 0 | rancher-rke/infra-libvirt-centos/20-provision/roles/self-sign-certs | 7,767 | [
"no_license"
] | [
{
"path": "rancher-rke/infra-libvirt-centos/20-provision/roles/self-sign-certs/tasks/main.yml",
"content": "- name: Ensure python OpenSSL dependencies are installed.\n pip:\n name: pyOpenSSL\n state: present\n become: true\n\n- name: Ensure directory exists for local self-signed TLS certs.\n file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | rafabsb/kubernetes-k1 | 038c8e0dbb204737a1ff0df10320aef86f6321b3 | 0 | rancher-rke/infra-libvirt-coreos/20-provision/roles/rancher-rke | 7,767 | [
"no_license"
] | [
{
"path": "rancher-rke/infra-libvirt-coreos/20-provision/roles/rancher-rke/tasks/main.yml",
"content": "\n- name: Template rancher-cluster.yml\n template:\n src: rancher-cluster.yml.j2\n dest: \"{{rke_project_path}}/rancher-cluster.yml\"\n force: yes\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | redhatbsb/phpapp | 63619c9301ea9a01f8ff96a17a07dc7524110c33 | 0 | resources/prehook/roles/teste1 | 7,767 | [
"no_license"
] | [
{
"path": "resources/prehook/roles/teste1/tasks/main.yaml",
"content": "- name: Apenas uma role de teste\n shell: \"echo ola\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 53,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/aur | 7,764 | [
"no_license"
] | [
{
"path": "roles/aur/tasks/main.yml",
"content": "---\n\n- name: \"Ensure {{ ansible_env.HOME }}/.aur exists\"\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.aur\"\n state: directory\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/aur_install | 7,764 | [
"no_license"
] | [
{
"path": "roles/aur_install/tasks/main.yml",
"content": "---\n\n- name: Set facts\n ansible.builtin.set_fact:\n repo_url: \"https://aur.archlinux.org/{{ aur_install_pkg }}.git\"\n dest_path: \"{{ ansible_env.HOME }}/.aur/{{ aur_install_pkg }}\"\n\n- name: \"Clone {{ repo_url }} to {{ dest_path }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/awscli | 7,764 | [
"no_license"
] | [
{
"path": "roles/awscli/tasks/main.yml",
"content": "---\n\n- name: Install awscli\n ansible.builtin.package:\n name: awscli\n state: present\n register: result\n failed_when: '\"installed\" not in result.msg and result.msg != \"\"'\n when: ansible_os_family == 'Darwin'\n\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/discord | 7,764 | [
"no_license"
] | [
{
"path": "roles/discord/tasks/main.yml",
"content": "---\n\n- name: Install Discord (privileged)\n ansible.builtin.package:\n name: discord\n state: present\n become: true\n when: ansible_os_family != 'Debian' and ansible_os_family != 'Darwin'\n\n- name: Install Discord on MacOS\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/docker | 7,764 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n# - name: \"Clone latest dev Docker version\"\n# ansible.builtin.git:\n# repo: https://aur.archlinux.org/docker-git.git\n# path: \"{{ ansible_env.HOME }}/.aur\"\n\n- name: Docker on Linux\n block:\n - name: Install Docker\n ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/gcloud | 7,764 | [
"no_license"
] | [
{
"path": "roles/gcloud/tasks/main.yml",
"content": "---\n\n- name: Install gcloud\n ansible.builtin.package:\n name: google-cloud-sdk\n state: present\n register: result\n failed_when: |\n \"The latest available version is\" not in result.msg and\n \"already installed\" not in result.msg and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/git | 7,764 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: Add git repo\n ansible.builtin.apt_repository:\n repo: ppa:git-core/ppa\n state: present\n become: true\n when: ansible_os_family == \"Debian\"\n\n- name: Install git (privileged)\n ansible.builtin.package:\n name: git\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1621,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/go | 7,764 | [
"no_license"
] | [
{
"path": "roles/go/defaults/main.yml",
"content": "---\n\ngo_package_name:\n Debian: golang\n Archlinux: go\n\ngo_amd64: go1.17.1.linux-amd64.tar.gz\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/go/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/k8s | 7,764 | [
"no_license"
] | [
{
"path": "roles/k8s/tasks/main.yml",
"content": "---\n\n- name: Install oc\n ansible.builtin.package:\n name: openshift-cli\n state: present\n become: \"{{ false if ansible_os_family == 'Darwin' else true }}\"\n\n- block:\n - name: Tap robscott/tap\n community.general.homebrew_tap:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/keybindings | 7,764 | [
"no_license"
] | [
{
"path": "roles/keybindings/handlers/main.yml",
"content": "---\n\n- name: Reload xmodmap conf\n ansible.builtin.shell:\n cmd: >\n setxkbmap -option ctrl:nocaps &&\n xcape -e 'Control_L=Escape'\n listen: reload xprofile conf\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2935,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/mac_facetimehd | 7,764 | [
"no_license"
] | [
{
"path": "roles/mac_facetimehd/tasks/main.yml",
"content": "---\n\n- name: Arch Linux Installation\n block:\n - name: Install dkms\n ansible.builtin.package:\n name: dkms\n state: present\n become: true\n\n - name: Install bcwc-pcie-git on Archlinux\n ansible.builtin.inc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/mac_keyboard | 7,764 | [
"no_license"
] | [
{
"path": "roles/mac_keyboard/handlers/main.yml",
"content": "---\n\n- name: Regenerate initramfs\n ansible.builtin.shell:\n cmd: mkinitcpio -P\n become: true\n listen: regenerate initramfs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/neovim | 7,764 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n\n- name: Install neovim\n ansible.builtin.package:\n name: neovim\n state: present\n become: \"{{ true if ansible_os_family != 'Darwin' else false }}\"\n\n- name: Install fzf\n ansible.builtin.package:\n name: fzf\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2212,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/opentofu | 7,764 | [
"no_license"
] | [
{
"path": "roles/opentofu/tasks/main.yml",
"content": "---\n\n- name: Install opentofy on MacOS\n ansible.builtin.package:\n name: opentofu\n state: present\n register: result\n failed_when: '\"already installed\" not in result.msg and result.msg != \"\"'\n when: ansible_os_family == 'Darwin'\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/pulumi | 7,764 | [
"no_license"
] | [
{
"path": "roles/pulumi/tasks/main.yml",
"content": "---\n\n- name: Install Pulumi\n ansible.builtin.package:\n name: pulumi/tap/pulumi\n state: present\n register: result\n failed_when: '\"installed\" not in result.msg and result.msg != \"\"'\n when: ansible_os_family == 'Darwin'\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/signal | 7,764 | [
"no_license"
] | [
{
"path": "roles/signal/tasks/main.yml",
"content": "---\n\n- name: Install Signal\n ansible.builtin.package:\n name: signal-desktop\n state: present\n become: true\n when: ansible_os_family != \"Debian\" and ansible_os_family != \"Darwin\"\n\n- name: Install Signal on MacOS\n ansible.builtin.pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/slack | 7,764 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "---\n\n- name: Install Slack on Archlinux\n ansible.builtin.include_role:\n name: aur_install\n vars:\n aur_install_pkg: slack-desktop\n when: ansible_os_family == 'Archlinux'\n\n- name: Install Slack on Debian\n community.general.snap:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/terminal | 7,764 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n\n- name: XFCE desktop environment\n block:\n - name: \"Install xfce4-terminal\"\n ansible.builtin.package:\n name: xfce4-terminal\n state: present\n become: true\n\n - name: \"Ensure /usr/share/xfce4/terminal/colorsc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1426,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/terraform-ls | 7,764 | [
"no_license"
] | [
{
"path": "roles/terraform-ls/tasks/main.yml",
"content": "---\n\n- name: Install terraform-ls on MacOS\n ansible.builtin.package:\n name: hashicorp/tap/terraform-ls\n state: present\n register: result\n failed_when: '\"already installed\" not in result.msg and result.msg != \"\"'\n when: ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/tmux | 7,764 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n\n- name: Install tmux\n ansible.builtin.package:\n name: tmux\n state: present\n become: \"{{ true if ansible_os_family != 'Darwin' else false }}\"\n\n- name: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | saimanwong/dotfiles | b1eab4051124dcd050aa5e417934b5ffe9ab8e72 | 0 | roles/zsh | 7,764 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n\n- name: Set facts\n ansible.builtin.set_fact:\n files:\n - .zshrc\n\n- name: Set facts\n ansible.builtin.set_fact:\n files: \"{{ files + ['.dir_colors'] }}\"\n when: desktop_environment is not undefined and desktop_environment == 'xfce'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | RoromainM/ansible | 6dfb4001e55bac2a5f20186194bdd0e7004aa23a | 0 | roles/bdd | 7,764 | [
"no_license"
] | [
{
"path": "roles/bdd/templates/pg_hba.conf.j2",
"content": "# TYPE DATABASE USER ADDRESS METHOD\nlocal all postgres trust\nhost all all 0.0.0.0/0 trust\n",
"license_type": "no_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | RoromainM/ansible | 6dfb4001e55bac2a5f20186194bdd0e7004aa23a | 0 | roles/common | 7,764 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: dist\n become: yes\n\n- name: Install basic utilities\n apt:\n name:\n - vim\n - wget\n - curl\n state: present\n become: yes\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | RoromainM/ansible | 6dfb4001e55bac2a5f20186194bdd0e7004aa23a | 0 | roles/docker | 7,764 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n become: yes\n\n- name: Install Docker Compose\n apt:\n name: docker-compose\n state: present\n become: yes\n\n- name: Create directory for Docker Compose\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1931,
"all_permissive": false
} |
ansible_role | RoromainM/ansible | 6dfb4001e55bac2a5f20186194bdd0e7004aa23a | 0 | roles/gitlab | 7,764 | [
"no_license"
] | [
{
"path": "roles/gitlab/templates/gitlab.rb.j2",
"content": "external_url 'http://{{ ansible_host }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/gitlab/handlers/main.yml",
"content": "- name: Reconfigure GitLab\n command: gitlab-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | yabberyabber/homebase | 8f8faac48898954665c85f431be1bc8b5ef364a2 | 0 | roles/graphical | 7,764 | [
"no_license"
] | [
{
"path": "roles/graphical/tasks/main.yaml",
"content": "---\n- name: install redshift\n become: yes\n package:\n name: redshift-gtk\n state: present\n\n- name: add redshift config\n copy:\n src: redshiftrc\n dest: \"/home/{{ user }}/.config/redshift.conf\"\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | yabberyabber/homebase | 8f8faac48898954665c85f431be1bc8b5ef364a2 | 0 | roles/terminal | 7,764 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/tmux_navi.yaml",
"content": "---\n- name: tmux - copy tmuxrc\n copy:\n src: tmuxrc\n dest: \"/home/{{ user }}/.tmux.conf\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/terminal/tasks/main.yaml",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4578,
"all_permissive": false
} |
ansible_role | alexmarginean16/Google-Code-in-2018 | 38985bf53e2f9c339efbf82c4deb256094efea5b | 0 | ansible_packages/roles/install-update-packages | 7,764 | [
"no_license"
] | [
{
"path": "ansible_packages/roles/install-update-packages/defaults/main.yml",
"content": "---\n# defaults file for install-update-packages",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible_packages/roles/install-update-packages/handlers/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | alexmarginean16/Google-Code-in-2018 | 38985bf53e2f9c339efbf82c4deb256094efea5b | 0 | ansible_servicestestcases/roles/test_c | 7,764 | [
"no_license"
] | [
{
"path": "ansible_servicestestcases/roles/test_c/vars/main.yml",
"content": "---\n# vars file for test_c\nservice: rescue.service",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "ansible_servicestestcases/roles/test_c/handlers/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3290,
"all_permissive": false
} |
ansible_role | alexmarginean16/Google-Code-in-2018 | 38985bf53e2f9c339efbf82c4deb256094efea5b | 0 | fedora-selinux-testcase/roles/test-case | 7,764 | [
"no_license"
] | [
{
"path": "fedora-selinux-testcase/roles/test-case/defaults/main.yml",
"content": "---\n# defaults file for test-case",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "fedora-selinux-testcase/roles/test-case/handlers/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | MrHatcherstone/vmess_init | 96caa945f5c1bd09cc8d9e5a1e60f063dafc4587 | 0 | roles/add_user | 7,764 | [
"no_license"
] | [
{
"path": "roles/add_user/tasks/main.yml",
"content": "---\n- name: Read config JSON\n ansible.builtin.slurp:\n src: \"{{ vmess_config_file_path }}\"\n register: users_json_raw\n\n- name: Decode JSON\n ansible.builtin.set_fact:\n raw_json: \"{{ users_json_raw.content | b64decode | from_json }}\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1513,
"all_permissive": false
} |
ansible_role | MrHatcherstone/vmess_init | 96caa945f5c1bd09cc8d9e5a1e60f063dafc4587 | 0 | roles/create_bootstrap_user | 7,764 | [
"no_license"
] | [
{
"path": "roles/create_bootstrap_user/tasks/main.yml",
"content": "---\n- name: Create user\n ansible.builtin.user:\n name: \"{{ bootstrap_user }}\"\n shell: /bin/bash\n groups: sudo\n append: true\n create_home: true\n state: present\n password: \"{{ <PASSWORD> }}\"\n\n- name: Set SS... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | MrHatcherstone/vmess_init | 96caa945f5c1bd09cc8d9e5a1e60f063dafc4587 | 0 | roles/delete_user | 7,764 | [
"no_license"
] | [
{
"path": "roles/delete_user/tasks/main.yml",
"content": "---\n- name: Read config JSON\n ansible.builtin.slurp:\n src: \"{{ vmess_config_file_path }}\"\n register: users_json_raw\n\n- name: Decode JSON\n ansible.builtin.set_fact:\n raw_json: \"{{ users_json_raw.content | b64decode | from_json }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1682,
"all_permissive": false
} |
ansible_role | MrHatcherstone/vmess_init | 96caa945f5c1bd09cc8d9e5a1e60f063dafc4587 | 0 | roles/generate_config | 7,764 | [
"no_license"
] | [
{
"path": "roles/generate_config/templates/config_template.j2",
"content": "{\n \"v\": \"2\",\n \"ps\": \"{{ ansible_hostname }}\",\n \"add\": \"{{ ansible_hostname }}.{{ domain }}\",\n \"port\": \"443\",\n \"id\": \"{{ id | default('MISSING_ID') }}\",\n \"aid\": \"0\",\n \"scy\": \"auto\",\n \"net\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3757,
"all_permissive": false
} |
ansible_role | MrHatcherstone/vmess_init | 96caa945f5c1bd09cc8d9e5a1e60f063dafc4587 | 0 | roles/vmess_init_and_configure | 7,764 | [
"no_license"
] | [
{
"path": "roles/vmess_init_and_configure/tasks/install_nodeexporter.yml",
"content": "---\n- name: Print the hostname\n ansible.builtin.debug:\n msg: \"The hostname is {{ ansible_hostname }}\"\n\n- name: Get the latest node_exporter version\n ansible.builtin.shell: |\n set -euo pipefail\n curl -... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 16602,
"all_permissive": false
} |
ansible_role | dsander/ansible-huginn | 7a0dad4d0b293fa1968aebf9ef2462fc1e34b3e1 | 0 | roles/huginn | 7,764 | [
"no_license"
] | [
{
"path": "roles/huginn/tasks/nginx.yml",
"content": "- name: Install nginx SSL location\n template: src=nginx-site-ssl.j2 dest=/etc/nginx/sites-enabled/{{domain_name}}.conf owner=root group=root mode=0644\n when: ssl == true\n\n- name: Install nginx location\n template: src=nginx-site.j2 dest=/etc/nginx... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12651,
"all_permissive": false
} |
ansible_role | andiempett/galicaster-ansible | ec5687bf639f02daf1f616642d358fcb5d7c513e | 0 | roles/capture-agent-common | 7,764 | [
"no_license"
] | [
{
"path": "roles/capture-agent-common/vars/main.yml",
"content": "## capture-agent-common/vars\n---\nhost_ip_address: \"{{ '127.0.0.1' if ip_address == 'dhcp' else ip_address }}\"\n\nlogfile: \"{{ GC_log_path }}\"\n\nca_hostname: \"{{ ansible_custom_hostname }}\"\nip_address: \"{{ ansible_release_host|defau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | osu-itis/ansible-citrixcmdctr | 0d54afd831e069842f32ea564438aee0515e8a0a | 0 | roles/generate_tasks | 7,764 | [
"no_license"
] | [
{
"path": "roles/generate_tasks/tasks/main.yml",
"content": "---\n- name: copy serviceobjects\n copy: src=\"{{ taskmaster.serviceobjects_source_path }}/serviceobjects.yml\"\n dest=\"{{ taskmaster.scripthost_scripts_home }}/citrixcc-taskmaster\"\n mode=600\n\n- name: run citrixcc-taskmaster\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | osu-itis/ansible-citrixcmdctr | 0d54afd831e069842f32ea564438aee0515e8a0a | 0 | roles/install | 7,764 | [
"no_license"
] | [
{
"path": "roles/install/tasks/firewalld_open_cmdctrports.yml",
"content": "---\n- name: open Command Center ports in firewalld\n firewalld: port=\"{{ item }}\"\n immediate=true\n permanent=true\n state=enabled\n when: firewalld_open_port is defined\n with_items: \"{{ ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3426,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/catkin | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/catkin/tasks/main.yml",
"content": "---\n\n- name: do_catkin_init\n debug: msg=\"Do catkin_init on remote workspace\"\n\n- include: catkin_init.yml\n\n- name: do_catkin_make\n debug: msg=\"Do catkin_make on remote workspace\"\n\n- include: catkin_make\n\n",
"license_type": "no... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/common | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/rosvars.yml",
"content": "vars:\n ros_root: \"{{ lookup('env','ROS_ROOT') }}\"\n ros_pkg_path: \"{{ lookup('env','ROS_ROOT') }}\"\n ros_master_uri: \"{{ lookup('env','ROS_MASTER_URI') }}\"\n ros_distro: \"{{ lookup('env','ROS_DISTRO') }}\"\n ros_ip: \"{{ lookup... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/cv | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/cv/tasks/main.yml",
"content": "- name: Install OpenCV-related packages\n sudo: yes\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - imagemagick\n - imagemagick-common\n - python-pip\n - python-matplotlib\n - python-opencv\n - python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/jetson | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/jetson/vars/grinch_vars.yml",
"content": "--- \nubuntu_version: 14.04\npi_board: 0\narchive_type: tbz2\nrobothost: ubuntu\nrobotuser: ubuntu\narchive_dest_path: \"/tmp/\"\narchive_host: http://www.jarzebski.pl/files/jetsontk1\narchive_base_url: \"{{ archive_host}}/grinch-21.3.4\"\n"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5509,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/realsense | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/realsense/tasks/main.yml",
"content": "---\n\n- name: ensure packages needed for build are present\n sudo: yes\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - build-essential \n - git\n - g++\n - libusb-1.0-0-dev\n - python-wstools\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/sd | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/sd/defaults/main.yml",
"content": "--- \nubuntu_version: 16.04\npi_board: 3\nrobothost: ubuntu\nrobotuser: ubuntu\narchive_base_url: http://www.finnie.org/software/raspberrypi/ubuntu-rpi3\narchive_dest_path: \"/tmp/{{ archive_name }}\"\narchive_name: \"ubuntu-{{ ubuntu_version }}-pr... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8132,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/turtlebot | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/turtlebot/defaults/main.yml",
"content": "---\n\nrobothost: ubuntu\nrobotuser: ubuntu\nrobotmodel: kobuki\nrosdistro: indigo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible/roles/turtlebot/tasks/kobuki.yml",
"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/ubiquity | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/ubiquity/tasks/main.yml",
"content": "---\n\n- name: \"check if ubiquity Pi image is present in {{ archive_dest_path }} \"\n stat: path='{{ archive_dest_path }}'\n register: have_zip\n\n \n- name: fetch the latest ubiquity Pi image(This will take a while)\n get_url: url='{{ archi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3208,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/ubuntu | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu/README.md",
"content": "Install ROS on a particular Ubuntu host\n\ncribbed pretty much line-for-line from the ros.org Install-from-debs wiki page.\n\nYou will need to change the hosts definition above to something sensible\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3112,
"all_permissive": false
} |
ansible_role | jetdillo/laniakea | 4b511d3a76b9e10dcb2d28dcbeee36acf0da43c0 | 11 | ansible/roles/up-kernel | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/up-kernel/tasks/main.yml",
"content": "---\n- name: Install packages and kernel mods to run an Intel Up Board \n sudo: yes\n apt_repository: repo='ppa:ubilinux/up'\n\n- name: Get UP-specific kernel image\n sudo: yes\n apt: name=linux-upboard state=present update_cache=yes\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1046,
"all_permissive": false
} |
ansible_role | AnnieOmsk/happydev | bdf70cd1b67eddd22c90971b6f64b9dbbb6aa5a4 | 2 | ansible/roles/ANXS.nginx | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/ANXS.nginx/tasks/default_site.yml",
"content": "# file: nginx/tasks/default_site.yml\n\n- name: Nginx | Make sure the default site root directory is present\n file:\n path: \"{{nginx_default_root}}\"\n state: directory\n owner: \"{{nginx_user}}\"\n group: \"{{nginx_user... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3146,
"all_permissive": false
} |
ansible_role | AnnieOmsk/happydev | bdf70cd1b67eddd22c90971b6f64b9dbbb6aa5a4 | 2 | ansible/roles/ANXS.perl | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/ANXS.perl/README.md",
"content": "## ANXS - perl [](https://travis-ci.org/ANXS/perl)\n\nAnsible role which manages Perl installation and provides cpan_module, to install modules from CPAN.\n\n\n#### Requirements & Dependencies\n- T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | AnnieOmsk/happydev | bdf70cd1b67eddd22c90971b6f64b9dbbb6aa5a4 | 2 | ansible/roles/franklinkim.openssl | 7,764 | [
"no_license"
] | [
{
"path": "ansible/roles/franklinkim.openssl/tasks/main.yml",
"content": "---\n\n- include: install_debian.yml\n when: ansible_os_family == 'Debian'\n- include: install_redhat.yml\n when: ansible_os_family == 'RedHat'\n- include: install_arch.yml\n when: ansible_os_family == 'Archlinux'\n- include: confi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/httpd | 7,764 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/service.yml",
"content": "---\n- name: start service\n service: name=httpd enabled=yes state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/httpd/tasks/config.yml",
"content": "---\n- name: config\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1057,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/httpd_compile | 7,764 | [
"no_license"
] | [
{
"path": "roles/httpd_compile/tasks/config.yml",
"content": "---\n- name: config\n template: src=httpd.conf.j2 dest=/app/httpd24/conf/httpd.conf backup=yes\n notify: restart\n- name: source path\n shell: . /etc/profile.d/httpd.sh\n...\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 2596,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/memcached | 7,764 | [
"no_license"
] | [
{
"path": "roles/memcached/tasks/config.yml",
"content": "- name: config file\n template: src=memcached.j2 dest=/etc/sysconfig/memcached\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/memcached/tasks/service.yml",
"content": "- name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/mysqld | 7,764 | [
"no_license"
] | [
{
"path": "roles/mysqld/tasks.bak/config.yml",
"content": "- name: config my.cnf\n template: src=my.cnf.j2 dest=/etc/my.cnf\n #copy: src=my.cnf dest=/etc/my.cnf backup=yes\n notify: restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "rol... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 26,
"total_bytes": 7581,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/nginx | 7,764 | [
"no_license"
] | [
{
"path": "roles/nginx/vars/main.yml",
"content": "---\nuser: daemon\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- include: repo.yml\n- include: install.yml\n- include: config.yml\n tags... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/php | 7,764 | [
"no_license"
] | [
{
"path": "roles/php/tasks/unarchive_app.yml",
"content": "---\n- name: unarchive wordpress pkg\n unarchive: src={{ wordpress_pkg53 }} dest={{ httpd_htdocs_root }}\n- name: change wordpress file folder name\n shell: chdir={{ httpd_htdocs_root }} mv {{ wordpress53 }} wordpress\n\n- name: unzrchive Discuz p... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3145,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/pxc | 7,764 | [
"no_license"
] | [
{
"path": "roles/pxc/tasks/main.yml",
"content": "---\n- hosts: all\n remote_user: root\n tasks:\n - name: configure percona.repo \n copy: src=/ansible/roles/pxc/files/percona.repo dest=/etc/yum.repo.d/\n - name: install percona-xtradb-cluster in centos7\n yum: name=Percona-XtraDB-Cluster-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | JaccyLi/ansible_exercise | a47d25c7794a41e7254fabc0fed6419cd34e4b87 | 0 | roles/self_report | 7,764 | [
"no_license"
] | [
{
"path": "roles/self_report/templates/self_report.j2",
"content": "My ip address is :\n{{ ansible_default_ipv4.address }}\nDistribution :\n{{ansible_distribution}}\nDistribution major version :\n{{ansible_distribution_major_version}}\nFQDN :\n{{ansible_fqdn}}\nHostname : \n{{ansible_hostname}}\nArch :\n{{a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | swpmp/ansible-nats | 2620576da8b4d081086b37c0a800fbedc23becb1 | 0 | roles/base-config | 7,764 | [
"no_license"
] | [
{
"path": "roles/base-config/handlers/main.yml",
"content": "---\n- name: IPTables Flush\n iptables:\n chain: '{{ item }}'\n flush: yes\n with_items:\n - FORWARD\n - INPUT\n - OUTPUT\n notify: IPTables Save\n\n- name: IPTables Save\n shell: \"iptables-save > /etc/sysconfig/iptables\"",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1577,
"all_permissive": false
} |
ansible_role | swpmp/ansible-nats | 2620576da8b4d081086b37c0a800fbedc23becb1 | 0 | roles/ecs-agent | 7,764 | [
"no_license"
] | [
{
"path": "roles/ecs-agent/tasks/main.yml",
"content": "---\n- name: Install and configure ECS agent\n import_tasks: ecs-agent.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 73,
"all_permissive": false
} |
ansible_role | swpmp/ansible-nats | 2620576da8b4d081086b37c0a800fbedc23becb1 | 0 | roles/ecs-docker-ecs | 7,764 | [
"no_license"
] | [
{
"path": "roles/ecs-docker-ecs/tasks/ecs.yml",
"content": "---\n- name: Configure ECS\n lineinfile:\n path: /etc/ecs/ecs.config\n create: true\n owner: root\n group: root\n state: present\n line: \"{{ ecs_config_item }}\"\n with_items:\n - \"{{ ecs_config }}\"\n loop_control:\n l... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | swpmp/ansible-nats | 2620576da8b4d081086b37c0a800fbedc23becb1 | 0 | roles/nats-server | 7,764 | [
"no_license"
] | [
{
"path": "roles/nats-server/tasks/main.yml",
"content": "---\n- name: Install and configure NATS messaging server\n import_tasks: nats-server.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/nats-server/tasks/nats-server.yml",
"conte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | swpmp/ansible-nats | 2620576da8b4d081086b37c0a800fbedc23becb1 | 0 | roles/rsyslog | 7,764 | [
"no_license"
] | [
{
"path": "roles/rsyslog/tests/test.yml",
"content": "---\n\n - hosts: localhost\n remote_user: ec2-user\n vars:\n - central_log_listener: True\n - central_log_extra_settings:\n - \"$MainMsgQueueType LinkedList\"\n - \"$MainMsgQueueHighWatermark 400000\"\n - \"$MainMsgQueueHigh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | Set3007/ansible-monitoring-rpi | 7ce68672d8054c95c248b223d84a25180421c6f9 | 1 | roles/copy-files | 7,764 | [
"no_license"
] | [
{
"path": "roles/copy-files/tasks/main.yaml",
"content": "---\n- name: Copy grafana dashboard\n copy:\n src: /data/grafana/choupettor.json\n dest: /var/lib/grafana/dashboards/choupettor.json\n owner: grafana\n group: grafana\n mode: u=wr,g=wr,o=r\n- name: Copy prometheus files\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | Jegapriya/NewEmpDept | 9236564b42bafc5c68133fd272ac35be48c8c87d | 0 | 07-Roles/roles/jbossserver | 7,764 | [
"no_license"
] | [
{
"path": "07-Roles/roles/jbossserver/tasks/main.yml",
"content": "---\n# tasks file for jbossserver\n- name: JBoss Home Dir\n file: path={{doc_jboss}}/jboss state=directory\n\n- name: Install Default JDK 1.8\n apt: name=default-jdk state=present\n\n- name: Download JBoss Tar\n get_url: url={{download_ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | badgersolutions/otus-devops-final-project | 232364442f4edf23c5add07fcb40b15294638bea | 0 | infrastructure/ansible/soft+users/roles/add_users | 7,768 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/soft+users/roles/add_users/tasks/add_users_ubuntu.yml",
"content": " - name: 0. Ubuntu. Include vars\n include_vars: ../vars/users.yml\n \n - name: 1. Ubuntu. Make sure we have a admin group\n group:\n name: admin\n state: present\n\n - name: 2.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1477,
"all_permissive": false
} |
ansible_role | badgersolutions/otus-devops-final-project | 232364442f4edf23c5add07fcb40b15294638bea | 0 | infrastructure/ansible/soft+users/roles/base_soft | 7,768 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/soft+users/roles/base_soft/tasks/main.yml",
"content": "---\n- name: base_soft ubuntu\n include: base_soft_ubuntu.yml\n tags: \n - base_soft\n\n- name: zabbix_agent ubuntu\n include: install_zabbix_agent_ubuntu18.yml\n tags: \n - zabbix_agent\n",
"license_type... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2134,
"all_permissive": false
} |
ansible_role | badgersolutions/otus-devops-final-project | 232364442f4edf23c5add07fcb40b15294638bea | 0 | infrastructure/ansible/soft+users/roles/haproxy | 7,768 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/soft+users/roles/haproxy/tasks/main.yml",
"content": "---\n- name: haproxy-install\n include: haproxy-install.yml\n tags:\n - haproxy-install\n\n- name: haproxy-configure\n include: haproxy-configure.yml\n tags:\n - haproxy-configure\n",
"license_type": "no_lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | badgersolutions/otus-devops-final-project | 232364442f4edf23c5add07fcb40b15294638bea | 0 | infrastructure/ansible/soft+users/roles/k8s_haproxy | 7,768 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/soft+users/roles/k8s_haproxy/templates/haproxy/haproxy.cfg.j2",
"content": "global\n maxconn 4000\n log 127.0.0.1 local0\n tune.maxrewrite 4096\n\ndefaults\n mode http\n log gl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1467,
"all_permissive": false
} |
ansible_role | badgersolutions/otus-devops-final-project | 232364442f4edf23c5add07fcb40b15294638bea | 0 | infrastructure/ansible/soft+users/roles/k8s_storage | 7,768 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/soft+users/roles/k8s_storage/tasks/main.yml",
"content": "---\n- name: install_apps\n include: install_apps.yml\n tags: \n - install_apps\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "infrastructure/ansibl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.