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
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/ipset_update_vp_wechat_pay
1,359
[ "no_license" ]
[ { "path": "playbook/roles/ipset_update_vp_wechat_pay/tasks/main.yml", "content": "---\r\n- name: ipset installed or not\r\n command: /usr/sbin/service ipset status\r\n register: ipset_result\r\n ignore_errors: yes\r\n\r\n- name: ipset installed or not\r\n yum: name={{ item }} state=present\r\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/ipset_update_web
1,359
[ "no_license" ]
[ { "path": "playbook/roles/ipset_update_web/tasks/main.yml", "content": "---\r\n- name: statement v_date\r\n command: date +%y%m%d%H%M%S\r\n register: v_date\r\n\r\n- name: Backup ipset\r\n command: cp /etc/sysconfig/ipset /tmp/ipset_{{ v_date.stdout }}\r\n ignore_errors: yes\r\n \r\n- name: ipset insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1615, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/ipset_update_weboffice_cdn
1,359
[ "no_license" ]
[ { "path": "playbook/roles/ipset_update_weboffice_cdn/tasks/main.yml", "content": "---\r\n- name: ipset installed or not\r\n command: /usr/sbin/service ipset status\r\n register: ipset_result\r\n ignore_errors: yes\r\n\r\n- name: ipset installed or not\r\n yum: name={{ item }} state=present\r\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/jdk7u79_install
1,359
[ "no_license" ]
[ { "path": "playbook/roles/jdk7u79_install/vars/main.yml", "content": "---\r\nJAVA_HOME: /usr/java/jdk1.7.0_79\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "playbook/roles/jdk7u79_install/tasks/main.yml", "content": "---\r\n- command: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1059, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/jenkins-update-toggle
1,359
[ "no_license" ]
[ { "path": "playbook/roles/jenkins-update-toggle/tasks/main.yml", "content": "---\r\n- name: the toggle of jenkins update\r\n command: \"/usr/bin/chattr -R {{ chattr_arg }} {{ project_base }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/log_rotate_multiple
1,359
[ "no_license" ]
[ { "path": "playbook/roles/log_rotate_multiple/tasks/main.yml", "content": "---\r\n- name: copy log_rotate.sh\r\n template:\r\n src: log_rotate.sh.j2\r\n dest: /home/gsmcupdate/log_rotate.sh\r\n owner: gsmcupdate\r\n group: gsmcupdate\r\n\r\n- name: create log rotate task\r\n cron:\r\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/nginx_conf_sync_app
1,359
[ "no_license" ]
[ { "path": "playbook/roles/nginx_conf_sync_app/tasks/main.yml", "content": "---\r\n- name: sync nginx crt\r\n unarchive:\r\n src: \"{{ brand }}_crt.zip\"\r\n dest: \"{{ nginx_base }}/conf/crt\"\r\n owner: www\r\n group: www\r\n\r\n- name: sync nginx vhost\r\n unarchive:\r\n src: \"{{ brand }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/nginx_conf_web_git_init
1,359
[ "no_license" ]
[ { "path": "playbook/roles/nginx_conf_web_git_init/tasks/main.yml", "content": "---\r\n- name: install git \r\n yum: \r\n name: git\r\n state: present\r\n\r\n- name: copy shell script\r\n copy:\r\n src: \"{{ item }}\"\r\n dest: /home/deploy\r\n with_items:\r\n - web_nginx_init.sh\r\n \r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1448, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/nginx_conf_web_git_sync
1,359
[ "no_license" ]
[ { "path": "playbook/roles/nginx_conf_web_git_sync/tasks/main.yml", "content": "---\r\n\r\n- name: statement v_date\r\n command: date +%y%m%d%H%M%S\r\n register: v_date\r\n \r\n- name: mv vhost vhost_bak\r\n command: \\mv -b {{ nginx_base }}/conf/vhost /home/bak/vhost_{{ v_date.stdout }}\r\n \r\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1279, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/nginx_install
1,359
[ "no_license" ]
[ { "path": "playbook/roles/nginx_install/tasks/main.yml", "content": "---\r\n- name: copy nginx files\r\n copy:\r\n src: \"{{ item }}\"\r\n dest: /usr/local/src\r\n mode: 0644\r\n with_items:\r\n - nginx_install.sh\r\n - nginx-1.12.1.tar.gz\r\n\r\n- name: execute nginx_install.sh(the script ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2020, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/nginx_update
1,359
[ "no_license" ]
[ { "path": "playbook/roles/nginx_update/files/nginx.sh.j2", "content": "rm -fr /usr/local/src/nginx-1.12.1*\r\ncd /usr/local/src/\r\nwget http://192.168.127.12:998/nginx-1.12.1.tar.gz\r\ntar -zxvf nginx-1.12.1.tar.gz\r\ncd /usr/local/src/nginx-1.12.1\r\n./configure --user=www --group=www --prefix=/usr/local/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/ping
1,359
[ "no_license" ]
[ { "path": "playbook/roles/ping/tasks/main.yml", "content": "---\r\n- name: ping test\r\n ping: \r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 34, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/point_midd_e68_restart_tomcat_daemon
1,359
[ "no_license" ]
[ { "path": "playbook/roles/point_midd_e68_restart_tomcat_daemon/tasks/main.yml", "content": "---\r\n- name: restart service , in all cases, also issue daemon-reload to pick up config changes\r\n systemd:\r\n name: \"{{ item }}\"\r\n state: restarted\r\n enabled: yes\r\n daemon_reload: yes\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/redis_session_config
1,359
[ "no_license" ]
[ { "path": "playbook/roles/redis_session_config/tasks/main.yml", "content": "---\r\n- name: copy redis session config file <context.xml> to \"{{ host }}\"\r\n template:\r\n src: context.xml\r\n dest: \"{{ item }}/conf/context.xml\"\r\n with_items: \"{{ CATALINA_HOME }}\"\r\n ignore_errors: true\r\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/restart_crm_nginx
1,359
[ "no_license" ]
[ { "path": "playbook/roles/restart_crm_nginx/tasks/main.yml", "content": "---\r\n- name: restart_nginx\r\n command: sh /home/docker-data/restart_crm_nginx.sh\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "playbook/roles/restart_crm_nginx/files...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 308, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/restart_crm_server
1,359
[ "no_license" ]
[ { "path": "playbook/roles/restart_crm_server/tasks/main.yml", "content": "---\r\n- name: restart_crm_server\r\n command: sh /home/docker-data/restart_crm_server.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/restart_tomcat
1,359
[ "no_license" ]
[ { "path": "playbook/roles/restart_tomcat/tasks/main.yml", "content": "---\r\n#- name: copy tomcat management script template part to \"{{ host }}\"\r\n# template: src=tomcat-initd-template.sh dest=/etc/init.d/{{ initd_file }} mode=755\r\n# register: conf_changed\r\n#\r\n#- name: copy tomcat management scr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1149, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/restart_tomcat_daemon
1,359
[ "no_license" ]
[ { "path": "playbook/roles/restart_tomcat_daemon/tasks/main.yml", "content": "---\r\n- name: yum install essential packages, if not, copy module will not work\r\n yum: name={{ item }} state=absent\r\n with_items:\r\n - epel-release\r\n - libselinux-python\r\n\r\n- name: copy tomcat management script ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/restart_tomcat_old
1,359
[ "no_license" ]
[ { "path": "playbook/roles/restart_tomcat_old/tasks/main.yml", "content": "---\r\n- name: get \"{{ host }}\" old pid\r\n shell: /etc/init.d/{{ initd_file_old }} statues\r\n register: old\r\n\r\n- name: restart \"{{ host }}\" tomcat\r\n# become: yes\r\n service: name={{ initd_file_old }} state=restarted\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/restart_tomcat_pcb
1,359
[ "no_license" ]
[ { "path": "playbook/roles/restart_tomcat_pcb/tasks/main.yml", "content": "---\r\n- name: restart \"{{ host }}\" tomcat \r\n service: name=\"{{ item }}\" state=restarted\r\n with_items: \"{{ brand_pcb }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/restart_tomcat_weboffice
1,359
[ "no_license" ]
[ { "path": "playbook/roles/restart_tomcat_weboffice/tasks/main.yml", "content": "---\r\n#- name: copy tomcat management script template part to \"{{ host }}\"\r\n# template: src=tomcat-initd-template.sh dest=/etc/init.d/{{ initd_file }} mode=755\r\n# register: conf_changed\r\n#\r\n#- name: copy tomcat mana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/rng-tools_install
1,359
[ "no_license" ]
[ { "path": "playbook/roles/rng-tools_install/tasks/main.yml", "content": "--- \r\n- name: copy centos7's rng-tools installation files\r\n copy:\r\n src: rng-tools-5-13.el7.x86_64.rpm\r\n dest: /usr/local/src\r\n when: ansible_distribution == \"CentOS\" and ansible_distribution_major_version == \"7\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/rsync_conf_sync
1,359
[ "no_license" ]
[ { "path": "playbook/roles/rsync_conf_sync/templates/rsyncd.conf.j2", "content": "uid = tomcat\r\ngid = tomcat\r\nuse chroot = no\r\nmax connections = 5\r\npid file = /var/run/rsync.pid\r\nlock file = /var/run/rsync.lock\r\nlog file = /var/log/rsync.log\r\n\r\n[{{ brand }}_{{ service_type }}]\r\npath = {{ pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/service_chkconfig
1,359
[ "no_license" ]
[ { "path": "playbook/roles/service_chkconfig/templates/tomcat-initd-template.sh", "content": "#!/bin/bash\r\n#\r\n# chkconfig: 345 58 59\r\n# description: Starts/Stops Apache Tomcat\r\n. /etc/rc.d/init.d/functions\r\nexport JAVA_HOME=\"/usr/java/jdk1.7.0_79\"\r\n\r\nTOMCAT_USAGE=\"Usage: $0 {\\e[00;32mstart\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1015, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/service_tcp_listen
1,359
[ "no_license" ]
[ { "path": "playbook/roles/service_tcp_listen/files/service_listen.sh", "content": "#!/usr/bin/sh\r\n\r\n#定义过滤关键字(根据需求可调整)\r\nGkey=webservice\r\n\r\n\r\n#日志路径及时间定义\r\nLog=/home/data/tcp_listen\r\nILogs=/home/data/tcp_listen/info.log\r\nELogs=/home/data/tcp_listen/restart.log\r\nTime=`date +\"%F %H:%M:%S\"`\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2718, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tmp
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tmp/tasks/main.yml", "content": "---\r\n- name: chown -R tomcat:tomcat\r\n shell: chmod -R 655 /home/middleservice/redis_midd/webapps/DFH/WEB-INF/classes | chown -R tomcat:tomcat /home/middleservice/redis_midd/webapps/DFH\r\n\r\n#- name: mv /etc/rsyncd.conf.rpmsave /etc/rsyncd.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1119, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_apr_install
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_apr_install/tasks/main.yml", "content": "---\r\n#- name: check centos6's apr install or not\r\n# yum:\r\n# name: \"{{ packages }}\"\r\n# vars:\r\n# packages:\r\n# - apr-1.3.9-5.el6_9.1.x86_64.rpm\r\n# - apr-util-1.3.9-3.el6_0.1.x86_64.rpm\r\n# - tomcat-nativ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2883, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_check
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_check/tasks/main.yml", "content": "---\r\n- name: tomcat version \r\n command: sh \"{{CATALINA_HOME_01}}\"/bin/version.sh\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_clear_cache
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_clear_cache/tasks/main.yml", "content": "---\r\n\r\n- name: create /home/bak/work folder\r\n file:\r\n path: /home/bak/work\r\n state: directory\r\n mode: 0755\r\n \r\n\r\n- name: clear the content of ${CATALINA.HOME}/work\r\n command: \"/bin/mv {{ item }}/work...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_daemon_setup
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_daemon_setup/templates/tomcat-jdk7u79.sh", "content": "#!/bin/bash\r\n# chkconfig: 2345 60 80\r\n# description: script for tomcat start\r\n\r\nCATALINA_HOMES=({% for host in CATALINA_HOME %} {{ host }} {% endfor %})\r\nTOMCAT_USER=tomcat\r\nJAVA_HOME=/usr/java/jdk1.7.0_79\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1802, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_midd_install
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_midd_install/tasks/main.yml", "content": "---\r\n- name: VEREY INPORTANT !!! - avoid overwriting, \"{{ APP_HOME }}\" MUST be not exist.\r\n command: \"/bin/ls {{ APP_HOME }}\"\r\n register: app_check_result\r\n ignore_errors: True\r\n\r\n- name: create dir \"{{ APP_HOME }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1724, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_web_conf_sync
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_web_conf_sync/tasks/main.yml", "content": "---\r\n- name: web conf sync\r\n template:\r\n src: \"{{ item }}\"\r\n dest: \"{{ project_base }}/WEB-INF/classes/\"\r\n with_items:\r\n - config.properties\r\n - init.properties\r\n - log4j.properties\r\n - osca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_web_daemon_script_update
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_web_daemon_script_update/vars/main.yml", "content": "---\r\nWEB_HOME: /home/webserver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "playbook/roles/tomcat_web_daemon_script_update/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/tomcat_web_install
1,359
[ "no_license" ]
[ { "path": "playbook/roles/tomcat_web_install/tasks/main.yml", "content": "---\r\n- name: VEREY INPORTANT !!! - avoid overwriting, \"{{ WEB_HOME }}\" MUST be not exist.\r\n command: \"/bin/ls {{ WEB_HOME }}\"\r\n register: web_check_result\r\n ignore_errors: True\r\n\r\n- name: create dir \"{{ WEB_HOME }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1769, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/update_jdk_payhub
1,359
[ "no_license" ]
[ { "path": "playbook/roles/update_jdk_payhub/tasks/main.yml", "content": "---\r\n- name: create dir home/back\r\n file:\r\n path: \"/home/{{ item }}\"\r\n state: directory\r\n with_items:\r\n - back\r\n\r\n- name: copy 365payhub to /home/back\r\n copy: \r\n src: 365payhub.cer\r\n dest: /ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
dante19891001/playbook
47b076d6de6b8cee1a6285e79570c4a23281847a
0
playbook/roles/zabbix_confd
1,359
[ "no_license" ]
[ { "path": "playbook/roles/zabbix_confd/tasks/main.yml", "content": "---\r\n- name: copy confd to webserver\r\n copy: \r\n src: confd\r\n dest: /usr/local/zabbix/etc/zabbix_agentd.conf.d/\r\n\r\n- name: zabbix is restart\r\n shell: /etc/init.d/zabbix_agentd restart \r\n \r\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
hsahota93/k3s-ansible
a2ae351ea871aa21ad913866adb39b0265d6b303
0
roles/k3s_custom_registries
1,359
[ "no_license" ]
[ { "path": "roles/k3s_custom_registries/tasks/main.yml", "content": "---\n- name: Create directory /etc/rancher/k3s\n file:\n path: \"/etc/{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - rancher\n - rancher/k3s\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
hogehoge789/play-book_install
d06be9593210a63c919bc5e9c90b43db3a0090a8
0
roles/yum_install
1,359
[ "no_license" ]
[ { "path": "roles/yum_install/tasks/repo.yml", "content": "---\n- name: Yum update packages\n yum:\n name: \"*\"\n state: latest\n\n- name: EPEL Repository Install\n yum:\n name: epel-release\n state: present \n\n- name: K8S Repository Install\n yum_repository:\n name: kubernetes\n des...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1143, "all_permissive": false }
ansible_role
hamidbong/ansible-loadbalancer
0cce2549bf5fbead5bdc5d0a68eea865e805d2d1
0
roles/dns
1,359
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "# roles/dns/tasks/main.yml\n- name: Mettre à jour l'index des paquets\n apt:\n update_cache: yes\n\n#- name: Mettre à jour tous les paquets installés\n# apt:\n# upgrade: dist\n# update_cache: yes\n\n- name: Installer Bind9\n apt:\n name: bind9...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 852, "all_permissive": false }
ansible_role
hamidbong/ansible-loadbalancer
0cce2549bf5fbead5bdc5d0a68eea865e805d2d1
0
roles/loadbalancer
1,359
[ "no_license" ]
[ { "path": "roles/loadbalancer/templates/nginx.conf", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\nerror_log /var/log/nginx/error.log;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n\tworker_connections 768;\n\t# multi_accept on;\n}\n\n# /etc/nginx/nginx.conf\nhttp {\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2730, "all_permissive": false }
ansible_role
hamidbong/ansible-loadbalancer
0cce2549bf5fbead5bdc5d0a68eea865e805d2d1
0
roles/webserver
1,359
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Mettre à jour l'index des paquets\n apt:\n update_cache: yes\n\n#- name: Mettre à jour tous les paquets installés\n# apt:\n# upgrade: dist\n# update_cache: yes\n\n- name: install nginx and\n apt:\n name: nginx\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1733, "all_permissive": false }
ansible_role
Skuratau/prometheus-ansible
936f911fe39f3d5f8d78ae0b555321e687bb20e2
0
roles/docker-install
1,359
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/debian.yml", "content": "- name: Debian | Remove old Docker packages\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine\n\n- name: Debian | Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1999, "all_permissive": false }
ansible_role
Skuratau/prometheus-ansible
936f911fe39f3d5f8d78ae0b555321e687bb20e2
0
roles/prometheus-jmx
1,359
[ "no_license" ]
[ { "path": "roles/prometheus-jmx/tasks/main.yml", "content": "- name: Creates prometeus directory\n file: path=/opt/prometheus/jmx-exporter/ state=directory\n\n- name: download jmx-exporter\n get_url:\n url: https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.9/jmx_prometheus_jav...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
Skuratau/prometheus-ansible
936f911fe39f3d5f8d78ae0b555321e687bb20e2
0
roles/prometheus-node
1,359
[ "no_license" ]
[ { "path": "roles/prometheus-node/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=Node Exporter\n\n[Service]\nUser=root\nEnvironmentFile=/opt/prometheus/node_exporter/env\nExecStart=/opt/prometheus/node_exporter/node_exporter-0.14.0.linux-amd64/node_exporter $OPTIONS\n\n[Install]\nWanted...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 46628, "all_permissive": false }
ansible_role
Skuratau/prometheus-ansible
936f911fe39f3d5f8d78ae0b555321e687bb20e2
0
roles/prometheus-server
1,359
[ "no_license" ]
[ { "path": "roles/prometheus-server/defaults/main.yml", "content": "---\ngrafana_creds:\n login: admin\n pass: <PASSWORD>\n url: localhost:3000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/prometheus-server/templates/base_dashboard.j2"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4704, "all_permissive": false }
ansible_role
D4ryl00/go-dev-system
c2258d7172f6c7529c305b9f3350b289d723ad49
0
roles/common
1,359
[ "no_license" ]
[ { "path": "roles/common/files/.bash_profile", "content": "#\n# ~/.bash_profile\n#\n\n[[ -f ~/.bashrc ]] && . ~/.bashrc\n\n# Golang\nexport GOPATH=$HOME/go\nPATH=$PATH:/usr/lib/go-1.14/bin:$GOPATH/bin\n\n# tmux auto attach\nif [ -z \"$TMUX\" ]; then\n\t tmux attach -t default || tmux new -s default\nfi\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 987, "all_permissive": false }
ansible_role
D4ryl00/go-dev-system
c2258d7172f6c7529c305b9f3350b289d723ad49
0
roles/golang
1,359
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n- name: Install golang\n apt:\n name: golang-1.14\n state: latest\n become: yes\n\n- name: Install Delve debugger\n command: /usr/lib/go-1.14/bin/go get github.com/go-delve/delve/cmd/dlv\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
D4ryl00/go-dev-system
c2258d7172f6c7529c305b9f3350b289d723ad49
0
roles/vim
1,359
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Install vim\n apt:\n name: vim\n state: latest\n become: yes\n\n- name: create vim directory\n file:\n path: ~/.vim\n state: directory\n\n- name: copy .vimrc\n copy: src=.vimrc dest=~/.vimrc\n\n- name: \"install vim plugin: vim-g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1019, "all_permissive": false }
ansible_role
sai-lab/iac-workshop
df571319319238ab84454e9578f73d284da4fca4
1
playbook/roles/apache
1,359
[ "no_license" ]
[ { "path": "playbook/roles/apache/tasks/main.yml", "content": "---\r\n- name: Install apache\r\n apt:\r\n name: apache2\r\n state: latest\r\n update_cache: yes\r\n\r\n- name: a2dismod mpm_event\r\n shell: a2dismod mpm_event\r\n\r\n- name: a2enmod mpm_prefork\r\n shell: a2enmod mpm_prefork\r\n\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1909, "all_permissive": false }
ansible_role
sai-lab/iac-workshop
df571319319238ab84454e9578f73d284da4fca4
1
playbook/roles/docker
1,359
[ "no_license" ]
[ { "path": "playbook/roles/docker/tasks/main.yaml", "content": "---\n- name: Install tools\n apt:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1195, "all_permissive": false }
ansible_role
sai-lab/iac-workshop
df571319319238ab84454e9578f73d284da4fca4
1
playbook/roles/dokuwiki
1,359
[ "no_license" ]
[ { "path": "playbook/roles/dokuwiki/tasks/main.yml", "content": "---\n- name: Unarchive tar.gz\n ansible.builtin.unarchive:\n src: \"{{ dokuwiki_url }}\"\n dest: /tmp\n remote_src: yes\n\n- name: Copy dokuwiki into /var/www\n copy:\n src: \"/tmp/dokuwiki-{{ dokuwiki_version }}/\"\n dest: /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
sai-lab/iac-workshop
df571319319238ab84454e9578f73d284da4fca4
1
playbook/roles/php
1,359
[ "no_license" ]
[ { "path": "playbook/roles/php/tasks/main.yml", "content": "---\n- name: Install php\n apt:\n name: '{{ packages }}'\n state: latest\n update_cache: yes\n vars:\n packages:\n - php\n - libapache2-mod-php\n - php-xml\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
jbuning/ansible_training
55a0678261ae9a0449845b928700f05e3778f9d3
0
roles/flask_web
1,359
[ "no_license" ]
[ { "path": "roles/flask_web/tasks/main.yml", "content": "---\n# tasks file for flask_web\n - name: Install Python Flask dependencies\n pip:\n name: \"{{ item }}\"\n state: present\n environment: \"{{proxy_env}}\"\n with_items:\n - flask\n - flask-mysql\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
jbuning/ansible_training
55a0678261ae9a0449845b928700f05e3778f9d3
0
roles/mysql_db
1,359
[ "no_license" ]
[ { "path": "roles/mysql_db/handlers/main.yml", "content": "---\n# handlers file for mysql_db\n - name: start mysql\n service:\n name: mysql\n state: started\n enabled: yes\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 781, "all_permissive": false }
ansible_role
jbuning/ansible_training
55a0678261ae9a0449845b928700f05e3778f9d3
0
roles/python
1,359
[ "no_license" ]
[ { "path": "roles/python/vars/main.yml", "content": "---\nproxy_env:\n http_proxy: http://10.158.17.67:8080\n https_proxy: http://10.158.17.67:8080\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/python/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
bracketttc/kube-setup
a610fad2e715518ddcb847c3305a111fd7620815
0
roles/kube
1,359
[ "no_license" ]
[ { "path": "roles/kube/tasks/helm.yml", "content": "---\n- name: Download Helm\n get_url:\n url: https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz\n dest: '/tmp'\n\n- name: Install Helm\n become: yes\n unarchive:\n src: '/tmp/helm-v3.2.1-linux-amd64.tar.gz'\n dest: /usr/local/bin\n extra_o...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7187, "all_permissive": false }
ansible_role
sidhant7510/ansible-project
d312a30565f3b4095bc43b3529d3a983cfa37ed4
0
roles/nginx
1,359
[ "no_license" ]
[ { "path": "roles/nginx/test.yml", "content": "\n- name: Configure web servers\n hosts: webservers\n become: yes\n gather_facts: yes\n\n tasks:\n - name: Create devops user\n user:\n name: devops\n groups: sudo\n append: yes\n shell: /bin/bash\n tags: \n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1555, "all_permissive": false }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/avd/roles/cvp_configlet_upload
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/avd/roles/cvp_configlet_upload/tasks/cv_collection_v3.yml", "content": "# Copyright (c) 2023 Arista Networks, Inc.\n# Use of this source code is governed by the Apache License 2.0\n# that can be found in the LICENSE file.\n- name: \"Create configlets on CVP {{ inventory...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2470, "all_permissive": true }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/avd/roles/dhcp_provisioner
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/avd/roles/dhcp_provisioner/templates/ztp_configuration.j2", "content": "{#\n Copyright (c) 2023 Arista Networks, Inc.\n Use of this source code is governed by the Apache License 2.0\n that can be found in the LICENSE file.\n#}\n{# HEADER -- LOGIC implementation #}\n{% s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4729, "all_permissive": true }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/avd/roles/eos_config_deploy_cvp
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/avd/roles/eos_config_deploy_cvp/tasks/main.yml", "content": "# Copyright (c) 2023 Arista Networks, Inc.\n# Use of this source code is governed by the Apache License 2.0\n# that can be found in the LICENSE file.\n---\n- name: Create required output directories if not pre...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2699, "all_permissive": true }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/avd/roles/eos_config_deploy_eapi
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/avd/roles/eos_config_deploy_eapi/tasks/main.yml", "content": "# Copyright (c) 2023 Arista Networks, Inc.\n# Use of this source code is governed by the Apache License 2.0\n# that can be found in the LICENSE file.\n---\n- name: Verify Requirements\n tags: [always, avd_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1754, "all_permissive": true }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/avd/roles/eos_snapshot
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/avd/roles/eos_snapshot/tasks/markdown.yml", "content": "# Copyright (c) 2023 Arista Networks, Inc.\n# Use of this source code is governed by the Apache License 2.0\n# that can be found in the LICENSE file.\n- name: Create md_fragments directory for each EOS device\n de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3981, "all_permissive": true }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/avd/roles/eos_validate_state
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/avd/roles/eos_validate_state/python_modules/tests/avdtestsecurity.py", "content": "# Copyright (c) 2023 Arista Networks, Inc.\n# Use of this source code is governed by the Apache License 2.0\n# that can be found in the LICENSE file.\nfrom __future__ import annotations\n...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 27, "total_bytes": 69729, "all_permissive": true }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/cvp/roles/configlets_sync
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/cvp/roles/configlets_sync/tasks/sync.yml", "content": "# Copyright (c) 2023 <NAME>, Inc.\n# Use of this source code is governed by the Apache License 2.0\n# that can be found in the LICENSE file.\n# Run everything if user set action=sync\n- name: 'Run init phase'\n inc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1506, "all_permissive": true }
ansible_role
thomas-rotszyld/avd-arista-poc
1ba295e85b99cceeb41d5a4f40becf5d21e44854
0
ansible_collections/arista/cvp/roles/dhcp_configuration
1,359
[ "permissive" ]
[ { "path": "ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/main.yml", "content": "# Copyright (c) 2023 Arista Networks, Inc.\n# Use of this source code is governed by the Apache License 2.0\n# that can be found in the LICENSE file.\n---\n# tasks file for ztp-setup\n# If mode=online launch serv...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1073, "all_permissive": true }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/auto-mount-volumes
1,459
[ "no_license" ]
[ { "path": "ansible/roles/auto-mount-volumes/tasks/main.yml", "content": "---\n\n- name: 'mount point directory created'\n file:\n path: '/media/volume'\n state: directory\n\n- name: 'mount points created'\n file:\n path: '/media/volume/{{ item }}'\n state: directory\n loop: '{{ vols }}'\n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1212, "all_permissive": false }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/base-setup
1,459
[ "no_license" ]
[ { "path": "ansible/roles/base-setup/tasks/centos.yml", "content": "---\n\n- name: 'packages installed'\n yum:\n name:\n - 'epel-release'\n - 'haveged'\n state: 'present'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansible/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 944, "all_permissive": false }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/cloud-init-tweaks
1,459
[ "no_license" ]
[ { "path": "ansible/roles/cloud-init-tweaks/tasks/main.yml", "content": "---\n\n# https://bugs.launchpad.net/cloud-init/+bug/1541196\n\n- name: 'systemd unit file templated for cloud-init log file permissions control'\n template:\n src: 'cloud-init-log-permissions.service.j2'\n dest: '/etc/systemd/sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/desktop-setup
1,459
[ "no_license" ]
[ { "path": "ansible/roles/desktop-setup/vars/CentOS.yml", "content": "---\n\ndesktop_environment_package_name: '@workstation'\n\ngdm_custom_conf_location: '/etc/gdm/custom.conf'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles/deskto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1952, "all_permissive": false }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/docker
1,459
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/ubuntu.yml", "content": "---\n\n- name: 'Docker and docker-compose installed'\n apt:\n name:\n - 'docker.io'\n - 'docker-compose'\n state: 'present'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "pat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1425, "all_permissive": false }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/guacamole
1,459
[ "no_license" ]
[ { "path": "ansible/roles/guacamole/files/docker-compose.yml", "content": "---\n\nversion: '3.2'\nnetworks:\n exo-guac-net:\n driver: bridge\nservices:\n exo-guac-guacd:\n image: 'guacamole/guacd'\n restart: 'always'\n networks:\n exo-guac-net:\n exo-guac-guacamole:\n image: 'guacamole...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1758, "all_permissive": false }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/password
1,459
[ "no_license" ]
[ { "path": "ansible/roles/password/tasks/main.yml", "content": "---\n\n- name: 'list of words copied into place'\n copy:\n src: 'words'\n dest: '/opt/words'\n\n- name: 'password generated'\n shell: \"cat /opt/words | shuf --random-source=/dev/urandom --head-count 11 | paste --delimiters=' ' --serial ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
c-mart/exosphere
4143f38be2b1654fa22901bab1fb71abffd0c9b9
0
ansible/roles/vnc-server
1,459
[ "no_license" ]
[ { "path": "ansible/roles/vnc-server/templates/vncserver@.service.j2", "content": "[Unit]\nDescription=TigerVNC Server\nAfter=syslog.target network.target\n\n[Service]\nType=simple\nUser={{ vnc_server_user }}\nPAMName=login\nPIDFile=/home/%u/.vnc/%H%i.pid\nExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill :%...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3067, "all_permissive": false }
ansible_role
simhead/supabase
8bedb905f345a7f21a871f6fe56c2d5e8d296a64
0
supabase/iac/roles/oci_cleanup
1,459
[ "permissive" ]
[ { "path": "supabase/iac/roles/oci_cleanup/tasks/main.yaml", "content": "- name: List log_analytics_entities\n oracle.oci.oci_log_analytics_entity_facts:\n namespace_name: \"{{namespace}}\"\n compartment_id: \"{{compartment_id}}\"\n register: log_analytics_entities_list_result\n\n- name: Delete log_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1284, "all_permissive": true }
ansible_role
simhead/supabase
8bedb905f345a7f21a871f6fe56c2d5e8d296a64
0
supabase/iac/roles/supabase_deploy
1,459
[ "permissive" ]
[ { "path": "supabase/iac/roles/supabase_deploy/templates/generate_jwt_keys.j2", "content": "#!/bin/bash\n\n# Construct the header\njwt_header=$(echo -n '{\"alg\":\"HS256\",\"typ\":\"JWT\"}' | base64 | sed s/\\+/-/g | sed 's/\\//_/g' | sed -E s/=+$//)\n\n# Construct iat and exp, iat use current time and exp f...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 23300, "all_permissive": true }
ansible_role
simhead/supabase
8bedb905f345a7f21a871f6fe56c2d5e8d296a64
0
supabase/iac/roles/supabase_undeploy
1,459
[ "permissive" ]
[ { "path": "supabase/iac/roles/supabase_undeploy/tasks/main.yaml", "content": "- include_tasks: uninstall_supabase.yaml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 40 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 40, "all_permissive": true }
ansible_role
georgypv/terraform-ansible-clickhouse-cluster-deploy
ac44fcdb70dc1e57a1a2ff71e75cf6489765c5d4
0
ansible/roles/clickhouse
1,459
[ "no_license" ]
[ { "path": "ansible/roles/clickhouse/handlers/main.yml", "content": "---\n- name: Enable ClickHouse\n systemd:\n name: clickhouse-server\n enabled: yes\n state: started\n daemon_reload: yes\n\n- name: Restart ClickHouse\n systemd:\n name: clickhouse-server\n state: restarted\n", "lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3437, "all_permissive": false }
ansible_role
georgypv/terraform-ansible-clickhouse-cluster-deploy
ac44fcdb70dc1e57a1a2ff71e75cf6489765c5d4
0
ansible/roles/zookeeper
1,459
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/java.yaml", "content": "---\n- name: install java 8\n apt:\n name: openjdk-8-jre-headless\n state: present\n force: yes\n update_cache: yes\n become: true\n\n- name: add JAVA_HOME path\n become: true\n lineinfile:\n path: /etc/environment\n rege...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1699, "all_permissive": false }
ansible_role
TrafeX/cimonitor
9b7717926e07475414887ac02e1efa5a6bf5945c
12
ansible/roles/server
1,459
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n\n- name: Install System Packages\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n\n- name: Install Extra Packages\n apt: pkg={{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
adrianlzt/ansible-config-puppet-monitoring
58f9c1e8a22898722cd982e8efcd6e8e0ae15476
0
roles/configPuppet
1,459
[ "no_license" ]
[ { "path": "roles/configPuppet/templates/project.json.j2", "content": "{\"project\": \"{{ project }}\"}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/configPuppet/templates/environment.json.j2", "content": "{\"env\": \"{{ monitoring_en...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 4724, "all_permissive": false }
ansible_role
kristopherkane/ansible-kafka
ebd36a9084906c92775de2448cb2a608aef12222
0
roles/common
1,459
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Create a ext2 filesystem on /dev/sdb1\n filesystem:\n fstype: xfs\n dev: /dev/sdb1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
simeen/Bootcamp_ULTX
e32bbddb12ae959d37988d1e20bf1872c170a3cc
0
ansible/roles/dockerrun
1,459
[ "no_license" ]
[ { "path": "ansible/roles/dockerrun/tasks/main.yml", "content": "---\n- name: Create a container\n docker_container:\n name: casestudy-spring\n image: \"{{ docker_image }}\"\n ports:\n - \"8080:8090\"\n when:\n - ansible_connection != \"docker\"\n\n- debug: msg=\"http://{{ inventory_hostname...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
simeen/Bootcamp_ULTX
e32bbddb12ae959d37988d1e20bf1872c170a3cc
0
ansible/roles/gcpinstance
1,459
[ "no_license" ]
[ { "path": "ansible/roles/gcpinstance/tasks/create.yml", "content": "---\n- name: create a disk\n gcp_compute_disk:\n name: \"{{ hostname }}-disk\"\n size_gb: 50\n source_image: 'projects/centos-cloud/global/images/centos-7-v20200714'\n zone: \"{{ zone }}\"\n project: \"{{ project_id }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3715, "all_permissive": false }
ansible_role
simeen/Bootcamp_ULTX
e32bbddb12ae959d37988d1e20bf1872c170a3cc
0
ansible_gcp/roles/dockerinstall
1,459
[ "no_license" ]
[ { "path": "ansible_gcp/roles/dockerinstall/defaults/main.yml", "content": "---\n#default variable\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "ansible_gcp/roles/dockerinstall/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1063, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/consul
1,459
[ "no_license" ]
[ { "path": "roles/consul/templates/local.json.j2", "content": "{\n \"datacenter\": \"yandex-cloud\",\n \"data_dir\": \"/consul/data\",\n \"log_level\": \"INFO\",\n \"node_name\": \"{{ ansible_hostname }}\",\n \"server\": true,\n \"watches\": [\n {\n \"type\": \"checks\",\n \"handler\": \"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1007, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/consul_service_registry
1,459
[ "no_license" ]
[ { "path": "roles/consul_service_registry/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - consul_service_registry\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/consul_service_registry/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 751, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/curator
1,459
[ "no_license" ]
[ { "path": "roles/curator/templates/actionfile.yml.j2", "content": "---\n# Remember, leave a key empty if there is no value. None will be a string,\n# not a Python \"NoneType\"\n#\n# Also remember that all examples have 'disable_action' set to True. If you\n# want to use this action as a template, be sure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1254, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/elastic
1,459
[ "no_license" ]
[ { "path": "roles/elastic/tasks/main.yml", "content": "---\n- name: copy pkg\n copy:\n src: elasticsearch_7.10.2_amd64.deb\n dest: /opt/elasticsearch_7.10.2_amd64.deb\n tags:\n - elk_copy\n\n- name: install pkg\n apt:\n deb: /opt/elasticsearch_7.10.2_amd64.deb\n tags:\n - elk_install\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 668, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/fluent-bit
1,459
[ "no_license" ]
[ { "path": "roles/fluent-bit/tasks/main.yml", "content": "---\n\n- name: install fluent-bit\n apt:\n name: fluent-bit\n update_cache: yes\n\n- name: copy config\n template:\n src: fluent-bit.conf.j2\n dest: /etc/fluent-bit/fluent-bit.conf\n\n- name: run service\n systemd:\n state: started\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/grafana
1,459
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: copy config\n template:\n src: grafana.ini.j2\n dest: /opt/grafana.ini\n tags:\n - grafana\n\n- name: docker run\n docker_container:\n image: grafana/grafana-enterprise\n name: grafana\n published_ports:\n - 8000:3...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 572, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/grafana_loki
1,459
[ "no_license" ]
[ { "path": "roles/grafana_loki/tasks/main.yml", "content": "---\n# tasks file for loki\n- name: create dir\n file:\n path: \"{{ item }}\"\n owner: \"{{ grafana_loki_user_id }}\"\n group: \"{{ grafana_loki_user_id }}\"\n state: directory\n loop:\n - \"/etc/loki\"\n - \"{{ grafana_loki_log_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 867, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/kibana
1,459
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: copy config\n template:\n src: kibana.yml.j2\n dest: /opt/kibana.yml\n tags:\n - kibana\n\n- name: docker run\n docker_container:\n image: kibana:7.10.1\n name: kibana\n network_mode: host\n recreate: true\n restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/node_exporter
1,459
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "---\n- name: install\n apt:\n name: prometheus-node-exporter\n update_cache: yes\n\n- name: Run service\n systemd:\n state: started\n daemon_reload: true\n enabled: true\n name: prometheus-node-exporter\n\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/prometheus
1,459
[ "no_license" ]
[ { "path": "roles/prometheus/defaults/main.yml", "content": "---\n# defaults file for prometheus\nprometheus_job_node_name: \"node_exporter\"\nprometheus_node_exporter_vm_service: # IP\nprometheus_node_exporter_vm_prod: # IP\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 550, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/promtail
1,459
[ "no_license" ]
[ { "path": "roles/promtail/tasks/main.yml", "content": "---\n# tasks file for promtail\n- name: create user\n user:\n name: promtail\n system: true\n group: adm\n\n- name: create dir\n file:\n path: /etc/promtail\n state: directory\n owner: promtail\n group: adm\n\n- name: copy config\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1677, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/skillbox01
1,459
[ "no_license" ]
[ { "path": "roles/skillbox01/tasks/main.yml", "content": "---\n# tasks file for skillbox01\n- name: debug\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - /etc/nginx\n - /etc/nginx/conf.d\n - /etc/nginx/sites-enabled\n\n\n- name: copy config\n copy:\n src: \"{{ item.src }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1323, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/sonarqube
1,459
[ "no_license" ]
[ { "path": "roles/sonarqube/tasks/main.yml", "content": "---\n- name: docker run\n docker_container:\n image: sonarqube\n name: sonarqube\n published_ports:\n - 9000:9000\n recreate: true\n restart_policy: always\n tags:\n - sonarqube\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
Kirill-Masukov/Ansible
799d3222d87138bae480899b1463b785f0c187fd
0
roles/victoriametrics
1,459
[ "no_license" ]
[ { "path": "roles/victoriametrics/templates/victoriametrics.yml.j2", "content": "# Sample config for Prometheus.\n\nglobal:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3099, "all_permissive": false }
ansible_role
russelabedin/ansible-automation
f19db31e94c9cff1baa3ff39286e6658ba45b171
0
roles/db_backup_linux
1,459
[ "no_license" ]
[ { "path": "roles/db_backup_linux/tasks/hana.yml", "content": "---\n\n- name: \"Set db log modul\"\n shell: |\n . ~hxeadm/.bash_profile\n /usr/sap/HXE/HDB90/exe/hdbsql -i 90 -d systemdb -u {{ hana_db_admin }} -p \"{{ hana_db_admin_pass }}\" \"ALTER SYSTEM ALTER CONFIGURATION ('global.ini', 'SYSTEM') ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 883, "all_permissive": false }
ansible_role
russelabedin/ansible-automation
f19db31e94c9cff1baa3ff39286e6658ba45b171
0
roles/db_backup_windows
1,459
[ "no_license" ]
[ { "path": "roles/db_backup_windows/tasks/oracle.yml", "content": "---\n - name: Check that temp files from previous run were removed \n win_file:\n path: '{{ item }}'\n state: absent\n with_items:\n - \"{{ temp_backup_path }}\\\\{{ backup_file_name }}.dmp\"\n - \"{{ temp_backup_pa...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5493, "all_permissive": false }