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 | doruardelean/nginx_ansible | d04c0d28eca17e041c6e57a28716f7da8ca63f14 | 0 | roles/nginx | 323 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/ssl_default.conf.j2",
"content": "server {\n listen 80;\n server_name {{ domain_name }};\n\n location / {\n return 301 https://$host$request_uri;\n }\n}\n\nserver {\n listen 443 ssl;\n server_name {{ domain_name }};\n\n ssl_certificate /etc/letsen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1855,
"all_permissive": false
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/ambari_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/ambari_install/tasks/main.yml",
"content": "# tasks file for ambari_install\n- name: install ambari-server\n yum: name={{item.name}} state={{item.state|default(\"installed\")}}\n with_items:\n - name: \"ambari-server\"\n - name: \"expect\"\n - name: \"mysql-connector-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1656,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/burrow_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/burrow_install/templates/burrow.yml",
"content": "[general]\npidfile=\"burrow.pid\"\nstdout-logfile=\"/opt/Burrow-master/logs/burrow.out\"\naccess-control-allow-origin=\"*\"\n\n[logging]\nfilename=\"/opt/Burrow-master/logs/burrow.log\"\nlevel=\"info\"\nmaxsize=100\nmaxbackups=30... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2578,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/ceph_exporter_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/ceph_exporter_install/tasks/main.yml",
"content": "---\n- name: install golang\n yum: name=golang state=present\n- name: install librados*\n yum: name=librados* state=present\n- name: install librbd1-devel\n yum: name=librbd1-devel state=present\n- name: install config fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/ceph_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/ceph_install/vars/main.yml",
"content": "dir: /tmp\nmon1: hostname1\nmon2: hostname2\nmon3: hostname3\nnode: hostname1 hostname2 hostname3\nssh_port: 22\n# disk_number+1\nnumber: 2\n# 物理机一般是sd,虚拟机一般是vd\ndisk_lable: sd",
"license_type": "permissive",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4066,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/cerebro_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/cerebro_install/tasks/main.yml",
"content": "---\n# tasks file for kafkamanager_install\n- name: scp the file\n unarchive: src={{cerebro_version}}.zip dest=/opt/ copy=yes\n- name: create soft link\n file: path=/opt/cerebro state=link src=/opt/{{cerebro_version}}\n\n- name: cer... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1650,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/clickhouse_cluster_single_install_ranger | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/clickhouse_cluster_single_install_ranger/tasks/main.yml",
"content": "---\n# tasks file for clickhouse_install\n\n- name: install clickhouse\n shell: |\n yum -y install clickhouse-server.x86_64\n yum -y install clickhouse-client.x86_64\n\n- name: config\n template: src=\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2296,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/clickhouse_exporter_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/clickhouse_exporter_install/tasks/main.yml",
"content": "---\n# tasks file for clickhouse_exporter install\n- name: clickhouse_exporter user check\n shell: cat /etc/passwd\n register: info\n- name: user delete\n shell: userdel -rf clickhouse_exporter && rm -rf /var/spool/mail... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1272,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/dataflow_kafka2ck | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/dataflow_kafka2ck/tasks/main.yml",
"content": "---\n# tasks file for kafka2ck\n- name: check user\n stat: path=/home/k18\n register: k18_exist\n- name: create user\n shell: useradd k18 && echo 'k18k18' | passwd --stdin k18\n when: k18_exist.stat.exists == false\n- name: chec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 23863,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/dataflow_kafka2es | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/dataflow_kafka2es/templates/conf.yaml",
"content": "kafka:\n kafkaTopic: \"NTC-OSS-ES\"\n kafkaBrokerList: \"{{kafkaBrokerList}}\"\n offSet: \"latest\"\n groupId: \"http_mail_parse_data_lp\"\n autoCommit: false\nes:\n clusterName: \"{{esClusterName}}\"\n nodes: \"{{esNode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7762,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/grafana_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/grafana_install/resource/get_es_thread.py",
"content": "#!/usr/bin/env python\n# -*- coding:UTF-8 -*-\n# Created by wind on 2019-12-5\nimport socket\nimport os\nimport arrow\nimport time\nimport influxdb\nimport re\n\n\ndef get_hostname_ipaddress():\n host_name = socket.getho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 14543,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/host_name | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/host_name/handlers/main.yml",
"content": "---\n# handlers file for java_install",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 36
},
{
"path": "ansible_1.1/roles/host_name/tasks/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 211,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/java_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/java_install/tasks/main.yml",
"content": "---\n# tasks file for java_install\n- name: unpack the jdk file\n unarchive: src=java.tar.gz dest=/opt/ copy=yes\n- name: install config file\n copy: src=java.sh dest=/etc/profile.d/\n- name: source java profile\n shell: source /etc/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/kafka_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/kafka_install/vars/main.yml",
"content": "logdirs: /data1/kafka-logs\n#多个目录的话写成 /{data1,data2}/kafka-logs 这种形式\nmkdirs: /data1/kafka-logs\n#zookeeper: 172.24.9.45:2181,172.24.9.46:2181,172.24.9.47:2181/kafka\n#zookeeper: 172.24.9.51:2181,172.24.9.52:2181,172.24.9.54:2181/kafka\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1844,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/kafkamanager_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/kafkamanager_install/tasks/main.yml",
"content": "---\n# tasks file for kafkamanager_install\n- name: scp the file\n unarchive: src={{kafka_manager_version}}.zip dest=/opt/ copy=yes\n- name: create soft link\n file: path=/opt/kafka-manager state=link src=/opt/{{kafka_manager_v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1163,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/keepalived_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/keepalived_install/vars/main.yml",
"content": "script: \"/etc/keepalived/nginx_check.sh\"\nvip: 172.24.9.100\ne: eth0",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 66
},
{
"path": "ansible_1.1/roles/keepalived_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 428,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/keepalived_proxy_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/keepalived_proxy_install/tasks/main.yml",
"content": "---\n# tasks file for keepalived_proxy_install\n- name: install\n shell: yum install keepalived ipvsadmin -y\n- name: add script\n copy: src=\"nginx_check.sh\" dest=/etc/keepalived/nginx_check.sh\n- name: config update\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/kibana_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/kibana_install/tasks/main.yml",
"content": "---\n# tasks file for es_install\n- name: unpack the kibana file\n unarchive: src={{kibana_version}}.tar.gz dest=/opt copy=yes\n- name: user check\n shell: cat /etc/passwd\n register: info\n- name: user delete\n shell: userdel -rf ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1290,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/node_exporter_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/node_exporter_install/tasks/main.yml",
"content": "---\n# tasks file for prometheus_install\n- name: unpack the node_export file\n unarchive: src={{node_exporter_version}}.tar.gz dest=/opt/ copy=yes\n- name: create soft link\n file: path=/opt/node_exporter state=link src=/opt/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1432,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/ntp_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/ntp_install/vars/main.yml",
"content": "#所有主机会向这台主机发送同步时间请求\nntp_server: 172.24.9.45\n#network_segment 允许向ntp server同步时间的网段\nnetwork_segment: 0.0.0.0\n#设置所有/etc/ansible/hosts中[ntp_hosts]标签中主机的时区\ntimezone: 'Asia/Shanghai'\n#timezone: 'Asia/Almaty'\n",
"license_type": "permis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 886,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/oss_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/oss_install/templates/application.yml",
"content": "#属性配置文件的位置\n#spring会从classpath下的/config目录或者classpath的根目录查找application.properties或application.yml。/config优先于classpath根目录\n# Tomcat\nserver:\n tomcat:\n uri-encoding: UTF-8\n max-threads: 1000\n min-spare-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7583,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/proxy-agent_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/proxy-agent_install/tasks/main.yml",
"content": "---\n\n- name: modify zabbix-agent.conf\n lineinfile:\n dest: /etc/zabbix/zabbix_agentd.conf\n regexp: 'Server={{ server_ip }}'\n line: 'Server={{ proxy_ip }}'\n backrefs: yes\n- name: modify zabbix-agent.conf\n line... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 702,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/raid_config | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/raid_config/tasks/main.yml",
"content": "# tasks file for raid_config\n- name: create direcory\n file:\n path: /tmp/raid_config\n state: directory\n mode: 0755\n- name: copy raid shell\n copy: src=\"{{raid_sh}}\" dest=\"/tmp/raid_config/\"\n- name: run raid shell\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 324,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/redis_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/redis_install/tasks/main.yml",
"content": "---\n# install gcc\n- name: yum install gcc\n yum: name=gcc-c++ state=present\n- name: yum install expect\n yum: name=expect state=present\n run_once: true\n delegate_to: \"{{redis_master}}\"\n# copy redis package\n- name: unpack th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2267,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/sftp_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/sftp_install/tasks/main.yml",
"content": "---\n# tasks file for sftp_install\n- name: create user group and user\n shell: |\n groupadd sftp\n useradd -g sftp -s /sbin/nologin -M sftp\n echo {{password}} | passwd --stdin sftp\n\n- name: mkdir\n shell: |\n mkdir -p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1043,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/ssh_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/ssh_install/tasks/main.yml",
"content": "---\n# tasks file for ssh\n- name: enforce env\n shell: source /etc/profile\n run_once: true\n- name: delete /root/.ssh/\n file: path=/root/.ssh/ state=absent\n- name: generating public/private rsa key pair \n shell: ssh-keygen -t rsa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 849,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/ssh_install_single | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/ssh_install_single/vars/main.yml",
"content": "jump_brother: xx.xx.xx.xx",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 25
},
{
"path": "ansible_1.1/roles/ssh_install_single/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 465,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/zabbix-agent_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/zabbix-agent_install/tasks/main.yml",
"content": "---\n# tasks file for zabbix-agent_install\n- name: install zabbix-agent\n yum: name=zabbix-agent state=present\n- name: modify zabbix-agent.conf\n lineinfile:\n dest: /etc/zabbix/zabbix_agentd.conf\n regexp: 'Server=127.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1262,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/zabbix-proxy_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/zabbix-proxy_install/tasks/main.yml",
"content": "---\n\n- name: install zabbix-proxy-mysql\n yum: name=zabbix-proxy-mysql state=present\n\n- name: copy create_proxy_user.sql\n copy: src=create_proxy_user.sql dest=/etc/zabbix/\n- name: create zabbix_proxy database\n shell: m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1636,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/zabbix-server_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/zabbix-server_install/tasks/main.yml",
"content": "---\n# tasks file for zabbix-server_install\n- name: install httpd\n yum: name=httpd state=present\n- name: modify configure file\n lineinfile:\n dest: /etc/httpd/conf/httpd.conf\n regexp: '#ServerName www.example.com:80... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2547,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.1/roles/zookeeper_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.1/roles/zookeeper_install/tasks/main.yml",
"content": "---\n# tasks file for zookeeper_install\n- name: unpack the zookeeper file\n unarchive: src=zookeeper-3.4.6.tar.gz dest=/opt/ copy=yes\n- name: zookeeper user check\n shell: cat /etc/passwd\n register: info\n- name: user delete\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1487,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/ambari_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/ambari_install/vars/main.yml",
"content": "mysql_password: <PASSWORD>\nambari_mysql_password: <PASSWORD>\nhive_mysql_password: <PASSWORD>\nmysql_port: 3306\njava_home: /opt/java\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1283,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/auto_mount | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/auto_mount/files/mount.sh",
"content": "#!/bin/bash \n\ni=1\nwhile [ $i -lt 7 ] #硬盘数量,除系统盘之外是6块\ndo\nj=`echo $i|awk '{printf \"%c\",97+$i}'` #系统盘是sda,如果是其它的需要修改脚本\n\nmkfs.ext4 /dev/sd${j} <<eof\ny\neof\n\necho \"OK\"\nmkdir /data${i}\nmount=\"/dev/sd${j} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 807,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/auto_start_service | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/auto_start_service/tasks/main.yml",
"content": "- name: create a directory if it does not exits\n file: \n path: /opt/scripts\n state: directory\n mode: '0755'\n\n- name: copy file\n copy: \n src: \"auto_start_{{service}}.sh\"\n dest: \"/opt/scripts/\"\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 29,
"total_bytes": 33322,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/bigscreen_clickhouse | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/bigscreen_clickhouse/tasks/install.yml",
"content": "- name: install clickhouse\n shell: |\n # remove clickhouse\n #ps -ef |grep clickhouse-server |grep -v grep | awk '{print $2}' |xargs kill -9\n #rpm -qa |grep clickhouse | xargs rpm -e\n # install clickhouse\n yum -... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3450,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/bigscreendata_acquire | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/bigscreendata_acquire/vars/main.yml",
"content": "datafile: /data1/bigscreen\nmergedir: /data1/mergedata\nuser: root\npassword: <PASSWORD>\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 86
},
{
"path": "ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12311,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/bigscreendata_cron | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/bigscreendata_cron/tasks/main.yml",
"content": "- name: run bigscreendata ansible\n cron: \n name: get bigscreendata file\n minute: \"*/10\"\n job: /usr/bin/ansible-playbook -i {{inventories}} /etc/ansible/playbooks/bigscreen.yml --extra-vars \"region={{region}} ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/bigscreendata_merge | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/bigscreendata_merge/files/mergebasedata.py",
"content": "# encoding: utf-8\n\nimport os\nimport sys\n\nBASE_DIR = os.getcwd()\nCPU_RESULT = \"{}/cpumem_result.json\".format(BASE_DIR)\nOTHER_RESULT = \"{}/other_result.json\".format(BASE_DIR)\nLOST_RESULT = \"{}/lost_result.json\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6880,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/bigscreendata_mergecron | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/bigscreendata_mergecron/tasks/main.yml",
"content": "- name: data merge \n cron:\n name: run bigscreen center merge scripts \n minute: \"*/10\"\n job: /usr/bin/ansible-playbook -i {{inventories}} /etc/ansible/playbooks/bigscreenmerge.yml \n run_once: true\n delegate_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/burrow_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/burrow_install/templates/zk.sh",
"content": "#!/bin/bash\necho -n \"\" > /opt/Burrow-master/config/zk.txt\necho -n \"servers= [\" >> /opt/Burrow-master/config/zk.txt\nfor i in `cat /opt/Burrow-master/config/zk.yml`\ndo\n echo -n \"\\\"$i\\\",\" >> /opt/Burrow-master/confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2448,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/ceph_exporter_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/ceph_exporter_install/tasks/main.yml",
"content": "---\n- name: install golang\n yum: name=golang state=present\n- name: install librados*\n yum: name=librados* state=present\n- name: install librbd1-devel\n yum: name=librbd1-devel state=present\n- name: unpack the ceph_ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 584,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/ceph_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/ceph_install/tasks/main.yml",
"content": "---\n# tasks file for ceph_install\n- name: send script\n template: src=\"templates/{{item.key}}\" dest=\"{{dir}}/{{item.value}}\"\n with_dict:\n - {\"ceph_install.sh\":\"ceph_install.sh\"}\n - {\"ceph.conf\":\"ceph.conf\"}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7279,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/cerebro_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/cerebro_install/tasks/main.yml",
"content": "---\n# tasks file for kafkamanager_install\n- name: scp the file\n unarchive: src=/opt/software_package/componet/{{cerebro_version}}.zip dest=/opt/ copy=yes\n- name: create soft link\n file: path=/opt/cerebro state=link src=/opt/{{c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 994,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/change_ip | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/change_ip/vars/main.yml",
"content": "card_name: eth0\nGATEWAY: 192.168.5.250\nNETMASK: 255.255.255.0",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 61
},
{
"path": "ansible_1.2/roles/change_ip/templates/ssh.sh"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2050,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/check_disk | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/check_disk/tasks/main.yml",
"content": "---\n- name: unpack the MegaRAID file\n unarchive: src={{ all.pkgs_path }}/MegaRAID.tar.gz dest=/opt copy=yes\n- name: copy\n copy: src=\"check_disk.sh\" dest=/tmp\n- name: start\n shell: sh /tmp/check_disk.sh\n register: check\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/check_mem | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/check_mem/files/check_mem.sh",
"content": "#!/bin/bash\n\nnum=`free -h|grep 'Mem'|awk -F':' '{print $2}'|awk -F' ' '{print $1}'`\n\nif [[ $num == '125G' ]];then\n echo \"OK!\"\nelse\n echo \"Mem is $num\"\nfi\n",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 331,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/check_size | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/check_size/tasks/main.yml",
"content": "---\n- name: copy file\n copy: src=\"check_size.sh\" dest=/root/\n- name: start\n shell: sh /root/check_size.sh\n register: check\n- name: show\n debug: var=check.stdout_lines verbosity=0\n",
"license_type": "permissive",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 504,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/clickhouse_cluster_big_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/clickhouse_cluster_big_install/tasks/initdata.yml",
"content": "# init ipbig cluster\n- name: create dir\n file:\n path: \"{{clickhouse.scriptsdir}}/clickhouse_create_table_by_cluster/sql/{{clickhouse.region}}\"\n state: directory\n\n- name: scp file\n copy: \n src: \"/e... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9764,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/clickhouse_cluster_distribute_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/clickhouse_cluster_distribute_install/templates/metrika.xml.j2",
"content": "<yandex>\n <clickhouse_remote_servers>\n <!-- distribute cluster small -->\n\t\t<{{clickhouse_distribute_small}}>\n\t\t\t{% for i in range(10,104,2) %}\n <shard>\n\t\t\t\t\t<int... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10228,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/clickhouse_cluster_monitor_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/clickhouse_cluster_monitor_install/README.md",
"content": "# 使用说明\n\n## 注意事项\n确保 yum 源中包含 clickhouse 的rpm安装包。\nansible server 和 被安装主机之间免密。\n\n## 变量修改\n1.在 template/metrika.xml 中修改循环的ranger范围\n有三处地方需要修改\n示例如下:{% for i in range(1,5,1) %}\n- 第一处:设置读集群主机名的编号部分的范围\n如:\"1,5,1\" 表示主机名编... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2472,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/clickhouse_cluster_small_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/clickhouse_cluster_small_install/tasks/housekeeping.yml",
"content": "# 初始化ck iplog集群\n- name: create dir\n file:\n path: \"{{clickhouse.scriptsdir}}/ch_drop\"\n state: directory\n\n- name: scp file\n copy: \n src: \"/etc/ansible/roles/dataflow_init/housekeeping/ch_clean... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7114,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/clickhouse_exporter_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/clickhouse_exporter_install/tasks/pushgateway.yml",
"content": "# install pushgateway\n- name: unpack the pushgateway file\n unarchive: src=/opt/software_package/componet/pushgateway-1.0.1.linux-amd64.tar.gz dest=/opt copy=yes\n\n- name: create link\n file:\n src: /opt/pushg... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2603,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/dataflow_content2es | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/dataflow_content2es/templates/start_account.sh",
"content": "#!/usr/bin/env bash\njarName=\"content2es-1.5.jar\"\nhdfsDir=\"hdfs://192.168.162.95:8020/user/k19/content2es/lib/*.jar\"\n\nntc_account_application_name=\"SCO-K19-NTC-ACCOUNT-LOG-Application\"\nntc_account_executor_me... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9634,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/dataflow_content2kafka | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/dataflow_content2kafka/templates/tool.sh",
"content": "#!/usr/bin/env bash\n#创建html topic\n/opt/kafka/bin/kafka-topics.sh --create --zookeeper 172.18.9.51:2181 --replication-factor 2 --partitions 3 --topic NTC-OSS-ES-HTML\n#创建eml topic\n/opt/kafka/bin/kafka-topics.sh --create --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7259,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/dataflow_kafka2ck | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/dataflow_kafka2ck/templates/common.yaml.j2",
"content": "kafka:\n producerMap:\n \"bootstrap.servers\":\"{{ item.value.kafka }}\"\n \"acks\":\"all\"\n \"batch.size\":102400\n \"linger.ms\":10\n \"client.id\":\"spark_p\"\n \"buffer.memory\":33554432\n \"comp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 10930,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/dataflow_message2kafka | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/dataflow_message2kafka/templates/common.yaml",
"content": "sourceKafka:\n consumerMap:\n \"bootstrap.servers\":\"{{ dataflow.kafka }}\"\n \"client.id\":\"spark_c\"\n \"auto.offset.reset\":\"latest\"\n \"max.poll.records\":300\n \"session.timeout.ms\":60000\n \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6498,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/dataflow_mobile | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/dataflow_mobile/sh.sh",
"content": "#!/usr/bin/env bash\n#sed -i '' 's/othercluster/{{hdfsHAClusterName}}/g' templates/*.sh\n#sed -i '' 's/content2kafka-1.5.jar/{{jar_version}}/g' templates/*.sh\n#sed -i '' 's/k19-bigdata-1:8020/{{hdfsHAClusterName}}/g' templates/*.sh",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2905,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/dataflow_monitor | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/dataflow_monitor/templates/start_exception_monitor.sh",
"content": "#!/usr/bin/env bash\n\nenv=\"conf\"\nhdfsDir=\"hdfs://{{ dataflow.namenode }}:8020/user/k19/kafka2ck/lib\"\n\nfullName=$(readlink -f $0)\nfullPath=$(dirname ${fullName})\ncd $fullPath/../\n\npwdPath=`pwd`\njarNa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6191,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/es_query_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/es_query_install/tasks/main.yml",
"content": "# tasks file for es_master_install\n- name: unpack the elasticsearch file\n unarchive: src={{ all.pkgs_path }}/{{es_version}}.tar.gz dest=/opt copy=yes\n- name: user check\n shell: cat /etc/passwd\n register: info\n- name: user de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1899,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/fault_monitoring_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/fault_monitoring_install/templates/application.yml.j2",
"content": "server:\n tomcat:\n uri-encoding: UTF-8\n max-threads: 1000\n min-spare-threads: 30\n port: 8384\n servlet:\n context-path: /\nbase:\n# 工程默认数据采用h2,此数据库适用于工程单机部署,如果工程集群部署可切换为mysql\n da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7097,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/go_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/go_install/files/go.sh",
"content": "export GO_HOME=/opt/go\nexport CLASSPATH=:$GO_HOME/lib\nexport PATH=$GO_HOME/bin:$PATH\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 85
},
{
"path": "ansible_1.2/roles/go_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 622,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/hbase_exporter_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/hbase_exporter_install/templates/prometheus_hbase.yml",
"content": " - job_name: hbase_metric\n static_configs:\n{% for hbase_ip_port, hbase_hostname in hbase_export_configs.items() %}\n - targets: ['{{hbase_ip_port}}']\n labels:\n group: '{{hbase_group1}}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 607,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/hcache_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/hcache_install/tasks/main.yml",
"content": "---\n- name: unpack the hcache file\n copy: src=/etc/ansible/roles/hcache_install/files/hcache dest=/usr/local/bin/ mode=0751\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/hosts | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/hosts/tasks/main.yml",
"content": "# tasks file for hosts\n- name: add localhost4\n local_action: shell echo \"127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\" > /tmp/hosts.j2\n run_once: true\n- name: add localhost6\n local_action: shell echo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 916,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/influxdb_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/influxdb_install/tasks/main.yml",
"content": "---\n# tasks file for influxdb_install\n- name: install influxdb\n yum: name=influxdb state=present\n- name: mkdir && chown\n shell: |\n mkdir -pv /data1/influxdb\n chown influxdb:influxdb -R /data1/influxdb\n- name: modify i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1027,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/ipmi_change | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/ipmi_change/tasks/main.yml",
"content": "---\n- name: install racadm\n yum:\n name: srvadmin-all\n\n- name: set ipmi:ip,NetMask,Gateway\n shell: |\n racadm set iDRAC.IPv4.Address {{ ipmi_ip }}\n racadm set iDRAC.IPv4.Netmask 255.255.255.0\n racadm set i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/kafka_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/kafka_install/tasks/install.yml",
"content": "---\n# tasks file for kafka_install\n- name: unpack the kafka file\n unarchive: src={{ all.pkgs_path }}/{{kafka.version}}.tgz dest={{ kafka.install_path }} copy=yes\n\n- name: create group\n group: name={{item.name}} state=present\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8480,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/kafkamanager_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/kafkamanager_install/vars/main.yml",
"content": "kafka_manager_version: kafka-manager-2.0.0.2\n#可以用kaka的zk也可以不用,且不支持如 2181/kafka_manager的父目录\nzk_addr: 172.24.9.45:2181,172.24.9.46:2181,172.24.9.47:2181\n",
"license_type": "permissive",
"detected_licenses": [
"Apach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1570,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/keepalived_grafana_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/keepalived_grafana_install/tasks/main.yml",
"content": "---\n# tasks file for keepalived_proxy_install\n- name: install\n shell: yum install keepalived -y\n\n- name: add script\n copy: src=\"grafana_server.sh\" dest=\"/etc/keepalived/grafana_server.sh\" owner=root group=root m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/keepalived_mysql_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/keepalived_mysql_install/vars/main.yml",
"content": "# vip1: 172.18.9.199\n#port: 8057\n#master_weight: 100\n#backup_weight: 90\n#ip_list1: [\"172.18.9.52\",\"172.18.9.53\"]\n#e: eth0\n#proxy_style: DR\n#virtual_router_id: 50\n",
"license_type": "permissive",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 959,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/keepalived_proxy_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/keepalived_proxy_install/templates/keepalived_backup_akt.conf .j2",
"content": "! Configuration File for keepalived\n\nglobal_defs {\n notification_email {\n root@localhost \t#收件人的email地址(当keepalived出故障的时候发送给哪些用户,可以指定多个)\n }\n notification_email_from <... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3283,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/logstash_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/logstash_install/tasks/main.yml",
"content": "---\n# tasks file for es_master_install\n- name: unpack the logstash file\n unarchive: src=/opt/software_package/componet/{{logstash_version}}.tar.gz dest=/opt copy=yes\n- name: user check\n shell: cat /etc/passwd\n register: info... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2366,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/logstash_syslog_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/logstash_syslog_install/vars/main.yml",
"content": "http_port: 9600\nlogstash_version: logstash-6.7.2\npath_data: '/data1/logstash'\nsyslog_port: 7777\nsyslog_bootstrap_servers: \"172.24.9.50:9092,172.24.9.56:9092\"\nsyslog_topic_id: \"K19-BIGSCREEN-ATTACK-CONV-LOG\"\nXms_memery... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2512,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/lvs_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/lvs_install/templates/lvs_RIP.sh",
"content": "#!/bin/sh\n#Author:jianlong.zhang\n#Date:2018-09-16\n###########################################################\n#1、此脚本开启真正服务器上的IP\n#2、需要传一个参数{start|stop|restart|status}\n#3、注意VIP地址的正确性\n############################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2880,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/mysql57_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/mysql57_install/tasks/main.yml",
"content": "---\n# tasks file for mysql_install\n- name: unpack the MySQL file\n unarchive: src=/opt/software_package/componet/mysql-5.7.20-linux-glibc2.12-x86_64.tar.gz dest=/usr/local copy=yes\n#- name: mysql user check\n# shell: cat /etc/pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 21641,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/mysql_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/mysql_install/templates/my_bak.cnf",
"content": "[mysqld_safe]\n\n[client]\nport = 3306\nsocket = /tmp/mysql.sock\ndefault-character-set = utf8\n\n[mysqld]\nuser = mysql\nport = 3306\nbasedir = /usr/local/mysql\ndatadir = {{data_dir}}\nsocket = /tmp/mysql.sock\nserver-id = {{se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3978,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/mysql_msmode_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/mysql_msmode_install/tasks/main.yml",
"content": "---\n# tasks file for mysql_install\n- name: unpack the MySQL file\n unarchive: src=\"{{ all.pkgs_path }}/mysql-5.6.39-linux-glibc2.12-x86_64.tar.gz\" dest=/usr/local copy=yes\n\n- name: create group\n group: name=mysql state=p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5810,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/mysql_set_slave | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/mysql_set_slave/tasks/main.yml",
"content": "- name: get master file and position \n mysql_replication:\n login_host: \"{{ groups.mysql_hosts[0] }}\"\n login_user: \"root\"\n login_password: \"<PASSWORD>\" \n mode: getmaster\n register: log_file_pos\n when: invent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1022,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/neo4j_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/neo4j_install/tasks/main.yml",
"content": "---\n# tasks file for neo4j_install\n- name: unpack the Neo4j file\n unarchive: src=/opt/software_package/componet/neo4j-community-3.4.9-unix.tar.gz dest=/opt copy=yes\n- name: create soft link\n file: path=/opt/neo4j state=link src=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3638,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/nginx_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/nginx_install/vars/main.yml",
"content": "#which_conf: _app\n#which_conf: _oss\nck_log_dir: /data1/nginx_log\nssh_port: 3222\nlisten_port: 4321",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 97
},
{
"path": "ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/npm_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/npm_install/tasks/main.yml",
"content": "---\n# tasks file for npm_install\n- name: unpack the node file\n unarchive: src=/opt/software_package/componet/node-v8.11.2.tar.gz dest=/opt/ copy=yes\n- name: install config file\n copy: src=node.sh dest=/etc/profile.d/\n- name: link\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 704,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/oss_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/oss_install/tasks/main.yml",
"content": "---\n# tasks file for oss_install\n- name: unpack the oss file\n unarchive: \n src: \"{{all.pkgs_path}}/tomcat-oss.tar.gz\"\n dest: /opt/ \n copy: yes \n owner: k19 \n group: k19\n\n- name: copy .s3cmd script to remote\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8728,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/pm2_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/pm2_install/tasks/main.yml",
"content": "---\n# tasks file for pm2_install\n- name: unpack the pm2 file\n unarchive: src=/opt/software_package/componet/pm2.tar.gz dest=/opt/node/lib/node_modules copy=yes\n\n- name: use pm2\n shell: ln -s /opt/node-v8.11.2/lib/node_modules/pm2/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/postgresql_ha_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/postgresql_ha_install/templates/create_user_change_password.sql",
"content": "ALTER USER postgres WITH PASSWORD '{{<PASSWORD>}}';\nCREATE ROLE {{replication_user}} login replication encrypted password '{{replication_<PASSWORD>}}';",
"license_type": "permissive",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6351,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/postgresql_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/postgresql_install/vars/main.yml",
"content": "postgresql_version: postgresql-9.6.3\npostgresql_install_path: /data1/postgresql\ndata_path: /data1/postgresql/data\nimport_path: /data1/neo4j/import",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 838,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/prometheus_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/prometheus_install/templates/prometheus_astana.yml.j2",
"content": "# my global config\n# my global config\nglobal:\n scrape_interval: 30s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11376,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/redis_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/redis_install/vars/main.yml",
"content": "redis_version: redis-5.0.2\nredis1: 10.4.73.19\nredis2: 10.4.73.20\nredis3: 10.4.73.21\nredis_master: 10.4.73.19\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 109
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2120,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/sftp_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/sftp_install/vars/main.yml",
"content": "password: '<PASSWORD>'\n#接收dm数据的时候要和logstash监控的目录一致\nuserdir: /data1/sftp/\nupload_dir: allot\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 91
},
{
"path": "ansible_1.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1078,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/tabix_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/tabix_install/vars/main.yml",
"content": "#nginx proxy location\nnginx_tabixDir: /opt/application/k18web/\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 63
},
{
"path": "ansible_1.2/roles/tabix_install/tasks/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 334,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/zabbix-agent_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/zabbix-agent_install/tasks/main.yml",
"content": "#- include: remove.yml\n- include: install.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 46
},
{
"path": "ansible_1.2/roles/zabbix-agent_install/tasks/ins... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2151,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/zabbix-proxy_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/zabbix-proxy_install/tasks/optimize_mysql.yml",
"content": "- name: copy partitiontables file\n copy: \n src: \"{{item.key}}\"\n dest: \"{{item.value}}\"\n mode: 0755\n with_dict:\n - {\"optimize_mysql.sh\": \"/etc/zabbix/scripts/\"}\n\n- name: scp optimition files... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3737,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/zabbix-server_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/zabbix-server_install/tasks/main.yml",
"content": "- include: zabbix_server.yml\n- include: zabbix_agent.yml\n- include: optimize_mysql.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 87
},
{
"path": "ansib... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4277,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_1.2/roles/zookeeper_install | 323 | [
"permissive"
] | [
{
"path": "ansible_1.2/roles/zookeeper_install/tasks/main.yml",
"content": "---\n# tasks file for zookeeper_install\n- name: unpack the zookeeper file\n unarchive: src={{ all.pkgs_path }}/zookeeper-3.4.6.tar.gz dest=/opt/ copy=yes\n\n- name: unpack the zookeeper_exporter file\n unarchive: src={{ all.pkgs_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1624,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/ambariagent | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/ambariagent/tasks/main.yml",
"content": "# tasks file for ambari_install\n- name: install ambari-agent\n shell: yum install ambari-agent -y\n- name: config ambari-agent and start\n shell: |\n sed -i 's/^hostname=.*/hostname={{ambariagent.ambari_server}}/' /etc/ambari-agent/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1670,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/flink | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/flink/tasks/main.yml",
"content": "- name: unpack the flink file\n unarchive: src={{all.files}}/{{flink.file}} dest={{flink.dir}} copy=yes\n- name: create soft link\n file: path={{flink.dir}}/flink state=link src={{flink.dir}}/{{flink.version}}\n- name: config flink-conf maste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1180,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/hostname | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/hostname/tasks/main.yml",
"content": "---\n# tasks file for change hostname\n\n- name: change host name\n shell: echo {{host_name}} > /etc/hostname\n- name:\n shell: hostnamectl set-hostname {{host_name}}\n",
"license_type": "permissive",
"detected_licenses": [
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/jdk | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/jdk/vars/main.yml",
"content": "---\n# vars file for java_install\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 33
},
{
"path": "ansible_2.1/roles/jdk/templates/java.sh",
"content": "export JAVA_HOME={{jd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 626,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/kafka | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/kafka/tasks/main.yml",
"content": "---\n# tasks file for kafka_install\n- name: unpack the kafka file\n unarchive: src={{all.files}}/{{kafka.file}} dest={{kafka.dir}}/ copy=yes\n- name: kafka user check\n shell: cat /etc/passwd\n register: info\n- name: user delete\n shell: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1612,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/kafkamanager | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/kafkamanager/tasks/main.yml",
"content": "---\n# tasks file for kafkamanager_install\n- name: scp the file\n unarchive: src={{all.files}}/{{kafkamanager.file}} dest={{kafkamanager.dir}}/ copy=yes\n- name: create soft link\n file: path={{kafkamanager.dir}}/kafka-manager state=l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1189,
"all_permissive": true
} |
ansible_role | windgeek/ansible | 8d97eb6c644a95186055bcfa806724dd30d56a3f | 0 | ansible_2.1/roles/mariadb | 323 | [
"permissive"
] | [
{
"path": "ansible_2.1/roles/mariadb/tasks/main.yml",
"content": "---\n\n- name: unpack the mariadb file\n unarchive: src={{all.files}}/{{mariadb.file}} dest={{mariadb.dir}} copy=yes\n- name: mysql user check\n shell: cat /etc/passwd\n register: info\n- name: user delete\n shell: userdel -rf mysql && rm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3537,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.