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
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/kuboard
59
[ "no_license" ]
[ { "path": "playbooks/roles/kuboard/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- block:\n - name: download image\n copy: src={{ project_dir }}/packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1601, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/minio-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/minio-cluster/tasks/main.yml", "content": "- name: Create minio group\n group:\n name: \"{{ minio_user }}\"\n state: present\n system: yes\n\n- name: Create minio user\n user:\n name: \"{{ minio_user }}\"\n group: \"{{ minio_user }}\"\n state: present\n crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2263, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/minio-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/minio-single/defaults/main.yml", "content": "# 镜像名称\ncontainer_name: \"minio\"\ncontainer_tag: \"2024\"\ncontainer_file: \"minio_{{ container_tag }}\"\ncontainer_image: \"minio:{{ container_tag }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1535, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/mysql-replication
59
[ "no_license" ]
[ { "path": "playbooks/roles/mysql-replication/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: create data directory\n file:\n path: \"{{ working_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4011, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/mysql-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/mysql-single/templates/docker-compose-mysql.yml.j2", "content": "version: '3.7'\nservices:\n mysql-master:\n image: bitnami/{{ container_image }}\n container_name: {{ container_name }}\n restart: always\n shm_size: 1g\n ports:\n - \"{{ mysql_port }}:3306\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1703, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/n9e
59
[ "no_license" ]
[ { "path": "playbooks/roles/n9e/files/conf/input.rocketmq_offset/rocketmq_offset.toml", "content": "# # collect interval\n# interval = 15\n\n[[instances]]\n# rocketmq_console_ip_port=\n# ignored_topics=[]\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8959, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/n9e-edge
59
[ "no_license" ]
[ { "path": "playbooks/roles/n9e-edge/tasks/n9e-edge.yml", "content": "- name: create working_dir directory\n file:\n path: \"/data/n9e-edge\"\n state: directory\n\n- name: download n9e-edge tag\n unarchive:\n src: \"{{ project_dir }}/packages/binary_tag/monitor/n9e-v7.0-linux-amd64.tar.gz\"\n d...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2169, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/nacos-pg-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/nacos-pg-cluster/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: download image\n copy: src={{ project_dir }}/packages/midd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1720, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/nacos-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/nacos-single/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: download image\n copy: src={{ project_dir }}/packages/middle_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1847, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/patroni
59
[ "no_license" ]
[ { "path": "playbooks/roles/patroni/tasks/main.yml", "content": "- name: Set the hostname\n hostname:\n name: \"{{ hostvars[inventory_hostname].hostname }}\"\n\n- name: Gather IP and Hostname information\n set_fact:\n host_info_list: \"{{ host_info_list | default([]) + [{ 'ip': item, 'hostname': host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5175, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/postgres
59
[ "no_license" ]
[ { "path": "playbooks/roles/postgres/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- block:\n - name: download image\n copy: src={{ project_dir }}/package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1649, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/postgres-ha
59
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-ha/templates/docker-compose-pgpool.yml.j2", "content": "version: '3'\nservices:\n {{ pgpool_container_name }}:\n image: bitnami/{{ pgpool_container_image }}\n container_name: \"{{ pgpool_container_name }}\"\n network_mode: \"bridge\"\n\tshm_size: 1g\n ports:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5274, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/postgres-replication
59
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-replication/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: create data directory\n file:\n path: \"{{ working_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2427, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/postgres-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-single/vars/main.yml", "content": "# 镜像名称\ncontainer_name: \"postgresql\"\ncontainer_tag: \"14.10.0\"\ncontainer_file: \"postgresql_{{ container_tag }}\"\ncontainer_image: \"postgresql:{{ container_tag }}\"\ndocker_network_name: \"pg-tier\"\npull: \"{%- if MID_INSTALL_SOU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3312, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/prepare
59
[ "no_license" ]
[ { "path": "playbooks/roles/prepare/templates/95-sysctl.conf.j2", "content": "\nnet.ipv4.tcp_tw_reuse = 0\nnet.core.somaxconn = 32768\n#net.netfilter.nf_conntrack_max=1000000\nvm.swappiness = 0\nvm.max_map_count=655360\nfs.file-max=6553600\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3652, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/promtail
59
[ "no_license" ]
[ { "path": "playbooks/roles/promtail/templates/promtail.service.j2", "content": "[Unit]\nDescription=Promtail service\nAfter=network.target\n\n[Service]\nType=simple\nUser=promtail\nExecStart=/usr/local/bin/promtail -config.file /usr/local/bin/config-promtail.yml\n\n[Install]\nWantedBy=multi-user.target", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1642, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/proxychains
59
[ "no_license" ]
[ { "path": "playbooks/roles/proxychains/tasks/main.yml", "content": "- name: install gcc \n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - \"gcc\"\n - \"gcc-c++\"\n\n- name: download proxychains tag\n unarchive:\n src: \"{{ project_dir }}/packages/binary_tag/proxychains-ng-4.16.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/redis-replication
59
[ "no_license" ]
[ { "path": "playbooks/roles/redis-replication/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: create data directory\n file:\n path: \"{{ working_dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3208, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/redis-sentinel
59
[ "no_license" ]
[ { "path": "playbooks/roles/redis-sentinel/templates/docker-compose-redis_master.yml.j2", "content": "version: '2'\n\nservices:\n {{ container_name }}:\n image: bitnami/{{ container_image }}\n network_mode: \"host\"\n container_name: {{ container_name }}\n ports:\n - {{ redis_port }}\n v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7495, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/redis-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/redis-single/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: create data directory\n file:\n path: \"{{ working_dir }}/d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1691, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/rocketmq-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/rocketmq-cluster/templates/docker-compose-broker-m.yml.j2", "content": "version: '3.3'\nservices:\n {{ container_m_name }}:\n image: apache/{{ broker_image }}\n container_name: {{ container_m_name }}\n volumes:\n - {{ working_dir }}/broker-m/logs:/home/rocketmq/logs...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9099, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/rocketmq-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/rocketmq-single/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ image_dir }}\"\n - \"{{ working_dir }}\"\n\n- name: create conf and log directory\n file:\n path: \"{{ item ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4209, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/rocketmq5.3.0-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/rocketmq5.3.0-cluster/templates/docker-compose-namesrv.yml.j2", "content": "version: '3.8'\nservices:\n rmqnamesrv:\n image: {{ mq_image }}\n container_name: rmqnamesrv\n ports:\n - \"9876:9876\"\n - \"9877:9877\"\n volumes:\n - {{ working_dir }}/namesr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 11540, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/rocketmq5.3.0-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/rocketmq5.3.0-single/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ image_dir }}\"\n - \"{{ working_dir }}\"\n \n- name: download image\n copy: src={{ project_dir }}/packa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4331, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/upload-monitor
59
[ "no_license" ]
[ { "path": "playbooks/roles/upload-monitor/templates/check_mq.sh.j2", "content": "#!/bin/bash\n\nexport PATH={{JAVA_HOME}}/bin:$PATH\ncd {{categraf_dir}}/scripts/rocketmq/bin\ncount=`./mqadmin clusterList -n {{mq_url}} -m|grep broker|wc -l`\necho 'mq_broker_count{product=\"rocketmq\"} '${count}''", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 14625, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/xxl-job
59
[ "no_license" ]
[ { "path": "playbooks/roles/xxl-job/templates/docker-compose-xxl-job.yaml.j2", "content": "version: '2.0'\nservices:\n wshoto-xxl-job:\n container_name: {{ container_name }} \n restart: always\n image: ka-tcr.tencentcloudcr.com/baseline/{{ container_image }}\n ports:\n - 7888:7888\n env...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1882, "all_permissive": false }
ansible_role
skv-headless/ansible-exercism
b0410c1c8a2f02c4119931220c8b11a9b6835a04
1
provisioning/roles/common
59
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n\n- name: install curl\n sudo: true\n apt: name=curl update_cache=yes\n\n- name: copy profile\n copy: src=profile dest=/home/vagrant/.profile\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
skv-headless/ansible-exercism
b0410c1c8a2f02c4119931220c8b11a9b6835a04
1
provisioning/roles/exercism
59
[ "no_license" ]
[ { "path": "provisioning/roles/exercism/tasks/main.yml", "content": "---\n\n- name: install exercism\n action: shell curl -O http://cli.exercism.io/install\n\n- name: make install executable\n action: shell chmod +x install\n\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
skv-headless/ansible-exercism
b0410c1c8a2f02c4119931220c8b11a9b6835a04
1
provisioning/roles/golang
59
[ "no_license" ]
[ { "path": "provisioning/roles/golang/tasks/main.yml", "content": "---\n\n- name: copy go\n copy: src=go1.3.linux-386.tar.gz dest=/home/vagrant\n\n- name: untar go\n sudo: true\n action: shell tar -C /usr/local -xzf go1.3.linux-386.tar.gz\n\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
jeqo/cp-ansible-addons
4b6d9b54f1e35fcdc9a0461d0b6e803207f97ded
1
roles/prometheus.node_exporter
59
[ "no_license" ]
[ { "path": "roles/prometheus.node_exporter/tasks/main.yml", "content": "---\n- name: Create group\n group:\n name: \"{{prometheus_node_exporter_group}}\"\n state: present\n\n- name: Create user\n user:\n name: \"{{prometheus_node_exporter_user}}\"\n group: \"{{prometheus_node_exporter_group}}\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1929, "all_permissive": false }
ansible_role
tleirbakken/ansible_tutorial
6e248ffead38da4d20ad84b57a0df5895511c6b8
0
roles/base
79
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for lulu\n authorized_key:\n user: lulu\n key: \"<KEY>\"\n\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
benatespina/ansible-vagrant
198e0ff6ca29e44482d103e6eb4ff29e3b5cb514
1
ansible/roles/apache
79
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/vhost24.conf.tpl", "content": "# Default Apache virtualhost template\n\n<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n DocumentRoot {{ documentroot }}\n ErrorLog /var/log/apache2/error.log\n CustomLog /var/log/apache2/access.log combined\n {% ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1628, "all_permissive": false }
ansible_role
benatespina/ansible-vagrant
198e0ff6ca29e44482d103e6eb4ff29e3b5cb514
1
ansible/roles/common
79
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n- name: Install necessary packages for proper system state\n run_once: true\n apt: name={{ item }} state=latest\n sudo: yes\n with_items:\n - sysv-rc-conf\n - python-software...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4495, "all_permissive": false }
ansible_role
benatespina/ansible-vagrant
198e0ff6ca29e44482d103e6eb4ff29e3b5cb514
1
ansible/roles/hhvm
79
[ "no_license" ]
[ { "path": "ansible/roles/hhvm/templates/etc/hhvm/php.ini", "content": "; php options\nsession.save_handler = files\nsession.save_path = /var/lib/php5\nsession.gc_maxlifetime = 1440\ndate.timezone = {{ timezone }}\n\n; hhvm specific\nhhvm.log.level = Warning\nhhvm.log.always_log_unhandled_exceptions = true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1488, "all_permissive": false }
ansible_role
benatespina/ansible-vagrant
198e0ff6ca29e44482d103e6eb4ff29e3b5cb514
1
ansible/roles/nginx
79
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx GPG key\n run_once: true\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n\n- name: Enable Nginx stable repo\n run_once: true\n apt_repository: repo='deb http://nginx.org/packages/ubuntu {{ ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4026, "all_permissive": false }
ansible_role
benatespina/ansible-vagrant
198e0ff6ca29e44482d103e6eb4ff29e3b5cb514
1
ansible/roles/nodejs
79
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: checking installed version of nodejs\n shell: /usr/bin/test \"$({{ nodejs_path }}bin/node -v 2> /dev/null)\" = {{ nodejs_version_tag }}\n register: wanted_version_installed\n ignore_errors: True\n changed_when: \"wanted_version_in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1012, "all_permissive": false }
ansible_role
benatespina/ansible-vagrant
198e0ff6ca29e44482d103e6eb4ff29e3b5cb514
1
ansible/roles/php
79
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Fix php5-5.4 repository name\n set_fact:\n php_ppa: php5-oldstable\n when: php_ppa == 'php5-5.4'\n- name: Add PHP ppa Repository\n sudo: yes\n apt_repository: repo=ppa:ondrej/{{ php_ppa }}\n- name: Install PHP packages\n run_once...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2106, "all_permissive": false }
ansible_role
benatespina/ansible-vagrant
198e0ff6ca29e44482d103e6eb4ff29e3b5cb514
1
ansible/roles/ruby
79
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "---\n- name: add brightbox ppa\n apt_repository: repo='ppa:brightbox/ruby-ng-experimental' state=present update_cache=yes\n\n- name: install ruby\n apt: pkg=\"{{ item }}\" state=installed\n with_items:\n - \"ruby{{ ruby_version }}\"\n - rub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
shubhamoli/iac
719b4bccad6af6e99da85e717cef1c385fedd131
0
ansible/roles/jenkins
79
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/install-java.yml", "content": "---\n- name: \"Enable java-openjdk11 first\"\n become: yes\n command: \"amazon-linux-extras enable java-openjdk11\" # Workaround: unable to find a suitable module for amazon-linux=extras\n args:\n creates: /usr/bin/java \n\n- na...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4403, "all_permissive": false }
ansible_role
shubhamoli/iac
719b4bccad6af6e99da85e717cef1c385fedd131
0
ansible/roles/k8s_cluster_mgmt
79
[ "no_license" ]
[ { "path": "ansible/roles/k8s_cluster_mgmt/tasks/main.yml", "content": "- name: \"Check SSH key exists for ec2-user\"\n stat: path=\"{{ current_user_home }}/.ssh/id_rsa.pub\"\n register: ssh_key_exists_stat\n\n- name: \"Create SSH keys if not present\"\n command: ssh-keygen -q -t rsa -f {{current_user_hom...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6305, "all_permissive": false }
ansible_role
alinabuzachis/openshift-cluster-setup
085139db2b5606c954a1fb2077a33397e6fd4db7
0
roles/aws_iam
79
[ "no_license" ]
[ { "path": "roles/aws_iam/handlers/main.yml", "content": "---\n# handlers file for roles/aws_iam\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/aws_iam/README.md", "content": "aws_iam\n=========\n\nCreates IAM roles and policies.\n\nReq...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1049, "all_permissive": false }
ansible_role
alinabuzachis/openshift-cluster-setup
085139db2b5606c954a1fb2077a33397e6fd4db7
0
roles/aws_jumphost_deprovision
79
[ "no_license" ]
[ { "path": "roles/aws_jumphost_deprovision/tasks/delete_subnets.yml", "content": "---\n\n- name: Delete VPC subnet.\n ec2_vpc_subnet:\n state: absent\n vpc_id: \"{{ vpc_id }}\"\n cidr: \"{{ item.cidr }}\"\n loop: \"{{ vpc_subnets }}\"\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 3509, "all_permissive": false }
ansible_role
alinabuzachis/openshift-cluster-setup
085139db2b5606c954a1fb2077a33397e6fd4db7
0
roles/aws_jumphost_provision
79
[ "no_license" ]
[ { "path": "roles/aws_jumphost_provision/tasks/setup_ngw.yml", "content": "---\n\n- name: Create new NAT gateway and allocate new EIP if a NAT gateway does not yet exist in the subnet.\n ec2_vpc_nat_gateway:\n state: present\n subnet_id: \"{{ public_subnet_id }}\"\n wait: yes\n if_exist_do_not_c...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 6986, "all_permissive": false }
ansible_role
Emerickd9/autodeploychallenge
b230c391457623134bf7acd063270097382d6725
1
.circleci/ansible/roles/configure-server
79
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yaml", "content": "---\r\n- name: \"update local apt repo.\"\r\n become: true\r\n apt:\r\n update_cache: yes\r\n\r\n- name: \"upgrade apt packages\"\r\n become: true\r\n apt:\r\n upgrade: yes\r\n\r\n\r\n- name: \"remove stale dependenc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
Emerickd9/autodeploychallenge
b230c391457623134bf7acd063270097382d6725
1
.circleci/ansible/roles/deploy
79
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yaml", "content": "---\r\n- name: \"update local apt repo.\"\r\n become: true\r\n apt:\r\n update_cache: yes\r\n\r\n- name: \"upgrade apt packages\"\r\n become: true\r\n apt:\r\n upgrade: yes\r\n\r\n- name: \"remove stale dependencies\"\r\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
yoaldol/ex294-estudio
a323aeb3307cd954cc86f9d37f211813e7524c3b
0
roles/apache
79
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n# handlers file for roles/apache\n- name: restart firewalld\n service: name=firewalld state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/apache/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
yoaldol/ex294-estudio
a323aeb3307cd954cc86f9d37f211813e7524c3b
0
roles/phpinfo
79
[ "no_license" ]
[ { "path": "roles/phpinfo/tasks/configure.yml", "content": "---\n- name: Ensure configuration directories exist.\n file:\n path: \"{{ item }}\"\n state: directory\n follow: true\n mode: 0755\n with_flattened:\n - \"{{ php_conf_paths }}\"\n - \"{{ php_extension_conf_paths }}\"\n\n- name: P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
mahendharkanuganti/expense-ansible-roles-tf
b8608ea6b34493ab770fce2b959affe9cf6e5a57
0
roles/common
79
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: delete app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n #ignore_errors: yes\n\n- name: create app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
bijancot/roles
32df9817d2b484ed3bb116e54d94e326ae0445a8
0
roles/httpd
79
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n\n- name: install httpd\n yum: name=httpd state=latest\n\n- name: create sites directories\n file: path={{item}} state=directory\n with_items: \"{{httpd_dirs}}\"\n\n- name: copy an index.html\n template: src=index.html.j2 d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
bijancot/roles
32df9817d2b484ed3bb116e54d94e326ae0445a8
0
roles/mariadb
79
[ "no_license" ]
[ { "path": "roles/mariadb/templates/.my.cnf.j2", "content": "[client]\nuser=root\npassword=\"{{<PASSWORD>}}\"\n\n[mysql]\nuser=root\npassword=\"{{<PASSWORD>}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/mariadb/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1324, "all_permissive": false }
ansible_role
bijancot/roles
32df9817d2b484ed3bb116e54d94e326ae0445a8
0
roles/web
79
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n# tasks file for web\n\n- name: install git\n yum: name=git state=latest\n\n- name: checkout lameapp\n git: repo=https://github.com/jsmartin/lameapp.git version=\"{{lameapp_version|string}}\" dest=/var/www/lameapp\n\n- name: set permission on the app\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 999, "all_permissive": false }
ansible_role
dhessenm/vagrant_dockerbakery
889ac748bc9762ac206ce366cd9c41d400d458f0
0
awsbakery/roles/ec2_ansible
79
[ "no_license" ]
[ { "path": "awsbakery/roles/ec2_ansible/tasks/main.yml", "content": "---\n- name: Launch EC2 instance\n local_action: ec2 \n group={{ security_group }} \n instance_type={{ instance_type}} \n image={{ ami_id }} \n wait=true \n region=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1253, "all_permissive": false }
ansible_role
dhessenm/vagrant_dockerbakery
889ac748bc9762ac206ce366cd9c41d400d458f0
0
provision/roles/ansible
79
[ "no_license" ]
[ { "path": "provision/roles/ansible/tasks/main.yml", "content": "---\n\n- name: add ansible repository\n apt_repository: repo='ppa:ansible/ansible' state=present\n\n- name: install ansible\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - ansible\n\n\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
dhessenm/vagrant_dockerbakery
889ac748bc9762ac206ce366cd9c41d400d458f0
0
provision/roles/awsclient
79
[ "no_license" ]
[ { "path": "provision/roles/awsclient/defaults/main.yml", "content": "---\n# aws_cli_user: '{{ ansible_ssh_user }}'\naws_cli_user: vagrant\naws_cli_user_home: /home/vagrant\naws_output_format: 'json'\naws_region: 'eu-central-1'\naws_access_key_id: 'YOUR_ACCESS_KEY_ID'\naws_secret_access_key: 'YOUR_SECRET_ACC...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 847, "all_permissive": false }
ansible_role
dhessenm/vagrant_dockerbakery
889ac748bc9762ac206ce366cd9c41d400d458f0
0
provision/roles/dockerhost
79
[ "no_license" ]
[ { "path": "provision/roles/dockerhost/templates/default_docker.j2", "content": "# default docker config file\n#export http_proxy=\"http://127.0.0.1:3128/\"\n#DOCKER_OPTS=\"--dns 8.8.8.8 --dns 8.8.4.4\"\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1697, "all_permissive": false }
ansible_role
dhessenm/vagrant_dockerbakery
889ac748bc9762ac206ce366cd9c41d400d458f0
0
provision/roles/semaphore
79
[ "no_license" ]
[ { "path": "provision/roles/semaphore/vars/main.yml", "content": "---\nsemaphore_version: 2.0.2\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "provision/roles/semaphore/tasks/main.yml", "content": "---\n\n- name: Download Semaphore\n get_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
dlamon/ansible-example
e4b5b0421e6cfd66337cdd4bf669c2ba4aef9dc5
0
roles/ansible-front
79
[ "no_license" ]
[ { "path": "roles/ansible-front/tasks/stop.yml", "content": "---\n- name: 查找正在运行的服务进程\n shell: \"ps -ef | grep {{ front.deploy_path }}/conf/nginx.conf | grep -v grep | wc -l\"\n register: running_processes_count\n\n- name: 停止正在运行的服务进程\n shell: \"{{ front.nginx_install_path }}/sbin/nginx -c {{ front.deploy...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7907, "all_permissive": false }
ansible_role
dlamon/ansible-example
e4b5b0421e6cfd66337cdd4bf669c2ba4aef9dc5
0
roles/ansible-server
79
[ "no_license" ]
[ { "path": "roles/ansible-server/tasks/stop.yml", "content": "---\n - name: 查找正在运行的服务进程\n shell: \"ps -ef | grep {{ server.process_key }} | grep -v grep | awk '{print $2}'\"\n register: running_processes\n \n - name: 停止正在运行的服务进程\n shell: \"kill -9 {{ item }}\"\n loop: \"{{ running_processes.st...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2600, "all_permissive": false }
ansible_role
dlamon/ansible-example
e4b5b0421e6cfd66337cdd4bf669c2ba4aef9dc5
0
roles/ansible-server-admin
79
[ "no_license" ]
[ { "path": "roles/ansible-server-admin/tasks/cleanup.yml", "content": "---\n- name: 删除下载版本\n file:\n path: \"{{ group_all.home }}/downloads/{{ group_manage.deploy_file }}\"\n state: absent\n\n- name: 查找 30 天前的备份版本\n find:\n paths:\n - \"{{ group_all.home }}/backup\"\n age: 30d\n recurse...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2761, "all_permissive": false }
ansible_role
dlamon/ansible-example
e4b5b0421e6cfd66337cdd4bf669c2ba4aef9dc5
0
roles/bash_profile
79
[ "no_license" ]
[ { "path": "roles/bash_profile/tasks/main.yml", "content": "---\n- name: 设置环境变量\n template:\n src: .bash_profile\n dest: \"{{ group_all.home }}/\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
dlamon/ansible-example
e4b5b0421e6cfd66337cdd4bf669c2ba4aef9dc5
0
roles/java
79
[ "no_license" ]
[ { "path": "roles/java/tasks/check.yml", "content": "---\n- name: 测试 java 是否配置成功\n shell: \"source {{ group_all.home }}/.bash_profile && java -version\"\n register: result\n failed_when: java.install_version not in result.stderr", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1864, "all_permissive": false }
ansible_role
dlamon/ansible-example
e4b5b0421e6cfd66337cdd4bf669c2ba4aef9dc5
0
roles/nginx
79
[ "no_license" ]
[ { "path": "roles/nginx/tasks/download.yml", "content": "---\n- name: 导入 download 变量\n include_vars:\n file: download.yml\n name: download\n\n- name: 创建下载目录\n file:\n path: \"{{ group_all.home }}/downloads\"\n state: directory\n\n- name: 创建下载子目录\n file:\n path: \"{{ group_all.home }}/downlo...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7319, "all_permissive": false }
ansible_role
soumypau1/learning-ansible
fcc678c8a2f222b7ff6bdd5376336e8d8277a208
0
roles/apache
79
[ "no_license" ]
[ { "path": "roles/apache/tasks/install.yml", "content": "---\n- name: install http package\n yum: \n name: httpd\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks fil...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 193, "all_permissive": false }
ansible_role
diecrf/ansible-bootstrap
8aa6b902f3dace33814a7061a77d0bef94068992
4
roles/bootstrap
79
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/apt.yml", "content": "---\n- apt: update_cache=yes\n\n- apt: pkg=git,git-core,build-essential,libpq-dev,libreadline-dev state=present\n- apt: pkg=python-pycurl,python-psycopg2 state=present\n\n- apt: pkg=libreadline6-dev,zlib1g-dev,libssl-dev,libyaml-dev,libsqlite3-dev,sqlit...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3697, "all_permissive": false }
ansible_role
MaxWanted/Ansible-Swarm
5cc7bd4bbe312ab3560ae6aaa922ab8a0dd997c5
0
roles/build
159
[ "no_license" ]
[ { "path": "roles/build/meta/main.yaml", "content": "galaxy_info:\n role_name: build\n description: Сборка монорепозитория\n author: <NAME>\n licence: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n version:\n - all\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 864, "all_permissive": false }
ansible_role
MaxWanted/Ansible-Swarm
5cc7bd4bbe312ab3560ae6aaa922ab8a0dd997c5
0
roles/deploy
159
[ "no_license" ]
[ { "path": "roles/deploy/services/secret.yaml", "content": "---\n- name: \"[{{ name }}] Configure secret\"\n block:\n - name: \"[{{ name }}] Create secret\"\n include_tasks: \"secret-create.yaml\"\n tags: \"{{ name }}\"\n\n # в случае ошибки перехватываем rescue и удаляем сервис с секретом\n resc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3808, "all_permissive": false }
ansible_role
MaxWanted/Ansible-Swarm
5cc7bd4bbe312ab3560ae6aaa922ab8a0dd997c5
0
roles/preconfig
159
[ "no_license" ]
[ { "path": "roles/preconfig/tasks/main.yaml", "content": "---\n- name: Install Docker\n block:\n - name: Add universe\n apt_repository:\n repo: \"deb http://us.archive.ubuntu.com/ubuntu/ {{ ansible_distribution_release }} universe\"\n state: present\n\n - name: Removing docker.list\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2399, "all_permissive": false }
ansible_role
MaxWanted/Ansible-Swarm
5cc7bd4bbe312ab3560ae6aaa922ab8a0dd997c5
0
roles/swarm_init
159
[ "no_license" ]
[ { "path": "roles/swarm_init/tasks/main.yaml", "content": "---\n- name: Init a new swarm\n community.docker.docker_swarm:\n state: present\n advertise_addr: \"{{ advertise_addr }}\"\n register: token\n\n- name: Save tokens\n set_fact:\n token_manager: \"{{ token.swarm_facts.JoinTokens.Manager }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
MaxWanted/Ansible-Swarm
5cc7bd4bbe312ab3560ae6aaa922ab8a0dd997c5
0
roles/swarm_join
159
[ "no_license" ]
[ { "path": "roles/swarm_join/tasks/main.yaml", "content": "---\n- name: Connect to swarm\n community.docker.docker_swarm:\n state: join\n remote_addrs: \"{{ advertise_addr }}\"\n # собираем факты о сервере 1 worker иначе manager, чтобы получить\n # токен без сохранения его локально\n join_tok...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
MaxWanted/Ansible-Swarm
5cc7bd4bbe312ab3560ae6aaa922ab8a0dd997c5
0
roles/swarm_leave
159
[ "no_license" ]
[ { "path": "roles/swarm_leave/tasks/main.yaml", "content": "---\n- name: Switch to drain status\n community.docker.docker_node:\n hostname: \"{{ node_name }}\"\n availability: drain\n\n\n# проверяем пока запущенных контейнеров станет 0\n- name: w8 node status\n community.docker.docker_host_info:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 787, "all_permissive": false }
ansible_role
Dreadbot/Dreadbot2018
9b9cf6e4d92dda0110bd1c566bbee6c13087c514
1
vision/ansible/roles/eclipse
159
[ "no_license" ]
[ { "path": "vision/ansible/roles/eclipse/tasks/main.yml", "content": "- name: Make directories\n file:\n name: \"{{item.name}}\"\n owner: \"{{item.owner}}\"\n mode: \"{{item.mode}}\"\n state: \"directory\"\n with_items:\n - { name: \"/home/dreadbots/src/\", owner: \"dreadbots\", mode: \"755...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1554, "all_permissive": false }
ansible_role
Dreadbot/Dreadbot2018
9b9cf6e4d92dda0110bd1c566bbee6c13087c514
1
vision/ansible/roles/vision
159
[ "no_license" ]
[ { "path": "vision/ansible/roles/vision/files/compile-opencv.sh", "content": "#/bin/bash\n\nsource /home/pi/pyve/opencv/bin/activate\n\ncd /home/pi/src\nif [ ! -f opencv-3.3.0 ] ; then\n unzip opencv.zip\nfi;\n\nif [ ! -f opencv_contrib-3.3.0 ] ; then\n unzip opencv_contrib.zip\nfi;\n\n\ncd opencv-3.3....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2756, "all_permissive": false }
ansible_role
Dreadbot/Dreadbot2018
9b9cf6e4d92dda0110bd1c566bbee6c13087c514
1
vision/ansible/roles/workstation
159
[ "no_license" ]
[ { "path": "vision/ansible/roles/workstation/tasks/main.yml", "content": "- name: Create users\n user:\n name: \"{{item}}\"\n state: present\n shell: /bin/bash\n groups: \"{{ SUDO_GROUP }}\"\n update_password: <PASSWORD>\n password: <PASSWORD>.\"\n with_items:\n - dreadbots\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
yjscloud/ansible_script
90df6d40ff2345eaa8906ea5fa1ea3e87763211f
0
roles/base
159
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Disabled Frirewalld Server\n service: name=firewalld state=stopped enabled=no\n\n- name: Disabled Selinux Server\n selinux: state=disabled\n\n- name: Create Web {{ web_user }} {{ web_user_id }} Group\n group: name={{ web_user }} gid={{ web_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2295, "all_permissive": false }
ansible_role
yjscloud/ansible_script
90df6d40ff2345eaa8906ea5fa1ea3e87763211f
0
roles/mysql
159
[ "no_license" ]
[ { "path": "roles/mysql/files/my.cnf", "content": "[mysqld] \nbasedir=/data/mysql\ndatadir=/data/mysql/data\nsocket=/tmp/mysql.sock\ncharacter_set_server=utf8\nuser=mysql\nport = 3306\nsymbolic-links=0\n\n[mysqld_safe]\nlog-error=/data/mysql/data/error.log\npid-file=/data/mysql/data/mysql.pid\ntmpdir = /tmp\...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 2533, "all_permissive": false }
ansible_role
yjscloud/ansible_script
90df6d40ff2345eaa8906ea5fa1ea3e87763211f
0
roles/nginx
159
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Installed Nginx\n yum: name=nginx state=present\n\n- name: Configure Nginx Server\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf\n notify: Restart Nginx Server\n\n- name: Started Nginx Server\n service: name=nginx state=started enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
yjscloud/ansible_script
90df6d40ff2345eaa8906ea5fa1ea3e87763211f
0
roles/php-fpm
159
[ "no_license" ]
[ { "path": "roles/php-fpm/handlers/main.yml", "content": "- name: Restart PHP-FPM Server\n service: name=php-fpm state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/php-fpm/tasks/main.yml", "content": "- name: Install php-f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
jb-williams/ansible
f8a3e0f5621500f43185423fcdae3934fdd299d5
0
roles/base
159
[ "no_license" ]
[ { "path": "roles/base/files/system_setup/cleanup.sh", "content": "#!/bin/bash\n# daily commonly\n\nrm -rf /tmp/*\nrm -rf /var/tmp/*\n\napt clean -y\n\nrm -rf /root/.cache/thumbnails\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/base/fi...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 18, "total_bytes": 20045, "all_permissive": false }
ansible_role
jb-williams/ansible
f8a3e0f5621500f43185423fcdae3934fdd299d5
0
roles/desktop
159
[ "no_license" ]
[ { "path": "roles/desktop/tasks/software/misc_packages.yml", "content": "- name: software | install workstation distribution packages\n tags: packages,workstation-packages\n package:\n name:\n - alsa-utils\n - \"{{ cups_package }}\"\n - \"{{ cryptsetup_package }}\"\n - dconf-editor\n...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 4452, "all_permissive": false }
ansible_role
johnbayo/origin-trail
b4686bab532226f788aea47d577fe13120275ba9
0
ansible/roles/docker
159
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/docker-users.yml", "content": "---\n- name: Ensure docker users are added to the docker group.\n shell: \"sudo usermod -aG docker {{ item }}\"\n with_items: \"{{ docker_users }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1757, "all_permissive": false }
ansible_role
johnbayo/origin-trail
b4686bab532226f788aea47d577fe13120275ba9
0
ansible/roles/origin-trail
159
[ "no_license" ]
[ { "path": "ansible/roles/origin-trail/tasks/main.yml", "content": "---\n- name: Allow all access to required tcp port\n ufw:\n rule: allow\n port: \"{{ item }}\"\n proto: tcp\n loop: \"{{ required_ports }}\"\n\n- name: enable UFW\n ufw:\n state: enabled\n\n- name: Set logging\n ufw:\n log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1634, "all_permissive": false }
ansible_role
sgeisenh/provision
3d6fc5735818736940881e9656467d3215e2fe1c
0
roles/common
159
[ "no_license" ]
[ { "path": "roles/common/tasks/neovim.yml", "content": "---\n- name: Install build dependencies\n ansible.builtin.apt:\n pkg:\n - cmake\n - curl\n - gettext\n - ninja-build\n - unzip\n\n- name: Clone and build neovim\n vars:\n build_dir: \"{{ ansible_env.HOME }}/github/neovim...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4396, "all_permissive": false }
ansible_role
sgeisenh/provision
3d6fc5735818736940881e9656467d3215e2fe1c
0
roles/workstation
159
[ "no_license" ]
[ { "path": "roles/workstation/tasks/kitty.yml", "content": "---\n\n- name: Install kitty\n become_user: sgeisenh\n vars:\n home_dir: \"/home/sgeisenh\"\n kitty_app_dir: \"{{ home_dir }}/.local/kitty.app\"\n block:\n - name: Create kitty directory\n ansible.builtin.file:\n path: \"{{ k...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5458, "all_permissive": false }
ansible_role
Pavan-Gunda/scene-1-ansible-
ce163133872053f8370e772d435a7d068f853bbc
0
roles/prepare
159
[ "no_license" ]
[ { "path": "roles/prepare/templates/cluster.yml", "content": "---\n\ncluster_name: rancher\n\nnodes:\n\n{% for item in groups[‘Scene-1’] %}\n address: {{ hostvars[item][‘ansible_default_ipv4’][‘address’] }\n{% endfor %}\n\n\nservices:\n etcd:\n snapshot: true\n creation: 6h\n retention: 24h\n\nn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 422, "all_permissive": false }
ansible_role
Pavan-Gunda/scene-1-ansible-
ce163133872053f8370e772d435a7d068f853bbc
0
roles/sites
159
[ "no_license" ]
[ { "path": "roles/sites/templates/cluster.yml", "content": "---\n\ncluster_name: rancher\n\nnodes:\n{% for host in ansible_play_hosts %}\n - hostname_override: \"{{ hostvars[host].ansible_hostname }}\"\n address: \"{{ hostvars[host]['ansible_' + cluster_interface].ipv4.address }}\"\n user: {{ rke_ssh_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 615, "all_permissive": false }
ansible_role
stevengonsalvez/ansibledemo
9511e437f2ad3a9f80bdebffb4d7129b961ed08e
0
roles/epel-repos
159
[ "no_license" ]
[ { "path": "roles/epel-repos/tasks/main.yml", "content": "- name: Install EPEL repos\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/epel...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 230, "all_permissive": false }
ansible_role
stevengonsalvez/ansibledemo
9511e437f2ad3a9f80bdebffb4d7129b961ed08e
0
roles/java-centos6
159
[ "no_license" ]
[ { "path": "roles/java-centos6/handlers/main.yml", "content": "---\n# handlers file for tomcat-cento6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/java-centos6/tasks/main.yml", "content": "---\n# tasks file for tomcat-cento6\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 219, "all_permissive": false }
ansible_role
stevengonsalvez/ansibledemo
9511e437f2ad3a9f80bdebffb4d7129b961ed08e
0
roles/jenkins-centos6
159
[ "no_license" ]
[ { "path": "roles/jenkins-centos6/vars/main.yml", "content": "---\n# vars file for jenkins-centos6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/jenkins-centos6/tasks/main.yml", "content": "---\n# tasks file for jenkins-centos6\n\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 557, "all_permissive": false }
ansible_role
stevengonsalvez/ansibledemo
9511e437f2ad3a9f80bdebffb4d7129b961ed08e
0
roles/ntp-centos6
159
[ "no_license" ]
[ { "path": "roles/ntp-centos6/tasks/main.yml", "content": "---\n# tasks file for ntp\n- name: install the latest version of libselinux-python\n yum: name=libselinux-python state=latest\n\n- name: install the latest version of NTP server\n yum: name=ntp state=latest\n\n- name: Start and Enable NTP server\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 391, "all_permissive": false }
ansible_role
stevengonsalvez/ansibledemo
9511e437f2ad3a9f80bdebffb4d7129b961ed08e
0
roles/tomcat-centos6
159
[ "no_license" ]
[ { "path": "roles/tomcat-centos6/tasks/main.yml", "content": "---\n# tasks file for tomcat-cento6\n\n- name: install the latest version of Tomcat\n yum: name=tomcat6 state=latest\n\n- name: install the latest version of Tomcat webapps\n yum: name=tomcat6-webapps state=latest\n\n- name: Start Tomcat\n serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
drmcastles/ansiblev2
cb0f9b228ffedb517ee358d8688ff2dc7353bea6
0
playbooks/roles/apache
159
[ "no_license" ]
[ { "path": "playbooks/roles/apache/tasks/main.yml", "content": "\n # Установка Apache\n - name: Установить Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n \n # Открыть порт 8080 для Apache\n - name: Открыть порт 8080 для Apache\n ufw:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
drmcastles/ansiblev2
cb0f9b228ffedb517ee358d8688ff2dc7353bea6
0
playbooks/roles/nginx
159
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "\n# tasks file for roles/nginx\n\n- name: Установить Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n# Открыть порт 80 для Nginx\n- name: Открыть порт 80 для Nginx\n ufw:\n rule: allow\n port: 80\n proto: tc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
Moznaim/Act9_Ballesteros
cdf81c815e5cf99f02095502ca8d160c8d677d5e
0
roles/base
159
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n - name: install prometheus\n tags: install\n get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v2.54.1/prometheus-2.54.1.linux-amd64.tar.gz\n dest: /tmp/prometheus.tar.gz\n\n - name: extract prometheus\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1652, "all_permissive": false }
ansible_role
hay-kot/dotfiles
fd5ba8d3739f0e480dbd5fd1704a0578e438e118
4
ansible/roles/secrets
159
[ "no_license" ]
[ { "path": "ansible/roles/secrets/templates/env.local.j2", "content": "{% for item in secrets_env_local %}{{ item.key }}={{ item.value }}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "ansible/roles/secrets/tasks/main.yaml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 420, "all_permissive": false }
ansible_role
hay-kot/dotfiles
fd5ba8d3739f0e480dbd5fd1704a0578e438e118
4
ansible/roles/ssh
159
[ "no_license" ]
[ { "path": "ansible/roles/ssh/defaults/main.yaml", "content": "ssh_config_enabled: true\nssh_config_default_user: root\nssh_config_default_port: 22\nssh_config_default_identity_file: ~/.ssh/id_rsa\n\nssh_config: []\nssh_keys: []\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1413, "all_permissive": false }
ansible_role
gabepsilva/homelab-ai
dab7470e04862cafce251998e6e96ac239217e32
0
ansible/roles/base_server
159
[ "no_license" ]
[ { "path": "ansible/roles/base_server/handlers/main.yml", "content": "---\n# Handlers for base_server role\n\n- name: restart ssh\n service:\n name: ssh\n state: restarted\n become: yes\n\n- name: reload ufw\n service:\n name: ufw\n state: reloaded\n become: yes ", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4519, "all_permissive": false }
ansible_role
gabepsilva/homelab-ai
dab7470e04862cafce251998e6e96ac239217e32
0
ansible/roles/jenkins_podman
159
[ "no_license" ]
[ { "path": "ansible/roles/jenkins_podman/tasks/main.yml", "content": "---\n# Tasks for jenkins_podman role\n\n- name: Install required packages for Podman\n package:\n name:\n - podman\n - python3-podman\n state: present\n become: yes\n tags:\n - jenkins\n - podman\n\n- name: Create ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6306, "all_permissive": false }
ansible_role
gabepsilva/homelab-ai
dab7470e04862cafce251998e6e96ac239217e32
0
ansible/roles/kubernetes_master
159
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_master/handlers/main.yml", "content": "---\n# Handlers for kubernetes_master role\n\n- name: restart containerd\n service:\n name: containerd\n state: restarted\n become: yes\n\n- name: restart kubelet\n service:\n name: kubelet\n state: restarted\n become...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 12766, "all_permissive": false }
ansible_role
gabepsilva/homelab-ai
dab7470e04862cafce251998e6e96ac239217e32
0
ansible/roles/kubernetes_worker
159
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_worker/handlers/main.yml", "content": "---\n# Handlers for kubernetes_worker role\n\n- name: restart containerd\n service:\n name: containerd\n state: restarted\n become: yes ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3108, "all_permissive": false }
ansible_role
gabepsilva/homelab-ai
dab7470e04862cafce251998e6e96ac239217e32
0
ansible/roles/virtfs_mount
159
[ "no_license" ]
[ { "path": "ansible/roles/virtfs_mount/README.md", "content": "# VirtFS Mount Role\n\nThis Ansible role mounts a VirtFS shared directory from the hypervisor to the VM.\n\n## Requirements\n\n- The VM must be configured with a VirtFS shared directory \n- The mount tag must be configured in the VM (default: \"m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2110, "all_permissive": false }