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 | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/docker | 7,342 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "- name: restart docker\n systemd:\n name: docker\n daemon-reload: yes\n enabled: yes\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/docker/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2032,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/etcd | 7,342 | [
"no_license"
] | [
{
"path": "roles/etcd/vars/main.yml",
"content": "rolename: etcd\nhosts_list: '{% for item in groups[\"etcd\"] %}\n\"{{ hostvars[item].ansible_ssh_host }}\",\n{% endfor %} \"127.0.0.1\"'\ncn: etcd\norga: k8s\netcd_nodes: '{% for item in groups[\"etcd\"] %}\n{%- if not loop.last -%}\n{{ hostvars[item].etcdn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2804,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/flanneld | 7,342 | [
"no_license"
] | [
{
"path": "roles/flanneld/templates/net-conf.json.j2",
"content": "{\n \"Network\": \"{{ cluster_cidr }}\",\n \"Backend\": {\n \"Type\": \"{{ type }}\"\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/flanneld/files/flannelkubec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4838,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/gpudriver | 7,342 | [
"no_license"
] | [
{
"path": "roles/gpudriver/tasks/main.yml",
"content": "- name: copy runfile to host\n copy:\n src: \"../files/{{ runfile }}\"\n dest: \"/opt/{{ runfile }}\"\n\n- name: remove nouveau module\n shell: rmmod nouveau\n ignore_errors: true\n\n- name: install epel-release\n yum:\n name: epel-release... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/httprepo | 7,342 | [
"no_license"
] | [
{
"path": "roles/httprepo/tasks/main.yml",
"content": "- block:\n - name: Ansible delete file glob\n find:\n paths: /etc/yum.repos.d/\n patterns: '*.repo'\n register: files_to_delete\n when: internetrc != 0\n\n - name: Ansible remove file glob\n file:\n path: \"{{ item.path }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1040,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/kube-apiserver | 7,342 | [
"no_license"
] | [
{
"path": "roles/kube-apiserver/templates/kube-apiserver.service.j2",
"content": "[Unit]\nDescription=Kubernetes API Server\nDocumentation=https://github.com/GoogleCloudPlatform/kubernetes\nAfter=network.target\n\n[Service]\nWorkingDirectory={{ k8s_dir }}/kube-apiserver\nExecStart=/opt/k8s/bin/kube-apiserve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3760,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/kube-controller-manager | 7,342 | [
"no_license"
] | [
{
"path": "roles/kube-controller-manager/tasks/main.yml",
"content": "- include_tasks: roles/master/tasks/mastercommon.yml\n#- name: generate kube-controller-manager service file\n# template:\n# src: templates/kube-controller-manager.service.j2\n# dest: /usr/lib/systemd/system/kube-controller-manager... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2398,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/kube-nginx | 7,342 | [
"no_license"
] | [
{
"path": "roles/kube-nginx/templates/kube-nginx.conf.j2",
"content": "worker_processes 1;\n\nevents {\n worker_connections 1024;\n}\n\nstream {\n upstream backend {\n hash $remote_addr consistent;\n {% for item in groups[\"masters\"] %}\n server {{ hostvars[item].ansible_ssh_hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1896,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/kube-proxy | 7,342 | [
"no_license"
] | [
{
"path": "roles/kube-proxy/templates/kube-proxy-config.yaml.j2",
"content": "kind: KubeProxyConfiguration\napiVersion: kubeproxy.config.k8s.io/v1alpha1\nclientConnection:\n burst: 200\n kubeconfig: \"/opt/k8s/kube-proxy/cfg/kube-proxy.kubeconfig\"\n qps: 100\nbindAddress: {{ hostvars[inventory_hostname]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5426,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/kube-scheduler | 7,342 | [
"no_license"
] | [
{
"path": "roles/kube-scheduler/vars/main.yml",
"content": "rolename: kube-scheduler\nhosts_list: '{% for item in groups[\"etcd\"] %}\n\"{{ hostvars[item].ansible_ssh_host }}\",\n{% endfor %} \"127.0.0.1\"'\ncn: system:kube-scheduler\norga: system:kube-scheduler\nservicename: kube-scheduler\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1869,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/kubectl | 7,342 | [
"no_license"
] | [
{
"path": "roles/kubectl/vars/main.yml",
"content": "rolename: admin\nhosts_list: '' \ncn: admin\norga: system:masters\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/kubectl/tasks/main.yml",
"content": "- name: copy kubectl \n copy: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/kubelet | 7,342 | [
"no_license"
] | [
{
"path": "roles/kubelet/templates/kubelet.service.j2",
"content": "[Unit]\nDescription=Kubernetes Kubelet\nDocumentation=https://github.com/GoogleCloudPlatform/kubernetes\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nWorkingDirectory={{ k8s_dir }}/kubelet\nExecStart=/opt/k8s/kubelet/bin/kube... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6593,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/loadimages | 7,342 | [
"no_license"
] | [
{
"path": "roles/loadimages/tasks/main.yml",
"content": "- name: copy metrics and coredns images\n copy: \n src: \"../files/{{ item }}\"\n dest: \"/opt/{{ item }}\"\n with_items:\n #- coredns:1.8.4.tar\n #- metric-server:0.5.0.tar\n - nfs-subdir-external-provisioner.tar\n - registry.tar\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/master | 7,342 | [
"no_license"
] | [
{
"path": "roles/master/files/kubeconfig.sh",
"content": "#!/bin/bash\nk8s_dir=$1\nip=$2\nrolename=$3\ncn=$4 \n kubectl config set-cluster kubernetes --certificate-authority=$k8s_dir/cert/ca.pem --embed-certs=true --server=\"https://$ip:6443\" --kubeconfig=$rolename.kubeconfig\n kubectl config set-credentia... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 15367,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/metrics-server | 7,342 | [
"no_license"
] | [
{
"path": "roles/metrics-server/vars/main.yml",
"content": "rolename: proxy-client\nhostslist: ''\ncn: aggregator\norga: k8s\nimagefile: metric-server:0.5.0.tar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/metrics-server/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/nfsstorageclass | 7,342 | [
"no_license"
] | [
{
"path": "roles/nfsstorageclass/vars/main.yml",
"content": "nfsserver: 192.168.0.156\nnfspath: /data\nimagefile: nfs-subdir-external-provisioner.tar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/nfsstorageclass/tasks/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1816,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/nvidia-docker2 | 7,342 | [
"no_license"
] | [
{
"path": "roles/nvidia-docker2/tasks/main.yml",
"content": "- name: copy nvidia-docker repo\n copy: \n src: ../files/nvidia-docker.repo\n dest: /etc/yum.repos.d/nvidia-docker.repo\n\n- name: install nvidia-docker2\n yum:\n update_cache: yes\n name: nvidia-docker2\n state: present\n \n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/registry | 7,342 | [
"no_license"
] | [
{
"path": "roles/registry/files/registry.yaml",
"content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: docker-repo-pvc\nspec:\n storageClassName: nfs-client\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 10Gi\n---\napiVersion: apps/v1\nkind: Deployment\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2695,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/test | 7,342 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "- name: debug\n debug:\n msg: \"{{ httpurl }}/{{ ansible_role_name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/weedmaster | 7,342 | [
"no_license"
] | [
{
"path": "roles/weedmaster/vars/main.yml",
"content": "servicename: weedmaster\nrolename: weedmaster\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/weedmaster/tasks/main.yml",
"content": "- name: mkdir weedmaster dir\n file:\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/weedvolume | 7,342 | [
"no_license"
] | [
{
"path": "roles/weedvolume/templates/weedvolume.service.j2",
"content": "[Unit]\nDescription=SeaweedFS volume\nAfter=network.target weedmaster.target\n\n[Service]\nType=simple\nUser=root\nGroup=root\n\nExecStart=/usr/local/bin/weed volume -dir={{ volumedir }} -ip={{ volumeip }} -max={{ volumemax }} -mserve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/worker | 7,342 | [
"no_license"
] | [
{
"path": "roles/worker/templates/kube-proxy-config.yaml.j2",
"content": "kind: KubeProxyConfiguration\napiVersion: kubeproxy.config.k8s.io/v1alpha1\nclientConnection:\n burst: 200\n kubeconfig: \"/opt/k8s/kube-proxy/cfg/kube-proxy.kubeconfig\"\n qps: 100\nbindAddress: {{ hostvars[inventory_hostname].ans... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 12906,
"all_permissive": false
} |
ansible_role | Tejpagala/Ansible | a6641cdfeef960c9c4d7ac20b601d8b29cb4a92a | 0 | Playbooks/roles/prereqs | 7,342 | [
"no_license"
] | [
{
"path": "Playbooks/roles/prereqs/tasks/main.yml",
"content": "- name: Install Java \n package:\n name: java \n state: installed \n\n- name: Fetch Latest Version of the Tomcat \n shell: curl -s https://tomcat.apache.org/download-80.cgi | grep tar.gz |grep nofollow | head -1 | awk -F '\"' '{print $... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | Tejpagala/Ansible | a6641cdfeef960c9c4d7ac20b601d8b29cb4a92a | 0 | Playbooks/roles/tomcat | 7,342 | [
"no_license"
] | [
{
"path": "Playbooks/roles/tomcat/tasks/main.yml",
"content": "- name: Add application User \n user:\n name: \"{{APPUSER}}\"\n\n- name: Downlaod Tomcat \n unarchive:\n src: \"{{TOMCAT_URL}}\"\n dest: \"{{APPHOME}}\"\n remote_src: yes\n become_user: \"{{APPUSER}}\"\n notify: Restart Tomcat \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | Tejpagala/Ansible | a6641cdfeef960c9c4d7ac20b601d8b29cb4a92a | 0 | Playbooks/roles/web | 7,342 | [
"no_license"
] | [
{
"path": "Playbooks/roles/web/tasks/main.yml",
"content": "- name: Install HTTPD server\n package: \n name: httpd\n state: present\n notify: Restart HTTPD\n\n- name: copy proxy config file\n template: \n src: proxy.conf\n dest: /etc/httpd/conf.d/proxy.conf \n notify: Restart HTTPD\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/01-vm-prep | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/01-vm-prep/templates/kernel_modules.conf.j2",
"content": "overlay\nbr_netfilter\nip_vs\nip_vs_rr\nip_vs_wrr\nip_vs_sh\nnf_conntrack\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "cluster/roles/01-vm-prep/tasks/main.yml",... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1343,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/02-gen-cert-conf | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/02-gen-cert-conf/tasks/proxy-cert.yml",
"content": "- name: Generate kube-proxy-csr.json file\n template:\n src: kube-proxy-csr.json.j2\n dest: /tmp/k8s/kube-proxy-csr.json\n\n- name: Generate proxy cert and key\n shell: |\n cfssl gencert \\\n -ca=ca.pem \\\n -c... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 9204,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/03-dist-cert-conf | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/03-dist-cert-conf/tasks/main.yml",
"content": "- name: Copy the appropriate certificates, private keys and kubeconfig files to each worker instance\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n loop:\n - {src: '/tmp/k8s/ca.pem', dest: '/home/kube/ca.pem'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1755,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/04-boot-etcd | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/04-boot-etcd/tasks/setup-dir.yml",
"content": "\n- name: Create /var/lib/etcd directory\n become: yes\n file:\n path: /var/lib/etcd\n state: directory\n mode: '0700'\n\n- name: Create /etc/etcd directory\n become: yes\n file:\n path: /etc/etcd\n state: directory\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1803,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/05-boot-control | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/05-boot-control/tasks/main.yml",
"content": "\n- name: Prepare directories and binaries\n import_tasks: pre-setup.yml\n\n- name: Configure the Kubernetes API Server\n import_tasks: api-server.yml\n\n- name: Configure the Kubernetes Controller Manager\n import_tasks: control-manag... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4869,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/06-boot-worker | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/06-boot-worker/tasks/containerd.yml",
"content": "\n- name: Create the containerd configuration directory\n become: yes\n file:\n path: /etc/containerd/\n state: directory\n\n- name: Create the containerd configuration file\n become: yes\n template:\n src: containerd.co... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5439,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/07-remote | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/07-remote/tasks/main.yml",
"content": "- name: Retrieve PUBLIC IP\n shell: |\n gcloud compute addresses describe k8s-ip \\\n --region {{ controller_region }} \\\n --format 'value(address)'\n register: public_ip\n\n- name: Print PUBLIC IP\n debug:\n msg: \"{{ publi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | xvag/k8s-iac-thw | 0b1574a5124b94f152086fb55a892448dd0e75e5 | 1 | cluster/roles/08-post-deploy | 7,343 | [
"no_license"
] | [
{
"path": "cluster/roles/08-post-deploy/tasks/main.yml",
"content": "- name: Deploy CoreDNS\n import_tasks: coredns.yml\n\n- name: Generate /etc/hosts files\n import_tasks: configure_hosts.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "cl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | Rahul-Akki/roboshop-ansible-roles | 57841cbf779970e3f7dcb1b7a1b58eca8e899af1 | 0 | roles/catalogue | 7,343 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: app nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Mongodb setup\n ansible.builtin.import_role:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | Rahul-Akki/roboshop-ansible-roles | 57841cbf779970e3f7dcb1b7a1b58eca8e899af1 | 0 | roles/common | 7,343 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yaml",
"content": "- name: disable old nodejs and enable nodejs:18\n ansible.builtin.shell: dnf module disable nodejs -y ; dnf module enable nodejs:18 -y \n # to use the the shell commands in ansible playbook\n\n- name: Install nodejs\n ansible.builtin.dnf:\n name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1929,
"all_permissive": false
} |
ansible_role | Rahul-Akki/roboshop-ansible-roles | 57841cbf779970e3f7dcb1b7a1b58eca8e899af1 | 0 | roles/dispatch | 7,343 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yaml",
"content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: golang\n ansible.builtin.import_role:\n name: common\n tasks_from: go\n\n- name: Systemctl service\n ansible.builtin.import_role:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | alexguzun/cd-infrastructure | f7f24bb06d6ab05733d7605dde06982df72174bc | 4 | ansible/roles/consul | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/consul/defaults/main.yml",
"content": "consul_version: 0.6.4\nconsul_template_version: 0.14.0\n\ndirectories:\n - /etc/consul.d\n - /data/consul\n - /data/consul/logs\n - /data/consul/scripts\n - /data/consul/config\n\nfiles: [\n { src: \"ui\", dest: \"/data/consul\", mode: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4123,
"all_permissive": false
} |
ansible_role | alexguzun/cd-infrastructure | f7f24bb06d6ab05733d7605dde06982df72174bc | 4 | ansible/roles/docker | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Add docker apt repo\n apt_repository:\n repo='deb https://apt.dockerproject.org/repo {{ansible_distribution | lower}}-{{ansible_distribution_release | lower}} main'\n state=present\n\n- name: Import the Docker repository ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | alexguzun/cd-infrastructure | f7f24bb06d6ab05733d7605dde06982df72174bc | 4 | ansible/roles/docker-registry | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-registry/tasks/main.yml",
"content": "---\r\n- name: docker-registry directories are present\r\n file:\r\n path: '{{ item }}'\r\n state: directory\r\n mode: 0777\r\n with_items: \"{{directories}}\"\r\n tags: [docker-registry]\r\n\r\n- name: Container is running\r\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | alexguzun/cd-infrastructure | f7f24bb06d6ab05733d7605dde06982df72174bc | 4 | ansible/roles/haproxy | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/files/Dockerfile",
"content": "FROM alpine\r\n\r\nENV CONSUL_TEMPLATE_VERSION=0.14.0\r\n\r\n# Updata wget to get support for SSL\r\nRUN apk --update add haproxy wget\r\n\r\n# Download consul-template\r\nRUN ( wget --no-check-certificate https://releases.hashicorp.com/consul-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | alexguzun/cd-infrastructure | f7f24bb06d6ab05733d7605dde06982df72174bc | 4 | ansible/roles/jenkins | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/defaults/main.yml",
"content": "jenkins_base_dir: /data/jenkins\n\njenkins_jobs: [\n { template: \"test-service.xml.ctmpl\", dest: \"test-service\" }\n]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "ansible/role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5261,
"all_permissive": false
} |
ansible_role | alexguzun/cd-infrastructure | f7f24bb06d6ab05733d7605dde06982df72174bc | 4 | ansible/roles/repo | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/repo/defaults/main.yml",
"content": "ports:\r\n - '80:80'\r\n - '443:443'\r\n - '22'\r\n\r\ndirectories:\r\n - /srv/gitlab/data\r\n - /srv/gitlab/logs\r\n - /srv/gitlab/config\r\n\r\nvolumes:\r\n - /srv/gitlab/config:/etc/gitlab:rw\r\n - /srv/gitlab/logs:/var/log/gitlab:rw\r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | alexguzun/cd-infrastructure | f7f24bb06d6ab05733d7605dde06982df72174bc | 4 | ansible/roles/service | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/service/tasks/main.yml",
"content": "- meta: flush_handlers\n tags: [service]\n\n- name: Compose directory is present\n file:\n dest: \"{{ compose_config_dir }}/{{ alias }}{{ container_name }}\"\n state: directory\n tags: [service]\n\n- name: Compose template is present\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | nitinjasaul/Ansible-AWS | 7a0f0efea75b9891ffda4ae5ff96070c8e123fc0 | 0 | roles/aws_exist | 7,343 | [
"no_license"
] | [
{
"path": "roles/aws_exist/vars/main.yml",
"content": "---\n\n# Default Variables\n\naws_region: \"us-east-1\"\t\t# AWS region where user want to launch instances\nkey_name: \"id_rsa\"\t\t# Existing key name which is already there on AWS\nENVIRONMENT: \"Stage\"\t\t# Environment for tagging i.e Production or... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2607,
"all_permissive": false
} |
ansible_role | nitinjasaul/Ansible-AWS | 7a0f0efea75b9891ffda4ae5ff96070c8e123fc0 | 0 | roles/aws_new | 7,343 | [
"no_license"
] | [
{
"path": "roles/aws_new/tasks/aws_route_table.yml",
"content": "---\n\n- name: Setup Public Subnets Route Table\n ec2_vpc_route_table:\n vpc_id: \"{{ vpc.vpc_id }}\"\n region: \"{{ aws_region }}\"\n state: present\n tags:\n Name: \"Public-RT-for-{{ vpc_name }}\"\n subnets:\n \"{{ ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9033,
"all_permissive": false
} |
ansible_role | sukimoyoi/ansible-role-certbot | d3b60afedd2566f0e1d439743b596d36bedbbaa6 | 0 | roles/certbot | 7,343 | [
"no_license"
] | [
{
"path": "roles/certbot/templates/renew.sh.j2",
"content": "#!/bin/bash\ndocker run \\\n --rm \\\n -p \"80:80\" \\\n -v \"{{ certdir }}/letsencrypt:/etc/letsencrypt\" \\\n -v \"{{ certdir }}/log:/var/log/letsencrypt\" \\\n {{ docker_image }} renew\n\n",
"license_type": "no_license",
"detected_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2157,
"all_permissive": false
} |
ansible_role | casimon-rh/ansible-k8s-lb-dns | aada54fb891dd49014b4282ca58eeea2f0a43416 | 0 | roles/cloud_init | 7,343 | [
"no_license"
] | [
{
"path": "roles/cloud_init/tasks/main.yml",
"content": "---\n- name: Replace cloud\n blockinfile:\n insertbefore: \" version: 2\"\n path: /etc/netplan/50-cloud-init.yaml\n block: |\n # specific dns\n nameservers:\n search: [{{ domain }}, ec2.internal]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | casimon-rh/ansible-k8s-lb-dns | aada54fb891dd49014b4282ca58eeea2f0a43416 | 0 | roles/common_k8s | 7,343 | [
"no_license"
] | [
{
"path": "roles/common_k8s/handlers/main.yaml",
"content": "---\n- name: Restart services\n service:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - crio\n - kubelet\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1579,
"all_permissive": false
} |
ansible_role | casimon-rh/ansible-k8s-lb-dns | aada54fb891dd49014b4282ca58eeea2f0a43416 | 0 | roles/dnsmasq | 7,343 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/templates/workers.conf.j2",
"content": "# workers\n{# loop over the members of group workers from inventory #}\n{% for worker in groups['workers'] | sort %}\n{% set ip_a_worker = hostvars[worker]['ip_a'] | ipaddr %}\nhost-record={{ worker }}.{{ domain }},{{ ip_a_worker }}\n{% endfo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2046,
"all_permissive": false
} |
ansible_role | casimon-rh/ansible-k8s-lb-dns | aada54fb891dd49014b4282ca58eeea2f0a43416 | 0 | roles/haproxy | 7,343 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "## Jinja2 template\n#---------------------------------------------------------------------\n# Example configuration for a possible web application. See the\n# full configuration options online.\n#\n# http://haproxy.1wt.eu/download/1.4/doc/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3746,
"all_permissive": false
} |
ansible_role | casimon-rh/ansible-k8s-lb-dns | aada54fb891dd49014b4282ca58eeea2f0a43416 | 0 | roles/install_master_k8s | 7,343 | [
"no_license"
] | [
{
"path": "roles/install_master_k8s/templates/kubeadm-config.yaml.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta2\nkind: ClusterConfiguration\nkubernetesVersion: 1.19.1\ncontrolPlaneEndpoint: \"{{ K8S_HOSTNAME }}:6443\"\nnetworking:\n podSubnet: {{ CALICO_IPV4POOL_CIDR }} ",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 190071,
"all_permissive": false
} |
ansible_role | emilsuleymanov/devops-netology | c5b76dcaae13a31ca8fbe4a9dc6437530e112ebd | 0 | 08-ansible-03-role/playbook/roles/lighthouse-role | 7,343 | [
"no_license"
] | [
{
"path": "08-ansible-03-role/playbook/roles/lighthouse-role/templates/nginx/ligthouse.conf.j2",
"content": "server {\n listen {{ lighthouse_nginx_port }};\n # server_name localhost;\n server_name 0.0.0.0;\n\n access_log /var/log/nginx/lighthouse-access.log;\n\n location / {\n root {{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | emilsuleymanov/devops-netology | c5b76dcaae13a31ca8fbe4a9dc6437530e112ebd | 0 | 08-ansible-03-role/playbook/roles/vector-role | 7,343 | [
"no_license"
] | [
{
"path": "08-ansible-03-role/playbook/roles/vector-role/vars/main.yml",
"content": "---\n# vars file for vector-role\nvector_os_user: \"vector\"\nvector_os_group: \"vector\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "08-ansible-03-role/play... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3117,
"all_permissive": false
} |
ansible_role | emilsuleymanov/devops-netology | c5b76dcaae13a31ca8fbe4a9dc6437530e112ebd | 0 | diplom/Ansible/roles/Install_Nginx_LetsEncrypt | 7,343 | [
"no_license"
] | [
{
"path": "diplom/Ansible/roles/Install_Nginx_LetsEncrypt/templates/nginx-http.j2",
"content": "server_tokens off;\r\n\r\nserver {\r\n listen 80;\r\n server_name {{ domain_name }};\r\n\r\n location /.well-known/acme-challenge {\r\n root /var/www/letsencrypt;\r\n try_files $uri $uri/ =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4309,
"all_permissive": false
} |
ansible_role | Avramenko-Vitaliy/itea-devops | a67e5190a007ec44a32132e4d70ed17c62706ca1 | 0 | compose-ansible/task_2/roles/nginx | 7,343 | [
"no_license"
] | [
{
"path": "compose-ansible/task_2/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx\n apt: name=nginx state=latest update_cache=yes\n\n- name: Setup configs\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | Avramenko-Vitaliy/itea-devops | a67e5190a007ec44a32132e4d70ed17c62706ca1 | 0 | compose-ansible/task_2/roles/php | 7,343 | [
"no_license"
] | [
{
"path": "compose-ansible/task_2/roles/php/templates/php.conf.j2",
"content": "[www]\n\nuser = www-data\ngroup = www-data\n\nlisten = {{ server_name }}:{{ server_port }}\nlisten.owner = www-data\nlisten.group = www-data\n\npm = dynamic\npm.max_children = 5\npm.start_servers = 2\npm.min_spare_servers = 1\np... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | ptisserand/rpi-dev-hotspot | 41fc790472f6c62d3e0f1e74d018804094b1a3e3 | 0 | ansible/roles/capture | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/capture/tasks/main.yml",
"content": "- name: Install capture software\n apt:\n name:\n - tcpdump\n - tshark\n - ettercap-text-only\n - sslsplit\n state: present\n become: true\n\n- name: Install pip\n apt:\n name: \n - python3-pip\n - python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | ptisserand/rpi-dev-hotspot | 41fc790472f6c62d3e0f1e74d018804094b1a3e3 | 0 | ansible/roles/hotspot | 7,343 | [
"no_license"
] | [
{
"path": "ansible/roles/hotspot/tasks/main.yml",
"content": "- name: Install hotspot packages\n apt:\n name:\n - hostapd\n - dnsmasq\n state: present\n become: true\n\n- name: Add dhcpd configuration\n blockinfile:\n path: /etc/dhcpcd.conf\n block: |\n interface wlan0\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1862,
"all_permissive": false
} |
ansible_role | phucduong86/vagrant-provisioning | b38bbc945d7de7e3dd93daf992fb7f0b9c3873cc | 1 | provisioning/roles/apache | 7,343 | [
"no_license"
] | [
{
"path": "provisioning/roles/apache/templates/workers.properties",
"content": "worker.list=tc-hello-world,tc-sample\nworker.tc-hello-world.type=ajp13\nworker.tc-hello-world.host=localhost\nworker.tc-hello-world.port=8109\nworker.tc-sample.type=ajp13\nworker.tc-sample.host=localhost\nworker.tc-sample.port=8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2912,
"all_permissive": false
} |
ansible_role | phucduong86/vagrant-provisioning | b38bbc945d7de7e3dd93daf992fb7f0b9c3873cc | 1 | provisioning/roles/common | 7,343 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n - name: Install EPEL repo\n yum:\n name: epel-release\n state: present\n\n - name: Set SELinux state\n selinux: policy=targeted state=permissive\n\n - name: Create groups\n group: name=webadmin state=present gid=10... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | phucduong86/vagrant-provisioning | b38bbc945d7de7e3dd93daf992fb7f0b9c3873cc | 1 | provisioning/roles/java | 7,343 | [
"no_license"
] | [
{
"path": "provisioning/roles/java/tasks/main.yml",
"content": "---\n - name: Check if jdk exists\n stat: path=\"/usr/java/jdk-{{ jdk_version }}\"\n register: jdk_stat\n \n# - name: Check if jre exists\n# stat: path=\"/usr/java/jre-{{ jre_version }}\"\n# register: jre_stat\n \n - set_fact:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | phucduong86/vagrant-provisioning | b38bbc945d7de7e3dd93daf992fb7f0b9c3873cc | 1 | provisioning/roles/tc-sample | 7,343 | [
"no_license"
] | [
{
"path": "provisioning/roles/tc-sample/handlers/main.yml",
"content": "---\n - name: Restart tomcat instance\n service: name=\"{{ tomcat_inst_name }}\" state=restarted\n - name: Restart httpd\n service: name=httpd state=restarted\n ",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3836,
"all_permissive": false
} |
ansible_role | phucduong86/vagrant-provisioning | b38bbc945d7de7e3dd93daf992fb7f0b9c3873cc | 1 | provisioning/roles/tomcat_base | 7,343 | [
"no_license"
] | [
{
"path": "provisioning/roles/tomcat_base/meta/main.yml",
"content": "---\n dependencies:\n - { role: apache }\n - { role: java }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "provisioning/roles/tomcat_base/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1882,
"all_permissive": false
} |
ansible_role | michaelbontyes/malawi-config | 8822f99c3c74469af2e1f35038cff77c1cfdd961 | 0 | playbooks/roles/visit-close-module | 7,343 | [
"no_license"
] | [
{
"path": "playbooks/roles/visit-close-module/tasks/main.yml",
"content": "- name: Find existing visit-close-module omod\n find:\n paths: /opt/openmrs/modules\n patterns: visit-close-module*.omod\n register: result\n\n- name: Delete visit-close-module omod\n file:\n path: \"{{ item.path }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | alfredosantos/devops-challenge | 3701c77e99c17d33157b948827fd15052985e595 | 0 | automation/roles/challenge | 7,343 | [
"no_license"
] | [
{
"path": "automation/roles/challenge/templates/docker-compose.yml.j2",
"content": "version: \"2.2\"\n\nservices:\n weboglang:\n image: {{GOAPP_NAME}}:{{GOAPP_VERSION}}\n container_name: \"{{ ansible_hostname }}-{{GOAPP_NAME}}\"\n hostname: \"{{ ansible_hostname }}-{{GOAPP_NAME}}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | juergenschubert/DELLEMC-DPS-ansible | 2b9c55933fabccd2feb33a600e9750e86c24898e | 0 | roles/datadomain-gen | 7,343 | [
"no_license"
] | [
{
"path": "roles/datadomain-gen/vars/main.yml",
"content": "---\n# vars file for ddve-post-object-aws\nDDVE_Public_IP: 192.168.3.11\nInstance_Id: 'i-047f741036d782a15'\nNew_Passphrase: '<PASSWORD>!'\nNew_Password: '<PASSWORD>!'\nDestination_Port: 3009\nCurrent_Password: '<PASSWORD>!'\nNew_DD_User: 'DDNewUse... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6872,
"all_permissive": false
} |
ansible_role | juergenschubert/DELLEMC-DPS-ansible | 2b9c55933fabccd2feb33a600e9750e86c24898e | 0 | roles/ddve6-post-object-aws | 7,343 | [
"no_license"
] | [
{
"path": "roles/ddve6-post-object-aws/defaults/main.yml",
"content": "---\n# defaults file for ddve-post-object-aws\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/ddve6-post-object-aws/handlers/main.yml",
"content": "---\n# handlers f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11212,
"all_permissive": false
} |
ansible_role | noieeen/monitor-iac | 4345f63e38fa4058dd6835ec3ea7e0468f11281e | 0 | roles/clickhouse | 7,343 | [
"no_license"
] | [
{
"path": "roles/clickhouse/handlers/main.yaml",
"content": "---\n - name: Restart clickhouse-server\n become: true\n service:\n name: clickhouse-server\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/clic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4764,
"all_permissive": false
} |
ansible_role | noieeen/monitor-iac | 4345f63e38fa4058dd6835ec3ea7e0468f11281e | 0 | roles/grafana | 7,343 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yaml",
"content": "# - name: Install denpendencies\n# apt:\n# name: apt-transport-https\n# state: present\n\n# - name: Add Grafana APT repository\n# apt_repository:\n# repo: deb https://packages.grafana.com/oss/release/deb stable main\n# state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2062,
"all_permissive": false
} |
ansible_role | noieeen/monitor-iac | 4345f63e38fa4058dd6835ec3ea7e0468f11281e | 0 | roles/otel-collector | 7,343 | [
"no_license"
] | [
{
"path": "roles/otel-collector/handlers/main.yml",
"content": "---\n - name: restart otel-contrib\n service:\n name: \"{{ otel_service_name }}\"\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/otel-collect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8645,
"all_permissive": false
} |
ansible_role | noieeen/monitor-iac | 4345f63e38fa4058dd6835ec3ea7e0468f11281e | 0 | roles/require-deps | 7,343 | [
"no_license"
] | [
{
"path": "roles/require-deps/tasks/main.yml",
"content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n\n \n- name: Install required packages\n package:\n name:\n - gpg\n - curl\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/additional_nic | 7,347 | [
"no_license"
] | [
{
"path": "roles/additional_nic/tasks/deploy.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Create worker machineconfig\n k8s:\n api_key: \"{{ k8s_auth_results.k8s_auth.api... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4421,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/cert_replace | 7,347 | [
"no_license"
] | [
{
"path": "roles/cert_replace/templates/configmap.yaml.j2",
"content": "kind: ConfigMap\napiVersion: v1\nmetadata:\n name: {{ cluster_name }}-{{ item.name }}-cm\n namespace: {{ item.namespace }}\ndata:\n {{ item.key }}: |\n {{ item.value | indent}}\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5418,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/chronyd | 7,347 | [
"no_license"
] | [
{
"path": "roles/chronyd/tasks/teardown.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Teardown master machineconfig\n k8s:\n api_key: \"{{ k8s_auth_results.k8s_auth.api_ke... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4009,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/custom_certs | 7,347 | [
"no_license"
] | [
{
"path": "roles/custom_certs/tasks/deploy.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Create Namespace\n k8s:\n api_key: \"{{ k8s_auth_results.k8s_auth.api_key }}\"\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/default_project_template | 7,347 | [
"no_license"
] | [
{
"path": "roles/default_project_template/tasks/teardown.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Deploy default project template\n k8s:\n api_key: \"{{ k8s_auth_resu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1614,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/egress_rules | 7,347 | [
"no_license"
] | [
{
"path": "roles/egress_rules/tasks/teardown.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n\n- name: Teardown Egress IPs\n k8s:\n api_key: \"{{ k8s_auth_results.k8s_auth.api_key }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5093,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/etcd_backups | 7,347 | [
"no_license"
] | [
{
"path": "roles/etcd_backups/templates/etcd-backup-pvc.yaml.j2",
"content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: {{ etcd_backup_volume_name }}\n namespace: {{ etcd_backup_namespace }}\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: {{ etcd... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7803,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/external_registry | 7,347 | [
"no_license"
] | [
{
"path": "roles/external_registry/tasks/deploy.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Deploy IBM external registry configuration\n k8s:\n api_key: \"{{ k8s_auth_re... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/get_co | 7,347 | [
"no_license"
] | [
{
"path": "roles/get_co/tasks/main.yml",
"content": "- name: Deploy get pods\n import_tasks: deploy.yml\n when: not teardown | default(false)\n\n- name: Teardown get pods\n import_tasks: teardown.yml\n when: teardown | default(false)",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/image_policy | 7,347 | [
"no_license"
] | [
{
"path": "roles/image_policy/tasks/main.yml",
"content": "- name: Deploy Image Policy\n import_tasks: deploy.yml\n when: apply | default(false)\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/image_policy/tasks/deploy.yml",
"cont... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1229,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/infranodes | 7,347 | [
"no_license"
] | [
{
"path": "roles/infranodes/templates/mcp.yaml.j2",
"content": "apiVersion: machineconfiguration.openshift.io/v1\nkind: MachineConfigPool\nmetadata:\n name: {{ infranodes_name }}\nspec:\n machineConfigSelector:\n matchExpressions:\n - key: machineconfiguration.openshift.io/role\n operator: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4587,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/internal_image_registry | 7,347 | [
"no_license"
] | [
{
"path": "roles/internal_image_registry/files/image-registry-pvc.yml",
"content": "kind: PersistentVolumeClaim\napiVersion: v1\nmetadata:\n name: image-registry-storage\n namespace: openshift-image-registry\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 100Gi",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4960,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/ldap | 7,347 | [
"no_license"
] | [
{
"path": "roles/ldap/templates/ldap-group-sync.yml.j2",
"content": "apiVersion: v1\nkind: List\nitems:\n\n- kind: ConfigMap\n metadata:\n name: ldap-group-sync-config\n namespace: \"{{ operation_namespace }}\"\n apiVersion: v1\n data:\n ldap-sync.yml: |\n kind: LDAPSyncConfig\n apiVer... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8593,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/logging | 7,347 | [
"no_license"
] | [
{
"path": "roles/logging/tasks/teardown.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Teardown Cluster Logging\n block:\n - name: Remove clusterlogging custom resource defin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8077,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/machine_healthchecks | 7,347 | [
"no_license"
] | [
{
"path": "roles/machine_healthchecks/tasks/main.yml",
"content": "- name: Deploy machine health checks config\n import_tasks: deploy.yml\n when: not teardown | default(false)\n\n- name: Teardown machine health checks config\n import_tasks: teardown.yml\n when: teardown | default(false)\n",
"license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3702,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/monitoring | 7,347 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/teardown.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Teardown monitoring config map\n k8s:\n api_key: \"{{ k8s_auth_results.k8s_auth.ap... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7318,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/mv_ingress_infra | 7,347 | [
"no_license"
] | [
{
"path": "roles/mv_ingress_infra/tasks/deploy.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n# Additional template brackets needed to escape go template syntax - e.g. {{ '{{' }}\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4030,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/object_prune | 7,347 | [
"no_license"
] | [
{
"path": "roles/object_prune/templates/prune-images.yml.j2",
"content": "apiVersion: v1\nkind: List\nitems:\n\n- kind: CronJob\n apiVersion: batch/v1beta1\n metadata:\n name: cronjob-prune-resources-images\n namespace: \"{{ operation_namespace }}\"\n spec:\n schedule: \"*/10 * * * *\"\n conc... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7709,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/rbac | 7,347 | [
"no_license"
] | [
{
"path": "roles/rbac/tasks/teardown.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Teardown role-binding objects\n k8s:\n api_key: \"{{ k8s_auth_results.k8s_auth.api_key }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7186,
"all_permissive": false
} |
ansible_role | mswenson-redhat/openshift-ansible-automation | eef06c815e607cd3af4403787bf04c7d4e31e7c4 | 1 | roles/vsphere_storageclass | 7,347 | [
"no_license"
] | [
{
"path": "roles/vsphere_storageclass/tasks/teardown.yml",
"content": "- fail:\n msg: \"Make sure we've authenticated to the cluster before running this role\"\n when: k8s_auth_results.k8s_auth.api_key is not defined\n\n- name: Teardown vSphere storage class\n k8s:\n api_key: \"{{ k8s_auth_results.k... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1358,
"all_permissive": false
} |
ansible_role | MoeinTavakoli/general-ansible | d9207cfb0e2af100673278e1fcc4ff09414a018f | 1 | roles/checkCertificateExpiritaionDate | 7,347 | [
"no_license"
] | [
{
"path": "roles/checkCertificateExpiritaionDate/tasks/main.yml",
"content": "---\n\n- name: check ceretificate is exist \n shell: test -f {{ certificatePath }} && echo \"1\" \n ignore_errors : true\n register : is_exist\n\n# - name : time certificate expire \n# debug:\n# msg: \"is_exist : {{ is_ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2617,
"all_permissive": false
} |
ansible_role | MoeinTavakoli/general-ansible | d9207cfb0e2af100673278e1fcc4ff09414a018f | 1 | roles/updateCertificate | 7,347 | [
"no_license"
] | [
{
"path": "roles/updateCertificate/docs/README.md",
"content": "# Update certificate playbook\n\n\n### Description\n\nWhen you want to update (replace) certificate files in many virtual machine , you can use this ansible.\n\n----\n\n### How to use ?\n\n#### pre requirement\n\nif you didn't install ansible o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2834,
"all_permissive": false
} |
ansible_role | salvadormrf/multi-project-box | b640e9b7ca1d69f5de41c191ac7afbdddd3be9fb | 1 | deployment/ansible/playbook/roles/djangoapp | 7,347 | [
"no_license"
] | [
{
"path": "deployment/ansible/playbook/roles/djangoapp/tasks/migrations.yml",
"content": "---\n\n- name: DjangoApp | Create Database Tables\n when: syncdb is defined\n django_manage: >\n command=syncdb\n app_path={{ django.app_root }}\n settings={{ django.settings }}\n virtualenv={{ project.v... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1942,
"all_permissive": false
} |
ansible_role | salvadormrf/multi-project-box | b640e9b7ca1d69f5de41c191ac7afbdddd3be9fb | 1 | deployment/ansible/playbook/roles/djangoapp_dev | 7,347 | [
"no_license"
] | [
{
"path": "deployment/ansible/playbook/roles/djangoapp_dev/tasks/directories.yml",
"content": "---\n- name: Django | Directories | Create root directory.\n file: >\n path=\"{{ project.root }}\"\n state=directory\n owner=\"{{ project.user }}\"\n group=\"{{ project.user }}\"\n tags:\n - direc... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2725,
"all_permissive": false
} |
ansible_role | salvadormrf/multi-project-box | b640e9b7ca1d69f5de41c191ac7afbdddd3be9fb | 1 | deployment/ansible/playbook/roles/drupalapp | 7,347 | [
"no_license"
] | [
{
"path": "deployment/ansible/playbook/roles/drupalapp/handlers/main.yml",
"content": "---\n- name: start memcached\n sudo_user: root\n service: >\n name=memcached \n state=started \n\n- name: restart memcached\n sudo_user: root\n service: >\n name=memcached \n state=restarted \n\n- name: re... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2681,
"all_permissive": false
} |
ansible_role | salvadormrf/multi-project-box | b640e9b7ca1d69f5de41c191ac7afbdddd3be9fb | 1 | deployment/ansible/playbook/roles/mailcatcher | 7,347 | [
"no_license"
] | [
{
"path": "deployment/ansible/playbook/roles/mailcatcher/tasks/main.yml",
"content": "---\n- include: packages.yml\n- include: gem.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "deployment/ansible/playbook/roles/mailcatcher/tasks/packages.yml"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | salvadormrf/multi-project-box | b640e9b7ca1d69f5de41c191ac7afbdddd3be9fb | 1 | deployment/ansible/playbook/roles/memcached | 7,347 | [
"no_license"
] | [
{
"path": "deployment/ansible/playbook/roles/memcached/tasks/packages.yml",
"content": "---\n- name: Memcached | Install required system packages.\n apt: >\n pkg={{ item }}\n state=installed\n update-cache=yes\n cache_valid_time=3600\n with_items:\n - memcached\n notify: \n - restart me... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | salvadormrf/multi-project-box | b640e9b7ca1d69f5de41c191ac7afbdddd3be9fb | 1 | deployment/ansible/playbook/roles/mysql | 7,347 | [
"no_license"
] | [
{
"path": "deployment/ansible/playbook/roles/mysql/tasks/config.yml",
"content": "---\n\n- name: MySQL | Create MySQL configuration file.\n sudo: yes\n template: >\n src=mysql.my.cnf.j2\n dest=/etc/my.cnf\n notify:\n - restart mysql\n tags: \n - mysql\n - database\n\n- name: MySQL | Chang... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3034,
"all_permissive": false
} |
ansible_role | salvadormrf/multi-project-box | b640e9b7ca1d69f5de41c191ac7afbdddd3be9fb | 1 | deployment/ansible/playbook/roles/nginx | 7,347 | [
"no_license"
] | [
{
"path": "deployment/ansible/playbook/roles/nginx/templates/vhost.django.conf.j2",
"content": "# {{ ansible_managed }}\n\nupstream django_{{ project.name }} {\n\t{% if django.socket is defined %}\n\tserver\t\t\t\t\tunix:{{ django.socket }};\n\t{% else %}\n\tserver 127.0.0.1:{{ django.port ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6173,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.