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
stasjok/ansible-collection-proxmox
4af6ac63c4b6bdc92fcfac4510fd7c75bb95cbb4
0
roles/initramfs_ip
8,048
[ "no_license" ]
[ { "path": "roles/initramfs_ip/meta/argument_specs.yml", "content": "argument_specs:\n main:\n short_description: Setting up IP settings for initramfs\n options:\n initramfs_ip_config_path:\n description: A path to initramfs config where to put IP variable\n type: path\n defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5046, "all_permissive": false }
ansible_role
ankurpshah/semaphore-test
9f91757dae67866ab37f551c94ca441e7f214cb0
0
roles/debugging
8,048
[ "permissive" ]
[ { "path": "roles/debugging/vars/main.yml", "content": "---\n# vars file for debugging\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 30 }, { "path": "roles/debugging/defaults/main.yml", "content": "---\n# defaults file for debugging\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 353, "all_permissive": true }
ansible_role
altest-com/sicaf-ans
0290aae131d03bd56b018d593608329771aedf21
0
roles/common
8,048
[ "no_license" ]
[ { "path": "roles/common/tasks/05_get_spa.yml", "content": "##\n# Download SPA dist files\n##\n\n- name: Download spa dist\n aws_s3:\n bucket: '{{ aws_bucket_name }}'\n object: '{{ spa_file_name }}'\n dest: '{{ app_spa_dir }}/{{ spa_file_name }}'\n aws_access_key: '{{ aws_access_key }}'\n aws...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 11956, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/admin
8,049
[ "no_license" ]
[ { "path": "common/roles/admin/tasks/config.yml", "content": "- name: generate BasicSecurity.sh\n template: src=BasicSecurity.sh.j2 dest={{ root_dir }}/common/BasicSecurity.sh owner=root group=root\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5416, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/common
8,049
[ "no_license" ]
[ { "path": "common/roles/common/tasks/install.yml", "content": "- name: install epel yum repos\n yum: name=epel-release state=present\n\n- name: yum update\n yum: name=* state=latest\n when: yum_update is defined and yum_update == 'yes'\n\n- name: yum install necessary pkgs\n yum: name={{ item }} state=p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/datanode
8,049
[ "no_license" ]
[ { "path": "common/roles/datanode/tasks/install.yml", "content": "- name: mkdir {{ hadoop_hdfs_log_dir }}\n file: path={{ hadoop_hdfs_log_dir }} owner=hdfs group=hadoop mode=0755 state=directory\n\n- name: mkdir datanode dfs data dir\n file: path={{ item }}/dfs/data owner=hdfs group=hadoop mode=0700 state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/gmetad
8,049
[ "no_license" ]
[ { "path": "common/roles/gmetad/tasks/config.yml", "content": "- name: generate /etc/ganglia/gmond.conf\n template: src=gmond.conf.j2 dest=/etc/ganglia/gmond.conf owner=root group=root\n\n- name: generate /etc/ganglia/gmetad.conf\n template: src=gmetad.conf.j2 dest=/etc/ganglia/gmetad.conf owner=root group...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1698, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/gmond
8,049
[ "no_license" ]
[ { "path": "common/roles/gmond/tasks/install.yml", "content": "- name: yum install ganglia-gmond ganglia-gmond-python\n yum: name={{ item }} state=present\n with_items:\n - ganglia-gmond\n - ganglia-gmond-python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 358, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/hadoop
8,049
[ "no_license" ]
[ { "path": "common/roles/hadoop/tasks/security.yml", "content": "- name: \"[ -e /etc/security/keystore ] && [ -e /etc/security/truststore ]\"\n shell: \"[ -e /etc/security/keystore ] && [ -e /etc/security/truststore ]\"\n ignore_errors: true\n register: not_exist_key\n\n- name: clean up /root/ca\n file: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 31963, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/hbase
8,049
[ "no_license" ]
[ { "path": "common/roles/hbase/tasks/install.yml", "content": "- name: basename {{ hbase_download_url }}\n command: basename {{ hbase_download_url }}\n register: hbase_tarball\n\n- name: download {{ hbase_download_url }}\n get_url: url={{ hbase_download_url }} dest=/tmp/{{ hbase_tarball.stdout }}\n\n- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1812, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/historyserver
8,049
[ "no_license" ]
[ { "path": "common/roles/historyserver/tasks/keytab.yml", "content": "- name: mkdir /tmp/app_keytab\n local_action:\n module: file\n path: /tmp/app_keytab\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: generate mapred.keytab (mapred)\n local_action: command sh crea...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 937, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/hive
8,049
[ "no_license" ]
[ { "path": "common/roles/hive/tasks/install.yml", "content": "- name: basename {{ hive_download_url }}\n command: basename {{ hive_download_url }}\n register: hive_tarball\n\n- name: download {{ hive_download_url }}\n get_url: url={{ hive_download_url }} dest=/tmp/{{ hive_tarball.stdout }}\n\n- name: mkdi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 169912, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/hiveserver2
8,049
[ "no_license" ]
[ { "path": "common/roles/hiveserver2/tasks/install.yml", "content": "- name: mkdir {{ hive_datadir }}\n file: path={{ hive_datadir }} state=directory owner=hive group=hadoop\n\n- name: mkdir {{ hive_logdir }}\n file: path={{ hive_logdir }} state=directory owner=hive group=hadoop\n", "license_type": "no...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/java
8,049
[ "no_license" ]
[ { "path": "common/roles/java/templates/java.sh.j2", "content": "#!/bin/sh\n\nexport JAVA_HOME=/opt/java{{ java }}\nexport CLASSPATH=$JAVA_HOME/lib:$JAVA_HOME/jre/lib\nexport JRE_HOME=$JAVA_HOME/jre\nexport PATH=$JAVA_HOME/bin:$PATH\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 869, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/journalnode
8,049
[ "no_license" ]
[ { "path": "common/roles/journalnode/tasks/install.yml", "content": "- name: mkdir {{ hadoop_hdfs_log_dir }}\n file: path={{ hadoop_hdfs_log_dir }} owner=hdfs group=hadoop mode=0755 state=directory\n\n- name: mkdir {{ hadoop_journalnode_dir }}\n file: path={{ hadoop_journalnode_dir }} owner=hdfs group=hado...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1049, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/kafka
8,049
[ "no_license" ]
[ { "path": "common/roles/kafka/tasks/config.yml", "content": "- name: generate server.properties\n template: src=server.properties.j2 dest={{ kafka_install_dir }}/config/server.properties owner=kafka group=hadoop\n\n- name: generate 90-kafka.conf\n template: src=90-kafka.conf.j2 dest=/etc/security/limits.d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1704, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/kerberos
8,049
[ "no_license" ]
[ { "path": "common/roles/kerberos/tasks/install.yml", "content": "- name: install kerberos specific packages\n yum: name={{ item }} state=present\n with_items:\n - krb5-workstation\n - pam_krb5\n - sssd\n - sssd-krb5\n\n- name: authconfig\n command: authconfig --enableldap --ldapserver=ldap://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/livy
8,049
[ "no_license" ]
[ { "path": "common/roles/livy/templates/livy-client.xml.j2", "content": "#\n# Configurations for a Livy Client, any configurations set here will override any\n# livy or spark-default configurations.\n#\n# Before a Livy Client is able to load these configurations the folder containing\n# this file must be add...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10649, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/nagios
8,049
[ "no_license" ]
[ { "path": "common/roles/nagios/tasks/main.yml", "content": "---\n- include: common.yml\n- include: nagios.yml\n- include: plugins.yml\n- include: ganglia.yml\n- include: config.yml\n- include: post.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "pat...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 24416, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/namenode
8,049
[ "no_license" ]
[ { "path": "common/roles/namenode/tasks/main.yml", "content": "---\n- include: install.yml\n- include: keytab.yml\n- include: ssh_key.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "common/roles/namenode/tasks/install.yml", "content": "- n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1306, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/nodemanager
8,049
[ "no_license" ]
[ { "path": "common/roles/nodemanager/tasks/install.yml", "content": "- name: mkdir {{ hadoop_yarn_log_dir }}\n file: path={{ hadoop_yarn_log_dir }} owner=yarn group=hadoop mode=0755 state=directory\n\n- name: mkdir yarn container log dir\n file: path={{ item }}/yarnLogs owner=yarn group=hadoop mode=0755 st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/presto
8,049
[ "no_license" ]
[ { "path": "common/roles/presto/templates/node.properties.j2", "content": "node.environment={{ presto_env }}\nnode.id={{ uuid.stdout }}\nnode.data-dir={{ presto_data_dir }}\nplugin.config-dir=/etc/presto/catalog\nplugin.dir=/usr/lib/presto/lib/plugin\nnode.server-log-file=/var/log/presto/server.log\nnode.lau...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1794, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/presto_cli
8,049
[ "no_license" ]
[ { "path": "common/roles/presto_cli/tasks/install.yml", "content": "- name: download presto client tools\n get_url: url={{ item }} dest=/usr/local/bin/ mode=0755\n with_items:\n - '{{ presto_cli_jar_url }}'\n - '{{ presto_benchmark_driver_url }}'\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/regionserver
8,049
[ "no_license" ]
[ { "path": "common/roles/regionserver/templates/hadoop-metrics2-hbase.properties.j2", "content": "*.sink.file*.class=org.apache.hadoop.metrics2.sink.FileSink\n# default sampling period\n*.period=10\n \n*.source.filter.class=org.apache.hadoop.metrics2.filter.GlobFilter\n*.record.filter.class=${*.source.filter...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1577, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/resourcemanager
8,049
[ "no_license" ]
[ { "path": "common/roles/resourcemanager/tasks/keytab.yml", "content": "- name: mkdir /tmp/app_keytab\n local_action:\n module: file\n path: /tmp/app_keytab\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: generate yarn.keytab (yarn)\n local_action: command sh create...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 913, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/spark
8,049
[ "no_license" ]
[ { "path": "common/roles/spark/tasks/install.yml", "content": "- name: basename {{ spark_download_url }}\n command: basename {{ spark_download_url }}\n register: spark_tarball\n\n- name: download {{ spark_download_url }}\n get_url: url={{ spark_download_url }} dest=/tmp/{{ spark_tarball.stdout }}\n\n- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2835, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/spark_historyserver
8,049
[ "no_license" ]
[ { "path": "common/roles/spark_historyserver/tasks/keytab.yml", "content": "- name: mkdir /tmp/app_keytab\n local_action:\n module: file\n path: /tmp/app_keytab\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: generate spark.keytab (spark)\n local_action: command sh ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 917, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/zkfc
8,049
[ "no_license" ]
[ { "path": "common/roles/zkfc/tasks/install.yml", "content": "- name: mkdir {{ hadoop_hdfs_log_dir }}\n file: path={{ hadoop_hdfs_log_dir }} owner=hdfs group=hadoop mode=0755 state=directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
python279/hadoop-auto-deploy
8a8ca883df01a63482c4b31598ecf91da099cc36
0
common/roles/zookeeper
8,049
[ "no_license" ]
[ { "path": "common/roles/zookeeper/templates/myid.j2", "content": "{% for zk in groups['zookeeper'] %}\n{% if zk == inventory_hostname %}\n{{ loop.index }}\n{% endif %}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "common/role...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2544, "all_permissive": false }
ansible_role
KoalaTea/lab-ansible
da0e9f0dab24fc8ace668baff6fd620b046a8c7c
0
roles/airgap-desktops
8,049
[ "no_license" ]
[ { "path": "roles/airgap-desktops/vars/main.yml", "content": "---\n# vars file for airgap-desktops", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/airgap-desktops/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 341, "all_permissive": false }
ansible_role
KoalaTea/lab-ansible
da0e9f0dab24fc8ace668baff6fd620b046a8c7c
0
roles/desktops
8,049
[ "no_license" ]
[ { "path": "roles/desktops/vars/main.yml", "content": "---\n# vars file for desktops", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/desktops/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deskto...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1616, "all_permissive": false }
ansible_role
KoalaTea/lab-ansible
da0e9f0dab24fc8ace668baff6fd620b046a8c7c
0
roles/sec-desktops
8,049
[ "no_license" ]
[ { "path": "roles/sec-desktops/defaults/main.yml", "content": "---\n# defaults file for sec-desktops", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/sec-desktops/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1144, "all_permissive": false }
ansible_role
KoalaTea/lab-ansible
da0e9f0dab24fc8ace668baff6fd620b046a8c7c
0
roles/sec-vm-centos7
8,049
[ "no_license" ]
[ { "path": "roles/sec-vm-centos7/handlers/main.yml", "content": "---\n# handlers file for sec-vm-centos7", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/sec-vm-centos7/tasks/main.yml", "content": "---\n# tasks file for sec-vm-centos7\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 577, "all_permissive": false }
ansible_role
KoalaTea/lab-ansible
da0e9f0dab24fc8ace668baff6fd620b046a8c7c
0
roles/sec-vm-kali2
8,049
[ "no_license" ]
[ { "path": "roles/sec-vm-kali2/vars/main.yml", "content": "---\n# vars file for sec-vm-kali2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/sec-vm-kali2/handlers/main.yml", "content": "---\n# handlers file for sec-vm-kali2", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 363, "all_permissive": false }
ansible_role
KoalaTea/lab-ansible
da0e9f0dab24fc8ace668baff6fd620b046a8c7c
0
roles/sec-vm-ubuntu14
8,049
[ "no_license" ]
[ { "path": "roles/sec-vm-ubuntu14/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sec-vm-ubuntu14", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/sec-vm-ubuntu14/handlers/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 564, "all_permissive": false }
ansible_role
KoalaTea/lab-ansible
da0e9f0dab24fc8ace668baff6fd620b046a8c7c
0
roles/users
8,049
[ "no_license" ]
[ { "path": "roles/users/tests/test.yml", "content": "---\n- hosts: all\n remote_user: root\n become: true\n become_user: root\n roles:\n - ../../users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/users/vars/password.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 460, "all_permissive": false }
ansible_role
ITLinuxCL/zimbra_intercepting_proxy
aeecf59b7236c2f63c8e3507883a7c66a822a187
2
vagrant/provision/roles/pbruna.zimbradev
8,049
[ "no_license" ]
[ { "path": "vagrant/provision/roles/pbruna.zimbradev/tasks/main.yml", "content": "---\n# tasks file for cartertdte.mta\n\n- name: Install Zimbra Dependencies\n yum: name={{ item }} state=present\n with_items:\n - \"{{ zimbra_required_packages }}\"\n\n- name: Create Source Software Directory\n file: pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3111, "all_permissive": false }
ansible_role
G33tha/Sensu_server
4782c2a4df8d21d50ca1f484b16ef58be877af5f
0
roles/sensu-server
8,049
[ "no_license" ]
[ { "path": "roles/sensu-server/vars/Ubuntu.yml", "content": "---\n# vars/Ubuntu.yml: Variables for Ubuntu\n# Defaults are defined in defaults/main.yml\n\n# redis server properties\nredis_pkg_name: redis-server\nredis_service_name: redis-server\n\n# Sensu/Uchiwa user/group/service properties\nsensu_user_name:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4198, "all_permissive": false }
ansible_role
pvivekreddy1988/dvsbatchfinalinfra
6e5c212ec834c02da731abb6ae692a6d2a4ae969
0
roles/cicd
8,049
[ "no_license" ]
[ { "path": "roles/cicd/tasks/main.yaml", "content": "---\n- name: Download the artifact\n maven_artifact:\n group_id: in.shan5a6\n artifact_id: myweb\n repository_url: 'http://3.227.16.7/repository/app1-aritfacts'\n extension: war\n version: \"{{ artifact_version }}\"\n username: \"{{ nexu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
alytaha46/ansible_lab
da605b1ee5c1c30abcb3223621870f93c4b44d99
0
roles/web
8,049
[ "no_license" ]
[ { "path": "roles/web/handlers/main.yaml", "content": "- name: Copy a file from controller to host\n template:\n src: \"{{ template_name }}\"\n dest: /var/www/html/\n notify: Copy a list of files from controller to host\n\n- name: Copy a list of files from controller to host\n copy:\n src: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 720, "all_permissive": false }
ansible_role
priyosan/Ansible-on-Centos-Configuration
5445e6154db61362da368aad216ba725d3f2058f
0
roles/base
8,049
[ "no_license" ]
[ { "path": "roles/base/tasks/time.yml", "content": "# Set time stuff\n---\n- name: roles/base/tasks/time.yml\n command: echo\n- name: Set time zone (ansible 2.2 or later)\n timezone:\n name: \"{{ TIME_ZONE }}\"\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3164, "all_permissive": false }
ansible_role
priyosan/Ansible-on-Centos-Configuration
5445e6154db61362da368aad216ba725d3f2058f
0
roles/ldap
8,049
[ "no_license" ]
[ { "path": "roles/ldap/tasks/install.yml", "content": "---\n- name: roles/ldap/tasks/install.yml\n command: echo\n- name: Install LDAP support packages\n yum: \n name:\n - openldap-servers\n - openldap-clients\n become: yes\n\n- name: create directory for remote_tmp\n file:\n path: /var/l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
priyosan/Ansible-on-Centos-Configuration
5445e6154db61362da368aad216ba725d3f2058f
0
roles/mariadb
8,049
[ "no_license" ]
[ { "path": "roles/mariadb/meta/main.yml", "content": "dependencies:\n - { role: php }\n - { role: services }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: roles/mariadb/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2440, "all_permissive": false }
ansible_role
priyosan/Ansible-on-Centos-Configuration
5445e6154db61362da368aad216ba725d3f2058f
0
roles/php
8,049
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: roles/php/tasks/main.yml\n command: echo\n\n- name: Install PHP dependencies from remi56\n yum:\n enablerepo: \"{{ PHP_ENABLEREPO }}\"\n name: \n - \"{{ PHP_PKG_PREFIX }}\"\n - \"{{ PHP_PKG_PREFIX }}-mbstring\"\n - \"{{ PH...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4270, "all_permissive": false }
ansible_role
priyosan/Ansible-on-Centos-Configuration
5445e6154db61362da368aad216ba725d3f2058f
0
roles/php-ext
8,049
[ "no_license" ]
[ { "path": "roles/php-ext/tasks/main.yml", "content": "# Dependencies for deleveping PHP Extentsions\n---\n- name: roles/php-ext/tasks/main.yml\n command: echo\n\n- name: Install packages required for building php extension\n yum: \n name:\n - \"{{ PHP_PKG_PREFIX }}-devel\"\n - libxml2-devel\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
priyosan/Ansible-on-Centos-Configuration
5445e6154db61362da368aad216ba725d3f2058f
0
roles/xdebug
8,049
[ "no_license" ]
[ { "path": "roles/xdebug/tasks/main.yml", "content": "---\n- name: roles/xdebug/tasks/main.yml\n command: echo\n\n- name: Install php-xdebug for remi\n yum: \n enablerepo: \"{{ PHP_ENABLEREPO }}\"\n name: \"{{ PHP_PKG_PREFIX }}-pecl-xdebug\"\n become: yes\n when: PHP_ENABLEREPO is defined\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
arupkumarm123/SmartCampaign
add9774ca27e1d1804500511032a54e61e5bdd26
0
campaign-config/jenkins-docker-ansible/ansible/roles/campaign-service
8,049
[ "no_license" ]
[ { "path": "campaign-config/jenkins-docker-ansible/ansible/roles/campaign-service/tasks/main.yml", "content": "- name: Directory is present\n file:\n path=/data/smartcampaign/db\n state=directory\n tags: [smartcampaign]\n\n- name: Latest container is pulled\n shell: sudo docker pull arupkumarm/smart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
arupkumarm123/SmartCampaign
add9774ca27e1d1804500511032a54e61e5bdd26
0
campaign-config/jenkins-docker-ansible/ansible/roles/sonar
8,049
[ "no_license" ]
[ { "path": "campaign-config/jenkins-docker-ansible/ansible/roles/sonar/tasks/main.yml", "content": "---\n- name: Create a database for Sonar.\n mysql_db:\n name: \"{{ sonar_mysql_database }}\"\n state: present\n\n- name: Create a sonar user.\n mysql_user:\n name: \"{{ sonar_mysql_user }}\"\n ho...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5931, "all_permissive": false }
ansible_role
maroueneca/ansible-jenkins
85d6381faaa0b401d667e9b1552f5d4a9d8d018c
0
roles/nginx
8,049
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "mavariable: \" <NAME>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/nginx/tasks/main.yml", "content": "\n\n- name: index\n template:\n src: index.html.j2\n dest: /usr/sha...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 117, "all_permissive": false }
ansible_role
sdgdsffdsfff/rachel-myself
b0ec5bd6cfbe92bf99c3c41d391f29d1eac19ca3
0
shell/ajkdev/provisioning/roles/common
8,049
[ "no_license" ]
[ { "path": "shell/ajkdev/provisioning/roles/common/tasks/main.yml", "content": "---\n\n- name: \"update apt cache\"\n apt: update_cache=yes\n\n- name: \"install svn\"\n apt: pkg=subversion\n state=present\n\n- name: \"install autoconf\"\n apt: pkg=autoconf\n state=present\n\n- name: \"install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2279, "all_permissive": false }
ansible_role
sdgdsffdsfff/rachel-myself
b0ec5bd6cfbe92bf99c3c41d391f29d1eac19ca3
0
shell/ajkdev/provisioning/roles/jockjs
8,049
[ "no_license" ]
[ { "path": "shell/ajkdev/provisioning/roles/jockjs/tasks/main.yml", "content": "\n- name: \"chmod jockjs\"\n shell: sudo chmod -R 777 /vagrant/jockjs/\n\n- name: \"install user jockjs\"\n shell: cd /home/vagrant;\n git clone <EMAIL>:jianqiangni/jockjs-config;\n cd jockjs-config;\n ....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
sdgdsffdsfff/rachel-myself
b0ec5bd6cfbe92bf99c3c41d391f29d1eac19ca3
0
shell/ajkdev/provisioning/roles/mysql
8,049
[ "no_license" ]
[ { "path": "shell/ajkdev/provisioning/roles/mysql/tasks/main.yml", "content": "---\n\n- name: install libmysqlclient-dev\n apt: pkg=libmysqlclient-dev state=present\n sudo: yes\n\n- name: \"ln libmysqlclient\"\n shell: ln -s /usr/lib/x86_64-linux-gnu/libmysqlclient.so /usr/lib/libmysqlclient.so\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
sdgdsffdsfff/rachel-myself
b0ec5bd6cfbe92bf99c3c41d391f29d1eac19ca3
0
shell/ajkdev/provisioning/roles/nginx
8,049
[ "no_license" ]
[ { "path": "shell/ajkdev/provisioning/roles/nginx/templates/sed.sh", "content": "#!/bin/bash\nWORK_DIR=$(cd `dirname $0`; pwd)\ncd $WORK_DIR\nfileList=`find $WORK_DIR |grep conf`\ndirname=\"home\\/www\\/workspace\"\nfor file in $fileList\ndo\necho $file\nsed -i \"s/vagrant/${dirname}/g\" `grep 'vagrant' -rl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2060, "all_permissive": false }
ansible_role
sdgdsffdsfff/rachel-myself
b0ec5bd6cfbe92bf99c3c41d391f29d1eac19ca3
0
shell/ajkdev/provisioning/roles/php5
8,049
[ "no_license" ]
[ { "path": "shell/ajkdev/provisioning/roles/php5/templates/php-fpm", "content": "#!/bin/sh\n\nDAEMON=/usr/local/php/sbin/php-fpm\nNAME=php-fpm\nDESC=php-fpm\n\ntest -x $DAEMON || exit 0\n\nset -e\n\n. /lib/lsb/init-functions\n\ncase \"$1\" in\n\tstart)\n\t\techo -n \"start $NAME: \"\n\t\tif [ -n \"$ULIMIT\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3325, "all_permissive": false }
ansible_role
vesse/passport-ldapauth
f159fd92cc50f94072d795150a3a6482d2c9a698
313
ldapserver/roles/base
8,052
[ "no_license" ]
[ { "path": "ldapserver/roles/base/tasks/main.yml", "content": "---\n- include: packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ldapserver/roles/base/tasks/packages.yml", "content": "---\n- name: Update apt cache\n apt: update_cac...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 277, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/csrv_add_ip
8,052
[ "no_license" ]
[ { "path": "roles/csrv_add_ip/tasks/csrv_add_ip.yml", "content": "---\n- name: Set Enviroment facts\n set_fact:\n ansible_host: \"{{ item.value.mgmt_ip }}\"\n- name: Config Gigabit Ethernet2\n ios_config:\n lines:\n - ip address {{ item.value.g2_ip }} 255.255.255.0\n - no shutdown\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/csrv_add_isis
8,052
[ "no_license" ]
[ { "path": "roles/csrv_add_isis/tasks/csrv_add_isis.yml", "content": "---\n- name: Set Enviroment facts\n set_fact:\n ansible_host: \"{{ item.value.mgmt_ip}}\"\n- name: Configuring CSRV ISIS \n ios_config:\n lines:\n - net {{ item.value.isis_net }}\n - is-type level-2-only\n - domain-p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 430, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/csrv_add_route
8,052
[ "no_license" ]
[ { "path": "roles/csrv_add_route/tasks/csrv_add_route.yml", "content": "---\n- name: Set Enviroment facts\n set_fact:\n ansible_host: \"{{ item.value.mgmt_ip}}\"\n- name: Adding Global Config\n ios_config:\n lines:\n - ip http server\n - file prompt quiet\n - ip ftp username root\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 585, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/csrv_add_vm
8,052
[ "no_license" ]
[ { "path": "roles/csrv_add_vm/tasks/csrv_add_vm.yml", "content": "---\n\n- name: Create OVA with parameters\n shell:\n cot edit-properties csr1000v-universalk9.16.12.02s.ova \\\n -p hostname=\"{{ item.key }}\" \\\n -p login-username=\"{{ globals.username }}\" \\\n -p login-password=\"{{ <PASSWOR...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1243, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/csrv_del_vm
8,052
[ "no_license" ]
[ { "path": "roles/csrv_del_vm/tasks/csrv_del_vm.yml", "content": "---\n\n- name: Power Off Selected VMs\n vmware_guest:\n hostname: \"{{ globals.vc }}\" \n datacenter: \"{{ globals.dc }} \"\n username: \"{{ globals.vc_user2 }}\"\n password: \"{{ <PASSWORD>pass }}\"\n validate_certs: no\n n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 782, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/show_ips
8,052
[ "no_license" ]
[ { "path": "roles/show_ips/tasks/show_ips.yml", "content": "---\n- name: Set fact\n set_fact:\n ansible_host: \"{{ item.value.host }}\"\n- name: The Device is \n debug:\n msg: \"{{ item.key }}\"\n- name: \"Retrive Device Versions\" \n ios_command:\n commands:\n - show ip int brief\n register...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 630, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/show_ver
8,052
[ "no_license" ]
[ { "path": "roles/show_ver/tasks/show_ver.yml", "content": "---\n- name: Set fact\n set_fact:\n ansible_host: \"{{ item.value.host }}\"\n- name: The Device is \n debug:\n msg: \"{{ item.key }}\"\n- name: \"Retrive Device Versions\" \n ios_command:\n commands:\n - show version\n register: out...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 743, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/start_capture
8,052
[ "no_license" ]
[ { "path": "roles/start_capture/tasks/start_capture.yml", "content": "---\n\n- name: Set Enviroment facts\n set_fact:\n ansible_host: \"{{ item.value.host }}\"\n\n- name: \"TASK1: Start Monitor Capture {{ item.key }} \"\n ios_command:\n commands: \n - monitor capture CaptureA interface {{ item.v...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 565, "all_permissive": false }
ansible_role
gavrilmihai/ansible
83d437d984facea2113c06a9365d41f49b5ad57a
0
roles/stop_capture
8,052
[ "no_license" ]
[ { "path": "roles/stop_capture/tasks/main.yml", "content": "---\n\n- name: Stoping Packert Captures and retrieve files on local\n include_tasks: stop_capture.yml\n loop: \"{{ set1|dict2items }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1407, "all_permissive": false }
ansible_role
alexethier/ansible.strategy
563422e405a3cb33cfb279d327b6fd7f59ed3b23
0
test/roles/success
8,052
[ "no_license" ]
[ { "path": "test/roles/success/tasks/success.yml", "content": "---\n\n - name: \"Role Success 1\"\n command: /bin/bash -c \"echo 'hi'\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "test/roles/success/tasks/main.yml", "content": "---\n\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 97, "all_permissive": false }
ansible_role
alexethier/ansible.strategy
563422e405a3cb33cfb279d327b6fd7f59ed3b23
0
test/roles/test
8,052
[ "no_license" ]
[ { "path": "test/roles/test/tasks/test.yml", "content": "---\n\n - name: \"Success 1\"\n command: /bin/bash -c \"echo 'hi'\"\n\n - name: \"Fail 1\"\n command: /bin/bash -c \"asdf\"\n\n - name: \"Success 2\"\n command: /bin/bash -c \"echo 'hi'\"\n\n - name: \"Random Success 1\"\n command: /bin/bash -c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
savithruml/cloud-ops
7c2003a1269a82358732dd3fe6ae7c0900ce0dfe
1
aws/cloudformation/k8s/cloud-init/roles/common
8,052
[ "permissive" ]
[ { "path": "aws/cloudformation/k8s/cloud-init/roles/common/tasks/main.yml", "content": "---\n# This playbook deploys the Kubernetes cluster with Contrail CNI\n\n# Author: <NAME>\n# Contact: SAVITHRU AT ICLOUD DOT COM\n\n- name: Install base packages\n yum: name={{item}} state=present\n with_items:\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1430, "all_permissive": true }
ansible_role
savithruml/cloud-ops
7c2003a1269a82358732dd3fe6ae7c0900ce0dfe
1
aws/cloudformation/k8s/cloud-init/roles/master
8,052
[ "permissive" ]
[ { "path": "aws/cloudformation/k8s/cloud-init/roles/master/tasks/main.yml", "content": "---\n# This playbook deploys the Kubernetes cluster with Contrail CNI\n\n# Author: <NAME>\n# Contact: SAVITHRU AT ICLOUD DOT COM\n\n- name: Reset kubernetes if installed\n shell: kubeadm reset\n register: reset\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 32561, "all_permissive": true }
ansible_role
savithruml/cloud-ops
7c2003a1269a82358732dd3fe6ae7c0900ce0dfe
1
aws/cloudformation/k8s/cloud-init/roles/node
8,052
[ "permissive" ]
[ { "path": "aws/cloudformation/k8s/cloud-init/roles/node/defaults/main.yml", "content": "contrail_registry: hub.juniper.net/contrail\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "aws/cloudformation/k8s/cloud-init/roles/no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2253, "all_permissive": true }
ansible_role
Si-max/ci-cd
1b09bcd5d8b981707cb3976fce0cf16f0dd2e9ef
0
.circleci/ansible/roles/configure-server
8,052
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"install dependencies.\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
Si-max/ci-cd
1b09bcd5d8b981707cb3976fce0cf16f0dd2e9ef
0
.circleci/ansible/roles/deploy
8,052
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\", \"tar\"]\n state: latest\n update_cache: yes\n\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
datastrophic/blog-awesome
2c590663790dbebe46cd01dff66d8d30da67527e
3
_devops/roles/appdeploy
8,052
[ "no_license" ]
[ { "path": "_devops/roles/appdeploy/tasks/main.yml", "content": "- name: Copy zip\n unarchive: src=../../../../target/universal/{{ application.dist_name }}.zip dest=/tmp/\n\n- name: Kill Running Process\n action: shell sudo kill -9 $(cat {{ application.application_home }}/RUNNING_PID)\n ignore_errors: Tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10367, "all_permissive": false }
ansible_role
datastrophic/blog-awesome
2c590663790dbebe46cd01dff66d8d30da67527e
3
_devops/roles/common
8,052
[ "no_license" ]
[ { "path": "_devops/roles/common/tasks/main.yml", "content": "- name: Setting Locale to UTF-8\n shell: locale-gen en_US.UTF-8\n\n- name: Installation of Console Tools\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - git\n - maven\n - wget\n - curl\n - python-software...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
datastrophic/blog-awesome
2c590663790dbebe46cd01dff66d8d30da67527e
3
_devops/roles/couchbase
8,052
[ "no_license" ]
[ { "path": "_devops/roles/couchbase/templates/couchbase-add-node.j2", "content": "{% if 'couchbase-nodes' in groups %}\n {% for host in groups['couchbase-nodes'] %}\n /opt/couchbase/bin/couchbase-cli server-add -c 127.0.0.1:8091 -u ${couchbase.admin_user} -p ${couchbase.admin_password} --server-add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3467, "all_permissive": false }
ansible_role
datastrophic/blog-awesome
2c590663790dbebe46cd01dff66d8d30da67527e
3
_devops/roles/datadog
8,052
[ "no_license" ]
[ { "path": "_devops/roles/datadog/templates/datadog.jmx.yaml.j2", "content": "init_config:\n\ninstances:\n - conf:\n - include:\n domain: java.lang\n type: MemoryPool\n - include:\n domain: java.lang\n type: Threading\n - include:\n domain: java.lang\n type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 937, "all_permissive": false }
ansible_role
datastrophic/blog-awesome
2c590663790dbebe46cd01dff66d8d30da67527e
3
_devops/roles/nginx
8,052
[ "no_license" ]
[ { "path": "_devops/roles/nginx/templates/nginx.conf.j2", "content": "events {\n worker_connections 4096; ## Default: 1024\n}\n\nhttp {\n\n\tserver_names_hash_bucket_size 64;\n\n\tserver {\n\t server_name www.{{ nginx.domain_name }};\n\t rewrite ^(.*) http://{{ nginx.domain_name }}$1 permanent;\n\t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": false }
ansible_role
datastrophic/blog-awesome
2c590663790dbebe46cd01dff66d8d30da67527e
3
_devops/roles/oracle-java
8,052
[ "no_license" ]
[ { "path": "_devops/roles/oracle-java/tasks/main.yml", "content": "- name: Check Java Installed\n shell: dpkg -l | grep -cim1 oracle-java8-installer\n register: javaInstalled\n ignore_errors: True\n\n- name: Add Java repository to sources\n action: apt_repository repo='ppa:webupd8team/java'\n when: java...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/add-cephsc
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/add-cephsc/templates/storageclass-ceph.yaml", "content": "apiVersion: storage.k8s.io/v1\nkind: StorageClass\nmetadata:\n name: fast\nprovisioner: ceph.com/rbd\nparameters:\n monitors: {{ CEPH_IP }}\n adminId: admin\n adminSecretName: ceph-secret\n adminSecretNamespace: kube-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1252, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/ca
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/ca/defaults/main.yml", "content": "TMP_NODES: \"{% for h in groups['etcd'] %}\\\"{{ h }}\\\",{% endfor %}\"\nETCD_NODES: \"{{ TMP_NODES.lstrip('\\\"').rstrip('\\\",').replace(',', ',\\n ') }}\"\nMASTER_CERT_HOSTS:\n - \"192.168.3.51\"\n - \"k8s.rrjc.com\"\nCLUSTER_KUBERNETES...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2518, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/calico
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/calico/tasks/main.yml", "content": "- name: 在节点创建相关目录\n file: name={{ item }} state=directory\n with_items:\n - /etc/calico/ssl\n - /etc/cni/net.d\n - /opt/kube/images \n - /opt/kube/kube-system\n\n- name: get calico-etcd-secrets info\n shell: \"{{ bin_dir }}/kubectl get s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/ceph
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/ceph/tasks/main.yml", "content": "- name: wget cephadm\n get_url:\n url: https://github.com/ceph/ceph/raw/octopus/src/cephadm/cephadm\n dest: /usr/bin/cephadm\n\n- name: 初始包安装\n yum: \n name: \"{{ item }}\"\n state: present\n with_items:\n - python3\n\n- name: hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2096, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/create-cephuser
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/create-cephuser/tasks/main.yml", "content": "- name: 创建kube用户\n shell: cephadm shell -- ceph auth get-or-create client.kube mon 'allow r' osd 'allow rwx pool=k8s'\n\n- name: 生成密钥文件\n shell: cephadm shell -- ceph auth get-key client.kube > /tmp/cephkube.key\n\n- name: 生成admin密钥...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/docker
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/docker/tasks/main.yml", "content": "---\r\n- name: docker init\r\n yum: \r\n name: \"{{ item }}\"\r\n state: absent\r\n with_items:\r\n - docker\r\n - docker-ce\r\n - docker-common\r\n - docker-selinux\r\n - docker-engine\r\n\r\n- name: copy file\r\n get_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1381, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/efk
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/efk/tasks/main.yml", "content": "---\n# - name: 添加fluentd\n# shell: helm repo add kiwigrid https://kiwigrid.github.io\n\n- name: 安装fluentd\n shell: helm install fluentd kiwigrid/fluentd-elasticsearch --set elasticsearch.hosts='elasticsearch-master:9200'\n\n# - name: 添加es\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1735, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/etcd
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/etcd/templates/etcd-csr.json.j2", "content": "{\r\n \"CN\": \"etcd\",\r\n \"hosts\": [\r\n \"127.0.0.1\",\r\n \"{{ ETCD_NODES }}\",\r\n \"{{ inventory_hostname }}\"\r\n ],\r\n \"key\": {\r\n \"algo\": \"rsa\",\r\n \"size\": 2048\r\n },\r\n \"names\": [\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1908, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/helm
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/helm/tasks/main.yml", "content": "- name: wget helm\n get_url:\n url: https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz\n dest: /tmp/helm-v3.2.1-linux-amd64.tar.gz\n\n- name: install helm\n shell: cd /tmp/; tar zxvf ./helm-v3.2.1-linux-amd64.tar.gz;mv linux-amd64/helm /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/initsys
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/initsys/tasks/main.yml", "content": "#初始化系统\r\n---\r\n- name: close firewalld\r\n service: name=firewalld enabled=no state=stopped\r\n\r\n- name: selinux\r\n lineinfile:\r\n dest: /etc/selinux/config\r\n regexp: '^SELINUX='\r\n line: SELINUX=disabled\r\n\r\n- name: sel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 972, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/kube-master
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/kube-master/defaults/main.yml", "content": "# etcd 集群间通信的IP和端口, 根据etcd组成员自动生成\nTMP_ENDPOINTS: \"{% for h in groups['etcd'] %}https://{{ h }}:2379,{% endfor %}\"\nETCD_ENDPOINTS: \"{{ TMP_ENDPOINTS.rstrip(',') }}\" \n\n\nMASTER_CERT_HOSTS:\n - \"192.168.3.51\"\n - \"k8s.rrjc.com...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2775, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/kube-master-join
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/kube-master-join/tasks/main.yml", "content": "---\n- name: copy kubernetes repo\n import_tasks: join.yml\n when: \"inventory_hostname not in groups['kubeneter-master'][0]\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1151, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/kube-node
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/kube-node/tasks/main.yml", "content": "---\n- name: prepare some dirs\n file: name={{ item }} state=directory\n with_items:\n - \"{{ ca_dir }}\"\n\n- name: 分发ca证书\n copy: src={{ ca_dir }}/ca.pem dest={{ ca_dir }}/ca.crt\n\n- name: 分发ca.key证书\n copy: src={{ ca_dir }}/ca-key.p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/prometheus-operator
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/prometheus-operator/defaults/main.yml", "content": "TMP_ENDPOINTS: \"{% for h in groups['etcd'] %}'{{ h }}',{% endfor %}\"\nPRO: \"{{ TMP_ENDPOINTS.rstrip(',') }}\" ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "credi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 808, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
credit_k8s/roles/traefik-ingress
8,052
[ "no_license" ]
[ { "path": "credit_k8s/roles/traefik-ingress/templates/traefik-ingress.yaml", "content": "---\nkind: ClusterRole\napiVersion: rbac.authorization.k8s.io/v1beta1\nmetadata:\n name: traefik-ingress-controller\nrules:\n - apiGroups:\n - \"\"\n resources:\n - services\n - endpoints\n - se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2109, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
manage_k8s/roles/kube-node-token
8,052
[ "no_license" ]
[ { "path": "manage_k8s/roles/kube-node-token/tasks/main.yml", "content": "---\n- name: 生成token\n shell: kubeadm token create\n\n- name: 读取token信息\n shell: kubeadm token list | awk -F\" \" '{print $1}' |tail -n 1 > /tmp/token.txt\n\n- name: 生成加密串\n shell: openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
airring/k8s_install
22e486b894741e3b72d55fdf0f4126b261b49cbc
3
manage_k8s/roles/update_kube
8,052
[ "no_license" ]
[ { "path": "manage_k8s/roles/update_kube/tasks/main.yml", "content": "- name: include master\n import_tasks: master.yml\n when: inventory_hostname in groups['kubeneter-master']\n ignore_errors: true\n\n- name: include node\n import_tasks: node.yml\n", "license_type": "no_license", "detected_licen...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 808, "all_permissive": false }
ansible_role
nhan-123/ELK-Ansible
e7d0870428db4c52d97478c0c817c24e1d483dad
0
install/roles/elasticsearch
8,055
[ "permissive" ]
[ { "path": "install/roles/elasticsearch/tasks/main.yml", "content": "---\n#\n# Install/run elasticsearch\n#\n\n- name: Install libsemanage-python and dependencies\n yum:\n name: libsemanage-python\n become: true\n\n- name: Install java-8\n yum:\n name: java-1.8.0-openjdk-devel\n become: true\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1604, "all_permissive": true }
ansible_role
vskhabani/ansible-operator
ac68ac0eead6b6f991e250070635c2bfd8043db6
0
roles/webapp
8,055
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yml", "content": "---\n- name: deploy flaskapp frontend\n vars:\n frontend:\n image: \"{{ lookup('env','RELATED_IMAGE_FRONTEND') }}\"\n k8s:\n definition:\n apiVersion: apps/v1\n kind: Deployment\n metadata:\n name: flaskapp-frontend\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2380, "all_permissive": false }
ansible_role
nicg2c2/laboratorio_azure_bicep
788d5bb589d3af66c8e098a90f00737bdde4349d
0
system-setup/ansible/v1/roles/docker
8,055
[ "no_license" ]
[ { "path": "system-setup/ansible/v1/roles/docker/tasks/main.yml", "content": "---\n- include_tasks: 01_install_docker.yml\n- include_tasks: 02_validation_docker.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "system-setup/ansible/v1/roles/dock...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1716, "all_permissive": false }
ansible_role
nicg2c2/laboratorio_azure_bicep
788d5bb589d3af66c8e098a90f00737bdde4349d
0
system-setup/ansible/v1/roles/nginx
8,055
[ "no_license" ]
[ { "path": "system-setup/ansible/v1/roles/nginx/tasks/01_install_nginx_services.yml", "content": "- name: \"Install nginx services\"\n become: true \n apt:\n name: nginx\n state: present\n update_cache: yes\n \n- name: \"Verificar la arquitectura de la máquina\"\n shell: \"dpkg --print-archit...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 922, "all_permissive": false }
ansible_role
nicg2c2/laboratorio_azure_bicep
788d5bb589d3af66c8e098a90f00737bdde4349d
0
system-setup/ansible/v1/roles/sonarqube
8,055
[ "no_license" ]
[ { "path": "system-setup/ansible/v1/roles/sonarqube/tasks/02_create_network.yml", "content": "- name: \"Create network for sonarqube\"\n become: true\n docker_network:\n name: \n - host\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 },...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1120, "all_permissive": false }
ansible_role
hondash/demo-aws-sam-local
9fbf69361f8b1c05c4a1aa78ae6be448178be935
0
ansible/playbooks/roles/aws_cli
8,055
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/aws_cli/tasks/main.yml", "content": "---\n\n- name: Install aws-cli\n pip:\n name: awscli\n version: 1.14.38\n state: present\n tags: aws-cli\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }