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 | Infinity666/ansible-ffrgb | 0484e916932dd76b398a04bbfc7365b40119188a | 0 | roles/node_exporter | 7,257 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n\n- name: Create user\n user: name=node_exporter\n\n- name: Unpack node_exporter\n unarchive: src=\"{{ node_exporter_url }}\" remote_src=yes dest=/opt/ creates=/opt/node_exporter-{{ node_exporter_version }}.linux-amd64/node_exporter\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1900,
"all_permissive": false
} |
ansible_role | Infinity666/ansible-ffrgb | 0484e916932dd76b398a04bbfc7365b40119188a | 0 | roles/prometheus | 7,257 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/pve.yml.j2",
"content": "default:\n user: {{ prometheus_pve_user }}\n password: {{ <PASSWORD> }}\n verify_ssl: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/prometheus/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3276,
"all_permissive": false
} |
ansible_role | Infinity666/ansible-ffrgb | 0484e916932dd76b398a04bbfc7365b40119188a | 0 | roles/tileserver | 7,257 | [
"no_license"
] | [
{
"path": "roles/tileserver/files/config.json",
"content": "{\n \"options\": {\n \"paths\": {\n \"root\": \"/usr/src/app/node_modules/tileserver-gl-styles\",\n \"fonts\": \"fonts\",\n \"styles\": \"/data/styles\",\n \"mbtiles\": \"/data\"\n },\n \"formatQuality\": {\n \"jp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | Infinity666/ansible-ffrgb | 0484e916932dd76b398a04bbfc7365b40119188a | 0 | roles/unifi | 7,257 | [
"no_license"
] | [
{
"path": "roles/unifi/tasks/main.yml",
"content": "---\n\n- name: Create data directories\n file:\n path: /var/lib/unifi\n state: directory\n\n- name: Run unifi container\n docker_container:\n name: unifi\n image: jacobalberty/unifi:stable\n env:\n RUNAS_UID0: \"false\"\n TZ: \"E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | Infinity666/ansible-ffrgb | 0484e916932dd76b398a04bbfc7365b40119188a | 0 | roles/web_svc | 7,257 | [
"no_license"
] | [
{
"path": "roles/web_svc/templates/tiles_certs.j2",
"content": "---\n\n{{ domain }}:\n- path: /etc/nginx/ssl/{{ domain }}.crt\n user: root\n group: root\n perm: '400'\n format: crt,ca\n action: '/usr/sbin/service nginx restart'\n- path: /etc/nginx/ssl/{{ domain }}.key\n user: root\n group: root\n pe... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2614,
"all_permissive": false
} |
ansible_role | izaakschroeder/averice | 02ebd0da141ffe8e58abd6abe80fe977f2cbfe19 | 0 | ansible/roles/certificates | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/certificates/tasks/main.yml",
"content": "\n- name: Install packages\n yum: name={{ item }} state=latest\n with_items:\n - libselinux-python\n - ca-certificates\n\n- name: Copy certificates\n copy: src={{ item }} dest=/etc/pki/ca-trust/source/anchors/\n with_items:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | izaakschroeder/averice | 02ebd0da141ffe8e58abd6abe80fe977f2cbfe19 | 0 | ansible/roles/docker | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/handlers/main.yml",
"content": "- name: restart docker\n service: name=docker state=restarted\n- name: reload systemd\n command: systemctl --system daemon-reload\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": "a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | izaakschroeder/averice | 02ebd0da141ffe8e58abd6abe80fe977f2cbfe19 | 0 | ansible/roles/etcd | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd/defaults/main.yml",
"content": "\netcd_version: \"2.2.0\"\netcd_proxy: False\netcd_client_port: 2379\netcd_peer_port: 2380\netcd_peers_group: etcd\netcd_conf_dir: /etc/etcd\netcd_script_dir: /usr/libexec/etcd\netcd_ca_file: \"{{ etcd_conf_dir }}/ca.crt\"\netcd_cert_file: \"{{ e... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3790,
"all_permissive": false
} |
ansible_role | izaakschroeder/averice | 02ebd0da141ffe8e58abd6abe80fe977f2cbfe19 | 0 | ansible/roles/flannel | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/flannel/templates/network.json.j2",
"content": "{\n \"Network\": \"{{ flannel_subnet }}\",\n \"SubnetLen\": {{ flannel_host_prefix }},\n \"Backend\": { \"Type\": \"{{ flannel_backend_type }}\" }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2340,
"all_permissive": false
} |
ansible_role | izaakschroeder/averice | 02ebd0da141ffe8e58abd6abe80fe977f2cbfe19 | 0 | ansible/roles/git | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "\n- name: Add ISU repository\n template: src=ius.repo dest=/etc/yum.repos.d/ius.repo\n\n- name: Install git\n yum: name=git2u state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | izaakschroeder/averice | 02ebd0da141ffe8e58abd6abe80fe977f2cbfe19 | 0 | ansible/roles/go | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/go/README.md",
"content": "\nAlternative:\nhttps://github.com/moovweb/gvm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/roles/go/tasks/main.yml",
"content": "\n- name: Install golang\n yum: name=golang stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | izaakschroeder/averice | 02ebd0da141ffe8e58abd6abe80fe977f2cbfe19 | 0 | ansible/roles/kubernetes | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/defaults/main.yml",
"content": "kubernetes_version: \"1.1.2\"\nkubernetes_kubelet_port: 10250\nkubernetes_api_endpoint: kubernetes.foo.com\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "ansible/roles/kubernet... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2840,
"all_permissive": false
} |
ansible_role | falyan/CICD | aedf20b13341e479b168e259a2e2ee9e0b25290d | 0 | roles/deploy-be-fenanza | 7,257 | [
"no_license"
] | [
{
"path": "roles/deploy-be-fenanza/tasks/success-build.yaml",
"content": "---\n- name: SUCCESS BUILD\n ansible.builtin.shell: |\n echo \"APPLICATION BUILD SUCCESFUL\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/deploy-be-fenanza/tasks... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1040,
"all_permissive": false
} |
ansible_role | falyan/CICD | aedf20b13341e479b168e259a2e2ee9e0b25290d | 0 | roles/deploy-fe-fenanza | 7,257 | [
"no_license"
] | [
{
"path": "roles/deploy-fe-fenanza/tasks/checkout.yaml",
"content": "---\n- name: CHECKOUT BRANCH PRODUCTION\n ansible.builtin.shell: |\n cd /root/fenanza/fenanza-fe && git checkout production",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "ro... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | eyimjia/seacoral-core | 78e95f04e03c835b8c45971ab114d0ced86d38a6 | 0 | cluster_engine/host/scripts/host-init/roles/cluster_agent | 7,257 | [
"permissive"
] | [
{
"path": "cluster_engine/host/scripts/host-init/roles/cluster_agent/templates/netdev-plugin.conf.j2",
"content": "{\n \"cniVersion\":\"0.2.0\",\n \"name\": \"netdev-plugin\",\n \"type\": \"netdev-plugin\",\n \"shellDir\": \"{{ ca_script_dir }}/netdevMGR\",\n \"kubeconfig\": \"/etc/kubernetes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4372,
"all_permissive": true
} |
ansible_role | eyimjia/seacoral-core | 78e95f04e03c835b8c45971ab114d0ced86d38a6 | 0 | cluster_engine/host/scripts/host-init/roles/log | 7,257 | [
"permissive"
] | [
{
"path": "cluster_engine/host/scripts/host-init/roles/log/tasks/main.yml",
"content": "- include_tasks: \"cluster_agent.yml\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 37
},
{
"path": "cluster_engine/host/scripts/host-init/roles/log... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1523,
"all_permissive": true
} |
ansible_role | provocon/coremedia-node-preparation | b818ccd88e1a40ef94ea2e0a0dab51a042718c36 | 1 | roles/base | 7,257 | [
"permissive"
] | [
{
"path": "roles/base/tasks/chef.yml",
"content": "#\n# Copyright 2017-2019 <NAME>.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6178,
"all_permissive": true
} |
ansible_role | provocon/coremedia-node-preparation | b818ccd88e1a40ef94ea2e0a0dab51a042718c36 | 1 | roles/dev | 7,257 | [
"permissive"
] | [
{
"path": "roles/dev/tasks/main.yml",
"content": "#\n# Copyright 2017-2019 <NAME>.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5922,
"all_permissive": true
} |
ansible_role | netwyman/final | 2b816375b61b086c557cdbb1205b8db249c0f29a | 1 | roles/vm-deploy-iso | 7,257 | [
"no_license"
] | [
{
"path": "roles/vm-deploy-iso/tasks/main.yml",
"content": "---\n# Deploy a VM from a ISO using Ansible 'vmware_guest' module\n- name: Deploy VM from iso\n vmware_guest:\n hostname: '{{ deploy_vCenter_host }}'\n username: '{{ deploy_vCenter_user }}'\n password: '{{ deploy_vCenter_password }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1343,
"all_permissive": false
} |
ansible_role | felix-fy/application-ops | 6a83f047e5fa38914213eff35fe6962a3030d4d1 | 0 | ansible/roles/centos_jdk_1.8.131_install | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/centos_jdk_1.8.131_install/files/java_profile.sh",
"content": "#!/bin/bash\nJAVA_HOME=/usr/local/java/jdk/jdk1.8.0_131\nJRE_HOME=/usr/local/java/jdk/jdk1.8.0_131/jre\nCLASS_PATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:$JRE_HOME/lib\nPATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | felix-fy/application-ops | 6a83f047e5fa38914213eff35fe6962a3030d4d1 | 0 | ansible/roles/centos_node_exporter_install | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/centos_node_exporter_install/tasks/main.yaml",
"content": "---\n- name: copy repo\n copy:\n src: prometheus.repo\n dest: /etc/yum.repos.d/\n- name: install packages\n yum: name={{ item.name }} state=present\n with_items:\n - name: node_exporter\n- name: copy node_expo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | corbin-lounsbury/-Centos-7-template-builder-public | 5d7d74b4d892c0e78f0274d0c5b7a3bf309dd19b | 0 | roles/create | 7,257 | [
"no_license"
] | [
{
"path": "roles/create/defaults/main.yml",
"content": "---\nvcenter_hostname: vcenter01\ndomain: contoso.com\nvcenter_datacenter: DC1\nvcenter_cluster: cluster01\nautobuild_template: c7-template-autobuild\ntemplate_ip: 172.16.10.230\nvcenter_datastore: vm_cluster_1\nansible_vcenter_username: <EMAIL>\niso_p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2284,
"all_permissive": false
} |
ansible_role | corbin-lounsbury/-Centos-7-template-builder-public | 5d7d74b4d892c0e78f0274d0c5b7a3bf309dd19b | 0 | roles/finalize | 7,257 | [
"no_license"
] | [
{
"path": "roles/finalize/defaults/main.yml",
"content": "---\nvcenter_hostname: vcenter02\ndomain: contoso.com\nvcenter_datacenter: DC1\nvcenter_cluster: cluster1\nautobuild_template: c7-template-autobuild\ntemplate_ip: 172.16.10.230\nvcenter_datastore: vm_cluster_1\nansible_vcenter_username: <EMAIL>@v<EMA... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | corbin-lounsbury/-Centos-7-template-builder-public | 5d7d74b4d892c0e78f0274d0c5b7a3bf309dd19b | 0 | roles/provision | 7,257 | [
"no_license"
] | [
{
"path": "roles/provision/tasks/main.yml",
"content": "---\n- name: perform yum update\n yum: \n name: \"*\"\n state: latest\n\n- name: Install epel-release\n yum: \n name: epel-release\n state: latest\n\n- name: Install common packages\n yum:\n name: \n - yum-utils\n - git\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | waqar01011/demos | a5233b11418e409fbf4fe8ccb65fb4b60c88b4b4 | 0 | secondscreen/ansible/roles/nodeapp | 7,257 | [
"no_license"
] | [
{
"path": "secondscreen/ansible/roles/nodeapp/tasks/main.yml",
"content": "---\n\n# SETUP ------------------------------------------------------------------------\n\n- name: Add latest stable node repo\n apt_repository: repo='ppa:chris-lea/node.js' update_cache=yes state=present\n\n- name: Install base pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2153,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/common | 7,257 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Disable sudo requiretty for Ansible pipelining\n lineinfile: dest=/etc/sudoers regexp=\"^Defaults(\\s+)(.*)requiretty(.*)\" line=\"#Defaults\\1\\2requiretty\\3\" backrefs=yes\n\n- name: Setup CentOS yum repos\n yum: name={{ item }} state=pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/fail2ban | 7,257 | [
"no_license"
] | [
{
"path": "roles/fail2ban/handlers/main.yml",
"content": "---\n- name: restart fail2ban\n service: name=fail2ban state=restarted\n\n- name: restart firewalld\n service: name=firewalld state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/ghost | 7,257 | [
"no_license"
] | [
{
"path": "roles/ghost/tasks/main.yml",
"content": "---\n# nodejs comes from Node\n# http://support.ghost.org/supported-node-versions/\n# https://github.com/nodejs/LTS\n\n- name: Add Node Yum Repo\n yum_repository:\n file: nodesource-el\n name: nodesource\n description: Node.js Packages for Enterp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1891,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/nginx | 7,257 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\nnginx_cf_pem: \"{{ lookup('file', 'chrisshort.net.pem') }}\"\nnginx_cf_key: \"{{ lookup('file', 'chrisshort.net.key') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/nginx/ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5852,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/ntp | 7,257 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Installing NTP Packages on All Systems\n yum: name={{ item }} state=latest\n with_items:\n - ntp\n - ntpdate\n notify:\n - restart ntpd\n\n- name: Copy NTP configuration file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf owner=root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/percona | 7,257 | [
"no_license"
] | [
{
"path": "roles/percona/templates/rc.local.j2",
"content": "# {{ ansible_managed }}\n#!/bin/sh\n#\n# This script will be executed *after* all the other init scripts.\n# You can put your own initialization stuff in here if you don't\n# want to do the full Sys V style init stuff.\n\ntouch /var/lock/subsys/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4957,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/smtp | 7,257 | [
"no_license"
] | [
{
"path": "roles/smtp/tasks/main.yml",
"content": "---\n- name: Ensure SMTP packages are up to date\n yum: name={{ item }} state=latest\n with_items:\n - postfix\n - mailx\n - cyrus-sasl-plain\n tags:\n - smtp_pkg\n\n- name: Instantiate SMTP configuration\n template: src={{ item.src }} dest=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1941,
"all_permissive": false
} |
ansible_role | chris-short/chrisshort.net-backend | f16157381a193fc6e8a3bffe9a4b3d9edc1abd6e | 0 | roles/yum-cron | 7,257 | [
"no_license"
] | [
{
"path": "roles/yum-cron/handlers/main.yml",
"content": "---\n- name: restart yumcron\n service: name=yum-cron state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/yum-cron/tasks/main.yml",
"content": "---\n- name: Disable ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/ansible-role-patching | 7,257 | [
"no_license"
] | [
{
"path": "roles/ansible-role-patching/tasks/perform-patch-environment.yml",
"content": "## roles/patching/tasks/perform-patch.yml\n---\n- name: \"yum upgrade\" # noqa 403\n yum:\n name: '*'\n state: latest\n exclude: \"{{ patch_exclude | default('') }}\"\n# environment: \"{{ patch_env | default(... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4350,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/ansible-role-win_updates-master | 7,257 | [
"no_license"
] | [
{
"path": "roles/ansible-role-win_updates-master/README.md",
"content": "Windows Updates\n===============\n\nInstall Windows updates.\n\nRequirements\n------------\n\nThe target Windows machines must have whitelisted network access to download updates.\n\nRole Variables\n--------------\n\nBy default, this r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2217,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/ansible-role-yum-master | 7,257 | [
"no_license"
] | [
{
"path": "roles/ansible-role-yum-master/defaults/main.yml",
"content": "---\n# default yum file\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/ansible-role-yum-master/README.md",
"content": "yum role\n=========\n\nRole to configure th... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3906,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/check-vulner | 7,257 | [
"no_license"
] | [
{
"path": "roles/check-vulner/defaults/main.yml",
"content": "---\n\nvulner: cve_2019_11135\n\nvulners:\n cve_2019_11135: cve-2019-11135--2019-11-12-1735.sh\n\nvulner_result:\n _0: 'no'\n _1: 'yes'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/generate-update-report-rhel | 7,257 | [
"no_license"
] | [
{
"path": "roles/generate-update-report-rhel/templates/update_report.html.j2",
"content": "<!DOCTYPE html>\n<html>\n <head>\n <title>Report Table for RHEL Updates per Host</title>\n </head>\n\n <body>\n <table border = \"1\" cellpadding = \"5\" cellspacing = \"5\">\n <tr>\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1890,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/kpatch-rhel | 7,257 | [
"no_license"
] | [
{
"path": "roles/kpatch-rhel/tasks/main.yml",
"content": "---\n\n- name: show current kernel version\n debug:\n msg: \"{{ ansible_kernel }}\"\n\n- name: install kpatch\n yum:\n name: \"kpatch-patch = {{ ansible_kernel }}\"\n state: latest\n register: kpatch_patch_install\n\n- name: ensure kpatch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/simple_report | 7,257 | [
"no_license"
] | [
{
"path": "roles/simple_report/tasks/main.yml",
"content": "---\n- name: Ensure directory exists on controller node\n ansible.builtin.file:\n path: /tmp/Subs_Reporting/\n state: directory\n mode: '0755'\n delegate_to: ansible.prod.spg\n run_once: true\n\n- name: Ensure directory exists on node01... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7187,
"all_permissive": false
} |
ansible_role | ShaddGallegos/updates-and-patching | d3af19be2fd5195871d612c67776443abb36fd8d | 3 | roles/update-rhel | 7,257 | [
"no_license"
] | [
{
"path": "roles/update-rhel/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - update-rhel",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/update-rhel/tasks/main.yml",
"content": "---\n- name: set ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3838,
"all_permissive": false
} |
ansible_role | mani611/postgres_cluster | 48b4fd63380284396e5ba7fcd1ef652ad38418c6 | 0 | postgres1/playbooks/roles/hacluster_user | 7,257 | [
"no_license"
] | [
{
"path": "postgres1/playbooks/roles/hacluster_user/tasks/main.yaml",
"content": "---\n - shell: \"{{ item }}\"\n with_items:\n - echo hacluster | passwd --stdin hacluster\n - systemctl start pcsd\n - systemctl enable pcsd\n \n sudo: yes\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | mani611/postgres_cluster | 48b4fd63380284396e5ba7fcd1ef652ad38418c6 | 0 | postgres1/playbooks/roles/pacemaker_create | 7,257 | [
"no_license"
] | [
{
"path": "postgres1/playbooks/roles/pacemaker_create/tasks/main.yaml",
"content": "---\n - shell: \"{{ item }}\"\n with_items:\n - pcs cluster auth post1 post2 -u hacluster -p hacluster\n - pcs cluster setup --name pgsql_cfg post1 post2\n - pcs cluster start --all\n - pc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | mani611/postgres_cluster | 48b4fd63380284396e5ba7fcd1ef652ad38418c6 | 0 | postgres1/playbooks/roles/postgres | 7,257 | [
"no_license"
] | [
{
"path": "postgres1/playbooks/roles/postgres/tasks/main.yaml",
"content": "\n\n---\n - command: \"{{ item }}\"\n with_items:\n - \"/usr/pgsql-9.6/bin/postgresql96-setup initdb\"\n sudo: true\n - command: \"{{ item }}\"\n with_items:\n - \"mkdir /var/lib/pgsql/9.6/pg_archi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2075,
"all_permissive": false
} |
ansible_role | mani611/postgres_cluster | 48b4fd63380284396e5ba7fcd1ef652ad38418c6 | 0 | postgres1/playbooks/roles/postgres_service | 7,257 | [
"no_license"
] | [
{
"path": "postgres1/playbooks/roles/postgres_service/tasks/main.yaml",
"content": "---\n - command: \"{{ item }}\"\n with_items:\n - systemctl stop postgresql-9.6\n - systemctl disable postgresql-9.6\n sudo: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | mani611/postgres_cluster | 48b4fd63380284396e5ba7fcd1ef652ad38418c6 | 0 | postgres1/playbooks/roles/postgres_slave | 7,257 | [
"no_license"
] | [
{
"path": "postgres1/playbooks/roles/postgres_slave/tasks/main.yaml",
"content": "---\n - command: /bin/hostname\n register: hostname\n\n - command: \"{{ item }}\"\n with_items:\n - \"pg_basebackup -h 192.168.122.201 -U postgres -D /var/lib/pgsql/9.6/data -X stream -P\"\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1111,
"all_permissive": false
} |
ansible_role | mani611/postgres_cluster | 48b4fd63380284396e5ba7fcd1ef652ad38418c6 | 0 | postgres1/playbooks/roles/postgres_yum | 7,257 | [
"no_license"
] | [
{
"path": "postgres1/playbooks/roles/postgres_yum/tasks/main.yaml",
"content": "---\n - name: install\n yum: state=present name={{ item }}\n with_items:\n - pacemaker\n - postgresql96\n - postgresql96-contrib\n - postgresql96-server\n - resource-agents\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | mani611/postgres_cluster | 48b4fd63380284396e5ba7fcd1ef652ad38418c6 | 0 | postgres1/playbooks/roles/yum_repo | 7,257 | [
"no_license"
] | [
{
"path": "postgres1/playbooks/roles/yum_repo/tasks/main.yaml",
"content": "\n\n---\n - name: create backup directory\n file: path=/etc/yum.repos.d/repo_bkp state=directory mode=0777\n sudo: yes\n - name: check if \"/etc/yum.repos.d/repo_bkp\" exist\n register: remote\n stat: path=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | muhammadumair66/apostello | 97eef7e8a3216f5f696faba9d796b5492a424a38 | 0 | ansible/roles/base | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n\n- include: create_swap_file.yml\n when: create_swap_file\n tags: swap\n\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=latest\n with_items:\n - bash\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | muhammadumair66/apostello | 97eef7e8a3216f5f696faba9d796b5492a424a38 | 0 | ansible/roles/redis | 7,257 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "---\n\n- name: Install redis\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=installed\n with_items:\n - redis-server\n - python-redis\n tags: packages\n\n- name: Ensure the redis service is running\n service: name=redis-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | xMarkusSpringerx/tictactoe-socket | 460756b873ae027f9b68be64c8c6e218fa7de14e | 0 | ansible/roles/application | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/application/tasks/main.yml",
"content": "---\n\n- name: Checkout tic tac toe repo\n git: repo=<EMAIL>:xMarkusSpringerx/tictactoe-socket.git\n dest={{ item.dest }}\n version={{ item.version|default('HEAD') }}\n accept_hostkey=true\n with_items: application\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | xMarkusSpringerx/tictactoe-socket | 460756b873ae027f9b68be64c8c6e218fa7de14e | 0 | ansible/roles/git | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "- name: Install git packages\n apt: pkg=git state=installed update_cache=yes cache_valid_time=86400\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | xMarkusSpringerx/tictactoe-socket | 460756b873ae027f9b68be64c8c6e218fa7de14e | 0 | ansible/roles/nginx | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: pkg=nginx state=installed update_cache=yes cache_valid_time=86400\n notify: Restart nginx\n\n- name: Disable the default vhost\n file: path=/etc/nginx/sites-enabled/default state=absent\n notify: Reload nginx\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | xMarkusSpringerx/tictactoe-socket | 460756b873ae027f9b68be64c8c6e218fa7de14e | 0 | ansible/roles/node | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/node/tasks/main.yml",
"content": "---\n- name: Install node\n apt: pkg=node state=installed update_cache=yes cache_valid_time=86400\n\n- name: Install nodejs\n apt: pkg=nodejs state=installed update_cache=yes cache_valid_time=86400\n\n- name: Install npm\n apt: pkg=npm state=inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | xMarkusSpringerx/tictactoe-socket | 460756b873ae027f9b68be64c8c6e218fa7de14e | 0 | ansible/roles/rethinkdb | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/rethinkdb/tasks/main.yml",
"content": "---\n- name: Install RethinkDB APT Repo\n apt_repository: repo=\"deb http://download.rethinkdb.com/apt trusty main\" state=present\n\n- name: Update APT\n apt: update_cache=yes upgrade=safe cache_valid_time=3600\n\n- name: Install rethinkdb\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | xMarkusSpringerx/tictactoe-socket | 460756b873ae027f9b68be64c8c6e218fa7de14e | 0 | ansible/roles/server_defaults | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/server_defaults/tasks/main.yml",
"content": "---\n- name: Add ansible user\n user: name={{ user }} group=sudoers\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | xMarkusSpringerx/tictactoe-socket | 460756b873ae027f9b68be64c8c6e218fa7de14e | 0 | ansible/roles/user_management | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/user_management/tasks/main.yml",
"content": "---\n- include: create.yml\n- include: remove.yml\n- include: lock.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ansible/roles/user_management/README.md",
"content": ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2974,
"all_permissive": false
} |
ansible_role | vlaine5/k8scluster-eva | b19c96b1f2163020761b38d02a5f3d0486222576 | 0 | roles/common | 7,259 | [
"no_license"
] | [
{
"path": "roles/common/templates/bashrc.j2",
"content": "###################################################################################################\r\n# This is a very simple .bashrc file that I'm using on a daily basis. #\r\n# It completely replaced my zsh setup, and s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 102508,
"all_permissive": false
} |
ansible_role | vlaine5/k8scluster-eva | b19c96b1f2163020761b38d02a5f3d0486222576 | 0 | roles/master | 7,259 | [
"no_license"
] | [
{
"path": "roles/master/meta/main.yml",
"content": "dependencies:\n - { role: common}\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/master/tasks/main.yml",
"content": "- name: Change Docker cgroup driver - Create daemon.json file\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2497,
"all_permissive": false
} |
ansible_role | vlaine5/k8scluster-eva | b19c96b1f2163020761b38d02a5f3d0486222576 | 0 | roles/worker | 7,259 | [
"no_license"
] | [
{
"path": "roles/worker/meta/main.yml",
"content": "dependencies:\n - role: common\n\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/worker/tasks/main.yml",
"content": "- name: Update config.toml\n template: src=templates/config.tom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | vtochq/aem-ansible | 7e1696f64291938bd9cd6efe448dddd0b621dd36 | 0 | roles/author | 7,259 | [
"no_license"
] | [
{
"path": "roles/author/templates/aem-author.service.j2",
"content": "[Unit]\nDescription=AEM Author\nAfter=network.target\n \n[Service]\nType=forking\nUser={{ aem_user }}\nWorkingDirectory={{ aem_path }}/crx-quickstart\nExecStart={{ aem_path }}/crx-quickstart/bin/start\nExecStop={{ aem_path }}/crx-quicksta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | vtochq/aem-ansible | 7e1696f64291938bd9cd6efe448dddd0b621dd36 | 0 | roles/dispatcher | 7,259 | [
"no_license"
] | [
{
"path": "roles/dispatcher/templates/dispatcher.conf.j2",
"content": " <IfModule disp_apache2.c>\n # location of the configuration file. eg: 'conf/dispatcher.any'\n DispatcherConfig /etc/apache2/dispatcher.any\n\n # location of the dispatcher log file. eg: 'logs/dispatcher.log'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3298,
"all_permissive": false
} |
ansible_role | vtochq/aem-ansible | 7e1696f64291938bd9cd6efe448dddd0b621dd36 | 0 | roles/publish | 7,259 | [
"no_license"
] | [
{
"path": "roles/publish/vars/main.yml",
"content": "aem_path: '/opt/aem_test/publish'\naem_user: 'aem'\naem_group: 'aem'\naem_dist_url: 'https://fake_url'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/publish/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1975,
"all_permissive": false
} |
ansible_role | cloud-install/ansible-snyc-gitee | d8233e36069676b337bbe1e00d51f4fb37fe10ab | 0 | roles/caddy | 7,259 | [
"no_license"
] | [
{
"path": "roles/caddy/tasks/main.yml",
"content": "---\n- name: Install Caddy\n yum: name=caddy state=latest\n\n- name: Create WebSite directory\n file: \n path: /data/wwwroot/www.example.com\n state: directory\n owner: caddy\n group: caddy\n\n- name: Create cert directory\n file: \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | roghuchi/linux-template | d9b02fa176ddb2f77a5c6277a993d6dcfd27e0fd | 0 | roles/banner-change | 7,259 | [
"no_license"
] | [
{
"path": "roles/banner-change/tasks/main.yml",
"content": "---\n- name: change prompt for RHEL\n import_tasks: centos-banner.yml\n when: ansible_facts['os_family']|lower == 'redhat'\n\n- name: change prompt for Debian\n import_tasks: debian-banner.yml\n when: ansible_facts['os_family']|lower == 'debian... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | roghuchi/linux-template | d9b02fa176ddb2f77a5c6277a993d6dcfd27e0fd | 0 | roles/prompt-change | 7,259 | [
"no_license"
] | [
{
"path": "roles/prompt-change/tasks/main.yml",
"content": "---\n- name: change prompt for RHEL\n import_tasks: centos-prompt-color.yml\n when: ansible_facts['os_family']|lower == 'redhat'\n\n- name: change prompt for Debian\n import_tasks: debian-prompt-color.yml\n when: ansible_facts['os_family']|lowe... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | yyev89/provedcode-project-infrastructure | 91c11cced6594287ea7997e83f3f4a64bd8f06f2 | 0 | ansible/provisioning/roles/db | 7,259 | [
"no_license"
] | [
{
"path": "ansible/provisioning/roles/db/tasks/main.yml",
"content": "---\n- name: Update package repository cache\n tags: always\n ansible.builtin.dnf:\n update_cache: true\n\n- name: Install a modularity appstream for PostgreSQL 15\n ansible.builtin.dnf:\n name: \"@postgresql:15\"\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2245,
"all_permissive": false
} |
ansible_role | yyev89/provedcode-project-infrastructure | 91c11cced6594287ea7997e83f3f4a64bd8f06f2 | 0 | ansible/provisioning/roles/server | 7,259 | [
"no_license"
] | [
{
"path": "ansible/provisioning/roles/server/vars/main.yml",
"content": "---\napp_repo: https://github.com/yyev89/provedcode-project-backend.git\napp_path: /home/vagrant/backend\njar_file: demo-0.5.0-SNAPSHOT.jar\ndb_ip: 192.168.100.13\ndb_port: 5432\nserver_port: 9000\ndb_user: app_user\ndb_pass: <PASSWORD... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2226,
"all_permissive": false
} |
ansible_role | yyev89/provedcode-project-infrastructure | 91c11cced6594287ea7997e83f3f4a64bd8f06f2 | 0 | ansible/provisioning/roles/web | 7,259 | [
"no_license"
] | [
{
"path": "ansible/provisioning/roles/web/tasks/main.yml",
"content": "---\n- name: Update package list\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install necessary packages\n ansible.builtin.apt:\n name:\n - git\n - nodejs\n - npm\n - nginx\n state: present\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | dxm/workstation | b4354002b09b32919d045ef3517667a20c21426a | 0 | playbooks/roles/desktop | 7,259 | [
"no_license"
] | [
{
"path": "playbooks/roles/desktop/vars/main.yml",
"content": "---\n\n# python3-psutil is needed for community.general.dconf\n\ndesktop_packages:\n- dejavu-fonts-all \n- gstreamer1-plugin-openh264\n- mozilla-openh264 \n- mozilla-ublock-origin\n- mupdf\n- mypaint\n- python3-psutil\n- wl-clipboard\n\ndesktop_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | dxm/workstation | b4354002b09b32919d045ef3517667a20c21426a | 0 | playbooks/roles/libvirt | 7,259 | [
"no_license"
] | [
{
"path": "playbooks/roles/libvirt/vars/main.yml",
"content": "---\n\n# python3-libvirt and python3-lxml is needed by libvirt modules\n\nlibvirt_packages:\n- guestfs-tools\n- python3-libvirt\n- python3-lxml\n- virt-install\n- virt-manager\n- virt-top\n- virt-viewer\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1917,
"all_permissive": false
} |
ansible_role | dxm/workstation | b4354002b09b32919d045ef3517667a20c21426a | 0 | playbooks/roles/rpmfusion | 7,259 | [
"no_license"
] | [
{
"path": "playbooks/roles/rpmfusion/tasks/main.yml",
"content": "---\n\n- name: import gpg keys\n ansible.builtin.rpm_key:\n state: present\n key: \"{{ item.key }}\"\n fingerprint: \"{{ item.fingerprint }}\"\n with_items: \"{{ rpmfusion_keys }}\"\n become: true\n tags:\n - rpmfusion\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1309,
"all_permissive": false
} |
ansible_role | dxm/workstation | b4354002b09b32919d045ef3517667a20c21426a | 0 | playbooks/roles/tools | 7,259 | [
"no_license"
] | [
{
"path": "playbooks/roles/tools/tasks/main.yml",
"content": "---\n\n- name: install packages\n ansible.builtin.package:\n name: \"{{ tools_packages }}\"\n state: present\n become: true\n tags:\n - tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | gerasimoval/slurm-mon | 13410b76d0c49de209fa9680474613ec1f6ebd4c | 0 | roles/elastic_kibana | 7,259 | [
"no_license"
] | [
{
"path": "roles/elastic_kibana/templates/elasticsearch.yml.j2",
"content": "cluster.name: \"elasticsearch-cluster\"\nnode.name: \"{{ inventory_hostname }}\"\npath.data: {{ elasticsearch_data_dir }}\npath.logs: {{ elasticsearch_log_dir }}\nnetwork.host: {{ elasticsearch_network_host }}\nhttp.port: {{ elasti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5138,
"all_permissive": false
} |
ansible_role | gerasimoval/slurm-mon | 13410b76d0c49de209fa9680474613ec1f6ebd4c | 0 | roles/fluentbit | 7,259 | [
"no_license"
] | [
{
"path": "roles/fluentbit/tasks/main.yml",
"content": "---\n- name: Add FluentBit repository\n get_url:\n url: https://packages.fluentbit.io/fedora/fluent-bit.repo\n dest: /etc/yum.repos.d/fluent-bit.repo\n when: ansible_os_family == \"RedHat\"\n\n- name: Add FluentBit repository key\n rpm_key:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2569,
"all_permissive": false
} |
ansible_role | gerasimoval/slurm-mon | 13410b76d0c49de209fa9680474613ec1f6ebd4c | 0 | roles/node-exporter | 7,259 | [
"no_license"
] | [
{
"path": "roles/node-exporter/tasks/main.yml",
"content": "---\n- name: Create Node Exporter group\n group:\n name: \"{{ node_exporter_group }}\"\n state: present\n\n- name: Create Node Exporter user\n user:\n name: \"{{ node_exporter_user }}\"\n group: \"{{ node_exporter_group }}\"\n syst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2307,
"all_permissive": false
} |
ansible_role | gerasimoval/slurm-mon | 13410b76d0c49de209fa9680474613ec1f6ebd4c | 0 | roles/prometheus | 7,259 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.yml.j2",
"content": "global:\n scrape_interval: {{ prometheus_global_scrape_interval }}\n evaluation_interval: {{ prometheus_global_evaluation_interval }}\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3154,
"all_permissive": false
} |
ansible_role | harshap0202/devops-training | 212bfb5b23e35605c3647c969f723c9c14f1c4b0 | 0 | day-18/roles/backend | 7,259 | [
"no_license"
] | [
{
"path": "day-18/roles/backend/tasks/main.yml",
"content": "---\n - name: Installing Ca-certificates\n apt:\n name: ca-certificates\n state: present\n update_cache: yes\n\n - name: Download NodeSource GPG key\n shell: |\n curl -o /tmp/nodesource.gpg.key https://deb.nodesource.co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | harshap0202/devops-training | 212bfb5b23e35605c3647c969f723c9c14f1c4b0 | 0 | day-18/roles/frontend | 7,259 | [
"no_license"
] | [
{
"path": "day-18/roles/frontend/templates/index.html.j2",
"content": "<html>\n <head>\n <title>Day-18-Task</title>\n </head>\n <body>\n <center>\n <h1>Frontend Page</h1>\n <h2>Current Server :- {{ansible_host}}</h2>\n </center>\n </body>\n</html>",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | harshap0202/devops-training | 212bfb5b23e35605c3647c969f723c9c14f1c4b0 | 0 | day-19/roles/application | 7,259 | [
"no_license"
] | [
{
"path": "day-19/roles/application/defaults/main.yml",
"content": "---\n# defaults file for roles/application_deploy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "day-19/roles/application/tasks/main.yml",
"content": "- name: Installing Nod... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | harshap0202/devops-training | 212bfb5b23e35605c3647c969f723c9c14f1c4b0 | 0 | day-19/roles/webserver | 7,259 | [
"no_license"
] | [
{
"path": "day-19/roles/webserver/templates/nginx.conf.j2",
"content": "server {\n listen {{ webserver_port }};\n server_name {{ webserver_name }};\n root {{ webserver_root }};\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "day-19/r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | Idris01/flask_testing | 099c15079928c8671ceb58b230f411f5c71f72c9 | 0 | infrastructure/roles/deploy | 7,259 | [
"no_license"
] | [
{
"path": "infrastructure/roles/deploy/tasks/main.yaml",
"content": "---\n- name: \"create application directory\"\n become: true\n shell: |\n mkdir -p /testapp\n\n- name: \"copy application files\"\n become: true\n copy:\n src: \"{{ item }}\"\n dest: /testapp\n with_items:\n - \"app.py\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | Idris01/flask_testing | 099c15079928c8671ceb58b230f411f5c71f72c9 | 0 | infrastructure/roles/prepare | 7,259 | [
"no_license"
] | [
{
"path": "infrastructure/roles/prepare/tasks/main.yaml",
"content": "---\n- name: \"update apt packages\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"install required packages\"\n become: true\n apt:\n pkg:\n - python3-pip\n - python3-venv\n - nginx\n\n \n- name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/acng_container | 7,259 | [
"no_license"
] | [
{
"path": "roles/acng_container/tasks/main.yml",
"content": "---\n- include: acng.yml\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/acng_container/defaults/main.yml",
"content": "---\nacng_client_net: [192.168.0.0/24, 192.168.1.0... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/bootstrap | 7,259 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "---\n- name: check if host is alive\n command: /bin/true\n register: alive\n tags:\n - skip_ansible_lint\n\n- name: bootstrap - python3 installation\n become: 'yes'\n become_method: sudo\n raw: apt -y install python3 --no-install-recommends\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/docker | 7,259 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/docker_group.yml",
"content": "---\n- name: add user to docker group\n become: 'yes'\n become_method: sudo\n user:\n name: \"{{ ansible_user_id }}\"\n groups: docker\n append: 'yes'\n tags:\n - docker\n...\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3111,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/docker-garby_container | 7,259 | [
"no_license"
] | [
{
"path": "roles/docker-garby_container/tasks/docker-garby.yml",
"content": "---\n- name: docker-garby container\n docker_container:\n name: docker-garby\n image: konstruktoid/docker-garby\n state: reloaded\n pull: always\n env:\n excludeImages: \"{{ excludeImages }}\"\n pullExclud... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/haproxy_container | 7,259 | [
"no_license"
] | [
{
"path": "roles/haproxy_container/tasks/ufw.yml",
"content": "---\n- name: allow haproxy traffic\n become: 'yes'\n become_method: sudo\n ufw:\n rule: allow\n src: \"{{ item }}\"\n port: \"{{ haproxy_bind_port }}\"\n proto: tcp\n with_items:\n - \"{{ haproxy_client_net }}\"\n tags:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2318,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/polipo_container | 7,259 | [
"no_license"
] | [
{
"path": "roles/polipo_container/defaults/main.yml",
"content": "---\npolipo_client_net: [192.168.0.0/24, 192.168.1.0/24]\npolipo_bind_address: 0.0.0.0\npolipo_port: 8123\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/polipo_contain... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 783,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/privoxy_container | 7,259 | [
"no_license"
] | [
{
"path": "roles/privoxy_container/tasks/privoxy.yml",
"content": "---\n- name: allow privoxy traffic\n become: 'yes'\n become_method: sudo\n ufw:\n rule: allow\n src: \"{{ item }}\"\n port: \"{{ privoxy_port }}\"\n proto: tcp\n with_items:\n - \"{{ privoxy_client_net }}\"\n tags:\n -... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | UnicornNetworks/Ansible | e827ca60a4d946ab386b66f2bd8b15c9dd561e43 | 2 | roles/squid_container | 7,259 | [
"no_license"
] | [
{
"path": "roles/squid_container/tasks/main.yml",
"content": "---\n- include: squid.yml\n- include: ufw.yml\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/squid_container/templates/squid.conf.j2",
"content": "#\n# Recommended mini... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4408,
"all_permissive": false
} |
ansible_role | appcelerator-archive/amp | 9b14930fe43f6bfbcda22c69a0954846e688a0ec | 81 | examples/clusters/roles/ami | 7,259 | [
"no_license"
] | [
{
"path": "examples/clusters/roles/ami/templates/userdata.j2",
"content": "#cloud-config\nrepo_update : true\nrepo_upgrade: security\npackages:\n - ca-certificates\n - jq\n - curl\n - unzip\n# aws cli to discover other nodes\n - awscli\n# system monitoring tools\n - sysstat\n - iotop\n# xfs for the F... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 10355,
"all_permissive": false
} |
ansible_role | dutchrapley/vagrant-rails-postgres-with-ansible | c283419bcdb124a347be7f2ed01fa6811c539ca4 | 1 | ansible/roles/base | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n- name: install nodejs\n apt:\n name: nodejs\n\n- name: create projects folder with ruby-version 2.5.1\n lineinfile:\n path: /vagrant/projects/.ruby-version\n line: 2.5.1\n create: yes\n become_user: vagrant\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | dutchrapley/vagrant-rails-postgres-with-ansible | c283419bcdb124a347be7f2ed01fa6811c539ca4 | 1 | ansible/roles/postgres | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: add postgres apt key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n\n- name: add postgres repository\n apt_repository:\n repo: deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main\n filena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | dutchrapley/vagrant-rails-postgres-with-ansible | c283419bcdb124a347be7f2ed01fa6811c539ca4 | 1 | ansible/roles/rbenv | 7,259 | [
"no_license"
] | [
{
"path": "ansible/roles/rbenv/tasks/main.yml",
"content": "---\n- name: install dependencies\n apt:\n name: \"{{ item }}\"\n with_items:\n - bzip2\n - build-essential\n - libssl1.0-dev\n - libreadline-dev\n - zlib1g-dev\n\n- name: install rbenv\n git:\n repo: https://github.com/rben... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1833,
"all_permissive": false
} |
ansible_role | asem29/DevOps | fd5bc03b6503d7792b4b7b9ba1e8e0e2f18d6ec7 | 0 | Ansible/confluence/roles/confluence-server | 7,253 | [
"no_license"
] | [
{
"path": "Ansible/confluence/roles/confluence-server/handlers/main.yml",
"content": "---\n# handlers file for confluence-server\n- name: mount nfs\n shell: mount -a\n \n- name: restart confluence\n service:\n name: confluence\n state: restarted\n enabled: yes\n \n\n",
"license_type": "no_licens... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4650,
"all_permissive": false
} |
ansible_role | rafalohmann/ansible-fedora-workstation | 81c09984724570628249a51b2a5d3c5c7391314e | 0 | roles/desktop | 7,253 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/gnome_extension_install.yml",
"content": "---\n- name: Extract extension ID from URL\n ansible.builtin.set_fact:\n extension_id: \"{{ item.url.split('/')[-2] }}\"\n\n- name: Fetch extension metadata\n ansible.builtin.uri:\n url: \"https://extensions.gnome.org/extension... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4356,
"all_permissive": false
} |
ansible_role | rafalohmann/ansible-fedora-workstation | 81c09984724570628249a51b2a5d3c5c7391314e | 0 | roles/development | 7,253 | [
"no_license"
] | [
{
"path": "roles/development/vars/main.yml",
"content": "---\ndev_tools:\n - git\n - nano\n - codium\n - dbeaver\n - postman\n - filezilla\n - gcloud-sdk\n - wireguard-tools\n\nadditional_tool_scripts:\n - \"curl https://pyenv.run | bash\"\n - \"curl -o- https://raw.githubusercontent.com/nvm-sh/nv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1557,
"all_permissive": false
} |
ansible_role | rafalohmann/ansible-fedora-workstation | 81c09984724570628249a51b2a5d3c5c7391314e | 0 | roles/minimal | 7,253 | [
"no_license"
] | [
{
"path": "roles/minimal/vars/main.yml",
"content": "---\n# Base packages required for a functional minimal Fedora system\nbase_packages:\n installed_by_default:\n - \"@core\" # Core system utilities\n - \"@fonts\" # Font support\n - \"@hardware-support\" # Hardware drivers and support tools\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 15657,
"all_permissive": false
} |
ansible_role | rafalohmann/ansible-fedora-workstation | 81c09984724570628249a51b2a5d3c5c7391314e | 0 | roles/security | 7,253 | [
"no_license"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "---\n# Advanced Security Configuration\n# Includes encryption, bootloader protection, secure boot, and screen lock.\n\n# Firewall Configuration\n- name: Enable and configure firewall\n systemd:\n name: firewalld\n state: started\n enabled: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2312,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.