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 | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/minio | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/minio/tasks/main.yml",
"content": "- name: Create OS group\n ansible.builtin.group:\n name: \"{{ minio_os_group }}\"\n state: present\n become: yes\n\n- name: Include Create OS user\n include_role:\n name: create-system-user\n vars:\n new_user: \"{{ minio_os_user }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/minio-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/minio-config/templates/minio.systemd.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=MinIO\nDocumentation=https://min.io/docs/minio/linux/index.html\nWants=network-online.target\nAfter=network-online.target\nAs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4296,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/minio-lb | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/minio-lb/templates/loadbalancer_systemd.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=Minio NGINX Load Balancer\nAfter=network.target\nStartLimitIntervalSec=0\n\n[Service]\nUser=root\nGroup=root\nExecStart=do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4305,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/monitor | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/monitor/templates/systemd_prometheus_service.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=Prometheus Server\nAfter=docker.service\nRequires=docker.service\n \n[Service]\nTimeoutStartSec=0\nRestart=always\nRe... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8890,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/monitor-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/monitor-config/templates/grafana/dashboards.yml.j2",
"content": "apiVersion: 1\n\nproviders:\n - name: dashboard_provider\n folder: Services\n type: file\n updateIntervalSeconds: 86400\n options:\n path: /etc/grafana/provisioning/dashboards\n foldersFromFilesStruc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5555,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/monitor-proxy | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/monitor-proxy/templates/prometheus-port-monitor.timer.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# use timer to start Prometheus Port monitor script\n\n[Unit]\nDescription=Prometheus Port Monitor\nRequires=prometheus-port-mon... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 20019,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/monitor-proxy-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/monitor-proxy-config/tasks/main.yml",
"content": "- name: create Prometheus config directory\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"{{ prometheus_etc_dir }}\"\n - \"{{ prometheus_etc_dir }}/metrics\"\n become: yes\n \n- name: Create Prometheus No... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2355,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/python-venv | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/python-venv/tasks/main.yml",
"content": "- name: Create venv base directory\n file:\n path: '{{ python_venv_dir }}'\n state: directory\n mode: '755'\n become: yes \n \n- name: Get path for python2 executable\n set_fact: \n py_path: \"{{ python2_bin_path }}\"\n when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2145,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/rancher | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/rancher/tasks/main.yml",
"content": "- name: Create OS group\n ansible.builtin.group:\n name: \"{{ rancher_os_group }}\"\n state: present\n become: yes\n\n- name: Include Create OS user\n include_role:\n name: create-system-user\n vars:\n new_user: \"{{ rancher_os_user }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3820,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/ranger | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/ranger/templates/systemd_ranger_usersync_service.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=Ranger\nAfter=network.target\nStartLimitIntervalSec=0\n\n[Service]\nType=forking\nUser=ranger\nGroup=ranger\nExec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 14076,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/ranger-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/ranger-config/templates/ranger-usersync-env.sh.j2",
"content": "#!/bin/bash\n\n# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# mitigation for: CVE-2021-44228 (Log4jShell)\n# see: https://logging.apache.org/log4j/2.x/security.html\n\n#-Djava.secu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 13197,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/shared-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/shared-config/tasks/main.yml",
"content": "- name: Hadoop shared config\n ansible.builtin.template:\n src: \"{{ item.name }}\"\n dest: \"{{ item.dest }}\"\n mode: \"{{ item.perm }}\"\n loop:\n - { name: '../../hadoop-config/templates/hdfs-site.xml.j2', dest: '{{ cache_root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/soc_nexpose | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/soc_nexpose/tasks/main.yml",
"content": "- name: add user\n ansible.builtin.user:\n name: \"{{ nexpose_user }}\"\n comment: \"Nexpose (scanner from SOC)\"\n uid: \"{{ nexpose_uid }}\"\n become: yes\n\n- name: configure authorized_keys\n ansible.posix.authorized_key:\n use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/solr | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/solr/templates/systemd_solr_service.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=Apache SOLR\nAfter=syslog.target network.target remote-fs.target nss-lookup.target\n\n[Service]\nType=forking\nUser={{ solr_os... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6498,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/solr-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/solr-config/templates/solr-clean-env.sh.j2",
"content": "#!/bin/bash\n\n# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# Config vars for Script for deleting older(er) SOLR data\n\nexport SOLR_CLEANUP_CFG_DIR={{ solr_etc_dir }}\nexport SOLR_CLEANU... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2696,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/spark | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/spark/templates/create-hdfs-dir.sh.j2",
"content": "#!/bin/bash\n\n# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# Create the directories for Spark on HDFS\n\n. {{ hadoop_etc_dir }}/hadoop-env.sh\nkinit -kt {{ hadoop_etc_dir }}/hdfs.keytab hdfs/... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10482,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/spark-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/spark-config/templates/spark-history-env.sh.j2",
"content": "{% include './templates/spark-env.sh.j2' %}\n\n# Options for the Spark History server\n\nexport SPARK_DAEMON_MEMORY={{ spark_heap.history_server }}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10059,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/superset | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/superset/templates/superset-kt-renewer.timer.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# use timer to start Kerberos keytab renewer script the superuser user has a nologin shell\n# and cannot use cron job\n# do kinit every h... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10820,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/superset-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/superset-config/templates/docker-compose.yml.j2",
"content": "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license agreements. See the NOTICE file distributed with\n# this work for additional information regarding copyright ownership.\n# The AS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12718,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/tls-app | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/tls-app/tasks/ranger-plugin.yml",
"content": " - name: Delete old data\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ tls_etc_dir }}/ranger-keystore.jks\"\n - \"{{ tls_etc_dir }}/ranger-truststore.jks\"\n - \"{{ tls_... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4236,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/tls-base | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/tls-base/templates/create-jks.sh.j2",
"content": "#!/bin/bash\n\n# Create jks truststore, used by hdfs namenode (ssl-server.xml)\n\n# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n# make sure keytool is on the path\nexport PATH=\"$(dirname $(dirna... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1675,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/zookeeper | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/zookeeper/templates/systemd_zookeeper_service.j2",
"content": "# Created on {{ ansible_date_time.iso8601 }}\n# Pushed to: {{ inventory_hostname }}\n\n[Unit]\nDescription=Zookeeper service \nAfter=network.target\nStartLimitIntervalSec=0\n\n[Service]\nType=forking\nUser={{ zookeeper_os_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4040,
"all_permissive": false
} |
ansible_role | SIDN/hadoop-provisioning-manager | 69b0c616c7ed87c7cb18ecd6dd269815fe206fe2 | 13 | src/roles/zookeeper-config | 7,463 | [
"no_license"
] | [
{
"path": "src/roles/zookeeper-config/templates/logback.xml.j2",
"content": "<configuration>\n <!-- Created on {{ ansible_date_time.iso8601 }} -->\n <!-- Pushed to: {{ inventory_hostname }} -->\n\n <property name=\"ZOO_LOGFILE\" value=\"{{ zookeeper_log_dir }}/zookeeper.log\"/>\n\n <appender na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4484,
"all_permissive": false
} |
ansible_role | rohith17992/ansible-MemSQL | 903fa2f18f3642b534363b9d6b8ca45231b2a3ae | 0 | roles/MemSQL | 7,463 | [
"no_license"
] | [
{
"path": "roles/MemSQL/tasks/main.yml",
"content": "- name: Confgiure Repo for memSQL\n yum_repository:\n name: MemSQL\n description: MemSQL repo\n baseurl: https://release.memsql.com/production/rpm/x86_64\n gpgcheck: yes\n enabled: yes\n gpgkey: https://release.memsql.com/release-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | rohith17992/ansible-MemSQL | 903fa2f18f3642b534363b9d6b8ca45231b2a3ae | 0 | roles/config-MemSQL | 7,463 | [
"no_license"
] | [
{
"path": "roles/config-MemSQL/tasks/memsql.cnf",
"content": "[server]\nauditlogsdir = auditlogs\nbind_address = 0.0.0.0\ndatadir = data\npid_file = memsqld.pid\nplancachedir = plancache\nport = 3306\ntracelogsdir = tracelogs\nb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | rilindo/ansible_wordpress_demo | 31e332d2ca4f7a13f1ac9d16a64d8f0e89cbb411 | 0 | roles/amazon_linux_extras | 7,463 | [
"no_license"
] | [
{
"path": "roles/amazon_linux_extras/tasks/enable.yml",
"content": "---\n- name: enable components to be deployed from Amazon Linux Extras\n ansible.builtin.command:\n cmd: \"amazon-linux-extras enable -y {{ item.name }}\"\n loop: \"{{ amazon_linux_extras_components }}\" ",
"license_type": "no_lice... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2526,
"all_permissive": false
} |
ansible_role | rilindo/ansible_wordpress_demo | 31e332d2ca4f7a13f1ac9d16a64d8f0e89cbb411 | 0 | roles/httpd | 7,463 | [
"no_license"
] | [
{
"path": "roles/httpd/defaults/main.yml",
"content": "---\n# defaults file for httpd\n\nhttpd_pkg:\n - httpd\nhttpd_svc: httpd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/httpd/tasks/install.yml",
"content": "---\n- name: installing... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | rilindo/ansible_wordpress_demo | 31e332d2ca4f7a13f1ac9d16a64d8f0e89cbb411 | 0 | roles/mysql | 7,463 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/install.yml",
"content": "---\n- name: install mysql, so that we can use the client\n ansible.builtin.yum:\n name: \"{{ mysql_pkgs }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/mysql/tasks/repo.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | rilindo/ansible_wordpress_demo | 31e332d2ca4f7a13f1ac9d16a64d8f0e89cbb411 | 0 | roles/wp_cli | 7,463 | [
"no_license"
] | [
{
"path": "roles/wp_cli/defaults/main.yml",
"content": "---\n# defaults file for wp_cli\n\nwp_cli_name: wp-cli\nwp_cli_url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\nwp_cli_dest_path: \"/usr/local/bin/{{ wp_cli_name }}\"\nwp_cli_user: root\nwp_cli_group: root",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1105,
"all_permissive": false
} |
ansible_role | daraghmartin/test-ansible | 4ddbcf45a93943d764d3cc5316a4557d9e2321c5 | 0 | playbooks/roles/deploy-mongo | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/deploy-mongo/tasks/main.yml",
"content": "---\n- name: mkdir data\n sudo: yes\n file: path=/data01 state=directory\n\n#install\n#ref: https://github.com/UnderGreen/ansible-role-mongodb/blob/master/tasks/install.deb.yml\n#ref: http://www.murvinlai.com/nodejs--mongodb-on-aws.html\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | daraghmartin/test-ansible | 4ddbcf45a93943d764d3cc5316a4557d9e2321c5 | 0 | playbooks/roles/test-build | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/test-build/tasks/main.yml",
"content": "- name: create a vpc\n local_action:\n module: ec2_vpc\n region: \"{{ region }}\"\n internet_gateway: True\n resource_tags: { Name: test, env: test }\n cidr_block: \"{{ cidr_lhs }}.0.0/16\"\n register: vpc\n\n#- debug: var=v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7355,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/common | 7,463 | [
"no_license"
] | [
{
"path": "roles/common/tasks/terraform_init.yml",
"content": "---\n- name: Initialize Terraform Environment\n ansible.builtin.command: terraform init\n become: no\n args:\n chdir: \"{{ terraform_folder_var }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3817,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/deploy_routers | 7,463 | [
"no_license"
] | [
{
"path": "roles/deploy_routers/defaults/main.yml",
"content": "---\n# defaults file for deploy_routers\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/deploy_routers/handlers/main.yml",
"content": "---\n# handlers file for deploy_route... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/deploy_services | 7,463 | [
"no_license"
] | [
{
"path": "roles/deploy_services/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy_services\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/deploy_services/handlers/main.yml",
"content": "... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3679,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/internet_deploy | 7,463 | [
"no_license"
] | [
{
"path": "roles/internet_deploy/tasks/main.yml",
"content": "---\n- name: Deploy VSphere Environment\"\n import_tasks: deploy_vsphere_environment.yml # Notes\n\n- name: Deploy Internet Routers\"\n import_tasks: deploy_routers.yml # Notes\n\n- name: Deploy Internet Services\"\n import_tasks: deploy_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 28536,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/kms_reset | 7,463 | [
"no_license"
] | [
{
"path": "roles/kms_reset/README.md",
"content": "apt_deploy\n=========\n\nThis role handles deployment tasks for the CDX-E Linux Aptitude (APT) Software Repository. This system is inteded to provide a centralized repository for software and updates for Linux systems that use APT for software distribution... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2404,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/repo_reset | 7,463 | [
"no_license"
] | [
{
"path": "roles/repo_reset/handlers/main.yml",
"content": "---\n# handlers file for apt_deploy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/repo_reset/tasks/main.yml",
"content": "---\n- name: Disconnect Repositories from CDX-E Netw... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1309,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/teardown_vsphere | 7,463 | [
"no_license"
] | [
{
"path": "roles/teardown_vsphere/handlers/main.yml",
"content": "---\n# handlers file for vsphere_init\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/teardown_vsphere/defaults/main.yml",
"content": "---\n# defaults file for vsphere_in... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | phybroptyx/cdx_internet | ed04467a318df849a0c7d2041f6497c6f1163cae | 0 | roles/vsphere_init | 7,463 | [
"no_license"
] | [
{
"path": "roles/vsphere_init/tasks/main.yml",
"content": "---\n- name: Deploy VSphere Environment\"\n import_tasks: deploy_vsphere_environment.yml # Notes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/vsphere_init/tasks/deploy_vspher... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/appstore | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/appstore/defaults/main.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Lice... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10444,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/atp | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/atp/tasks/main.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7446,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/developer | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/developer/tasks/undeploy.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Li... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 13732,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/edgegallery-fe | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/edgegallery-fe/tasks/deploy_offline.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 cop... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7893,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/eg_check | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/eg_check/tasks/check.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Licens... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4963,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/eg_prepare | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/eg_prepare/tasks/main.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Licen... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 36853,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/file-system | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/file-system/tasks/main.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Lice... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5407,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/healthcheck | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/healthcheck/tasks/deploy_offline.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 o... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4595,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/healthcheck-m | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/healthcheck-m/tasks/main.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Li... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4622,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/init | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/init/tasks/init_offline.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4482,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/k3s | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/k3s/tasks/docker_registry_install_offline.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 20291,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/k8s | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/k8s/tasks/docker_daemon_set_aio.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 27143,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/mecm-meo | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/mecm-meo/tasks/undeploy.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Lic... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 11474,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/mecm-mepm | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/mecm-mepm/tasks/undeploy.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Li... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12562,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/mep | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/mep/tasks/prepare_mep_ssl.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 L... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 24313,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/precheck | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/precheck/tasks/main.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1957,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/third-system | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/third-system/tasks/deploy_offline.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7972,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_install/roles/user-mgmt | 7,463 | [
"permissive"
] | [
{
"path": "ansible_install/roles/user-mgmt/tasks/main.yml",
"content": "#\n# Copyright 2021 Huawei Technologies Co., Ltd.\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 Licens... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 12894,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_package/roles/edgegallery | 7,463 | [
"permissive"
] | [
{
"path": "ansible_package/roles/edgegallery/defaults/main.yml",
"content": "############################################################################\n# Copyright 2021 Huawei Technologies Co., Ltd.\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 9102,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_package/roles/helm | 7,463 | [
"permissive"
] | [
{
"path": "ansible_package/roles/helm/tasks/download_eg_helm_charts.yml",
"content": "############################################################################\n# Copyright 2021 Huawei Technologies Co., Ltd.\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7127,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_package/roles/init | 7,463 | [
"permissive"
] | [
{
"path": "ansible_package/roles/init/files/conf/edge/network-isolation/eg-sp-controller.yaml",
"content": "#\n# Copyright 2020 Huawei Technologies Co., Ltd.\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# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 28863,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_package/roles/k3s | 7,463 | [
"permissive"
] | [
{
"path": "ansible_package/roles/k3s/tasks/main.yml",
"content": "############################################################################\n# Copyright 2021 Huawei Technologies Co., Ltd.\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in complianc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 976,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_package/roles/k8s | 7,463 | [
"permissive"
] | [
{
"path": "ansible_package/roles/k8s/tasks/download_docker.yml",
"content": "############################################################################\n# Copyright 2021 Huawei Technologies Co., Ltd.\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except i... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 13235,
"all_permissive": true
} |
ansible_role | EdgeGallery/installer | 06772c2a857d89b1415de6aea396c0c861522402 | 23 | ansible_package/roles/package | 7,463 | [
"permissive"
] | [
{
"path": "ansible_package/roles/package/tasks/main.yml",
"content": "############################################################################\n# Copyright 2021 Huawei Technologies Co., Ltd.\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2989,
"all_permissive": true
} |
ansible_role | KamilLelonek/ansible-with-clojure | eb5155eaec1b54c74174923f8271e673e535d571 | 4 | roles/jdk | 7,463 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "---\n- name: Install JDK\n yum: name=java-{{ java_version }}-openjdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/jdk/defaults/main.yml",
"content": "---\njava_version: 1.7.0\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | manjunath-bee/expense_role | 1781247cb5b65322d6753da7d973667fb8156aec | 0 | roles/common | 7,463 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: Remove directory\n ansible.builtin.file:\n path: \"{{ PATH }}\"\n state: absent\n tags:\n - Deployment\n\n- name: Create directory\n ansible.builtin.file:\n path: \"{{ PATH }}\"\n state: directory\n tags:\n - Deployment\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | manjunath-bee/expense_role | 1781247cb5b65322d6753da7d973667fb8156aec | 0 | roles/mysql | 7,463 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yaml",
"content": "PASSWORD_MYSQL: Exp<PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name : install complete mysql\n ansible.builtin.package:\n name :... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | manjunath-bee/expense_role | 1781247cb5b65322d6753da7d973667fb8156aec | 0 | roles/web | 7,463 | [
"no_license"
] | [
{
"path": "roles/web/vars/main.yaml",
"content": "APP_HOST: backend.aws82s.online\nPATH: /usr/share/nginx/html\nCOMPOUNENT: frontend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/web/tasks/main.yaml",
"content": "- name : install nginx ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/certbot | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/certbot/tasks/main.yml",
"content": "---\n- name: Install 'software-properties-common'\n package:\n update_cache: yes\n name: software-properties-common\n state: latest\n become: yes\n\n- name: Add 'Lets Encrypt' PPA repository\n apt_repository:\n repo: ppa:certbot/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/friendly_file_server_rust | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/friendly_file_server_rust/tasks/main.yml",
"content": "---\n\n- name: Include load image role\n include_role:\n name: load_image\n\n- name: Create project directory\n file:\n path: \"{{ ffs_directory }}\"\n state: directory\n become: yes\n\n- name: Write compose file t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/hardening | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/hardening/vars/main.yml",
"content": "---\nlineinfile_items:\n disable_ipv6:\n - regexp: '^#*net.ipv6.conf.all.disable_ipv6'\n line: 'net.ipv6.conf.all.disable_ipv6 = 1'\n\n - regexp: '^#*net.ipv6.conf.default.disable_ipv6'\n line: 'net.ipv6.conf.default.disable_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1844,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/install_docker | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/install_docker/tasks/main.yml",
"content": "---\n- name: Update apt\n apt:\n update_cache: yes\n become: yes\n\n- name: Install pip & docker requirements\n apt:\n name: \n - python-pip\n - apt-transport-https\n - ca-certificates\n - curl\n - softw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/load_image | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/load_image/tasks/main.yml",
"content": "# Role to tranfer and load an image into docker\n#\n# Expects an images var e.g.:\n#\n# images:\n# - name: wbskt_games\n# path: ../build_scripts/games.mickjohn.com/wbskt_games.tar.zip\n# filename: wbskt_games.tar.zip\n\n# - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/main_site | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/main_site/tasks/main.yml",
"content": "---\n\n- name: Include load image role\n include_role:\n name: load_image\n\n- name: Create project directory\n file:\n path: /opt/mickjohn\n state: directory\n become: yes\n\n- name: Copy compose file\n copy:\n src: docker-co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/nginx | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/templates/admin.mickjohn.com.conf.j2",
"content": "# admin.mickjohn.com backend\nupstream admin_backends {\n server 127.0.0.1:7000;\n}\n\nserver {\n listen\t80;\n server_name admin.mickjohn.com;\n {% if enable_ssl or lets_encrypt %}\n return 301 https://$host$request_ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9129,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/red_or_black | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/red_or_black/tasks/main.yml",
"content": "---\n\n- name: Include load image role\n include_role:\n name: load_image\n\n- name: Create project directory\n file:\n path: /opt/red_or_black\n state: directory\n become: yes\n\n- name: Copy compose file\n copy:\n src: do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/users | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/users/vars/main.yml",
"content": "---\nusers:\n - username: mick\n public_key_file: mick_rsa.pub\n password: <PASSWORD>'\n groups:\n - sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "playbooks/roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | mickjohn/deploy_motorsport_calendar | 27b41bfc672d98d92966e3e643d487b06405fbde | 0 | playbooks/roles/websocket_games | 7,463 | [
"no_license"
] | [
{
"path": "playbooks/roles/websocket_games/vars/main.yml",
"content": "---\n\nimages:\n - name: wbskt_games\n path: ../build_scripts/games.mickjohn.com/wbskt_games.tar.zip\n filename: wbskt_games.tar.zip\n\n - name: wbskt_server\n path: ../build_scripts/games.mickjohn.com/wbskt_server.tar.zip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | Jordy-6/Gitlab-Ansible-Docker | 771eb5454049ccf343beae2d5bd0cca53f6f4e01 | 0 | roles/common | 7,463 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: Install packages\n apt: \n name: \"{{ item.name }}\"\n state: present\n update_cache: yes\n with_items: \"{{ packages | default([]) }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | Jordy-6/Gitlab-Ansible-Docker | 771eb5454049ccf343beae2d5bd0cca53f6f4e01 | 0 | roles/docker | 7,463 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yaml",
"content": "docker_dependencies:\n - curl\n - docker.io\n - docker-compose\n\ndocker_volumes:\n - gitlab_config\n - gitlab_logs\n - gitlab_data",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | Jordy-6/Gitlab-Ansible-Docker | 771eb5454049ccf343beae2d5bd0cca53f6f4e01 | 0 | roles/gitlab | 7,463 | [
"no_license"
] | [
{
"path": "roles/gitlab/handlers/main.yaml",
"content": "- name: reconfigure gitlab\n command: gitlab-ctl reconfigure\n notify: restart gitlab\n\n- name: restart gitlab\n command: gitlab-ctl restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | Fale/ansible_lamp | d4ec8bb4f7ac7b2807f177458f33bde12262c79a | 3 | roles/common | 7,463 | [
"no_license"
] | [
{
"path": "roles/common/templates/ntp.conf.j2",
"content": "# {{ ansible_managed }}\n\ndriftfile /var/lib/ntp/drift\n\nrestrict 127.0.0.1 \nrestrict -6 ::1 \n\nincludefile /etc/ntp/crypto/pw\n\nkeys /etc/ntp/keys\n\n{% for server in ntp_servers %}\nserver {{ server }} iburst\n{% endfor %}\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | Fale/ansible_lamp | d4ec8bb4f7ac7b2807f177458f33bde12262c79a | 3 | roles/db | 7,463 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n- name: Ensure MySQL is installed\n yum:\n name: '{{ item }}'\n state: installed\n become: True\n with_items:\n - mariadb-server\n - MySQL-python\n\n- name: Ensure MySQL is properly configured \n template:\n src: my.cnf.j2\n dest: /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1185,
"all_permissive": false
} |
ansible_role | Fale/ansible_lamp | d4ec8bb4f7ac7b2807f177458f33bde12262c79a | 3 | roles/web | 7,463 | [
"no_license"
] | [
{
"path": "roles/web/templates/index.php.j2",
"content": "<?php\n $link = mysqli_connect('{{ groups['db'][0] }}', '{{ hostvars[groups['db'][0]].dbuser }}', '{{ hostvars[groups['db'][0]].dbpass }}') or die(mysqli_connect_error($link));\n $res = mysqli_query($link, \"SHOW DATABASES;\");\n?>\n<html>\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | wdjcodes/bs | e5b00b3fd7ae66785aca174d4241c5b3646a856f | 0 | roles/cli | 7,463 | [
"no_license"
] | [
{
"path": "roles/cli/defaults/main.yml",
"content": "theme:\n name: \"magpie\"\n url: \"https://raw.githubusercontent.com/wdjcodes/magpie/master/magpie.zsh-theme\"\n file: \"magpie.zsh-theme\"\n\nplugins:\n - { name: \"zsh-autosuggestions\", repo: \"https://github.com/zsh-users/zsh-autosuggestions\" }\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | wdjcodes/bs | e5b00b3fd7ae66785aca174d4241c5b3646a856f | 0 | roles/pre | 7,463 | [
"no_license"
] | [
{
"path": "roles/pre/files/requirements.yml",
"content": "- name: ctorgalson.oh-my-zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/pre/tasks/main.yml",
"content": "- name: \"Install Ansible requirements\"\n ansible.builtin.command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | Claudio888/getip-app-deploy-ansible | a79bd7af14b9b117d960e4d8c0354449161b2ec7 | 0 | build-deploy/build/roles/building-app | 7,463 | [
"no_license"
] | [
{
"path": "build-deploy/build/roles/building-app/tasks/main.yml",
"content": "---\n# tasks file for building-app\n- include: building.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "build-deploy/build/roles/building-app/tests/test.yml",
"co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | Claudio888/getip-app-deploy-ansible | a79bd7af14b9b117d960e4d8c0354449161b2ec7 | 0 | build-deploy/deploy/roles/deploying-app | 7,463 | [
"no_license"
] | [
{
"path": "build-deploy/deploy/roles/deploying-app/tasks/deploying.yml",
"content": "- name: Login ECR\n shell: aws ecr get-login-password | docker login --username AWS --password-stdin <PASSWORD>.dkr.ecr.us-east-1.amazonaws.com/getip-images\n become: yes \n\n- name: Deleta container atual\n shell: dock... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | Claudio888/getip-app-deploy-ansible | a79bd7af14b9b117d960e4d8c0354449161b2ec7 | 0 | build-deploy/deploy/roles/get-hosts | 7,463 | [
"no_license"
] | [
{
"path": "build-deploy/deploy/roles/get-hosts/defaults/main.yml",
"content": "---\n# defaults file for get-hosts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "build-deploy/deploy/roles/get-hosts/tests/test.yml",
"content": "---\n- hosts: loc... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | BorisFyot/cours_ansible | 8daf3914d01baf049a31efd768af222fc6c2df40 | 0 | tp4/ansible-galaxy/roles/apache | 7,463 | [
"no_license"
] | [
{
"path": "tp4/ansible-galaxy/roles/apache/tasks/install-apache.yml",
"content": "---\n- name: install dependencies\n yum: \n name: \"{{ item }}\"\n state: present\n with_items:\n - httpd-devel\n - apr\n - apr-devel\n - apr-util\n - apr-util-devel\n - gcc\n - make\n - libtool... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | zesk06/configuration | fec0c2e090e95b8661e0bda51c4be8154a7f8737 | 0 | ansible/roles/ubuntu.dev | 7,469 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu.dev/tasks/01_user.yml",
"content": "---\n- block:\n - name: link .zshrc\n file:\n src: \"{{ user_home }}/git/configuration/playbooks/roles/common/files/.zshrc\"\n dest: \"{{ user_home }}/.zshrc\"\n state: link\n - name: Oh-My-Zsh\n git:\n repo: htt... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | zesk06/configuration | fec0c2e090e95b8661e0bda51c4be8154a7f8737 | 0 | ansible/roles/vim | 7,469 | [
"no_license"
] | [
{
"path": "ansible/roles/vim/tasks/main.yml",
"content": "---\n- name: Coucou\n debug:\n msg: install VIM\n- import_tasks: 01_vim.yml\n- import_tasks: 02_tmux.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "ansible/roles/vim/tasks/01_vim... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1008,
"all_permissive": false
} |
ansible_role | rocky11030/docker-jumpserver | e01200786cc664d183970355a8c0247114008de9 | 1 | roles/jump_install | 7,469 | [
"no_license"
] | [
{
"path": "roles/jump_install/tasks/jump_install.yml",
"content": "---\n- name: copy jump docker images\n copy: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - {src: 'jumpserver.tar', dest: '/tmp/jumpserver.tar'}\n tags:\n - docker1\n\n- name: docker import jump images\n shell: docker lo... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4861,
"all_permissive": false
} |
ansible_role | Acronychal/modeling-sandbox | ccb9c0f6061eba2cfbea88de60267ff4af48706f | 0 | labs/tst-pyats_ansible/ansible/roles/leaf | 7,469 | [
"no_license"
] | [
{
"path": "labs/tst-pyats_ansible/ansible/roles/leaf/tasks/main.yml",
"content": "---\n# tasks file for leaf\n- name: CONFIGURE LEAF HOSTNAMES\n cisco.nxos.nxos_hostname:\n config:\n hostname: \"{{ host_name }}\"\n\n- name: CONFIGURE INTERFACE LINKS TO SPINES\n cisco.nxos.nxos_inte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7671,
"all_permissive": false
} |
ansible_role | Acronychal/modeling-sandbox | ccb9c0f6061eba2cfbea88de60267ff4af48706f | 0 | labs/tst-pyats_ansible/ansible/roles/spine | 7,469 | [
"no_license"
] | [
{
"path": "labs/tst-pyats_ansible/ansible/roles/spine/vars/main.yml",
"content": "---\n# vars file for spine\nfeatures: \n - { feature: bgp }\n - { feature: pim }\n - { feature: ospf }\n\nospf_process_id: UNDERLAY\n\nospf_area: 0\n\nasn: 65001\n\naddress_families:\n - { afi: l2vpn, safi: evpn }\n\nbgp_n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3743,
"all_permissive": false
} |
ansible_role | oatakan/openshift-ansible-device-plugin-nvidia | f0a5e3260ffbdfff199da6406aab0249cb9eeee9 | 0 | roles/docker-setup | 7,469 | [
"no_license"
] | [
{
"path": "roles/docker-setup/tasks/main.yml",
"content": "---\n\n- name: ensure cloud-init is disabled\n file:\n path: /etc/cloud/cloud-init.disabled\n state: touch\n ignore_errors: yes\n\n- name: ensure docker is installed\n yum:\n name:\n - docker\n state: latest\n notify:\n - sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | oatakan/openshift-ansible-device-plugin-nvidia | f0a5e3260ffbdfff199da6406aab0249cb9eeee9 | 0 | roles/nvidia-container-runtime-hook | 7,469 | [
"no_license"
] | [
{
"path": "roles/nvidia-container-runtime-hook/tasks/main.yml",
"content": "---\n- name: install nvidia-container-runtime repo\n get_url:\n url: \"{{ nvidia_container_runtime_repo_url }}\"\n dest: /etc/yum.repos.d/nvidia-container-runtime.repo\n\n# this doesn't seem to work\n- name: import nvidia rep... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4292,
"all_permissive": false
} |
ansible_role | oatakan/openshift-ansible-device-plugin-nvidia | f0a5e3260ffbdfff199da6406aab0249cb9eeee9 | 0 | roles/nvidia-driver | 7,469 | [
"no_license"
] | [
{
"path": "roles/nvidia-driver/defaults/main.yml",
"content": "---\n#nvidia_driver_rpm_url: https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7-9.1.85-1.x86_64.rpm\n#nvidia_driver_rpm_url: https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-repo-rhel7... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2705,
"all_permissive": false
} |
ansible_role | oatakan/openshift-ansible-device-plugin-nvidia | f0a5e3260ffbdfff199da6406aab0249cb9eeee9 | 0 | roles/ocp4-nvidia-gpu-operator | 7,469 | [
"no_license"
] | [
{
"path": "roles/ocp4-nvidia-gpu-operator/templates/operatorgroup.yml.j2",
"content": "apiVersion: operators.coreos.com/v1\nkind: OperatorGroup\nmetadata:\n name: nvidia-gpu-operator-group\n namespace: {{ gpu_operator_namespace }}\nspec:\n targetNamespaces:\n - {{ gpu_operator_namespace }}",
"license_... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7774,
"all_permissive": false
} |
ansible_role | oatakan/openshift-ansible-device-plugin-nvidia | f0a5e3260ffbdfff199da6406aab0249cb9eeee9 | 0 | roles/ocp4-special-resource-operator | 7,469 | [
"no_license"
] | [
{
"path": "roles/ocp4-special-resource-operator/templates/sro-buildconfig.yml.j2",
"content": "apiVersion: image.openshift.io/v1\nkind: ImageStream\nmetadata:\n labels:\n app: {{ sro_image_name }}\n name: {{ sro_image_name }}\nspec: {}\n---\napiVersion: build.openshift.io/v1\nkind: BuildConfig\nmetadat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3932,
"all_permissive": false
} |
ansible_role | oatakan/openshift-ansible-device-plugin-nvidia | f0a5e3260ffbdfff199da6406aab0249cb9eeee9 | 0 | roles/openshift-gpu-device-plugin | 7,469 | [
"no_license"
] | [
{
"path": "roles/openshift-gpu-device-plugin/tasks/main.yml",
"content": "- name: read node-config.yaml\n slurp:\n src: /etc/origin/node/node-config.yaml\n register: node_config_file\n\n- name: set node_config variable\n set_fact:\n node_config: \"{{ node_config_file['content'] | b64decode | from_y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1019,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.