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 | nopparujp/mathops-docker-k8s | 335fffd46b41b728032558bafbe2a019dd8ba150 | 0 | k3s-ansible/roles/raspberrypi | 4,797 | [
"permissive"
] | [
{
"path": "k3s-ansible/roles/raspberrypi/tasks/prereq/Ubuntu.yml",
"content": "---\n- name: Enable cgroup via boot commandline if not already enabled for Ubuntu on a Raspberry Pi\n ansible.builtin.lineinfile:\n path: /boot/firmware/cmdline.txt\n backrefs: yes\n regexp: '^((?!.*\\bcgroup_enable=cpu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1411,
"all_permissive": true
} |
ansible_role | hugomorg/phoenix_boilerplate | 44a24793780cda5a4e126666162a0976baaf497f | 0 | ansible/roles/elixir-release | 4,797 | [
"no_license"
] | [
{
"path": "ansible/roles/elixir-release/tasks/main.yml",
"content": "---\n# tasks file for app\n\n- include_tasks: dirs.yml\n tags: [\"dirs\"]\n\n- include_tasks: systemd.yml\n tags: [\"systemd\"]\n\n- include_tasks: scripts.yml\n tags: [\"scripts\"]\n\n- import_tasks: deploy.yml\n tags: [\"deploy\"]\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | ThomasC3/GPT | edab9d3a160794a955e4d47b033b52fbe59c0abd | 0 | FreeRide-master/FreeRideAdmin/FreeRideBackend-master/ansible/roles/driver_finder | 4,797 | [
"no_license"
] | [
{
"path": "FreeRide-master/FreeRideAdmin/FreeRideBackend-master/ansible/roles/driver_finder/tasks/main.yml",
"content": "---\n- name: Ensure code path exists\n ansible.builtin.file:\n name: /var/task\n state: directory\n mode: \"0755\"\n owner: \"{{ provisioner_user }}\"\n group: \"{{ provis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1949,
"all_permissive": false
} |
ansible_role | ThomasC3/GPT | edab9d3a160794a955e4d47b033b52fbe59c0abd | 0 | FreeRide-master/FreeRideAdmin/FreeRideBackend-master/ansible/roles/franklinkim.nodejs | 4,797 | [
"no_license"
] | [
{
"path": "FreeRide-master/FreeRideAdmin/FreeRideBackend-master/ansible/roles/franklinkim.nodejs/README.md",
"content": "# Ansible Nodejs Role\n\n[](https://travis-ci.org/weareinteractive/ansible-nodejs)\n[\n tags:\n - gridengine\n - gridengine-master\n set_fact:\n # packages to install\n gridengine_master_packages:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5335,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/hdfs-datanode | 4,817 | [
"no_license"
] | [
{
"path": "roles/hdfs-datanode/tasks/main.yml",
"content": "# hdfs-datanode/tasks/main.yml\n---\n\n- name: Install Hadoop packages (HDFS DataNode)\n tags:\n - hadoop\n - hdfs\n - datanode\n package:\n name='{{item}}'\n state=present\n with_items:\n - hadoop-hdfs-datanode # Hadoop Data N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/hdfs-namenode | 4,817 | [
"no_license"
] | [
{
"path": "roles/hdfs-namenode/tasks/main.yml",
"content": "# hdfs-namenode/tasks/main.yml\n---\n\n- name: Install Hadoop packages (HDFS NameNode)\n tags:\n - hadoop\n - hdfs\n - namenode\n package:\n name='{{item}}'\n state=present\n with_items:\n - hadoop-hdfs # The Hadoop Distributed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1019,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/hpc-common | 4,817 | [
"no_license"
] | [
{
"path": "roles/hpc-common/templates/etc/modulefiles/Core/mpi/openmpi.lua.j2",
"content": "--\n-- THIS FILE IS CONTROLLED BY ELASTICLUSTER\n-- local modifications will be overwritten\n-- the next time `elasticluster setup` is run!\n--\n\n--\n-- OpenMPI module for use with 'environment-modules' package\n--\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3994,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/iptables | 4,817 | [
"no_license"
] | [
{
"path": "roles/iptables/handlers/main.yml",
"content": "---\n\n- name: no-op\n debug:\n msg: \"Not reloading iptables -- not supported by {{service['iptables']}} service unit\"\n\n\n- name: reload iptables\n service:\n name: '{{service[item]}}'\n state: reloaded\n with_items:\n - 'iptables'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2047,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/jupyter | 4,817 | [
"no_license"
] | [
{
"path": "roles/jupyter/tasks/main.yml",
"content": "# jupyter/tasks/main.yml\n---\n\n- name: Install Jupyter\n tags:\n - jupyter\n conda:\n name=jupyter\n state=present\n executable='{{jupyter_python|dirname}}/conda'\n\n# install BASH kernel\n- include: bash.yml\n\n# install Python kernels (... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3622,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/jupyterhub | 4,817 | [
"no_license"
] | [
{
"path": "roles/jupyterhub/tasks/main.yml",
"content": "---\n#\n# Install JupyterHub and run it on port 443\n#\n# Follows installation instructions at:\n# - https://github.com/jupyterhub/jupyterhub/blob/master/README.md#installation\n#\n\n- name: Fail if not Debian/Ubuntu compatible\n fail:\n msg: The ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2909,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/kubernetes-common | 4,817 | [
"no_license"
] | [
{
"path": "roles/kubernetes-common/tasks/main.yml",
"content": "---\n\n- name: Debian compatible install\n include: debian.yml\n when: is_debian_compatible\n\n- name: Redhat compatible install\n include: redhat.yml\n when: is_rhel_compatible\n\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/kubernetes-master | 4,817 | [
"no_license"
] | [
{
"path": "roles/kubernetes-master/defaults/main.yml",
"content": "---\n\nkubernetes_default_networking: flannel\nkubernetes_network: 10.244.0.0/16",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/kubernetes-master/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/kubernetes-worker | 4,817 | [
"no_license"
] | [
{
"path": "roles/kubernetes-worker/tasks/main.yml",
"content": "---\n\n- name: Join Kubernetes cluster\n command: kubeadm join --token {{hostvars[groups['kubernetes_master'][0]].token[0]}} {{hostvars[groups['kubernetes_master'][0]].ansible_default_ipv4.address}}:{{kubernetes_default_port}}\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/lmod | 4,817 | [
"no_license"
] | [
{
"path": "roles/lmod/defaults/main.yml",
"content": "---\n\n# Lmod version >= 5.6.3 is needed by EasyBuild\nLMOD_VERSION: '7.0'\n\n# Lmod's install process creates a top-level container directory named\n# `lmod` with subdirectories for each version\nlmod_root: '/opt'\n\nlmod_install_dir: '{{ lmod_root }}/l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5625,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/lua | 4,817 | [
"no_license"
] | [
{
"path": "roles/lua/tasks/main.yml",
"content": "---\n\n#\n# Install Lua plus all needed packages for running Lmod\n#\n\n- name: Install Lua from the OS repository (Debian-compatible)\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n # Luarocks requires Lua 5.1, at least on Ubuntu 16.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/miniconda | 4,817 | [
"no_license"
] | [
{
"path": "roles/miniconda/tasks/main.yml",
"content": "---\n- name: Collect server metadata\n action: setup\n\n- name: Ensure miniconda is installed\n stat:\n path: '{{install_folder}}/miniconda/bin/conda'\n register: conda_exist\n\n- name: Download miniconda\n get_url:\n url: '{{ miniconda_url }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1113,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/nfs-client | 4,817 | [
"no_license"
] | [
{
"path": "roles/nfs-client/tasks/main.yml",
"content": "---\n\n- name: install NFS client software (Debian/Ubuntu)\n tags:\n - nfs\n - nfs-client\n package:\n pkg='{{item}}'\n state=present\n with_items:\n - nfs-common\n when: is_debian_compatible\n\n- name: install NFS client software (... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/nfs-server | 4,817 | [
"no_license"
] | [
{
"path": "roles/nfs-server/defaults/main.yml",
"content": "---\n\nNFS_EXPORTS:\n - path: '/home'\n clients: 'localhost'\n options: 'rw,no_root_squash'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/nfs-server/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/nis | 4,817 | [
"no_license"
] | [
{
"path": "roles/nis/tasks/main.yml",
"content": "---\n\n- name: Load distribution-specific parameters\n include: 'init-{{ansible_os_family}}.yml'\n\n\n- name: Pre-load debconf answer to questions (Debian/Ubuntu)\n debconf:\n name: nis\n question: nis/domain\n answer: '{{NIS_DOMAIN}}'\n vtype:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1377,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/pbs+maui | 4,817 | [
"no_license"
] | [
{
"path": "roles/pbs+maui/handlers/main.yml",
"content": "---\n- name: restart pbs_mom\n action: service name=pbs_mom state=restarted\n when: is_centos\n\n- name: restart pbs_server\n action: service name=pbs_server state=restarted\n when: is_centos\n\n- name: restart maui.d\n action: service name=maui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/r | 4,817 | [
"no_license"
] | [
{
"path": "roles/r/meta/main.yml",
"content": "# r/meta/main.yml\n---\n\ndependencies:\n # install `lmod` to manage \"environment module\" files\n # (needed by `tasks/rmpi.yml`)\n - role: lmod\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"path": "r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2388,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/ryanolson.singularity | 4,817 | [
"no_license"
] | [
{
"path": "roles/ryanolson.singularity/meta/main.yml",
"content": "---\nallow_duplicates: no\n\ngalaxy_info:\n author: <NAME>\n description: Install Singularity\n license: 3-clause BSD license.\n min_ansible_version: 1.6\n platforms:\n - name: Ubuntu\n versions:\n - trusty\n - xen... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1679,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/slurm-client | 4,817 | [
"no_license"
] | [
{
"path": "roles/slurm-client/tasks/main.yml",
"content": "# slurm-client/tasks/main.yml\n---\n\n- name: Install required SLURM packages (Debian/Ubuntu)\n package:\n pkg={{item}}\n state=latest\n with_items:\n - libpmi0-dev\n - libslurm-dev\n - libslurm-perl\n - libslurmdb-perl\n - sl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1754,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/slurm-common | 4,817 | [
"no_license"
] | [
{
"path": "roles/slurm-common/templates/copr-slurm.repo.j2",
"content": "# THIS FILE IS CONTROLLED BY ELASTICLUSTER\n# local modifications will be overwritten\n# the next time `elasticluster setup` is run!\n#\n\n# see: https://copr.fedorainfracloud.org/coprs/verdurin/slurm/\n[verdurin-slurm]\nname=Copr repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7452,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/slurm-master | 4,817 | [
"no_license"
] | [
{
"path": "roles/slurm-master/tasks/install-slurmctld.yml",
"content": "---\n\n- name: Install SLURM master packages\n package:\n pkg='{{item}}'\n state=latest\n with_items: '{{ slurmctld_packages }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2181,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/slurm-worker | 4,817 | [
"no_license"
] | [
{
"path": "roles/slurm-worker/tasks/init-RedHat.yml",
"content": "---\n\n- name: Set SLURM worker playbook params (RHEL compatible)\n set_fact:\n slurmd_packages:\n - slurm\n - slurm-plugins\n - slurm-sql\n when: 'is_rhel_compatible'\n\n- name: Set SLURM worker service name (RHEL 7.x com... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/smb-server | 4,817 | [
"no_license"
] | [
{
"path": "roles/smb-server/tasks/ctdb.yml",
"content": "---\n\n# Debian starts services immediately upon installation; however, since\n# the clustered configuration is already deployed, startup will fail.\n# Prevent that by masking the services.\n- name: Prevent SMBD/NMBD from starting upon install\n beco... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3128,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/spark-common | 4,817 | [
"no_license"
] | [
{
"path": "roles/spark-common/templates/spark-defaults.conf.j2",
"content": "# Default system properties included when running spark-submit.\n# This is useful for setting default environmental settings.\n\n{%- set hadoop_workers_max_vcpus = groups.hadoop_worker|map('extract', hostvars, 'ansible_processor_vc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5484,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/yarn-master | 4,817 | [
"no_license"
] | [
{
"path": "roles/yarn-master/tasks/main.yml",
"content": "# yarn-master/tasks/main.yml\n---\n\n- name: Install Hadoop packages (YARN Master)\n tags:\n - hadoop\n - yarn\n - master\n - resourcemanager\n package:\n name='{{item}}'\n state=present\n with_items:\n - hadoop-mapreduce # Th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | thanhleviet/ansible-slurm-climb | 547e85b9b660f5e24f401b87aed7caf445365ac2 | 5 | roles/yarn-worker | 4,817 | [
"no_license"
] | [
{
"path": "roles/yarn-worker/tasks/main.yml",
"content": "# yarn-slave/tasks/main.yml\n---\n\n- name: Install Hadoop packages (YARN Worker)\n tags:\n - hadoop\n - yarn\n - worker\n - nodemanager\n package:\n name='{{item}}'\n state=present\n with_items:\n - hadoop-mapreduce # The Had... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | kobayash/wordpress-ec2-ansible | 814ef927e75cfd75d74629f95ca47ddb1403ed6d | 0 | roles/lig-ansible-localize | 4,817 | [
"no_license"
] | [
{
"path": "roles/lig-ansible-localize/tasks/main.yml",
"content": "---\n- name: set locale to /etc/cloud/cloud.cfg\n lineinfile: 'dest=/etc/cloud/cloud.cfg line=\"locale: {{locale}}\"'\n \n- name: set locale to /etc/sysconfig/i18n\n replace: >\n dest=/etc/sysconfig/i18n\n regexp='^LANG=en_US\\.UTF-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | kobayash/wordpress-ec2-ansible | 814ef927e75cfd75d74629f95ca47ddb1403ed6d | 0 | roles/lig-ansible-nginx | 4,817 | [
"no_license"
] | [
{
"path": "roles/lig-ansible-nginx/tasks/main.yml",
"content": "---\n- name: Install the nginx packages \n yum: name=nginx state=present\n\n- name: Create required directories\n file: path={{ item.path }} state=directory group={{ item.group }} owner={{ item.owner }} mode={{ item.mode }}\n with_items: \"{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6083,
"all_permissive": false
} |
ansible_role | kobayash/wordpress-ec2-ansible | 814ef927e75cfd75d74629f95ca47ddb1403ed6d | 0 | roles/lig-ansible-php | 4,817 | [
"no_license"
] | [
{
"path": "roles/lig-ansible-php/defaults/main.yml",
"content": "---\nphp_mysql_default_socket: \"\"\nphp_mysqli_default_socket: \"\"\nphp_pdo_mysql_default_socket: \"\"\nphp_short_open_tag: \"Off\"\nphp_date_timezone: \"Asia/Tokyo\"\n\n# defaults file for ansible-php\nphp_packages:\n - php-gd\n - php-mbs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | kobayash/wordpress-ec2-ansible | 814ef927e75cfd75d74629f95ca47ddb1403ed6d | 0 | roles/lig-ansible-php-fpm | 4,817 | [
"no_license"
] | [
{
"path": "roles/lig-ansible-php-fpm/handlers/main.yml",
"content": "---\n# handlers file for ansible-php-fpm\n- name: restart php-fpm\n service: name=php-fpm state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/lig-ansible-php... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1208,
"all_permissive": false
} |
ansible_role | humberthomattar/jud_in_foco | f336679ca546954eadc4d908432db0b16c648da3 | 0 | ansible/roles/application | 4,817 | [
"no_license"
] | [
{
"path": "ansible/roles/application/tasks/main.yml",
"content": "---\r\n- pip: \r\n requirements: \"/tmp/{{ app_name }}/requirements.txt\"\r\n virtualenv: \"/home/vagrant/{{ app_name }}\"\r\n become: yes\r\n become_user: vagrant\r\n ",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/cert_manager | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/cert_manager/tasks/main.yml",
"content": "---\n- import_tasks: install_cert_manager.yml\n- import_tasks: define_clusterissuer.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "infrastructure/ansible/roles... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/dashboard | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/dashboard/tasks/define_serviceaccount.yml",
"content": "---\n- name: Define ServiceAccount admin-user for dashboard\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: ServiceAccount\n metadata:\n name: admin-use... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3507,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/docker_registry | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/docker_registry/tasks/main.yml",
"content": "---\n- name: Ensure docker dir exists\n file:\n path: /etc/docker/\n state: directory\n\n- name: Copy docker config files to host\n register: docker_config\n template:\n src: daemon.json\n dest: /etc/docker/\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1105,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/haproxy | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/haproxy/templates/02-stats.haproxy.cfg",
"content": "frontend stats\n bind *:{{haproxy_port}}\n mode http\n http-request set-var(txn.base) base\n http-request use-service prometheus-exporter if { path /metrics }\n st... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2800,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/helm_config | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/helm_config/tasks/main.yml",
"content": "---\n- name: Install Helm Repositories\n block:\n - import_tasks: install_helm_diff.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "infrastructure/ansible/ro... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/hosts_file | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/hosts_file/tasks/test_connectivity.yml",
"content": "---\n- name: Test All hosts know about \"{{hostvars[item]['inventory_hostname'] }}\"\n shell: cat /etc/hosts | grep {{hostvars[item]['inventory_hostname'] }}\n register: hosts_grep\n\n- name: Assert that \"{{host... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1317,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/ingress_controller | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/ingress_controller/tasks/register_controller_nodeport_with_haproxy.yml",
"content": "---\n- name: Register the ports of the nginx-ingress-controller\n register: https_port\n shell: kubectl -n ingress-nginx get svc ingress-nginx-controller -o=jsonpath='{.spec.ports[?... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3068,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/k8s | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/k8s/tasks/launch_cluster/join_control_plane_nodes.yml",
"content": "---\n- name: Kubeadm Phase Upload-Certs\n shell: kubeadm init phase upload-certs --upload-certs | grep ^[^\\[].*\n register: upload_certs\n when: inventory_hostname == groups['control_plane'][0]\n\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4165,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/prerequisites | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/prerequisites/files/kubelet.env",
"content": "KUBELET_ARGS=\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14
},
{
"path": "infrastructure/ansible/roles/prerequisites/vars/main.yml",
"content": "config_files:\n cri_o:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | MichaelMcCulloch/ScalableStellarust | 3c1e0c77bc073eca24f60487dd85168bd956f28e | 1 | infrastructure/ansible/roles/test_nslookup | 4,817 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/test_nslookup/tasks/main.yml",
"content": "---\n- name: \"Verify ClusterDNS is actually working, otherwise it will cause many things to silently fail\"\n block:\n - import_tasks: deploy_dnsutils_pod.yml\n - import_tasks: wait_for_cluster_to_settle.yml\n - im... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | lohithsampreeth/lohith | 319c6d9504f04b36967c2b499c3eb4440df20046 | 0 | ansible-kubernetes-single-node-cluster/ansible/roles/delete_k8s | 4,817 | [
"no_license"
] | [
{
"path": "ansible-kubernetes-single-node-cluster/ansible/roles/delete_k8s/tasks/main.yml",
"content": "---\n\n#- name: Purge \"{{ item }}\"\n# shell: apt-get purge \"{{ item }}\"\n# loop:\n# - kubeadm \n# - kubectl \n# - kubelet \n# - kubernetes-cni \n# - kube* \n\n- name : Purge\n shell: |\n y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | lohithsampreeth/lohith | 319c6d9504f04b36967c2b499c3eb4440df20046 | 0 | ansible-kubernetes-single-node-cluster/ansible/roles/install_calico | 4,817 | [
"no_license"
] | [
{
"path": "ansible-kubernetes-single-node-cluster/ansible/roles/install_calico/tasks/main.yml",
"content": "---\n\n- name: Install Calico\n shell: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/tigera-operator.yaml\n\n- name: Install resources\n command: kubectl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | lohithsampreeth/lohith | 319c6d9504f04b36967c2b499c3eb4440df20046 | 0 | ansible-kubernetes-single-node-cluster/ansible/roles/k8s_cluster | 4,817 | [
"no_license"
] | [
{
"path": "ansible-kubernetes-single-node-cluster/ansible/roles/k8s_cluster/tasks/main.yml",
"content": "---\n\n- name: Update config kubelet\n template: \n src: kubelet_config.yaml.j2 \n dest: \"/var/lib/kubelet/config.yaml\"\n\n- name: Daemon-reload\n command: systemctl daemon-reload\n\n- name: Re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | lohithsampreeth/lohith | 319c6d9504f04b36967c2b499c3eb4440df20046 | 0 | ansible-kubernetes-single-node-cluster/ansible/roles/reset_cluster | 4,817 | [
"no_license"
] | [
{
"path": "ansible-kubernetes-single-node-cluster/ansible/roles/reset_cluster/tasks/main.yml",
"content": "---\n\n- name: Remove Kubernetes configs\n shell: sudo yes | kubeadm reset --ignore-preflight-errors=all \n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | philiphorrocks/al_code | b7c6d50d03e34cb40118263ebc73fe6172fca891 | 0 | roles/db | 4,817 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n# tasks file for db\n\n- name: create sqlite directory\n file: \n path={{ sqlite_dir }}\n state=directory\n become: yes\n\n- name: copy SQL db to host \n copy:\n src: ../../../altest.db\n dest: /home/sqlite\n become: yes\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | philiphorrocks/al_code | b7c6d50d03e34cb40118263ebc73fe6172fca891 | 0 | roles/lb | 4,817 | [
"no_license"
] | [
{
"path": "roles/lb/handlers/main.yml",
"content": "---\n# handlers file for lb\n\n- name: restart nginx\n service: name=nginx state=restarted\n when: resLB1.changed or resLB2.changed \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "roles/lb/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1590,
"all_permissive": false
} |
ansible_role | philiphorrocks/al_code | b7c6d50d03e34cb40118263ebc73fe6172fca891 | 0 | roles/nginx | 4,817 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/update_sudoers.yml",
"content": "---\n\n# Add vagrant user to the suoers file and just about the line \"User privilege specification\". Allow vagrant user to sudo without b# eing prompted for password\n\n- name: update sudoers file for vagrant user \n lineinfile:\n path: /etc... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4465,
"all_permissive": false
} |
ansible_role | philiphorrocks/al_code | b7c6d50d03e34cb40118263ebc73fe6172fca891 | 0 | roles/php | 4,817 | [
"no_license"
] | [
{
"path": "roles/php/README.md",
"content": "PHP\n=========\n\nThis role deploys the php packages and mycypt binary to 2 Ubuntu Web hosts. This is a standard packaged via an apt installation.\n\nThe following packages are install:\n\n - git\n - mcrypt\n - php5-cli\n - php5-curl\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2633,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.