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 | drewandersonnz/osops-noc-maintenance | bbad61b66060323e9368e9d38fc52086b5b393f7 | 0 | roles/hack-restart-registry-3-2 | 8,064 | [
"no_license"
] | [
{
"path": "roles/hack-restart-registry-3-2/tasks/main.yaml",
"content": "- name: \"search for {{target}}, fail if not found\"\n command: /bin/bash -c \"rpm -qa | grep {{target}}\"\n register: target_found\n changed_when: target_found.rc == 0\n failed_when: false\n ignore_errors: true\n\n- name: \"resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | drewandersonnz/osops-noc-maintenance | bbad61b66060323e9368e9d38fc52086b5b393f7 | 0 | roles/monitoring-container | 8,064 | [
"no_license"
] | [
{
"path": "roles/monitoring-container/tasks/main.yaml",
"content": "# search for target, fail if not found\n- command: docker exec -i {{container}} date\n register: container_running\n changed_when: container_running.rc != 0\n failed_when: false\n ignore_errors: true\n\n- debug: var=container_running\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | drewandersonnz/osops-noc-maintenance | bbad61b66060323e9368e9d38fc52086b5b393f7 | 0 | roles/oc-infra-services | 8,064 | [
"no_license"
] | [
{
"path": "roles/oc-infra-services/tasks/main.yaml",
"content": "# search for target, fail if not found\n- name: checking for {{count}} running {{pod}} pods\n command: /usr/bin/env bash -c 'oc get pods -n default | grep -E \"^{{pod}}\" | grep Running'\n register: pods_running\n changed_when: \"{{pods_run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | drewandersonnz/osops-noc-maintenance | bbad61b66060323e9368e9d38fc52086b5b393f7 | 0 | roles/oc-node-labels | 8,064 | [
"no_license"
] | [
{
"path": "roles/oc-node-labels/tasks/main.yaml",
"content": "# search for my labels on primary, fail if not found\n\n- name: oc get nodes --show-labels | grep ec2_private_dns_name\n command: /usr/bin/env bash -c 'oc get nodes --show-labels | grep {{ec2_private_dns_name}}'\n register: labels\n delegate_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1744,
"all_permissive": false
} |
ansible_role | networkmachinery/networkmachinery-labs | 56147fc7fbcd1be0e4b89c863e42d386e7d73600 | 2 | ansible/roles/cni | 8,064 | [
"no_license"
] | [
{
"path": "ansible/roles/cni/defaults/main.yml",
"content": "---\n\ncni_release_version: v0.7.0\ncni_tar_name: cni-amd64-v0.7.0.tgz\n\nplugins_release_version: v0.7.0\nplugins_tar_name: cni-plugins-amd64-v0.7.0.tgz\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | networkmachinery/networkmachinery-labs | 56147fc7fbcd1be0e4b89c863e42d386e7d73600 | 2 | ansible/roles/go | 8,064 | [
"no_license"
] | [
{
"path": "ansible/roles/go/defaults/main.yml",
"content": "---\n\ngolang_version: 1.11.2\ngolang_os: linux\ngolang_arch: amd64\ngolang_path: \"/home/{{ ansible_ssh_user }}/go\"\ngolang_root: \"/usr/local/go\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1427,
"all_permissive": false
} |
ansible_role | networkmachinery/networkmachinery-labs | 56147fc7fbcd1be0e4b89c863e42d386e7d73600 | 2 | ansible/roles/k8s-common | 8,064 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-common/tasks/main.yml",
"content": "- include_tasks: modules.yml\n- include_tasks: kubelet-kubectl-kubeadm.yml\n- include_tasks: docker-containerd.yml\n- include_tasks: open-vswitch.yml\n- include_tasks: configure.yml\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1869,
"all_permissive": false
} |
ansible_role | networkmachinery/networkmachinery-labs | 56147fc7fbcd1be0e4b89c863e42d386e7d73600 | 2 | ansible/roles/k8s-master | 8,064 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/tasks/main.yml",
"content": "\n- lineinfile: dest=/etc/sysctl.conf line='net.bridge.bridge-nf-call-ip6tables = 1' state=present\n- lineinfile: dest=/etc/sysctl.conf line='net.bridge.bridge-nf-call-iptables = 1' state=present\n\n\n- name: Ensures /etc/kubeadm/ dir exists\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2081,
"all_permissive": false
} |
ansible_role | networkmachinery/networkmachinery-labs | 56147fc7fbcd1be0e4b89c863e42d386e7d73600 | 2 | ansible/roles/k8s-worker | 8,064 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-worker/tasks/main.yml",
"content": "- sysctl: name=net.bridge.bridge-nf-call-ip6tables value=1 state=present reload=yes sysctl_set=yes\n- sysctl: name=net.bridge.bridge-nf-call-iptables value=1 state=present reload=yes sysctl_set=yes\n\n- name: Ensure swap does not exist /etc/fs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | amar-merz/CI-CD-jenkins-docker | d770c11b27c4d57b9afec6e51c3ecc279c82b709 | 1 | infrastructure/ansible/roles/docker-common | 8,059 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/docker-common/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker-common",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "infrastructure/ansible/roles/docker-commo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | amar-merz/CI-CD-jenkins-docker | d770c11b27c4d57b9afec6e51c3ecc279c82b709 | 1 | infrastructure/ansible/roles/jenkins-role | 8,059 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/jenkins-role/handlers/main.yml",
"content": "---\n# handlers file for jenkins-role",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "infrastructure/ansible/roles/jenkins-role/defaults/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | GR360RY/livecd-ansible | 16f9e8188d988157a605407a6bbf2accb64385d3 | 11 | roles/centos-sshd-service | 8,059 | [
"no_license"
] | [
{
"path": "roles/centos-sshd-service/tasks/main.yml",
"content": "- name: Install sshd service for RedHat Based Systems\n yum: name={{ item }} state=installed\n with_items:\n - openssh-server\n - openssh-clients\n\n- name: Enable sshd service\n service: name=sshd enabled=yes",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | GR360RY/livecd-ansible | 16f9e8188d988157a605407a6bbf2accb64385d3 | 11 | roles/epel-repo | 8,059 | [
"no_license"
] | [
{
"path": "roles/epel-repo/tasks/main.yml",
"content": "- name: Make sure EPEL repo is available\n copy: src=etc_yum.repos.d_epel.repo dest=/etc/yum.repos.d/epel.repo\n tags:\n - host_setup_livecd\n\n- name: Verify existence of RPM-GPG-KEY-EPEL-6\n copy: src=etc_pki_rpm-gpg_RPM-GPG-KEY-EPEL-6 dest=/et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | GR360RY/livecd-ansible | 16f9e8188d988157a605407a6bbf2accb64385d3 | 11 | roles/livecd-builder-requirements | 8,059 | [
"no_license"
] | [
{
"path": "roles/livecd-builder-requirements/tasks/main.yml",
"content": "- name: Install required packages\n yum: name={{item}} state=latest\n with_items:\n - screen\n - git\n - ansible\n - livecd-tools\n - python-argparse\n tags:\n - host_setup_livecd\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | GR360RY/livecd-ansible | 16f9e8188d988157a605407a6bbf2accb64385d3 | 11 | roles/livecd-isolinux-common | 8,059 | [
"no_license"
] | [
{
"path": "roles/livecd-isolinux-common/templates/isolinux_isolinux.cfg.j2",
"content": "\ndefault vesamenu.c32\ntimeout 100\n\nmenu background splash.jpg\nmenu title Welcome to centos6-mini!\nmenu color border 0 #ffffffff #00000000\nmenu color sel 7 #ffffffff #ff000000\nmenu color title 0 #ffffffff #000000... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | GR360RY/livecd-ansible | 16f9e8188d988157a605407a6bbf2accb64385d3 | 11 | roles/livecd-post-common | 8,059 | [
"no_license"
] | [
{
"path": "roles/livecd-post-common/tasks/main.yml",
"content": "- name: Creating the livesys init script\n template: src=etc_rc.d_init.d_livesys.j2 dest=/etc/rc.d/init.d/livesys owner=root group=root mode=0755\n\n- name: Creating the livesys-late init script\n template: src=etc_rc.d_init.d_livesys-late.j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 10558,
"all_permissive": false
} |
ansible_role | GR360RY/livecd-ansible | 16f9e8188d988157a605407a6bbf2accb64385d3 | 11 | roles/livecd-pre-common | 8,059 | [
"no_license"
] | [
{
"path": "roles/livecd-pre-common/tasks/main.yml",
"content": "- name: Overwrite /etc/resolv.conf\n copy: src=/etc/resolv.conf dest=/etc/resolv.conf owner=root group=root",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | GR360RY/livecd-ansible | 16f9e8188d988157a605407a6bbf2accb64385d3 | 11 | roles/livecd-pxe-common | 8,059 | [
"no_license"
] | [
{
"path": "roles/livecd-pxe-common/tasks/main.yml",
"content": "# By default LIVE CD configured to run DHCP on interface eth0. \n# Using hardware box with multiple interfaces and different type NICs will result in the following sitaution:\n# Active interface will be named other then eth0 depending on the lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1342,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/cluster_config | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/cluster_config/files/kube-selftest.yaml",
"content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: kube-selftest\n namespace: kube-system\n\n---\n\napiVersion: extensions/v1beta1\nkind: PodSecurityPolicy\nmetadata:\n name: kube-selftest\n annotations:\n seccomp.sec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 68086,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/common | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "- include: hosts.yaml\n- include: etcd_certs.yaml\n- include: locksmithd.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/roles/common/tasks/etcd_certs.yaml",
"content"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2707,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/etcd_next | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd_next/tasks/main.yaml",
"content": "- name: Pull next etcd\n docker_image:\n name: quay.io/coreos/etcd:v{{ etcd_next_ver }}\n when: etcd_next_ver is defined\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/haproxy_apiserver | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy_apiserver/tasks/main.yaml",
"content": "- name: Add API server HA proxy configuration file\n template:\n src: haproxy-apiserver.cfg\n dest: /etc/kubernetes/haproxy-apiserver.cfg\n owner: root\n group: root\n mode: 0644\n- name: Add API server HA proxy Kubelet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/k8s_next | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_next/tasks/main.yaml",
"content": "- name: Download next kubelet\n shell: >\n curl -sSL https://dl.k8s.io/v{{ k8s_next_ver }}/kubernetes-server-linux-amd64.tar.gz\n | tar --extract --gzip --to-stdout kubernetes/server/bin/kubelet >/opt/kubernetes/kubelet-{{ k8s_next_ver }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/kube_master_components | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_master_components/tasks/scheduler.yaml",
"content": "- name: Add kube-scheduler manifest\n template:\n src: kube-scheduler.yaml.j2\n dest: /etc/kubernetes/manifests/kube-scheduler.yaml\n owner: root\n group: root\n mode: 0644\n tags: k8s_upgrade\n",
"licens... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12425,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/kubelet | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/kubelet/meta/main.yaml",
"content": "dependencies:\n- role: kubernetes_client_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/kubelet/tasks/main.yaml",
"content": "- include: cni.yaml\n- include: ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7659,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/kubernetes_client_config | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_client_config/templates/kubeconfig.yaml.j2",
"content": "apiVersion: v1\nkind: Config\nclusters:\n- name: kubecluster\n cluster:\n{% if inventory_hostname in groups['masters'] %}\n server: http://127.0.0.1:8080\n{% else %}\n certificate-authority-data: {{ lookup('f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1348,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/rook_cluster | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/rook_cluster/files/rook-pools.yaml",
"content": "apiVersion: ceph.rook.io/v1beta1\nkind: Pool\nmetadata:\n name: betapool\n namespace: rook-ceph\nspec:\n # The failure domain will spread the replicas of the data across different failure zones\n failureDomain: osd\n # The root o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1390,
"all_permissive": false
} |
ansible_role | Uninett/kubernetes-terraform | cef4b2c95cc044402f1a5c908977d91828a28c30 | 12 | ansible/roles/scripts | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/scripts/templates/etcd_backup.sh.j2",
"content": "# Usage:\n# kubectl --kubeconfig=<kubeconfig> -n kube-system \\\n# exec etcd-<master node> -i sh < scripts/etcd_backup.sh\n\nexport ETCDCTL_ENDPOINTS={% set comma = joiner(',') %}\n{%- for host in groups['masters'] -%}\n{{ comma() }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | weet-bred/homelab | 519e006584eeab7da40dff464d88c87034a8a173 | 0 | ansible/roles/kubernetes | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/handlers/main.yml",
"content": "- name: apply sysctl changes\n command: sudo sysctl --system\n\n- name: enable kubelet\n service:\n name: kubelet\n state: started\n enabled: yes\n\n- name: enable docker\n service:\n name: docker\n state: started\n ena... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2933,
"all_permissive": false
} |
ansible_role | weet-bred/homelab | 519e006584eeab7da40dff464d88c87034a8a173 | 0 | ansible/roles/kubernetes_server | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes_server/vars/main.yml",
"content": "# Example variable\n#\nfirewall_ports:\n - 10250-10252/tcp\n - 10255/tcp\n - 2379/tcp\n - 2380/tcp\n - 6443/tcp\n\npackages:\n - kubeadm\n - kubectl\n - kubelet\n - docker\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | weet-bred/homelab | 519e006584eeab7da40dff464d88c87034a8a173 | 0 | ansible/roles/postinstall | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/postinstall/tasks/packages.yml",
"content": "# Use the default system package manager to install distribution-agnostic packages\n- name: packages | install the base packages defined in main.yml\n package:\n state: present\n name: \"{{ packages_all }}\"\n\n# Use the default sy... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5038,
"all_permissive": false
} |
ansible_role | vsmac/ansible | 8970a04cc192e721600601f54e0658022621c3a4 | 0 | roles/mongo_setup/roles/mongodb | 8,059 | [
"no_license"
] | [
{
"path": "roles/mongo_setup/roles/mongodb/defaults/main.yml",
"content": "# roles/mongodb/defaults/main.yml\nmongodb_version: \"6.0\"\nmongodb_package: \"mongodb-org\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/mongo_setup/roles/mon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | vsmac/ansible | 8970a04cc192e721600601f54e0658022621c3a4 | 0 | roles/nginx | 8,059 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\nnginx_key: https://nginx.org/keys/nginx_signing.key\nnginx_repo: \"deb http://nginx.org/packages/mainline/ubuntu {{ ansible_distribution_release }} nginx\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | Kushagra-github/postgresql-replica-api | 60076817347207be0d6f1be00b077afdd47c8795 | 0 | ansible/roles/postgresql | 8,059 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/install.yml",
"content": "- name: Install PostgreSQL\r\n apt:\r\n name: \"postgresql-{{ postgres_version }}\"\r\n state: present\r\n\r\n- name: Configure PostgreSQL\r\n template:\r\n src: postgresql.conf.j2\r\n dest: /etc/postgresql/{{ postgres_version... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | pete0emerson/ansible_users | 7d5b8c8d1629f232ad4858fd180fa5a1473cd323 | 0 | roles/users | 8,059 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Add user's group\n group: name={{ user[item]['name'] }} gid={{ user[item]['gid'] }}\n sudo: yes\n with_flattened: accounts\n when: user[item]['enabled']\n\n- name: Add user\n user: name={{ user[item]['name'] }} group={{ user[item]['name']... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | cmusatyalab/elijah-openstack | 237db8331815dd376c708aad8a6f0b44e8208b84 | 27 | ansible/roles/cloudlet | 8,059 | [
"permissive"
] | [
{
"path": "ansible/roles/cloudlet/vars/main.yml",
"content": "#required to run the fabric script from https://github.com/cmusatyalab/elijah-provisioning\nlocal_user: cloudlet\nlocal_user_pw: cloudlet",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 904,
"all_permissive": true
} |
ansible_role | cmusatyalab/elijah-openstack | 237db8331815dd376c708aad8a6f0b44e8208b84 | 27 | ansible/roles/cloudlet-gateway | 8,059 | [
"permissive"
] | [
{
"path": "ansible/roles/cloudlet-gateway/vars/main.yml",
"content": "---\ngateway_ip: 127.0.0.1\ngateway_port: 8999\nopenstack_flavor: m1.medium\nopenstack_image: ubuntu-14.04\nopenstack_network: vmprivate\nssh_user: ubuntu\ncaas_user: cloudlet\ncaas_pw: <PASSWORD>let-caas\n",
"license_type": "permissi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2774,
"all_permissive": true
} |
ansible_role | cmusatyalab/elijah-openstack | 237db8331815dd376c708aad8a6f0b44e8208b84 | 27 | ansible/roles/openstack-common | 8,059 | [
"permissive"
] | [
{
"path": "ansible/roles/openstack-common/tasks/main.yml",
"content": "---\n- name: (GPUPASS) modify grub config to enable IOMMU\n lineinfile:\n dest: /etc/default/grub\n state: present\n regexp: \"^GRUB_CMDLINE_LINUX=\"\n line: \"GRUB_CMDLINE_LINUX=\\\"intel_iommu=on iommu=pt rd.driver.pre=vfi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2072,
"all_permissive": true
} |
ansible_role | cmusatyalab/elijah-openstack | 237db8331815dd376c708aad8a6f0b44e8208b84 | 27 | ansible/roles/openstack-compute | 8,059 | [
"permissive"
] | [
{
"path": "ansible/roles/openstack-compute/templates/admin-openrc.sh.j2",
"content": "export OS_PROJECT_DOMAIN_ID=default\nexport OS_USER_DOMAIN_ID=default\nexport OS_PROJECT_NAME=admin\nexport OS_TENANT_NAME=admin\nexport OS_USERNAME=admin\nexport OS_PASSWORD={{ <PASSWORD> }}\nexport OS_AUTH_URL=http://{{o... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7907,
"all_permissive": true
} |
ansible_role | cmusatyalab/elijah-openstack | 237db8331815dd376c708aad8a6f0b44e8208b84 | 27 | ansible/roles/openstack-controller | 8,059 | [
"permissive"
] | [
{
"path": "ansible/roles/openstack-controller/tasks/glance.yml",
"content": "- name: (GLANCE) transfer glancedb SQL script\n template: src=glancedb.sql.j2 dest=\"~/glancedb.sql\" owner=root group=root mode=0600\n\n- name: (GLANCE) check if glance db already exists\n command: 'mysql --user root --password=... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 98487,
"all_permissive": true
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-mt/roles/backup | 8,059 | [
"no_license"
] | [
{
"path": "aws-mt/roles/backup/templates/bin/s3backup.sh",
"content": "#!/bin/bash\n\n## if use custom profile\n#AWS_CONFIG_FILE=/root/.aws/config\n#AWS_SHARED_CREDENTIALS_FILE=/root/.aws/credentials\n\ntarget_dir=/var/www/{{ server_name }}\nbackup_dir=/root/backup\ns3_dir={{ s3.dir }}\ntoday=`date '+%Y%m%d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3192,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-mt/roles/common | 8,059 | [
"no_license"
] | [
{
"path": "aws-mt/roles/common/tasks/main.yml",
"content": "---\n- name: timezone\n file:\n src: /usr/share/zoneinfo/Asia/Tokyo\n dest: /etc/localtime\n state: link\n force: yes\n\n- name: clock\n copy:\n src: clock\n dest: /etc/sysconfig/clock\n\n- name: logrotate.conf\n copy:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-mt/roles/httpd | 8,059 | [
"no_license"
] | [
{
"path": "aws-mt/roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd\n yum: \n name: \"{{ item }}\"\n state: present\n with_items:\n - httpd24\n - httpd24-tools\n - mod24_ssl\n\n- name: put logrotate.d/httpd\n template:\n src: logrotate.d/httpd\n dest: /etc/logrotate... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1695,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-mt/roles/monit | 8,059 | [
"no_license"
] | [
{
"path": "aws-mt/roles/monit/tasks/main.yml",
"content": "---\n- name: install monit\n yum: \n name: monit\n enablerepo: epel\n state: present\n\n- name: run monit\n service: \n name: monit\n state: started\n enabled: yes\n\n- name: put monit.conf\n template:\n src: monit.conf\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-mt/roles/mt | 8,059 | [
"no_license"
] | [
{
"path": "aws-mt/roles/mt/tasks/main.yml",
"content": "---\n- name: install perl\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - perl-YAML\n - perl-IPC-Run\n - perl-Archive-Zip\n - perl-GD\n - perl-Archive-Tar\n - perl-XML-Parser \n - perl-Digest-SHA1 \n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-nagios/roles/nagios | 8,059 | [
"no_license"
] | [
{
"path": "aws-nagios/roles/nagios/tasks/main.yml",
"content": "---\n- name: install nagios\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nagios\n - nagios-plugins\n - nagios-plugins-all",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-nagios/roles/nginx | 8,059 | [
"no_license"
] | [
{
"path": "aws-nagios/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n yum: \n name: nginx\n state: present\n\n- name: run nginx\n service: \n name: nginx\n state: started\n enabled: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-phpbrew/roles/common | 8,059 | [
"no_license"
] | [
{
"path": "aws-phpbrew/roles/common/tasks/main.yml",
"content": "---\n- name: epel\n yum: name=epel-release state=latest\n- name: yum update\n yum: name=* state=latest\n- name: yum install\n yum: name={{ item }} state=latest enablerepo=epel\n with_items:\n - autoconf\n - automake\n - bison-deve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-phpbrew/roles/mysql | 8,059 | [
"no_license"
] | [
{
"path": "aws-phpbrew/roles/mysql/tasks/main.yml",
"content": "---\n- name: Install mysql\n yum: name={{ item }} state=latest\n with_items:\n - mysql56\n - mysql56-devel\n - mysql56-server\n - MySQL-python27\n- name: service mysql\n service: name=mysqld state=started enabled=yes\n- name: mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-phpbrew/roles/php | 8,059 | [
"no_license"
] | [
{
"path": "aws-phpbrew/roles/php/templates/profile.d/phpbrew.sh",
"content": "#!/bin/sh\n\nPHPBREW_ROOT={{ phpbrew_root }}\nPHPBREW_HOME={{ phpbrew_home }}\n\n[[ -e ${PHPBREW_HOME}/bashrc ]] && source ${PHPBREW_HOME}/bashrc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1223,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-rails-standalone/roles/common | 8,059 | [
"no_license"
] | [
{
"path": "aws-rails-standalone/roles/common/tasks/main.yml",
"content": "---\n- name: epel\n yum: name=epel-release state=latest\n- name: yum update\n yum: name=* state=latest\n- name: yum install\n yum: name={{ item }} state=latest enablerepo=epel\n with_items:\n - autoconf\n - automake\n - b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-rails-standalone/roles/monit | 8,059 | [
"no_license"
] | [
{
"path": "aws-rails-standalone/roles/monit/tasks/main.yml",
"content": "---\n- name: install monit\n yum: name=monit state=latest enablerepo=epel\n- name: service monit\n service: name=monit state=started enabled=yes\n- name: set monit.conf\n template: src=monit.conf dest=/etc/monit.conf\n- name: set mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-rails-standalone/roles/nginx | 8,059 | [
"no_license"
] | [
{
"path": "aws-rails-standalone/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n yum: name=nginx state=latest\n- name: service nginx\n service: name=nginx state=started enabled=yes\n- name: nginx.conf\n template: src=nginx.conf dest=/etc/nginx/\n- name: nginx/conf.d/production.conf\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-rails-standalone/roles/redis | 8,059 | [
"no_license"
] | [
{
"path": "aws-rails-standalone/roles/redis/tasks/main.yml",
"content": "---\n- name: install redis\n yum: name=redis state=latest\n- name: service redis\n service: name=redis state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | aws-rails-standalone/roles/ruby | 8,059 | [
"no_license"
] | [
{
"path": "aws-rails-standalone/roles/ruby/templates/init.d/puma",
"content": "#!/bin/bash\n#\n# chkconfig:2345 85 15\n# description: puma\n\n# Source function library.\n. /etc/rc.d/init.d/functions\n\nNAME=puma\nUSER=ec2-user\n\nRBENV_ROOT={{ rbenv_root }}\nRBENV_VERSION={{ ruby_version }}\n\nRAILS_ENV={{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3640,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-httpd-php7-wp/roles/common | 8,059 | [
"no_license"
] | [
{
"path": "cent7-httpd-php7-wp/roles/common/tasks/main.yml",
"content": "---\n- name: logrotate.conf\n copy:\n src: logrotate.conf\n dest: /etc/logrotate.conf\n\n- name: yum update\n yum: \n name: '*'\n state: latest\n\n- name: install common packages\n yum: \n name: \"{{ item }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-httpd-php7-wp/roles/httpd | 8,059 | [
"no_license"
] | [
{
"path": "cent7-httpd-php7-wp/roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd\n yum: \n name: \"{{ item }}\"\n with_items:\n - httpd\n - mod_ssl\n - mod_fcgid\n\n- name: enable httpd\n service:\n name: httpd\n state: started\n enabled: yes\n\n- name: create docum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-httpd-php7-wp/roles/monit | 8,059 | [
"no_license"
] | [
{
"path": "cent7-httpd-php7-wp/roles/monit/tasks/main.yml",
"content": "---\n- name: install monit\n yum: \n name: monit\n state: present\n\n- name: enable monit\n service: \n name: monit\n state: started\n enabled: yes\n\n- name: put monitrc\n template:\n src: monitrc\n dest: /etc/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-httpd-php7-wp/roles/php | 8,059 | [
"no_license"
] | [
{
"path": "cent7-httpd-php7-wp/roles/php/handlers/main.yml",
"content": "---\n- name: restart php-fpm\n service:\n name: rh-php70-php-fpm\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "cent7-httpd-php7-wp/roles/php/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-httpd-php7-wp/roles/swap | 8,059 | [
"no_license"
] | [
{
"path": "cent7-httpd-php7-wp/roles/swap/tasks/main.yml",
"content": "---\n- set_fact:\n swap_file_path: /swapfile\n- command: dd if=/dev/zero of={{ swap_file_path }} bs={{ ansible_memtotal_mb }} count=1M\n args:\n creates: '{{ swap_file_path }}'\n- file:\n path: '{{ swap_file_path }}'\n mode:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-httpd-php7-wp/roles/wordpress | 8,059 | [
"no_license"
] | [
{
"path": "cent7-httpd-php7-wp/roles/wordpress/tasks/main.yml",
"content": "---\n- name: check wp-login.php\n stat: \n path: \"/var/www/{{ server_name }}/wp-login.php\"\n register: wplogin\n\n- name: put wordpress\n get_url:\n url: https://ja.wordpress.org/latest-ja.tar.gz\n dest: /tmp/latest-ja... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-nginx-php7-wp/roles/mariadb | 8,059 | [
"no_license"
] | [
{
"path": "cent7-nginx-php7-wp/roles/mariadb/tasks/main.yml",
"content": "---\n- name: put mariadb.repo\n copy:\n src: mariadb.repo\n dest: /etc/yum.repos.d/mariadb.repo\n\n- name: install MariaDB-server\n yum:\n name: \"{{ item }}\"\n with_items:\n - MariaDB-client\n - MariaDB-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | hiroshi-yamazaki/ansible | d35c1f3661ce83cd460a9f4cb17e7f74b4603245 | 3 | cent7-nginx-php7-wp/roles/nginx | 8,059 | [
"no_license"
] | [
{
"path": "cent7-nginx-php7-wp/roles/nginx/templates/nginx.conf",
"content": "\nuser nginx;\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nworker_rlimit_nofile 2048;\n\nevents {\n worker_connections 1024;\n multi_accept on;\n use epoll;\n}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1859,
"all_permissive": false
} |
ansible_role | ataylor05/ansible-kubernetes | 9a3659c2214cae30ee954c939eb1e350a14a3ce3 | 0 | roles/Docker | 8,065 | [
"no_license"
] | [
{
"path": "roles/Docker/tasks/main.yml",
"content": "---\n- name: Enable OL7 Addon repo\n copy:\n src: oracle-linux-ol7.repo\n dest: /etc/yum.repos.d/oracle-linux-ol7.repo\n when:\n - ansible_facts['distribution'] == \"OracleLinux\"\n - ansible_facts['distribution_major_version'] == \"7\"\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | ataylor05/ansible-kubernetes | 9a3659c2214cae30ee954c939eb1e350a14a3ce3 | 0 | roles/HA-Proxy | 8,065 | [
"no_license"
] | [
{
"path": "roles/HA-Proxy/templates/haproxy.cfg.j2",
"content": "global\n daemon\n maxconn {{ haproxy_max_connections }}\ndefaults\n mode tcp\n timeout connect 10s\n timeout client 30s\n timeout server 30s\n timeout http-keep-alive 1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2844,
"all_permissive": false
} |
ansible_role | ataylor05/ansible-kubernetes | 9a3659c2214cae30ee954c939eb1e350a14a3ce3 | 0 | roles/Kubernetes-Control-Plane | 8,065 | [
"no_license"
] | [
{
"path": "roles/Kubernetes-Control-Plane/tasks/main.yml",
"content": "---\n- name: Open firewall ports\n include_tasks: firewalld.yml\n\n- name: Configure IP forwarding\n shell: |\n modprobe br_netfilter\n firewall-cmd --add-masquerade --permanent\n firewall-cmd --reload\n echo 'net.bridge.br... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2374,
"all_permissive": false
} |
ansible_role | ataylor05/ansible-kubernetes | 9a3659c2214cae30ee954c939eb1e350a14a3ce3 | 0 | roles/Kubernetes-Control-Plane-Additional | 8,065 | [
"no_license"
] | [
{
"path": "roles/Kubernetes-Control-Plane-Additional/tasks/firewalld.yml",
"content": "- name: Allow BGP\n firewalld:\n port: 179/tcp\n permanent: yes\n state: enabled\n \n- name: Allow K8S API server\n firewalld:\n port: 6443/tcp\n permanent: yes\n state: enabled\n\n- name: Allow ETC... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2242,
"all_permissive": false
} |
ansible_role | ataylor05/ansible-kubernetes | 9a3659c2214cae30ee954c939eb1e350a14a3ce3 | 0 | roles/Kubernetes-Worker-Linux | 8,065 | [
"no_license"
] | [
{
"path": "roles/Kubernetes-Worker-Linux/tasks/firewalld.yml",
"content": "- name: Allow BGP\n firewalld:\n port: 179/tcp\n permanent: yes\n state: enabled\n\n- name: Allow Kubelet API\n firewalld:\n port: 10250/tcp\n permanent: yes\n state: enabled\n\n- name: Allow NodePort service\n f... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1734,
"all_permissive": false
} |
ansible_role | ataylor05/ansible-kubernetes | 9a3659c2214cae30ee954c939eb1e350a14a3ce3 | 0 | roles/common | 8,065 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "selinux_state: enforcing",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/common/meta/main.yml",
"content": "galaxy_info:\n role_name: common\n author: <NAME>\n description: Common... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1581,
"all_permissive": false
} |
ansible_role | naveenvemuri9/devops-practice | 80a115b7fe0f2b30776222af2d7166d2d2b16c12 | 0 | roles/cluster_state | 8,065 | [
"no_license"
] | [
{
"path": "roles/cluster_state/tasks/main.yaml",
"content": "---\n- name: Ensure cluster home is created for {{cluster_name}}\n file:\n path: \"{{clusters_path}}/{{cluster_name}}\"\n state: directory\n mode: 0755\n\n- name: set {{cluster_name}} home fact\n set_fact:\n cluster_home: \"{{cluster... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | NataSoltero/ELK | ac85eb36061635b75fd4db37ba1f6fe117d6e9d6 | 0 | roles/elasticsearch | 8,065 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n#\n# Installing Elasticsearch\n#\n# Adds the apt-key for Elasticsearch\n- name: Add Elasticsearch apt-key\n apt_key:\n url: \"https://packages.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n# Add the Elasticsearch APT-repository... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | NataSoltero/ELK | ac85eb36061635b75fd4db37ba1f6fe117d6e9d6 | 0 | roles/java | 8,065 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n#\n# Installing Java 8\n#\n# Add the Java ppa repository\n- name: Add Java repository\n apt_repository:\n repo: ppa:webupd8team/java\n\n# Automatically accepts the Oracle License popup in the terminal\n- name: Oracle License\n shell: echo debconf ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | NataSoltero/ELK | ac85eb36061635b75fd4db37ba1f6fe117d6e9d6 | 0 | roles/kibana | 8,065 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n#\n# Installing Kibana\n#\n# Install Kibana\n- name: Install Kibana\n apt:\n name: kibana\n update_cache: yes\n\n# Update kibana config file to only accept local connections\n- name: Updating the config file\n lineinfile:\n destfile: /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | marcosx86/k8s-labs | 8b88f15b7859da86c24cb77dbdcc06bec758f8f3 | 0 | iac/ansible/mountebs/roles/common | 8,065 | [
"no_license"
] | [
{
"path": "iac/ansible/mountebs/roles/common/tasks/main.yml",
"content": "- name: Update packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Installs htop\n apt: \n pkg:\n - htop\n - parted\n - lvm2\n #- python-minimal\n #- python-pip\n #- python3-minimal\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | marcosx86/k8s-labs | 8b88f15b7859da86c24cb77dbdcc06bec758f8f3 | 0 | iac/ansible/mountebs/roles/docker | 8,065 | [
"no_license"
] | [
{
"path": "iac/ansible/mountebs/roles/docker/tasks/main.yml",
"content": "- name: Update packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install packages\n apt: \n pkg:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n\n- name: Install ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | marcosx86/k8s-labs | 8b88f15b7859da86c24cb77dbdcc06bec758f8f3 | 0 | iac/ansible/mountebs/roles/mountebs | 8,065 | [
"no_license"
] | [
{
"path": "iac/ansible/mountebs/roles/mountebs/tasks/main.yml",
"content": "- name: Create a new LVM primary partition\n parted:\n device: /dev/sdb\n label: gpt\n part_type: primary\n number: 1\n state: present\n\n- name: Create a volume group on top of /dev/sdb1\n lvg:\n vg: docker-vg\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | marcosx86/k8s-labs | 8b88f15b7859da86c24cb77dbdcc06bec758f8f3 | 0 | iac/ansible/mountebs/roles/webodm | 8,065 | [
"no_license"
] | [
{
"path": "iac/ansible/mountebs/roles/webodm/tasks/main.yml",
"content": "- name: Pull webodm_webapp image\n docker_image:\n name: opendronemap/webodm_webapp\n source: pull\n \n- name: Pull webodm_db image\n docker_image:\n name: opendronemap/webodm_db\n source: pull\n \n- name: Pull nodeodm i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2690,
"all_permissive": false
} |
ansible_role | marcosx86/k8s-labs | 8b88f15b7859da86c24cb77dbdcc06bec758f8f3 | 0 | iac/ansible/mountebs/roles/webodm_preflight | 8,065 | [
"no_license"
] | [
{
"path": "iac/ansible/mountebs/roles/webodm_preflight/tasks/main.yml",
"content": "- name: Update Alternatives to Python2\n shell: update-alternatives --install /usr/local/bin/python python /usr/bin/python2 20\n\n- name: Update Alternatives to PIP2\n shell: update-alternatives --install /usr/local/bin/pi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | marcosx86/k8s-labs | 8b88f15b7859da86c24cb77dbdcc06bec758f8f3 | 0 | iac/ansible/webodm/roles/common | 8,065 | [
"no_license"
] | [
{
"path": "iac/ansible/webodm/roles/common/tasks/main.yml",
"content": "- name: Update packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Installs htop, python2+pip, python3+pip\n apt: \n pkg:\n - htop\n - python-minimal\n - python-pip\n - python3-minimal\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | marcosx86/k8s-labs | 8b88f15b7859da86c24cb77dbdcc06bec758f8f3 | 0 | iac/ansible/webodm/roles/docker_lvm | 8,065 | [
"no_license"
] | [
{
"path": "iac/ansible/webodm/roles/docker_lvm/tasks/main.yml",
"content": "- name: Install GNU Parted and LVM2 packages\n apt:\n pkg:\n - parted\n - lvm2\n state: latest\n update_cache: yes\n\n- name: Create a new LVM primary partition\n parted:\n device: \"{{ extra_device }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | callus-corn/ansible-aia | fdc16dc26c216bee568558ac314ffda96c3bc8f8 | 0 | roles/aia | 8,065 | [
"no_license"
] | [
{
"path": "roles/aia/tasks/main.yml",
"content": "---\n\n- name: install nginx\n dnf:\n name: nginx\n state: latest\n\n- name: config nginx\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n owner: \"root\"\n group: \"root\"\n mode: 0644\n\n- name: mkdir\n file:\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1211,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/ansible | 8,065 | [
"no_license"
] | [
{
"path": "roles/ansible/meta/main.yml",
"content": "---\ndependencies:\n - role: redis\n - role: ssh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/ansible/tasks/main.yml",
"content": "---\n- name: Enable ssh-forwarding from ldea de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2049,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/bashrc | 8,065 | [
"no_license"
] | [
{
"path": "roles/bashrc/tasks/main.yml",
"content": "---\n# roles/template/tasks/main.yml\n- debug:\n msg: customizing the .bashrc file\n tags:\n - bashrc\n\n- name: Esure the ~/.local directory exists\n file:\n path: $HOME/.local\n state: directory\n tags:\n - bashrc\n\n- name: Set shell ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/git | 8,065 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n# roles/vim/tasks/main.yml\n- name: Install git\n become: yes\n apt:\n name: git\n state: present\n tags:\n - github\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/git/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/java | 8,065 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: install an open version of Java (openjdk-8-jdk)\n become: yes\n apt:\n name: openjdk-8-jdk\n state: present\n tags:\n - java\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/nvim | 8,065 | [
"no_license"
] | [
{
"path": "roles/nvim/tasks/main.yml",
"content": "---\n\n- debug:\n msg: installing nvim\n tags:\n - nvim\n\n- name: Install ripgrep and fzf\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - ripgrep\n - fzf\n ignore_errors: yes\n tags:\n - nvim\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4672,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/pdb | 8,065 | [
"no_license"
] | [
{
"path": "roles/pdb/meta/main.yml",
"content": "---\n# roles/pdb/meta/main.yml\ndependencies:\n - role: git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/pdb/tasks/main.yml",
"content": "---\n\n- name: Install vimrc\n ignore_errors... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/pip | 8,065 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/main.yml",
"content": "---\n- name: Ensure python3-venv and python3-pip are installed\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - python3-venv\n - python3-pip\n tags:\n - python\n\n- name: Install basic pip packages\n become: yes\n pip:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/redis | 8,065 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Install redis\n become: yes\n apt:\n name: redis\n state: present\n tags:\n - redis\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/ssh | 8,065 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "- name: Test to see if agent forwarding is enabled in the remote sshd\n become: yes\n shell:\n grep -c \"^AllowAgentForwarding yes\" /etc/ssh/sshd_config || true\n register: agentforwarding\n tags:\n - sshd\n\n- name: Enable agent forwarding for ss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2341,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/tmux | 8,065 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n# roles/tmux/tasks/main.yml\n- name: Install tmux\n become: yes\n apt:\n name: tmux\n state: present\n tags:\n - tmux\n\n- name: Install custom .tmux.conf file\n git:\n repo: \"{{ tmuxc_repo }}\"\n dest: ~/.tmux\n clone: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/umlet | 8,065 | [
"no_license"
] | [
{
"path": "roles/umlet/tasks/main.yml",
"content": "---\n- name: Install unzip\n become: yes\n apt:\n name: unzip\n state: present\n tags:\n - umlet\n\n- name: Install ms fonts\n become: yes\n apt:\n name: ttf-mscorefonts-installer\n state: present\n tags:\n - umlet\n\n- name: Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2129,
"all_permissive": false
} |
ansible_role | aleph2c/ldea | 6899cb814ec986f318a997b33d68f9328f7770ef | 0 | roles/vim | 8,065 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- debug:\n msg: installing vim\n\n- name: Added required packages for vim\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - libncurses5-dev\n - libgnome2-dev\n - libgnomeui-dev\n - libgtk2.0-dev \n - lib... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5570,
"all_permissive": false
} |
ansible_role | yasminelaamari/ansible | b6a10b03d5a34a0b18e2f49e97693ae39ab49aef | 0 | ansible/roles/control | 8,065 | [
"no_license"
] | [
{
"path": "ansible/roles/control/tasks/main.yml",
"content": "---\n# tasks file for control - name: install tools\n- name: install tools\n apt: name={{item}} state=present \n with_items:\n - curl\n - python-httplib2\n tags: ['packaages'] ",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | vonpupp/dotfiles-ansible | 4e82bed806587aac813fe28b0a52b44f096ffdaf | 0 | home/.ansible-dotfiles/roles/install.bin.yaourt | 8,065 | [
"no_license"
] | [
{
"path": "home/.ansible-dotfiles/roles/install.bin.yaourt/tasks/aur.yml",
"content": "---\n- name: Create local user for makepkg\n user: name=makepkg shell=/bin/sh\n\n- name: Copy aur script\n copy: src=files/bin/aur dest=/usr/local/bin/aur mode=755\n\n- name: Install base-devel dependency\n pacman: nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | vonpupp/dotfiles-ansible | 4e82bed806587aac813fe28b0a52b44f096ffdaf | 0 | home/.ansible-dotfiles/roles/install.list.system.packages | 8,065 | [
"no_license"
] | [
{
"path": "home/.ansible-dotfiles/roles/install.list.system.packages/tasks/main.yml",
"content": "---\n# Load a variable file based on the OS type, or a default if not found.\n#- include_vars: \"{{ item }}\"\n# with_first_found:\n# - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_major_ver... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4548,
"all_permissive": false
} |
ansible_role | vonpupp/dotfiles-ansible | 4e82bed806587aac813fe28b0a52b44f096ffdaf | 0 | home/.ansible-dotfiles/roles/setup.devel.env | 8,065 | [
"no_license"
] | [
{
"path": "home/.ansible-dotfiles/roles/setup.devel.env/tasks/devel-java.yml",
"content": "- name: Install java devel env\n become: yes\n become_user: makepkg\n pacman: name={{ item }} state=present\n with_items:\n - base-devel\n - android-tools\n - android-udev\n\n- name: Install java runtime ... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 8359,
"all_permissive": false
} |
ansible_role | vonpupp/dotfiles-ansible | 4e82bed806587aac813fe28b0a52b44f096ffdaf | 0 | home/.ansible-dotfiles/roles/setup.dotfiles | 8,065 | [
"no_license"
] | [
{
"path": "home/.ansible-dotfiles/roles/setup.dotfiles/tasks/dotfiles-tmux.yml",
"content": "- name: Set git dotfiles base repo URL\n set_fact:\n base_dotfiles_repo_url: \"git://github.com/vonpupp\"\n\n\n# Clone and link dotfiles using homeshick\n- include: \"dotfiles-clone-link.yml\"\n\n\n## Rest of th... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 14012,
"all_permissive": false
} |
ansible_role | vonpupp/dotfiles-ansible | 4e82bed806587aac813fe28b0a52b44f096ffdaf | 0 | home/.ansible-dotfiles/roles/setup.os | 8,065 | [
"no_license"
] | [
{
"path": "home/.ansible-dotfiles/roles/setup.os/tasks/os-gpg-recv-key.yml",
"content": "- name: Create gpg store if it doesnt exist\n become: yes\n become_user: \"{{ user }}\"\n shell: \"{{ item }}\"\n with_items:\n - gpg --list-keys\n\n- name: Receiving gpg key from gnupg.net\n become: yes\n beco... | {
"task_files": 23,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 24,
"total_bytes": 12465,
"all_permissive": false
} |
ansible_role | vonpupp/dotfiles-ansible | 4e82bed806587aac813fe28b0a52b44f096ffdaf | 0 | home/.ansible-dotfiles/roles/setup.user | 8,065 | [
"no_license"
] | [
{
"path": "home/.ansible-dotfiles/roles/setup.user/tasks/main.yml",
"content": "# If {{ user }} does not exists, it is assumed that the current user will\n# install the development environment (when aplicable)\n- name: Query user with whoami\n local_action: command whoami\n register: deploy_user\n\n- name... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8793,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.