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
mkm29/cilium-rke2-ansible
e11ab65ddde074f9128493bd37a9d547767192f2
0
roles/storage
4,597
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n- name: Enable iscsid system service\n ansible.builtin.systemd:\n name: iscsid\n enabled: true\n state: started\n daemon_reload: true\n become: true\n- name: Load iscsi_tcp module\n community.general.modprobe:\n name: iscsi_tcp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
thej950/devops-notes
a5693fbfbc254e4117be91789c16c0c7028793fd
0
Ansible/extraas/Ansible_practice/workspace/roles/apache
4,597
[ "no_license" ]
[ { "path": "Ansible/extraas/Ansible_practice/workspace/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- include: install.yml\n- include: edit_index.html.yml\n- include: check_url_responce.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 348, "all_permissive": false }
ansible_role
thej950/devops-notes
a5693fbfbc254e4117be91789c16c0c7028793fd
0
Ansible/extraas/Ansible_practice/workspace/roles/tomcat
4,597
[ "no_license" ]
[ { "path": "Ansible/extraas/Ansible_practice/workspace/roles/tomcat/vars/main.yml", "content": "---\n# vars file for tomcat\n# below are variables for tomcat9 installation in the install.yml file\npkg1: tomcat9\nstate1: present\ncache1: yes\n\n# below are variables for tomcat9-admin installation it is in the...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1192, "all_permissive": false }
ansible_role
nerellasairam/KafkaScripts
98b294687172c1658a9faeefbb10ed568d9067b0
0
Scripts/Kafka-Ansible/roles/kafka
4,597
[ "no_license" ]
[ { "path": "Scripts/Kafka-Ansible/roles/kafka/tasks/main.yml", "content": "- name: disable firewalld\n become: yes\n service: name=firewalld state=stopped enabled=no\n ignore_errors: True #when firewalld is stopped\n tags: kafka\n\n- name: install tools\n become: yes\n yum: name=\"@Development tools\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4289, "all_permissive": false }
ansible_role
carlosfparada/AWS-Juniper
9368d78efc6bde07a88be788ce2baecec051eac4
0
roles/aws_gitops_deploy
4,597
[ "no_license" ]
[ { "path": "roles/aws_gitops_deploy/tasks/main.yml", "content": "---\n\n- name: Create VPC {{ ec2_vpc_name }}\n amazon.aws.ec2_vpc_net:\n name: \"{{ ec2_vpc_name }}\"\n cidr_block: \"{{ ec2_vpc_cidr }}\"\n region: \"{{ ec2_vpc_region }}\"\n state: present\n tags:\n name: \"{{ ec2_vpc_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4022, "all_permissive": false }
ansible_role
carlosfparada/AWS-Juniper
9368d78efc6bde07a88be788ce2baecec051eac4
0
roles/aws_gitops_undeploy
4,597
[ "no_license" ]
[ { "path": "roles/aws_gitops_undeploy/tasks/main.yml", "content": "---\n\n- name: Query VPCs\n amazon.aws.ec2_vpc_net_info:\n region: \"{{ ec2_vpc_region }}\"\n filters:\n \"tag:name\": \"{{ ec2_vpc_name }}\"\n register: vpc\n\n- name: Query Subnets\n amazon.aws.ec2_vpc_subnet_info:\n region...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4661, "all_permissive": false }
ansible_role
carlosfparada/AWS-Juniper
9368d78efc6bde07a88be788ce2baecec051eac4
0
roles/utils_hosts_aws
4,597
[ "no_license" ]
[ { "path": "roles/utils_hosts_aws/tasks/main.yml", "content": "---\n\n# - name: Refresh inventory\n# ansible.builtin.meta: refresh_inventory\n\n- name: Get Juniper node\n set_fact:\n node_name: \"{{ item }}\"\n loop: \"{{ groups['all'] }}\"\n when: hostvars[item].tags is defined and hostvars[item].ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
check/playbooks/roles/check
4,597
[ "no_license" ]
[ { "path": "check/playbooks/roles/check/vars/main.yml", "content": "---\n\n### 以下配置根据实际情况进行修改 ###\n\n\n# 部署的数据根目录\ndata_path: /data/\n#app用户密码\npasswd: '<PASSWORD>*'\n#devops用户密码\ndev_passwd: '<PASSWORD>*'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1247, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
es_install/playbooks/roles/es_install
4,597
[ "no_license" ]
[ { "path": "es_install/playbooks/roles/es_install/tasks/es-install.yml", "content": "---\n\n# 创建es相关目录\n- name: mkdir es dir\n file: dest={{ item }} state=directory recurse=yes owner={{es_user}} group={{ es_user }} mode=0760\n with_items:\n - '{{ data_path }}'\n - '{{ es_worker_path }}'\n - '{{ es...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8119, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
es_install/playbooks/roles/es_uninstall
4,597
[ "no_license" ]
[ { "path": "es_install/playbooks/roles/es_uninstall/tasks/es-uninstall.yml", "content": "---\n\n# 停止es服务\n- name: stop es\n systemd: name=elasticsearch state=stopped enabled=no\n\n# 删除es相关数据\n- name: delete es data\n file: dest={{ item }} state=absent\n with_items:\n # es安装目录\n - '{{ es_worker_path ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
es_installbak/playbooks/roles/es_install
4,597
[ "no_license" ]
[ { "path": "es_installbak/playbooks/roles/es_install/tasks/main.yml", "content": "- include: system_es.yml\n- include: jdk.yml\n- include: es-install.yml\n- include: add_secure_p12.yml\n- include: add_secure_config.yml\n- include: promethues_exporter.yml\n- include: es-cron.yml\n", "license_type": "no_li...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7867, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
glusterfs_install/playbooks/roles/gfs_client_install
4,597
[ "no_license" ]
[ { "path": "glusterfs_install/playbooks/roles/gfs_client_install/tasks/main.yml", "content": "- include: gfs-client-install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "glusterfs_install/playbooks/roles/gfs_client_install/templates/install....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 487, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
glusterfs_install/playbooks/roles/gfs_install
4,597
[ "no_license" ]
[ { "path": "glusterfs_install/playbooks/roles/gfs_install/vars/main.yml", "content": "---\n\n### 以下配置根据实际情况进行修改 ###\n\n\ndata_path: /data/gfs\n\n# glusterfs数据卷目录(保持默认就行)\nvolume_path: /data/gfs_data\n# 物料在部署机的存放目录\ngfs_tmp_path: /data/soft/solar_base_install/solar_base_component/glusterfs\n# 物料包名称\nsoft_name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2880, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
glusterfs_install/playbooks/roles/gfs_uninstall
4,597
[ "no_license" ]
[ { "path": "glusterfs_install/playbooks/roles/gfs_uninstall/tasks/gfs-uninstall.yml", "content": "---\n\n\n\n# 停止gfs服务\n- name: stop gfs\n shell: systemctl stop glusterd.service\n ignore_errors: True\n# 删除gfs相关数据\n- name: delete gfs data\n file: dest={{ item }} state=absent\n with_items:\n # gfs安装目录\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
kafka_install/playbooks/roles/exporter_install
4,597
[ "no_license" ]
[ { "path": "kafka_install/playbooks/roles/exporter_install/tasks/exporter-install.yml", "content": "---\n# 创建相关目录\n- name: mkdir dir\n file: dest={{ item }} state=directory recurse=yes\n with_items:\n - '{{ data_path }}'\n - '{{ data_path }}/kafka_exporter'\n - '{{ data_path }}/soft'\n - '{{ d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2191, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
kafka_install/playbooks/roles/exporter_uninstall
4,597
[ "no_license" ]
[ { "path": "kafka_install/playbooks/roles/exporter_uninstall/tasks/exporter-uninstall.yml", "content": "---\n\n# 停止服务\n- name: stop kafka_exporter\n shell: ps -ef |grep kafka_exporter |grep -v grep|awk '{print $2}'|xargs kill -9\n ignore_errors: True \n# 删除相关数据\n- name: delete data\n file: dest={{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
kafka_install/playbooks/roles/kafka_install
4,597
[ "no_license" ]
[ { "path": "kafka_install/playbooks/roles/kafka_install/templates/kafka.sh", "content": "#!/bin/bash\ncd {{ data_path }}/kafka/soft\ntar xf kafka_2.13-2.6.0.tgz\ncp -rf kafka_2.13-2.6.0/* {{ data_path }}/kafka/\n\ncd {{ data_path }}/kafka\nsed -i -c -e '/^$/d;/^#/d' config/server.properties\nsed -i \"s#log.d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4174, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
kafka_install/playbooks/roles/kafka_uninstall
4,597
[ "no_license" ]
[ { "path": "kafka_install/playbooks/roles/kafka_uninstall/tasks/main.yml", "content": "- include: kafka-uninstall.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "kafka_install/playbooks/roles/kafka_uninstall/tasks/kafka-uninstall.yml", "co...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 634, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mongodb_install/playbooks/roles/exporter_install
4,597
[ "no_license" ]
[ { "path": "mongodb_install/playbooks/roles/exporter_install/tasks/exporter-install.yml", "content": "---\n# 创建相关目录\n- name: mkdir dir\n file: dest={{ item }} state=directory recurse=yes\n with_items:\n - '{{ data_path }}'\n - '{{ data_path }}/soft'\n - '{{ data_path }}/shell'\n tags: mkdir_dir\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1615, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mongodb_install/playbooks/roles/exporter_uninstall
4,597
[ "no_license" ]
[ { "path": "mongodb_install/playbooks/roles/exporter_uninstall/tasks/exporter-uninstall.yml", "content": "---\n\n# 停止服务\n- name: stop mongodb_exporter\n shell: ps -ef |grep mongodb_exporter |grep -v grep|awk '{print $2}'|xargs kill -9\n ignore_errors: True \n# 删除相关数据\n- name: delete data\n file: dest={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mongodb_install/playbooks/roles/mongodb_install
4,597
[ "no_license" ]
[ { "path": "mongodb_install/playbooks/roles/mongodb_install/templates/start.sh", "content": "#!/bin/bash\nport=`netstat -tunlp |grep -v grep |grep 27017|wc -l`\nif [ $port == 0 ];then\nsu app <<EOF\n{{ data_path }}/bin/mongod -f {{ data_path }}/etc/mongodb.conf;\nEOF\nelse\necho \"maybe mongodb is running\" ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4965, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mongodb_install/playbooks/roles/mongodb_uninstall
4,597
[ "no_license" ]
[ { "path": "mongodb_install/playbooks/roles/mongodb_uninstall/tasks/mongodb-uninstall.yml", "content": "---\n\n# 停止服务\n- name: stop mongodb\n shell: sh {{ data_path }}/shell/stop.sh\n ignore_errors: True \n# 删除相关数据\n- name: delete data\n file: dest={{ item }} state=absent\n with_items:\n # 安装目录\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 371, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mysql_installbak/playbooks/roles/exporter_install
4,597
[ "no_license" ]
[ { "path": "mysql_installbak/playbooks/roles/exporter_install/vars/main.yml", "content": "---\n\n### 以下配置根据实际情况进行修改 ###\n\n\n# 部署的数据根目录\ndata_path: /data/mysql\n# 物料在部署机的存放目录\nsoft_tmp_path: /data/soft/solar_base_install/solar_base_component/mysql\n# 物料包名称\nversion: 0.13.0\nexporter_name: mysqld_exporter-{{ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2676, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mysql_installbak/playbooks/roles/exporter_uninstall
4,597
[ "no_license" ]
[ { "path": "mysql_installbak/playbooks/roles/exporter_uninstall/tasks/exporter-uninstall.yml", "content": "---\n\n# 停止服务\n- name: stop mysql_exporter\n shell: systemctl stop mysql_exporter\n ignore_errors: True \n# 删除相关数据\n- name: delete data\n file: dest={{ item }} state=absent\n with_items:\n # 安装...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mysql_installbak/playbooks/roles/keepalived_install
4,597
[ "no_license" ]
[ { "path": "mysql_installbak/playbooks/roles/keepalived_install/vars/main.yml", "content": "---\n\n### 以下配置根据实际情况进行修改 ###\n\n\n# 部署的数据根目录\ndata_path: /data/keepalived\n# 物料在部署机的存放目录\nsoft_tmp_path: /data/soft/solar_base_install/solar_base_component/mysql\n# 物料包名称\nmysql_name: mysql-5.7.32-linux-glibc2.12-x86...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2435, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mysql_installbak/playbooks/roles/keepalived_uninstall
4,597
[ "no_license" ]
[ { "path": "mysql_installbak/playbooks/roles/keepalived_uninstall/tasks/main.yml", "content": "- include: keepalived-uninstall.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "mysql_installbak/playbooks/roles/keepalived_uninstall/tasks/keepaliv...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mysql_installbak/playbooks/roles/mysql_install
4,597
[ "no_license" ]
[ { "path": "mysql_installbak/playbooks/roles/mysql_install/tasks/main.yml", "content": "- include: mysql-install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "mysql_installbak/playbooks/roles/mysql_install/templates/stop.sh", "content": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8259, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
mysql_installbak/playbooks/roles/mysql_uninstall
4,597
[ "no_license" ]
[ { "path": "mysql_installbak/playbooks/roles/mysql_uninstall/tasks/mysql-uninstall.yml", "content": "---\n\n# 停止服务\n- name: stop mysql\n shell: sh {{ data_path }}/shell/stop.sh\n ignore_errors: True \n# 删除相关数据\n- name: delete data\n file: dest={{ item }} state=absent\n with_items:\n # 安装目录\n - '{...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
nginx_install/playbooks/roles/nginx_install
4,597
[ "no_license" ]
[ { "path": "nginx_install/playbooks/roles/nginx_install/vars/main.yml", "content": "---\n\n### 以下配置根据实际情况进行修改 ###\n\n\ndata_path: /deploy\n\n\n# 物料在部署机的存放目录\nnginx_tmp_path: /data/soft/solar_base_install/solar_base_component/nginx\n# 物料包名称\nsoft_name: solar-proxy-1.1.tar.gz\n\n\n\n", "license_type": "no_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3095, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
nginx_install/playbooks/roles/nginx_uninstall
4,597
[ "no_license" ]
[ { "path": "nginx_install/playbooks/roles/nginx_uninstall/tasks/nginx-uninstall.yml", "content": "---\n\n# 停止nginx服务\n- name: stop nginx\n shell: systemctl stop nginx.service\n ignore_errors: True \n# 删除nginx相关数据\n- name: delete nginx data\n file: dest={{ item }} state=absent\n with_items:\n # nginx s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
node_install/playbooks/roles/node_install
4,597
[ "no_license" ]
[ { "path": "node_install/playbooks/roles/node_install/tasks/main.yml", "content": "- include: node-install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "node_install/playbooks/roles/node_install/templates/install.sh", "content": "#!/bin/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1502, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
node_install/playbooks/roles/node_uninstall
4,597
[ "no_license" ]
[ { "path": "node_install/playbooks/roles/node_uninstall/tasks/main.yml", "content": "- include: node-uninstall.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "node_install/playbooks/roles/node_uninstall/tasks/node-uninstall.yml", "content"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 379, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
rabbitmq_install/playbooks/roles/exporter_install
4,597
[ "no_license" ]
[ { "path": "rabbitmq_install/playbooks/roles/exporter_install/templates/install.sh", "content": "#!/bin/bash\n\ncd {{ data_path }}/soft\ntar -xf {{ exporter_name }} -C {{ data_path }}/rabbitmq_exporter\ncd {{ data_path }}/rabbitmq_exporter\nmv rabbitmq_exporter-{{ version }}.linux-amd64/rabbitmq_exporter /us...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1825, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
rabbitmq_install/playbooks/roles/exporter_uninstall
4,597
[ "no_license" ]
[ { "path": "rabbitmq_install/playbooks/roles/exporter_uninstall/tasks/exporter-uninstall.yml", "content": "---\n\n# 停止服务\n- name: stop redis_exporter\n shell: ps -ef |grep rabbitmq_exporter |grep -v grep|awk '{print $2}'|xargs kill -9\n ignore_errors: True \n# 删除相关数据\n- name: delete data\n file: dest={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
rabbitmq_install/playbooks/roles/rabbitmq_install
4,597
[ "no_license" ]
[ { "path": "rabbitmq_install/playbooks/roles/rabbitmq_install/templates/mqinstall.sh", "content": "#!/bin/bash\nyum install -y make gcc gcc-c++ m4 openssl openssl-devel ncurses-devel unixODBC unixODBC-devel perl\nif [ -d /usr/local/jdk ];\nthen\necho \"jdk is install\"\nelse\ntar xf {{ data_path }}/soft/jdk-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6896, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
rabbitmq_install/playbooks/roles/rabbitmq_uninstall
4,597
[ "no_license" ]
[ { "path": "rabbitmq_install/playbooks/roles/rabbitmq_uninstall/tasks/rabbitmq-uninstall.yml", "content": "---\n\n# 停止服务\n- name: stop mq\n shell: sh {{ data_path }}/shell/mqstop.sh\n ignore_errors: True\n- name: stop erl\n shell: sh {{ data_path }}/shell/erlstop.sh\n ignore_errors: True \n# 删除相关数据\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 514, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
redis_install/playbooks/roles/exporter_install
4,597
[ "no_license" ]
[ { "path": "redis_install/playbooks/roles/exporter_install/vars/main.yml", "content": "---\n\n### 以下配置根据实际情况进行修改 ###\n\n\n# 部署的数据根目录\ndata_path: /data/redis\n# 物料在部署机的存放目录\nsoft_tmp_path: /data/solar_base_commpent/redis\n# 物料包名称\nversion: 1.24.0\nexporter_name: redis_exporter-v{{ version }}.linux-amd64.tar.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1725, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
redis_install/playbooks/roles/exporter_uninstall
4,597
[ "no_license" ]
[ { "path": "redis_install/playbooks/roles/exporter_uninstall/tasks/main.yml", "content": "- include: exporter-uninstall.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "redis_install/playbooks/roles/exporter_uninstall/tasks/exporter-uninstall.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 503, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
redis_install/playbooks/roles/redis_install
4,597
[ "no_license" ]
[ { "path": "redis_install/playbooks/roles/redis_install/tasks/redis-install.yml", "content": "---\n# 创建redis相关目录\n- name: mkdir redis dir\n file: dest={{ item }} state=directory recurse=yes owner=app group=app mode=0755\n with_items: \n - '{{ data_path }}'\n - '{{ data_path }}/data'\n - '{{ data_p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3414, "all_permissive": false }
ansible_role
15909497950/ansible-playbooks
c15d2c6f76f6fb41a3aa2aafba6ced59fb28a330
0
redis_install/playbooks/roles/redis_uninstall
4,597
[ "no_license" ]
[ { "path": "redis_install/playbooks/roles/redis_uninstall/tasks/redis-uninstall.yml", "content": "---\n\n# 停止redis服务\n- name: stop redis\n shell: pkill redis\n ignore_errors: True \n# 删除redis相关数据\n- name: delete redis data\n file: dest={{ item }} state=absent\n with_items:\n # redis.sh\n - '/etc/pr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
ccollicutt/ansible-ospf-test
c7de9988fc4f6798f0f9c06c02831c83d28a026b
2
roles/linux-client
4,597
[ "no_license" ]
[ { "path": "roles/linux-client/tasks/main.yml", "content": "---\n\n- name: get default route\n command: ip -4 route list 0/0\n register: default_route\n changed_when: False\n\n- name: set default route\n shell: ip route delete default && ip route add default via 10.0.10.2\n when: \"'10.0.2.2' in default...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
ccollicutt/ansible-ospf-test
c7de9988fc4f6798f0f9c06c02831c83d28a026b
2
roles/linux-quagga
4,597
[ "no_license" ]
[ { "path": "roles/linux-quagga/templates/ospfd.conf.j2", "content": "! -*- ospf v10 -*-\n!\nhostname {{ inventory_hostname }}\npassword <PASSWORD>\nenable password <PASSWORD>\n!\ninterface eth1\n!\nrouter ospf\n router-id {{ ansible_eth1.ipv4.address }}\n network {{ ansible_eth1.ipv4.address }}/24 area 0.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1730, "all_permissive": false }
ansible_role
ccollicutt/ansible-ospf-test
c7de9988fc4f6798f0f9c06c02831c83d28a026b
2
roles/openbsd-ospf
4,597
[ "no_license" ]
[ { "path": "roles/openbsd-ospf/templates/ospfd.conf-md5.j2", "content": "router-id 5.5.5.5\n\narea 0.0.0.0 {\n interface em2 {\n auth-type crypt\n auth-md 1 \"{{ ospfd_key }}\"\n auth-md-keyid 1\n }\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1453, "all_permissive": false }
ansible_role
MakarovS96/web_pract
aec292d70f55b56d5765e603d1bac2abe1205cde
0
roles/http
4,597
[ "no_license" ]
[ { "path": "roles/http/defaults/main.yml", "content": "---\n# defaults file for http\nhttp_document_path: '/var/www/html'\nhttp_php_host: '127.0.0.1'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/http/handlers/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 824, "all_permissive": false }
ansible_role
MakarovS96/web_pract
aec292d70f55b56d5765e603d1bac2abe1205cde
0
roles/php
4,597
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yml", "content": "---\n# defaults file for php\nphp_host_ip: '127.0.0.1'\nphp_document_path: '/var/www/html'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/php/tasks/main.yml", "content": "---\n# task...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 791, "all_permissive": false }
ansible_role
MakarovS96/web_pract
aec292d70f55b56d5765e603d1bac2abe1205cde
0
roles/users
4,597
[ "no_license" ]
[ { "path": "roles/users/defaults/main.yml", "content": "---\n# defaults file for users\nusers_user_key: \"\"\nusers_user_name: \"user\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 565, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/cifs_server
4,777
[ "no_license" ]
[ { "path": "roles/cifs_server/tasks/main.yml", "content": "---\n- name: Creating Kerberos Configuration\n template:\n src: etc/krb5/krb5.conf.j2\n dest: /etc/krb5/krb5.conf\n owner: root\n group: root\n mode: 0644\n become: true\n\n- name: Install CIFS kernel driver (OmniOS only)\n package:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3304, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/consul_agent
4,777
[ "no_license" ]
[ { "path": "roles/consul_agent/tasks/main.yml", "content": "---\n- block:\n - name: Ensure Supervisor Installed\n apt: name=supervisor state=latest\n\n - name: Ensure Unzip Installed\n apt: name=unzip state=latest\n\n - name: Ensure /etc/consul Exists\n file: path=/etc/consul state=di...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5066, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/consul_server
4,777
[ "no_license" ]
[ { "path": "roles/consul_server/tasks/main.yml", "content": "---\n- name: Create supervise configuration for Consul Server\n template: src=supervisor.j2 dest=/etc/supervisor/conf.d/consul.conf\n notify: Restart Consul\n\n- meta: flush_handlers\n \n- block:\n - name: Retrieve Cluster Member list\n comm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1255, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/illumos_zone_host
4,777
[ "no_license" ]
[ { "path": "roles/illumos_zone_host/tasks/main.yml", "content": "---\n- name: \"Ensure Illumos Zone Image Exists ({{illumos_zone_purpose}})\"\n imgadm: uuid=\"{{ illumos_zone_image_uuid }}\" state=present\n\n- name: \"Ensure Illumos Zone Exists ({{illumos_zone_purpose}})\"\n vmadm:\n state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1481, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/influxdb_server
4,777
[ "no_license" ]
[ { "path": "roles/influxdb_server/tasks/main.yml", "content": "---\n- name: Update APT\n apt: update_cache=yes cache_valid_time=3600\n changed_when: false\n\n- name: Ensure InfluxDB Installed\n apt:\n name: influxdb\n state: present\n\n- name: Ensure InfluxDB Service Installed\n service:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/plex_media_server
4,777
[ "no_license" ]
[ { "path": "roles/plex_media_server/tasks/main.yml", "content": "---\n- name: Install Plex APT Repository\n apt_repository:\n repo: deb https://downloads.plex.tv/repo/deb ./public main\n state: present\n\n- name: Install Plex APT Key\n apt_key:\n url: https://downloads.plex.tv/plex-keys/PlexSign.k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/rabbitmq_sensu_vhost
4,777
[ "no_license" ]
[ { "path": "roles/rabbitmq_sensu_vhost/defaults/main.yml", "content": "---\nsensu_rabbitmq_password: \"<PASSWORD>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/rabbitmq_sensu_vhost/tasks/main.yml", "content": "---\n- name: Query Rabbit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 992, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/rabbitmq_server
4,777
[ "no_license" ]
[ { "path": "roles/rabbitmq_server/tasks/main.yml", "content": "---\n# SmartOS\n- block:\n - name: Ensure RabbitMQ is present (SmartOS)\n pkgin: name=rabbitmq state=present\n - name: Ensure RabbitMQ is started (SmartOS)\n service: name=rabbitmq state=started enabled=yes\n become: true\n - name: En...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1461, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/redis_datastore
4,777
[ "no_license" ]
[ { "path": "roles/redis_datastore/handlers/main.yml", "content": "---\n- name: Redis Restart (Ubuntu)\n service: name=redis-server state=restarted enabled=yes\n become: true\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Redis Restart (SmartOS)\n service: name=redis state=restarted enabled=yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1412, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/samba_domain_controller
4,777
[ "no_license" ]
[ { "path": "roles/samba_domain_controller/tasks/domain_groups.yml", "content": "---\n- block:\n - name: domain_groups | Generate Domain Group List\n command: samba-tool group list\n register: _samba_domain_groups\n become: true\n changed_when: false\n\n - name: domain_groups | Creating Domain G...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5827, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/sensu_server
4,777
[ "no_license" ]
[ { "path": "roles/sensu_server/meta/main.yml", "content": "---\ndependencies:\n - { role: redis_datastore }\n - { role: rabbitmq_server }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/sensu_server/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 777, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/ubuntu_kvm_zone_host
4,777
[ "no_license" ]
[ { "path": "roles/ubuntu_kvm_zone_host/defaults/main.yml", "content": "---\nubuntu_kvm_zone_alias: \"sambadc\"\nubuntu_kvm_zone_image_uuid: \"342045ce-6af1-4adf-9ef1-e5bfaf9de28c\"\nubuntu_kvm_zone_vcpus: 1\nubuntu_kvm_zone_ram: 2048\nubuntu_kvm_zone_quota_in_gb: 80\nubuntu_kvm_zone_ip: 192.168.10.15\nubuntu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1423, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/ubuntu_lx_zone_host
4,777
[ "no_license" ]
[ { "path": "roles/ubuntu_lx_zone_host/tasks/main.yml", "content": "---\n- name: \"Ensure Ubuntu LX Zone Image exists ({{ubuntu_lx_zone_purpose}})\"\n imgadm: uuid=\"{{ ubuntu_lx_zone_image_uuid }}\" state=present\n\n- name: \"Ensure Ubuntu LX Zone Created ({{ubuntu_lx_zone_purpose}})\"\n vmadm:\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1526, "all_permissive": false }
ansible_role
john-terrell/coolpeople_infrastructure
916158fed40350939c99cf555ebe26d1dbd19129
0
roles/unifi_server
4,777
[ "no_license" ]
[ { "path": "roles/unifi_server/tasks/main.yml", "content": "---\n- name: Install Unifi APT Repository\n apt_repository:\n repo: deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti\n state: present\n\n- name: Install Unifi APT Key\n apt_key:\n url: https://dl.ubnt.com/unifi/unifi-repo.gp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1001, "all_permissive": false }
ansible_role
rogerpn/ansible
c7ccc486a827b3fc384f14c513e3d65cf6dbdfe1
0
roles/create_admin_user
4,777
[ "no_license" ]
[ { "path": "roles/create_admin_user/vars/main.yml", "content": "---\n# vars file for create_admin_user\nadmin:\n - name: 'mutareadmin'\n comment: 'Mutare Admin'\n uid: '2000'\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 740, "all_permissive": false }
ansible_role
plumbis/ansible-cumulus-upgrade
6ba891d2e6d1ee31526c9e94f4eed0f2f374e877
10
l2-demo/roles/common
4,777
[ "no_license" ]
[ { "path": "l2-demo/roles/common/files/interface_stats.py", "content": "#!/usr/bin/env python2.7\n\nimport subprocess\nimport time\nfrom collections import defaultdict\nfrom ansible.module_utils.basic import *\n\n# What is the acceptable number of bytes on the interface for it to be \"quiet\"\nBYTE_THRESHOLD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4020, "all_permissive": false }
ansible_role
plumbis/ansible-cumulus-upgrade
6ba891d2e6d1ee31526c9e94f4eed0f2f374e877
10
l2-demo/roles/leafs
4,777
[ "no_license" ]
[ { "path": "l2-demo/roles/leafs/templates/Quagga.conf.j2", "content": "{% set bgpvars = bgp[ansible_hostname] -%}\n{% set loopback_v4 = interfaces[ansible_hostname].lo.ipv4 -%}\n{% set loopback_v6 = interfaces[ansible_hostname].lo.ipv6 -%}\n\n{### Set the logging and save all the config in Quagga.conf file #...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 13254, "all_permissive": false }
ansible_role
plumbis/ansible-cumulus-upgrade
6ba891d2e6d1ee31526c9e94f4eed0f2f374e877
10
l2-demo/roles/servers
4,777
[ "no_license" ]
[ { "path": "l2-demo/roles/servers/vars/main.yml", "content": "\ninterfaces:\n spine1:\n bridges:\n - name: \"br0\"\n members: [\"peerlink\", \"bond1\", \"bond2\", \"bond3\"]\n peerlink:\n - name: \"peerlink\"\n members: [\"swp7\", \"swp8\"]\n clag_ip: \"169.254.254.1\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6544, "all_permissive": false }
ansible_role
plumbis/ansible-cumulus-upgrade
6ba891d2e6d1ee31526c9e94f4eed0f2f374e877
10
l2-demo/roles/spines
4,777
[ "no_license" ]
[ { "path": "l2-demo/roles/spines/templates/zebra_config.j2", "content": "#Configured by Ansible\n\nhostname {{ ansible_hostname }}\nlog file /var/log/quagga/zebra.log\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "l2-demo/roles/spines/tasks/confi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5329, "all_permissive": false }
ansible_role
plumbis/ansible-cumulus-upgrade
6ba891d2e6d1ee31526c9e94f4eed0f2f374e877
10
l3-demo/roles/leafs
4,777
[ "no_license" ]
[ { "path": "l3-demo/roles/leafs/vars/main.yml", "content": "---\ninterfaces:\n\n leaf1:\n lo:\n ipv6: \"fd::1:1/128\"\n ipv4: \"172.16.0.1/32\"\n\n swp1:\n alias: \"To spine 1\"\n\n swp2:\n alias: \"To spine 2\"\n\n swp3:\n alias: \"To server 1\"\n\n leaf2:\n lo:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4615, "all_permissive": false }
ansible_role
plumbis/ansible-cumulus-upgrade
6ba891d2e6d1ee31526c9e94f4eed0f2f374e877
10
l3-demo/roles/spines
4,777
[ "no_license" ]
[ { "path": "l3-demo/roles/spines/vars/main.yml", "content": "---\ninterfaces:\n\n spine1:\n lo:\n ipv6: \"fd00:a516:7c1b:17cd:6d81:2137:bd2a:2c5b:100/128\"\n ipv4: \"172.16.100.100/32\"\n\n swp1:\n alias: \"To leaf 1\"\n\n swp2:\n alias: \"To leaf 2\"\n\n swp3:\n alias: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3603, "all_permissive": false }
ansible_role
AndrewSutliff-insight/K8s-Ansible
c9c31b07069fd457dcc72815aea3203a205a9a64
0
roles/add-node
4,777
[ "no_license" ]
[ { "path": "roles/add-node/tasks/main.yml", "content": "---\n# tasks file for add-node\n- name: Copy Join Command to Nodes\n copy:\n src: \"/tmp/join-command.sh\"\n dest: \"/tmp/join-command.sh\"\n mode: ugo=rwx\n tags: cluster-init\n\n- name: Join Node to Cluster\n command: sh /tmp/join-command....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
AndrewSutliff-insight/K8s-Ansible
c9c31b07069fd457dcc72815aea3203a205a9a64
0
roles/cluster_init
4,777
[ "no_license" ]
[ { "path": "roles/cluster_init/tasks/controlplane.yaml", "content": "---\n- name: Initialize the Kubernetes cluster using kubeadm\n command: |\n kubeadm init --apiserver-advertise-address=\"{{ host_ip }}\" \\\n --node-name=\"{{ host_name }}\" \\\n --pod-network-cidr=\"{{ pod_network_cidr }}\"\n#nee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 953, "all_permissive": false }
ansible_role
AndrewSutliff-insight/K8s-Ansible
c9c31b07069fd457dcc72815aea3203a205a9a64
0
roles/cni
4,777
[ "no_license" ]
[ { "path": "roles/cni/tasks/main.yml", "content": "---\n# tasks file for cni\n- name: Install Weave CNI Pluggin\n become: true\n become_user: \"{{ kube_user }}\"\n command: kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml\n when: flannel\n\n\n# other tasks ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
nargamard/OTUS-Task4
b840ab951ffc1c1c8733bffeac6161718d4881c1
0
ansible/playbooks/roles/manage_zfs
4,777
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/manage_zfs/tasks/main.yml", "content": "---\n# Посмотрим список дисков и выведем его в лог\n- name: Get disk information\n shell: lsblk > /tmp/logfile\n register: lsblk_info\n\n# Включим модуль ядра zfs\n- name: modprobe zfs\n community.general.modprobe:\n name: zfs\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5426, "all_permissive": false }
ansible_role
balatuluva/robotshop-ansible
59f3a55f70b9af09721de75dcce5f52b47b66c2d
0
roles/common
4,777
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "## This Step is no more needed, as CI pipeline is taking care of this\n#- name: Install Maven\n# ansible.builtin.yum:\n# name: maven\n\n- name: Install Java\n ansible.builtin.yum:\n name: java-17-openjdk\n\n- name: Include app_prerequisites\n ans...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3824, "all_permissive": false }
ansible_role
tektutor/june2017-ansible
99e3ede57bcd76d6ef76ba39a391053efafd9c8a
0
Day3/Roles/nginx
4,737
[ "no_license" ]
[ { "path": "Day3/Roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n- name: Restart nginx server\n service: name=nginx state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "Day3/Roles/nginx/defaults/main.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 717, "all_permissive": false }
ansible_role
roulette6/aci-ansible
d4999a364aee05497c7e26542a9c755dcba60d72
0
roles/get-dn
4,737
[ "no_license" ]
[ { "path": "roles/get-dn/tasks/main.yml", "content": "---\n# tasks file for roles/get-dn\n- name: Get distinguished name\n aci_rest:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ ansible_user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n\n path: \"/api/node/mo/uni/{{ mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
roulette6/aci-ansible
d4999a364aee05497c7e26542a9c755dcba60d72
0
roles/phys-dom
4,737
[ "no_license" ]
[ { "path": "roles/phys-dom/tasks/main.yml", "content": "---\n# tasks file for roles/phys-dom\n- name: \"{{ verb }} physical domain\"\n aci_rest:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ ansible_user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n\n path: \"/api/node/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
roulette6/aci-ansible
d4999a364aee05497c7e26542a9c755dcba60d72
0
roles/vlan-encaps-block
4,737
[ "no_license" ]
[ { "path": "roles/vlan-encaps-block/tasks/main.yml", "content": "---\n# tasks file for roles/vlan-encaps-block\n- name: \"{{ verb }} a VLAN pool encapsulation block\"\n aci_vlan_pool_encap_block:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ ansible_user }}\"\n password: \"{{ <PASSWORD> }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
roulette6/aci-ansible
d4999a364aee05497c7e26542a9c755dcba60d72
0
roles/vlan-pool
4,737
[ "no_license" ]
[ { "path": "roles/vlan-pool/tasks/main.yml", "content": "---\n# tasks file for roles/vlan-pool\n- name: \"{{ verb }} a VLAN pool\"\n aci_vlan_pool:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ ansible_user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n\n pool: \"{{ vlan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
emilsuleymanov/my_own_collection
d604e0fb490c5b7bf2716f860225d87e4f7ed356
0
my_own_collection/roles/single_task_role
4,737
[ "no_license" ]
[ { "path": "my_own_collection/roles/single_task_role/tasks/main.yml", "content": "---\n# tasks file for single_task_role\n- name: my_own_role test\n my_own_module:\n path: \"{{ path }}\"\n content: \"{{ content }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 234, "all_permissive": false }
ansible_role
ardoooo/bit-devops
2c0b55f654e6ffc908f907159610d04eb835f250
0
task3_ansible/fmt-app-deployment/ansible/roles/builder
4,737
[ "no_license" ]
[ { "path": "task3_ansible/fmt-app-deployment/ansible/roles/builder/tasks/main.yml", "content": "- name: Ensure necessary host packages are installed\n apt:\n name: ['make', 'g++', 'libfmt-dev']\n state: present\n\n- name: Clone application repository\n git:\n repo: https://github.com/ardoooo/fmt-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
ardoooo/bit-devops
2c0b55f654e6ffc908f907159610d04eb835f250
0
task3_ansible/fmt-app-deployment/ansible/roles/deployer
4,737
[ "no_license" ]
[ { "path": "task3_ansible/fmt-app-deployment/ansible/roles/deployer/tasks/main.yml", "content": "- name: Copy build artifacts\n copy:\n src: /build/\n dest: /opt/fmt-app\n\n- name: Run application\n shell: |\n chmod +x /opt/fmt-app/echo\n chmod +x /opt/fmt-app/start.sh\n /opt/fmt-app/start.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
mekanix/seoskee-frontend
eceef694097c31658654d57ee117ebabe173ff8b
0
ansible/roles/onelove-roles.freebsd-common
4,737
[ "no_license" ]
[ { "path": "ansible/roles/onelove-roles.freebsd-common/vars/main.yml", "content": "---\ncommon_packages:\n - name: ca_root_nss\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/onelove-roles.freebsd-common/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 827, "all_permissive": false }
ansible_role
spham/aws_self_hosted_deepseekR1
da9ab1a67a0a375085bec0125b728f978ed5cbba
0
ansible/roles/ollama
4,737
[ "no_license" ]
[ { "path": "ansible/roles/ollama/tasks/main.yml", "content": "---\n- name: Installation des dépendances\n ansible.builtin.apt:\n name: \n - curl\n - git\n - bc\n - net-tools\n update_cache: yes\n\n- name: Installation de Ollama\n ansible.builtin.shell: curl -L https://ollama.ai/in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5081, "all_permissive": false }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/apache
4,737
[ "permissive" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: install apache packages\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - apache2-mpm-worker\n notify:\n - enable apache\n\n- name: enable modules\n command: a2enmod {{ item }}\n register: a2enmod\n changed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/common
4,737
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: install common packages\n apt: pkg={{ item }} update_cache=yes state=present\n with_items:\n - python-pycurl\n - python-apt\n - vim-nox\n - mc\n - htop\n - ntp\n - less\n\n- name: create common directory for downloads\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/elasticsearch
4,737
[ "permissive" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n\n- name: enable Elasticsearch repository\n apt_repository: >\n repo=\"deb http://packages.elasticsearch.org/elasticsearch/{{ elasticsearch_version }}/debian stable main\"\n state=present\n\n- name: add Elasticsearch repo key\n apt_key...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 594, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/github_repo
4,737
[ "permissive" ]
[ { "path": "roles/github_repo/tasks/main.yml", "content": "---\n\n- name: check if repository exists\n command: >\n curl -u {{ github_repo_user }}:{{ github_repo_token }}\n https://api.github.com/repos/{{ github_repo_organization }}/{{ item.name }}\n register: curl_result\n with_items: github_repo_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1883, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/github_repo_microservice
4,737
[ "permissive" ]
[ { "path": "roles/github_repo_microservice/tasks/main.yml", "content": "---\n\n- name: create temporary directory\n file:\n dest: \"{{ github_repo_microservice_temp }}\"\n state: directory\n\n- name: clone source repository\n git:\n repo: \"<EMAIL>:{{ github_repo_microservice_organization }}/{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 999, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/grafana
4,737
[ "permissive" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: download grafana\n get_url: >\n url=http://grafanarel.s3.amazonaws.com/grafana-{{ grafana_version }}.tar.gz\n dest={{ grafana_graphite_root }}/grafana-{{ grafana_version }}.tar.gz\n\n- name: extract grafana tarball\n shell: >\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1810, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/graphite
4,737
[ "permissive" ]
[ { "path": "roles/graphite/tasks/main.yml", "content": "---\n\n- name: Install Graphite Dependencies for Debian\n apt: \"name={{ item }} state=present update_cache=yes\"\n with_items: graphite_pkgs\n\n- name: Create PIP requirements file \n copy: src=opt/graphite/requirements.txt dest=/tmp/requirements.tx...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3419, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/kibana
4,737
[ "permissive" ]
[ { "path": "roles/kibana/defaults/main.yml", "content": "---\n\nkibana_dir: /srv/kibana\nkibana_port: 80\nkibana_version: \"3.0.1\"\nkibana_download_url: \"https://download.elasticsearch.org/kibana/kibana/kibana-{{ kibana_version }}.tar.gz\"\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1425, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/logstash
4,737
[ "permissive" ]
[ { "path": "roles/logstash/templates/application.conf.j2", "content": "# {{ ansible_managed }}\nfilter {\n if [type] =~ /.*_gc$/ {\n mutate { # sanitizing input data\n gsub => [\n \"message\", \"\\s+\", \" \", # replace all multiple whitespaces with single space...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4763, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/logstash-forwarder
4,737
[ "permissive" ]
[ { "path": "roles/logstash-forwarder/tasks/main.yml", "content": "---\n\n- name: add elasticsearch apt key\n apt_key: url=http://packages.elasticsearch.org/GPG-KEY-elasticsearch state=present\n\n- name: add elasticsearch apt repository\n apt_repository: >\n repo='deb http://packages.elasticsearch.org/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3802, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/redis
4,737
[ "permissive" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: install Redis\n apt: pkg=redis-server state=installed update_cache=yes\n\n- name: enable and start Redis service \n service: name=redis-server state=started enabled=yes\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/rundeck
4,737
[ "permissive" ]
[ { "path": "roles/rundeck/tasks/main.yml", "content": "---\n\n- name: download rundeck package\n get_url: >\n url={{ rundeck_download_url }}\n dest=/tmp\n\n- name: install rundeck package\n apt: deb=/tmp/{{ rundeck_deb_filename }}\n\n- name: create /tmp/rundeck directory\n file: >\n path=/tmp/run...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1012, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/sonatype-nexus
4,737
[ "permissive" ]
[ { "path": "roles/sonatype-nexus/tasks/main.yml", "content": "---\n - name: Create \"nexus\" group\n group: name=nexus\n\n - name: Create \"nexus\" user\n user: name=nexus group=nexus groups=\"sudo\"\n\n - include: openjdk.yml\n\n - include: download.yml\n\n - include: configure.yml\n\n - include...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1253, "all_permissive": true }
ansible_role
microhackathon-2015-02-Prague/ansible-microservice-hackathon
e62c93c25905ff7d05e343335cac16c0eb6fec3e
0
roles/zookeeper
4,737
[ "permissive" ]
[ { "path": "roles/zookeeper/handlers/main.yml", "content": "---\n\n- name: start exhibitor\n supervisorctl: name=exhibitor state=present\n\n- name: restart exhibitor\n supervisorctl: name=exhibitor state=restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2379, "all_permissive": true }
ansible_role
enowars/bambictf
0d81c05370c79d0c9eff819c656b4d086aa770fb
15
ansible/roles/bambixploit
4,737
[ "no_license" ]
[ { "path": "ansible/roles/bambixploit/files/bambixploit.json", "content": "{\n \"flagRegex\": \"ENO[A-Za-z0-9+\\/=]{48}\",\n \"targetsUrl\": \"https://enowars.com/api/data/ips\",\n \"submissionAddress\": \"10.0.13.37\",\n \"submissionPort\": 1337,\n \"interval\": 50\n}\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
enowars/bambictf
0d81c05370c79d0c9eff819c656b4d086aa770fb
15
ansible/roles/base
4,737
[ "no_license" ]
[ { "path": "ansible/roles/base/meta/main.yml", "content": "dependencies:\n - role: \"ssh_keys\"\n - role: \"firewall\"\n - role: \"tmux\"\n - role: \"wireguard\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "ansible/roles/base/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 187, "all_permissive": false }
ansible_role
enowars/bambictf
0d81c05370c79d0c9eff819c656b4d086aa770fb
15
ansible/roles/docker
4,737
[ "no_license" ]
[ { "path": "ansible/roles/docker/files/daemon.json", "content": "{\n\t\"log-driver\": \"json-file\",\n\t\"log-opts\": {\n\t\t\"max-size\": \"300m\",\n\t\t\"max-file\": \"3\"\n\t},\n\t\"default-address-pools\": [{\n\t\t\"base\": \"172.17.0.0/16\",\n\t\t\"size\": 24\n\t}]\n}\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1176, "all_permissive": false }
ansible_role
enowars/bambictf
0d81c05370c79d0c9eff819c656b4d086aa770fb
15
ansible/roles/docker_block_external
4,737
[ "no_license" ]
[ { "path": "ansible/roles/docker_block_external/tasks/main.yml", "content": "---\n# note that this is Hetzner Cloud specific and does not work if the external interface is not eth0\n- name: \"Allow related/established traffic from the external interface to allow the containers to access the internet\"\n ipt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 708, "all_permissive": false }