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
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/node_red
8,051
[ "permissive" ]
[ { "path": "ansible/roles/node_red/tasks/main.yaml", "content": "---\n- name: Create node_red Namespace\n kubernetes.core.k8s:\n name: \"{{ node_red_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: node-red\n- name: Make node_red namespace privileged...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1770, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/open_search
8,051
[ "permissive" ]
[ { "path": "ansible/roles/open_search/tasks/main.yaml", "content": "---\n- name: Create open search Namespace\n tags: open-search\n kubernetes.core.k8s:\n name: \"{{ open_search_namespace }}\"\n kind: Namespace\n state: \"{{ open_search_state }}\"\n kubeconfig: \"{{ kube_config }}\"\n- name: Ad...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1284, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/openfaas
8,051
[ "permissive" ]
[ { "path": "ansible/roles/openfaas/tasks/main.yaml", "content": "---\n- name: Create openfaas Namespace\n kubernetes.core.k8s:\n name: \"{{ openfaas_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: openfaas\n- name: Create openfaas-fn namespace\n ku...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1926, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/openmct
8,051
[ "permissive" ]
[ { "path": "ansible/roles/openmct/tasks/main.yaml", "content": "---\n- name: Create openmct Namespace\n kubernetes.core.k8s:\n name: \"{{ openmct_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: openmct\n- name: Manage openmct namespace\n kubernetes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2463, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/plex
8,051
[ "permissive" ]
[ { "path": "ansible/roles/plex/defaults/main.yaml", "content": "---\nplex_namespace: plex\nplex_chart_version: \"0.2.0\"\nplex_wait_timeout: 5m0s\nplex_state: present\n# store in vault\nplex_claim_token: <PASSWORD>\nplex_config_vol_size: 32Gi\nplex_config_vol_sc:\nplex_media_vol_size: 256Gi\nplex_media_vol_s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2830, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/prometheus
8,051
[ "permissive" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yaml", "content": "---\n- name: Create prometheus Namespace\n kubernetes.core.k8s:\n name: \"{{ prometheus_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: prometheus\n- name: Make prometheus namespace ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1294, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/registry
8,051
[ "permissive" ]
[ { "path": "ansible/roles/registry/defaults/main.yaml", "content": "---\nregistry_namespace: registry\nregistry_version: 1.13.1\nregistry_state: present\nregistry_wait_timeout: 10m0s\nregistry_enabled: true\nregistry_gateway_name: istio-ingress/default-gateway\nregistry_hostname: registry.test\nregistry_stor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3767, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/rootless_containerd
8,051
[ "permissive" ]
[ { "path": "ansible/roles/rootless_containerd/tasks/user-setup.yml", "content": "---\n- name: Get Effective ID\n become: true\n become_user: \"{{ item.user }}\"\n ansible.builtin.command: id -ru\n changed_when: false\n register: rootless_containerd_effective_id\n- name: Setup rootless containerd\n beco...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5036, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/secure_dns
8,051
[ "permissive" ]
[ { "path": "ansible/roles/secure_dns/templates/resolved.conf.j2", "content": "# This file is part of systemd.\n#\n# systemd is free software; you can redistribute it and/or modify it under the\n# terms of the GNU Lesser General Public License as published by the Free\n# Software Foundation; either versio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2017, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/syslog_portal
8,051
[ "permissive" ]
[ { "path": "ansible/roles/syslog_portal/tasks/main.yaml", "content": "---\n- name: Create syslog_portal Namespace\n kubernetes.core.k8s:\n name: \"{{ syslog_portal_namespace }}\"\n kind: Namespace\n state: present\n kubeconfig: \"{{ kube_config }}\"\n tags: syslog_portal\n- name: Make syslog_po...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1385, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/trivy
8,051
[ "permissive" ]
[ { "path": "ansible/roles/trivy/defaults/main.yaml", "content": "---\ntrivy_state: present\ntrivy_version: \"0.19.1\"\ntrivy_wait_timeout: 5m0s\ntrivy_namespace: trivy\ntrivy_enabled: false\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 118 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1218, "all_permissive": true }
ansible_role
bryopsida/infra
91e6b41d6e05c1e5ecbd66c79c0fef5a955221ff
0
ansible/roles/wireguard
8,051
[ "permissive" ]
[ { "path": "ansible/roles/wireguard/defaults/main.yaml", "content": "---\nwireguard_namespace: wireguard\nwireguard_version: 0.18.0\nwireguard_state: present\nwireguard_wait_timeout: 5m0s\nwireguard_enabled: true\nwireguard_config: {}\n", "license_type": "permissive", "detected_licenses": [ "Un...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1358, "all_permissive": true }
ansible_role
imschuler/oka
b8ab3102add01c5da14f22e1e625a006a7b24319
0
builds/jobs/install/depot/roles/suse_network
8,051
[ "permissive" ]
[ { "path": "builds/jobs/install/depot/roles/suse_network/vars/main.yml", "content": "---\n# vars file for suse_network", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 32 }, { "path": "builds/jobs/install/depot/roles/suse_network/templates/ifc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1808, "all_permissive": true }
ansible_role
zendad/ansible_tomcat7docker_container
5d40d9f3a0a2a978ced81e22aba31f24f454ff9e
0
roles/dereck.tomcat7
8,051
[ "no_license" ]
[ { "path": "roles/dereck.tomcat7/tasks/main.yml", "content": "---\n# Stop all containers running the specified image.\n- name: obsolete container\n docker:\n image: mbentley/tomcat7\n state: stopped\n\n# Stop and remove a container with the specified name.\n- name: obsolete container\n docker:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1122, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/00-daily
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/00-daily/tasks/main.yaml", "content": "- name: 配置resolv解析文件\n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/01-operations
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/01-operations/tasks/main.yml", "content": "- name: 设置主机名\n hostname:\n name: '{{inventory_hostname}}'\n\n- name: 更新系统\n yum:\n name: '*'\n state: latest\n update_cache: 'yes'\n\n- name: 安装运维工具\n yum:\n name: ['bash-completion','chrony','ipvsa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4975, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/02-development
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/02-development/tasks/main.yml", "content": "- name: 创建developers组\n group:\n name: developers\n gid: 500\n\n- name: 创建yanfa用户\n user:\n name: yanfa\n group: developers\n uid: 500\n password: <PASSWORD>.\"\n\n- name: 给/usr/local目录设定acl\n sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1493, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/03-virtualization
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/03-virtualization/files/virtualization.sh", "content": "function virtualization(){\n\tyum group install -y 'Virtualization Host'\t\n\tln -sv /usr/libexec/qemu-kvm /usr/bin/\n\tyum install -y tigervnc tigervnc-server virt-manager qemu-img virt-install\n\tsystem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/04-virt-info
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/04-virt-info/files/virtinfo-new.sh", "content": "#!/bin/bash\n#version 1.2\n#vizarzhou\nfor ip in 10.0.13.{1..253};do\n\t{\n\tping -c1 $ip >/dev/null 2>&1\n\t}&\ndone\nfor ip in 10.10.9.{1..253};do\n {\n ping -c1 $ip >/dev/null 2>&1\n }&\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2775, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/101-install-docker
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/101-install-docker/handlers/main.yml", "content": "- name: 重启docker服务\n systemd: \n daemon_reload: yes\n name: docker\n state: restarted\n enabled: yes\n- name: 读取内核参数\n shell: sysctl -p /etc/sysctl.d/*\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2703, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/102-setup-k8s
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/102-setup-k8s/defaults/main.yml", "content": "MASTER_VIP: \"XXX.XXX.XXX.XXX\"\nMASTER_VIP_NETMASK: \"26\"\nINTERFACE_NAME: \"eth0\"\nVIRTUAL_ROUTER_ID: \"XXX\"\n\nKUBERNETES_VERSION: \"X.XX.X\"\nPODSUBNET: 10.244.0.0/16\nPROXY:\n MODE: \"ipvs\"", "license...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5498, "all_permissive": false }
ansible_role
DesistDaydream/Work
26373db4d5a8df816c73b8030107740f92640825
0
IPTV/deploymentSystem/playbook/roles/90-test
8,053
[ "no_license" ]
[ { "path": "IPTV/deploymentSystem/playbook/roles/90-test/templates/ifcfg-lo.j2", "content": "DEVICE=lo:0\nIPADDR={{ LVS_VIP }}\nNETMASK=255.255.255.255\nONBOOT=yes\nNAME=loopback", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "IPTV/deploymentSystem/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 2487, "all_permissive": false }
ansible_role
m-ahmedy/T3C14-Ansible-Activity
bdb184c4abf8628b9fe59e9f0e9abd0c65d88f60
0
roles/configure
8,053
[ "no_license" ]
[ { "path": "roles/configure/tasks/main.yml", "content": "- name: Install Node.js LTS\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &&\\\n sudo apt-get install -y nodejs\n\n- name: Use n to switch to Node.js 13.8.0\n become: true\n shell: |\n sudo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
m-ahmedy/T3C14-Ansible-Activity
bdb184c4abf8628b9fe59e9f0e9abd0c65d88f60
0
roles/deploy
8,053
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "- name: Create a directory for the app on the server\n file:\n path: /home/ubuntu/app\n state: directory\n mode: '0755'\n\n- name: Copy server app from the control node\n copy:\n src: server-app.js\n dest: /home/ubuntu/app\n\n- name: Run ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
swasher/privategames
8c43967f0114d113aaec5f875966b3a07dfd0dc1
0
provision/roles/dotfiles
8,053
[ "no_license" ]
[ { "path": "provision/roles/dotfiles/tasks/fabric_completions.yml", "content": "---\n- name: Download django completions\n get_url: >\n url=https://raw.githubusercontent.com/underself/fabric-completion/master/fabric-completion.bash\n dest=\"/home/vagrant/{{dotfiles}}/fabric-completion.bash\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/alertmanager
8,053
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/main.yml", "content": "---\n# tasks file for alertmanager\n- name: Stop service alertmanager, if started\n ansible.builtin.systemd_service:\n name: alertmanager.service\n state: stopped\n ignore_errors: true\n\n- name: Create configs directory\n file:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1581, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/blackbox_exporter
8,053
[ "no_license" ]
[ { "path": "roles/blackbox_exporter/templates/blackbox_exporter.service.j2", "content": "[Unit]\nDescription=Prometheus blackbox exporter\nAfter=network.target auditd.service\n\n[Service]\nUser={{ user }}\nGroup={{ group }}\nType=simple\nExecStart={{ dir }}/blackbox_exporter/blackbox_exporter \\\n --confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1513, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/grafana
8,053
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n# tasks file for grafana-server\n- name: Stop service grafana-server, if started\n ansible.builtin.systemd_service:\n name: grafana-server.service\n state: stopped\n ignore_errors: true\n\n- name: Create configs directory\n file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/kafka_exporter
8,053
[ "no_license" ]
[ { "path": "roles/kafka_exporter/templates/kafka_exporter.service.j2", "content": "[Unit]\nDescription=Prometheus kafka exporter\nAfter=network.target\n\n[Service]\nUser={{ user }}\nGroup={{ group }}\nType=simple\nExecStart={{ dir }}/kafka_exporter/kafka_exporter --kafka.server {{ inventory_hostname }}:9092 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1368, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/node_exporter
8,053
[ "no_license" ]
[ { "path": "roles/node_exporter/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=Prometheus node exporter\nAfter=network.target auditd.service\n\n[Service]\nUser={{ user }}\nGroup={{ group }}\nType=simple\nExecStart={{ dir }}/node_exporter/node_exporter --collector.systemd\nRestart=on-fai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1281, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/vmagent
8,053
[ "no_license" ]
[ { "path": "roles/vmagent/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 15s\n scrape_timeout: 10s\n external_labels:\n monitor: vmagent\n\nscrape_configs:\n - job_name: vmagent\n metrics_path: /metrics\n static_configs:\n - targets:\n - {{ vmagent }}:8429\n\n - jo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4553, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/vmalert
8,053
[ "no_license" ]
[ { "path": "roles/vmalert/tasks/main.yml", "content": "---\n# tasks file for vmalert\n- name: Stop service vmalert, if started\n ansible.builtin.systemd_service:\n name: vmalert.service\n state: stopped\n ignore_errors: true\n\n- name: Create configs directory\n file:\n path: \"{{ dir }}/vmalert\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 45115, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/vmauth
8,053
[ "no_license" ]
[ { "path": "roles/vmauth/templates/vmauth.service.j2", "content": "[Unit]\nDescription=vmauth\nAfter=network.target\n\n[Service]\nType=simple\nUser={{ user }}\nGroup={{ group }}\nStartLimitBurst=5\nStartLimitInterval=0\nRestart=on-failure\nRestartSec=1\nExecStart={{ dir }}/vmauth/vmauth-prod -auth.config={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2404, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/vminsert
8,053
[ "no_license" ]
[ { "path": "roles/vminsert/tasks/main.yml", "content": "---\n# tasks file for vminsert\n- name: Stop service vminsert, if started\n ansible.builtin.systemd_service:\n name: vminsert.service\n state: stopped\n ignore_errors: true\n\n- name: Create configs directory\n file:\n path: \"{{ dir }}/vmin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1408, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/vmselect
8,053
[ "no_license" ]
[ { "path": "roles/vmselect/tasks/main.yml", "content": "---\n# tasks file for vmselect\n- name: Stop service vmselect, if started\n ansible.builtin.systemd_service:\n name: vmselect.service\n state: stopped\n ignore_errors: true\n\n- name: Add the user\n ansible.builtin.user:\n name: \"{{ user }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1831, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/vmstorage
8,053
[ "no_license" ]
[ { "path": "roles/vmstorage/tasks/main.yml", "content": "---\n# tasks file for vmstorage\n- name: Stop service vmstorage, if started\n ansible.builtin.systemd_service:\n name: vmstorage.service\n state: stopped\n ignore_errors: true\n\n- name: Add the user\n ansible.builtin.user:\n name: \"{{ use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1667, "all_permissive": false }
ansible_role
niriaki/victoria-metrics-services
693a7c668f425d6012ebd3d1055e4aab6316b8d7
0
roles/zookeeper_exporter
8,053
[ "no_license" ]
[ { "path": "roles/zookeeper_exporter/tasks/main.yml", "content": "---\n# tasks file for zookeeper_exporter\n- name: Stop service zookeeper_exporter, if started\n ansible.builtin.systemd_service:\n name: zookeeper_exporter.service\n state: stopped\n ignore_errors: true\n\n- name: Create configs direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1367, "all_permissive": false }
ansible_role
flolabeille/LAB-CHATGPT
3104204ad2126d0dbc5857ffd73655295d25474b
0
roles/new-server
8,053
[ "no_license" ]
[ { "path": "roles/new-server/vars/main.yml", "content": "---\nadministrator_group_name : administrators", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/new-server/tests/test.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n- hosts: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1297, "all_permissive": false }
ansible_role
haskell-monad/k8s-cluster
a2f843b29c172b2f03c2a4995ef8436f6d1e0999
0
roles/custom
8,053
[ "no_license" ]
[ { "path": "roles/custom/tasks/main.yml", "content": "# custom.yml \n- name: 编辑/etc/resolv.conf\n shell: 'echo \"nameserver 8.8.8.8\" >> /etc/resolv.conf'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
hu-chenyu/Cloud-Native-DevOps-Automation-Platform
b3b3afa396bbeb881a32112279fd2694ec3bf195
2
阶段二_全环境配置标准化(Ansible-Role)/roles/docker
8,053
[ "no_license" ]
[ { "path": "阶段二_全环境配置标准化(Ansible-Role)/roles/docker/tasks/main.yml", "content": "---\n- name: 安装基础依赖包\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n tags: install\n # 安装Docker所需的底层依赖组件\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3984, "all_permissive": false }
ansible_role
hu-chenyu/Cloud-Native-DevOps-Automation-Platform
b3b3afa396bbeb881a32112279fd2694ec3bf195
2
阶段二_全环境配置标准化(Ansible-Role)/roles/nginx
8,053
[ "no_license" ]
[ { "path": "阶段二_全环境配置标准化(Ansible-Role)/roles/nginx/files/health_check.sh", "content": "#!/bin/bash\n\n# TCP检查(端口8080)\nnc -zv 127.0.0.1 8080 > /dev/null 2>&1 || exit 1\n\n# HTTP检查(/health端点)\nHTTP_CODE=$(curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8080/health)\n[ \"$HTTP_CODE\" -eq 200 ] || exi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1842, "all_permissive": false }
ansible_role
imabhi121/Ansible-project
3c42bade3dcf680cacaf78a4975cd8b2f32e9844
0
roles/datadisk-n01650117
8,053
[ "no_license" ]
[ { "path": "roles/datadisk-n01650117/tasks/main.yml", "content": "---\n- name: Install Parted Package\n yum:\n name: parted\n state: present\n\n- name: Locate 10GB Disk\n shell: \"lsblk -b -o NAME,SIZE | grep ' 10737418240' | awk '{print $1}'\"\n register: datadisk_device\n changed_when: false\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1710, "all_permissive": false }
ansible_role
imabhi121/Ansible-project
3c42bade3dcf680cacaf78a4975cd8b2f32e9844
0
roles/profile-n01650117
8,053
[ "no_license" ]
[ { "path": "roles/profile-n01650117/tasks/main.yml", "content": "---\n- name: Add Ansible Block to /etc/profile\n lineinfile:\n path: /etc/profile\n line: \"#Test block added by Ansible……n01650117\"\n insertafter: EOF\n\n- name: Configure TMOUT in /etc/profile\n lineinfile:\n path: /etc/profile...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 399, "all_permissive": false }
ansible_role
imabhi121/Ansible-project
3c42bade3dcf680cacaf78a4975cd8b2f32e9844
0
roles/timezone
8,053
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n- name: Set time zone to America/Toronto\n ansible.builtin.command:\n cmd: timedatectl set-timezone America/Toronto\n when: ansible_facts['os_family'] == 'RedHat'\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
imabhi121/Ansible-project
3c42bade3dcf680cacaf78a4975cd8b2f32e9844
0
roles/user-n01650117
8,053
[ "no_license" ]
[ { "path": "roles/user-n01650117/tasks/main.yml", "content": "---\n- name: Establish cloudadmins Group\n group:\n name: cloudadmins\n state: present\n\n- name: Provision User Accounts\n user:\n name: \"{{ item }}\"\n groups: cloudadmins,wheel\n state: present\n generate_ssh_key: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1182, "all_permissive": false }
ansible_role
imabhi121/Ansible-project
3c42bade3dcf680cacaf78a4975cd8b2f32e9844
0
roles/webserver-n01650117
8,053
[ "no_license" ]
[ { "path": "roles/webserver-n01650117/tasks/main.yml", "content": "---\n- name: Install Apache Package\n yum:\n name: \"{{ apache_package }}\"\n state: present\n\n#- name: Ensure the index files exist on the Ansible controller\n# local_action:\n# module: copy\n# content: \"{{ item.fqdn }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": false }
ansible_role
vselcuk/swarmbox-ansible
cc64e894d6e0d2bbdcf40a7c9a9927103584f8ca
1
roles/common
8,053
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Set hostname\n hostname: name={{ hostname }}\n\n- name: Append hostname to /etc/hosts\n lineinfile: dest=/etc/hosts regexp='^127\\.0\\.0\\.1' line='127.0.0.1\\tlocalhost {{ hostname }}'\n\n- name: Append inventory to /etc/hosts\n lineinfil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
vselcuk/swarmbox-ansible
cc64e894d6e0d2bbdcf40a7c9a9927103584f8ca
1
roles/docker
8,053
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Add Docker repository key\n apt_key: keyserver=\"{{ apt_key_keyserver }}\" id=\"{{ apt_key_id }}\"\n\n- name: Add Docker repository\n apt_repository: repo=\"{{ apt_repository_repo }}\" state=present\n\n- name: Install docker package\n apt:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1575, "all_permissive": false }
ansible_role
vselcuk/swarmbox-ansible
cc64e894d6e0d2bbdcf40a7c9a9927103584f8ca
1
roles/docker-swarm
8,053
[ "no_license" ]
[ { "path": "roles/docker-swarm/defaults/main.yml", "content": "---\nservice_discovery_network_name: service-discovery\nsmarm_master_port: 3376\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/docker-swarm/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3749, "all_permissive": false }
ansible_role
vselcuk/swarmbox-ansible
cc64e894d6e0d2bbdcf40a7c9a9927103584f8ca
1
roles/logging
8,053
[ "no_license" ]
[ { "path": "roles/logging/tasks/main.yml", "content": "---\n- name: Inspect the logging network overlay\n shell: docker network inspect {{ logging_network_name }}\n when: swarm_master is defined\n register: logging_network\n ignore_errors: True\n\n- name: Create overlay network for the logging\n shell: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1623, "all_permissive": false }
ansible_role
vselcuk/swarmbox-ansible
cc64e894d6e0d2bbdcf40a7c9a9927103584f8ca
1
roles/monitoring
8,053
[ "no_license" ]
[ { "path": "roles/monitoring/defaults/main.yml", "content": "---\nmonitoring_network_name: service-monitoring\n#service_discovery_network_name: service-discovery\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/monitoring/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1823, "all_permissive": false }
ansible_role
DXist/dotfiles
d460859288d2d2d78adf702353bba0f1b75ec925
3
roles/Suse
8,053
[ "no_license" ]
[ { "path": "roles/Suse/tasks/main.yml", "content": "---\n- name: Get suse version\n shell: cat /etc/os-release |grep VERSION_ID | cut -d\\\" -f 2\n register: SUSE_VERSION\n tags:\n - zypper\n\n- name: Configure repositories\n command: zypper --gpg-auto-import-keys ar -f -n packman-essentials http://pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3042, "all_permissive": false }
ansible_role
DXist/dotfiles
d460859288d2d2d78adf702353bba0f1b75ec925
3
roles/common
8,053
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install dotfiles symlinks\n file: src={{ playbook_dir }}/{{ item }} dest=~/{{ item }} state=link force=true\n with_items:\n - .ackrc\n - .ignore\n - .atom\n - .backup.exclude.list\n - .bash_functions\n - .bash_profile\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4409, "all_permissive": false }
ansible_role
fasmide/worldswitch
e2a3a543f01ac7894d7dd5c59ae92447594205e2
0
ansible/roles/dnsmasq
8,053
[ "no_license" ]
[ { "path": "ansible/roles/dnsmasq/templates/dnsmasq.conf.j2", "content": "{% for item in switch_vlans %}\ninterface=port-{{ item }}\ndhcp-range=interface:port-{{ item }},10.11.{{ item }}.10,10.11.{{ item }}.200,12h\n{% endfor %}\n\nbind-interfaces\ndhcp-leasefile=/var/lib/misc/dnsmasq.leases\ndhcp-authori...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 924, "all_permissive": false }
ansible_role
fasmide/worldswitch
e2a3a543f01ac7894d7dd5c59ae92447594205e2
0
ansible/roles/routing
8,053
[ "no_license" ]
[ { "path": "ansible/roles/routing/tasks/main.yml", "content": "---\n\n- name: generate route.sh\n template:\n src: route.sh.j2\n dest: /root/route.sh\n mode: 0740\n\n- name: add route.service\n copy:\n src: route.service\n dest: /etc/systemd/system/route.service\n\n- name: enable route.servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1784, "all_permissive": false }
ansible_role
fasmide/worldswitch
e2a3a543f01ac7894d7dd5c59ae92447594205e2
0
ansible/roles/tor
8,053
[ "no_license" ]
[ { "path": "ansible/roles/tor/files/torrc", "content": "User tor\nLog notice syslog\nDataDirectory /var/lib/tor\n\n# HostMin: 10.192.0.1 00001010.11 000000.00000000.00000001\n# HostMax: 10.255.255.254 00001010.11 111111.11111111.11111110\n# Hosts/Net: 4194302\nVirtualAddrNetwork 10.192.0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 517, "all_permissive": false }
ansible_role
fasmide/worldswitch
e2a3a543f01ac7894d7dd5c59ae92447594205e2
0
ansible/roles/vlan
8,053
[ "no_license" ]
[ { "path": "ansible/roles/vlan/templates/main.network.j2", "content": "[Match]\nName={{ switch_interface }}\n\n[Network]\nDHCP=yes\n\n{% for no in switch_vlans %}\nVLAN=port-{{ no }}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 718, "all_permissive": false }
ansible_role
fasmide/worldswitch
e2a3a543f01ac7894d7dd5c59ae92447594205e2
0
ansible/roles/vpn
8,053
[ "no_license" ]
[ { "path": "ansible/roles/vpn/templates/netdev.j2", "content": "[NetDev]\nName={{ item.value.hostname }}\nKind=wireguard\n\n[WireGuard]\nPrivateKey={{ privatekey }}\n\n[WireGuardPeer]\nPublicKey={{ item.value.pubkey }}\nAllowedIPs=0.0.0.0/0\nAllowedIPs=::0/0\nEndpoint={{ item.value.ipv4 }}:51820\n# Persisten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 690, "all_permissive": false }
ansible_role
raviqqe/mesos-in-docker
fcefbbeb03019d78314a67c8c3eb32bad8259ac4
0
ansible/roles/common
8,053
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- dnf: name={{ item }} state=latest\n with_items:\n - docker\n - python\n - python-pip\n\n- pip:\n name: docker-py\n state: latest\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": true }
ansible_role
raviqqe/mesos-in-docker
fcefbbeb03019d78314a67c8c3eb32bad8259ac4
0
ansible/roles/master
8,053
[ "permissive" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "- set_fact: zk_id={{ item.0 + 1 }}\n with_indexed_items: \"{{ groups['master'] }}\"\n when: item.1 == \"{{ inventory_hostname }}\"\n\n- docker_container:\n name: mesos-master\n image: ytoyama/mesos-master\n privileged: yes\n volumes:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": true }
ansible_role
amihura/lemp
b30aa33f8bf8fb0fae51e809e0e0eae9c75a3eb7
0
roles/common
8,053
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install libselinux-python\n yum: name=libselinux-python state=present\n\n- name: Copy the EPEL repository definition\n copy: src=epel.repo dest=/etc/yum.repos.d/epel.repo\n\n- name: Create the GPG key for EPEL\n copy: src=RPM-GPG-KEY-EPEL-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": false }
ansible_role
amihura/lemp
b30aa33f8bf8fb0fae51e809e0e0eae9c75a3eb7
0
roles/httpd
8,053
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n- name: Install httpd and php\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - php\n - php-gd\n\n- name: Ensure httpd is started\n service: name=httpd state=started enabled=yes\n\n- name: Copy nginx configuration for httpd ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
amihura/lemp
b30aa33f8bf8fb0fae51e809e0e0eae9c75a3eb7
0
roles/mysql
8,053
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install Mysql package\n yum: name={{ item }} state=present\n with_items:\n - mysql-server\n - MySQL-python\n - libselinux-python\n - libsemanage-python\n\n- name: Start Mysql Service\n service: name=mysqld state=started enabled=yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
amihura/lemp
b30aa33f8bf8fb0fae51e809e0e0eae9c75a3eb7
0
roles/nginx
8,053
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.conf.j2", "content": "server {\nlisten 80 default_server;\nserver_name {{ server_hostname }};\nrewrite ^(.*) https://$server_name$request_uri permanent;\n}\n\nserver {\n\n listen 443;\n server_name {{ server_hostname }};\n root /srv/wordpress ;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3426, "all_permissive": false }
ansible_role
amihura/lemp
b30aa33f8bf8fb0fae51e809e0e0eae9c75a3eb7
0
roles/php-fpm
8,053
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install php-fpm and deps \n yum: name={{ item }} state=present\n with_items:\n - php\n - php-fpm\n - php-enchant\n - php-IDNA_Convert\n - php-mbstring\n - php-mysql\n - php-PHPMailer\n - php-process\n - php-simpl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
amihura/lemp
b30aa33f8bf8fb0fae51e809e0e0eae9c75a3eb7
0
roles/pma
8,053
[ "no_license" ]
[ { "path": "roles/pma/tasks/main.yml", "content": "---\n- name: Ensure PHPMyAdmin is installed.\n yum: name=phpmyadmin state=installed enablerepo=epel\n\n- name: Create symlink to /srv/wordpress dir\n command: ln -s /usr/share/phpMyAdmin /srv/wordpress creates=/srv/wordpress/phpMyAdmin\n\n- name: Rename ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
amihura/lemp
b30aa33f8bf8fb0fae51e809e0e0eae9c75a3eb7
0
roles/proftpd
8,053
[ "no_license" ]
[ { "path": "roles/proftpd/tasks/main.yml", "content": "---\n- name: Install proftpd\n yum: name=proftpd state=present\n\n- name: Create user\n user:\n name=wp-user\n shell=/sbin/nologin\n home=/srv/wordpress/wp-content/uploads\n password=<PASSWORD>\n state=present\n\n- name: Change permissio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
rvegesna/play1
ed01dff85646d6601a52c426078fa188e5240d1a
0
roles/webservers
8,058
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "---\n- name: Install apache web server\n yum: name=httpd state=installed\n- name: Install telnet\n yum: name=telnet state=installed\n- name: copy index.html\n copy: src=index.html dest=/var/www/html\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/base
8,058
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "# set-up basic server\n\n---\n\n - group:\n name: pgadmin\n gid: 2000\n\n - user:\n name: pgadmin\n uid: 2000\n groups: \"wheel,pgadmin\"\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1362, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/cluster
8,058
[ "no_license" ]
[ { "path": "ansible/roles/cluster/files/start_pgcluster_watchdog.sh", "content": "#!/bin/bash\n\n# this should start the stack in pgpool watchdog mode\n\n#TODO: check if we are on manager node (stack deploy is not allowed on worker node\nset -o allexport\nsource /etc/pgcluster/pgcluster.conf\nsource /etc/pgw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12503, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/cluster-watchdog
8,058
[ "no_license" ]
[ { "path": "ansible/roles/cluster-watchdog/tasks/main.yml", "content": "---\n\n # let us use a group called cluster\n - add_host:\n name: \"{{ item }}\"\n groups: cluster\n with_items: \"{{ groups.all }}\"\n when: groups.cluster is undefined\n\n - name: ensure directory /opt/pgwatchdog/bin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 9576, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/consul
8,058
[ "no_license" ]
[ { "path": "ansible/roles/consul/defaults/main.yml", "content": "---\n consul_ver: \"1.0.6\"\n when: consul_ver is undefined\n\n...\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/roles/consul/files/consul.xml", "content": "<?xml v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5230, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/docker-ce
8,058
[ "no_license" ]
[ { "path": "ansible/roles/docker-ce/templates/daemon.json.j2", "content": "{\n \"log-driver\": \"journald\",\n \"storage-driver\": \"devicemapper\",\n {% if insecure_registries %}\n {% set comma = joiner(\",\") %}\n \"insecure-registries\": [{% for item in insecure_registries -%}{{ comma() }}\"{{ item }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3564, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/docker_swarm
8,058
[ "no_license" ]
[ { "path": "ansible/roles/docker_swarm/defaults/main.yml", "content": "#swarm_interface: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4'].alias }}\"\nswarm_interface: \"eth0\"\n#master_swarm_interface: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4'].alias }}\"\nmaster_swarm_interface: \"et...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7981, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/haproxy
8,058
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: install haproxy\n yum: \n name: haproxy \n state: present\n\n- name: enable haproxy\n systemd: \n name: haproxy\n enabled: yes\n\n- name: set haproxy connect any\n seboolean:\n name: haproxy_connect_any\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
saule1508/pgcluster
6cd979e787c4124b6e6d2871cf37a1f215c64f8b
59
ansible/roles/postgres
8,058
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n\n - debug:\n var=images\n\n - group:\n name: postgres\n gid: 50010\n\n - user:\n name: postgres\n uid: 50010\n groups: \"wheel,postgres\"\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_ke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4351, "all_permissive": false }
ansible_role
marcoschulte/TeufelHole
6ef183035a9048eef61ecfa01a4766c8ae4f8867
1
ansible/roles/bridge
8,058
[ "no_license" ]
[ { "path": "ansible/roles/bridge/tasks/main.yml", "content": "- name: install hostapd\n apt:\n name: hostapd\n state: present\n update_cache: yes\n\n- name: Unmask hostapd\n raw: systemctl unmask hostapd\n\n- name: Enable hostapd\n raw: systemctl enable hostapd\n\n- name: add bridge-br0.net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1520, "all_permissive": false }
ansible_role
marcoschulte/TeufelHole
6ef183035a9048eef61ecfa01a4766c8ae4f8867
1
ansible/roles/security
8,058
[ "no_license" ]
[ { "path": "ansible/roles/security/tasks/main.yml", "content": "- name: Add ssh key\n authorized_key:\n user: pi\n state: present\n key: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}\"\n\n- name: Disable password login (ChallengeResponseAuthentication)\n lineinfile:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
marcoschulte/TeufelHole
6ef183035a9048eef61ecfa01a4766c8ae4f8867
1
ansible/roles/teufelhole
8,058
[ "no_license" ]
[ { "path": "ansible/roles/teufelhole/tasks/main.yml", "content": "- debug: \n msg: \"Device {{ item[0] }} with controller {{ item[1] }}\"\n loop: \"{{ devices |product(controllers)|list }}\"\n\n- name: Add iptables rules\n template:\n src: \"{{ item }}\"\n dest: /etc/iptables/\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
belonesox/stas-candlepin
f3a131408700dc25d97dfe891837c3ebfbc47dfb
0
vagrant/roles/candlepin-root
8,058
[ "no_license" ]
[ { "path": "vagrant/roles/candlepin-root/tasks/main.yml", "content": "- selinux: state=disabled\n- yum: name=epel-release\n- name: base packages\n yum: name={{item}}\n with_items:\n - make\n - gcc\n - tomcat\n - ruby\n - rubygems\n - ruby-devel\n - java-1.8.0-openjdk-devel\n - postg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": false }
ansible_role
belonesox/stas-candlepin
f3a131408700dc25d97dfe891837c3ebfbc47dfb
0
vagrant/roles/candlepin-user
8,058
[ "no_license" ]
[ { "path": "vagrant/roles/candlepin-user/tasks/main.yml", "content": "- name: Run Bundle install\n command: /usr/local/bin/bundle install\n args:\n chdir: /vagrant\n# The bundle install should be updated to use the following line once the packaged ansible \n# includes the bundler module\n# - bundler: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
hyungmogu/udacity-cloud-devops-project-3
88523ea9e2c85bc6eda8bec4fa5eaaf62d1285ee
0
.circleci/ansible/roles/configure-server
8,058
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\r\n- name: \"Update packages.\"\r\n become: true\r\n apt:\r\n force_apt_get: yes\r\n update_cache : true\r\n\r\n- name: Install nodejs prerequisites\r\n apt:\r\n name:\r\n - apt-transport-https\r\n - g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
hyungmogu/udacity-cloud-devops-project-3
88523ea9e2c85bc6eda8bec4fa5eaaf62d1285ee
0
.circleci/ansible/roles/deploy
8,058
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\r\n\r\n- name: \"Ship tar file to ec2 instance and extract it\"\r\n unarchive:\r\n src: /root/project/artifact.tar.gz\r\n dest: ~/\r\n\r\n- name: \"Install backend server's package.\"\r\n npm:\r\n path: ~/\r\n\r\n- name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
LiChuanHuan/ansible_playbook_install_k3s
55061911f600f588470a751d482066beca2dd03c
0
roles/common
8,058
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "\n---\n# tasks file for common\n- include: pingall.yml\n- include: update_apt.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/common/tasks/pingall.yml", "content": "cat pingall.yml\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 284, "all_permissive": false }
ansible_role
LiChuanHuan/ansible_playbook_install_k3s
55061911f600f588470a751d482066beca2dd03c
0
roles/docker
8,058
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: echo docker version\n shell: docker -v\n register: result\n ignore_errors: True\n\n- name: check docker is installed\n shell: echo \" docker is installed \"\n when: result is succeeded\n\n- name: add docker gpg key\n apt_key: url=https:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1579, "all_permissive": false }
ansible_role
LiChuanHuan/ansible_playbook_install_k3s
55061911f600f588470a751d482066beca2dd03c
0
roles/k3s
8,058
[ "no_license" ]
[ { "path": "roles/k3s/defaults/main.yml", "content": "---\n# k3s info\nk3s_version: \"v1.0.0\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/k3s/tasks/main.yml", "content": "---\n- name: check k3s install\n shell: k3s -v | grep {{k3s_ve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1136, "all_permissive": false }
ansible_role
DenisDoubinin/hosting
4fac9706ec152180a5a51414e786da53e4ecb8aa
0
ansible/roles/bkpdir
8,058
[ "no_license" ]
[ { "path": "ansible/roles/bkpdir/tasks/main.yaml", "content": "- name: Create database bkp directory\n file:\n path: /data/docker/backup/db\n state: directory\n recurse: yes\n become: yes\n\n- name: Create wp bkp directory\n file:\n path: /data/docker/backup/html\n state: directory\n rec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
DenisDoubinin/hosting
4fac9706ec152180a5a51414e786da53e4ecb8aa
0
ansible/roles/docker
8,058
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "- name: Old version of Docker remove\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc \n - docker-ce-cli\n - containerd.io\n state: absent\n update_cache: yes\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1763, "all_permissive": false }
ansible_role
DenisDoubinin/hosting
4fac9706ec152180a5a51414e786da53e4ecb8aa
0
ansible/roles/workdir
8,058
[ "no_license" ]
[ { "path": "ansible/roles/workdir/tasks/main.yaml", "content": "- name: Create directory for database\n file:\n path: /data/docker/db\n state: directory\n recurse: yes\n become: yes\n \n- name: Create directory for wp\n file:\n path: /data/docker/html\n state: directory\n recurse: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
madebambo/ansible_playbooks
ea1daf2d663bbb77b981dd70440a37abecb0faf0
0
roles/web_servers
8,058
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and php httpd package\n tags: apache,centOS,httpd\n packages:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start and enable httpd\n tags: apache,centos,h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 878, "all_permissive": false }
ansible_role
marcelvenema/homelab
4534465aa8c17bce725d424f710e8b4a3811701e
0
roles/helm
8,058
[ "no_license" ]
[ { "path": "roles/helm/tasks/uninstall.yaml", "content": "---\n # Uninstall Helm\n- name: helm - remove helm releases\n shell: \n cmd: helm ls -a --all-namespaces | awk 'NR > 1 { print \"-n \"$2, $1}' | xargs -L1 helm delete\n\n- name: helm - Uninstall Helm\n file:\n state: absent\n path: /usr/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
marcelvenema/homelab
4534465aa8c17bce725d424f710e8b4a3811701e
0
roles/minio
8,058
[ "no_license" ]
[ { "path": "roles/minio/defaults/main.yaml", "content": "---\nminio_repository_url : \"https://charts.bitnami.com/bitnami\"\nminio_namespace : \"minio\"\nminio_version : \"v4.5.8\"\nminio_nodeport : 39000\n\nminio_accesskey : \"admin\"\nminio_secretkey : \"Password29!\"\nmin...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1671, "all_permissive": false }
ansible_role
swamy527/roboshop-ansible-roles-tf
19217a3f1b691ddc44f7be9601b814d9fc996e86
0
roles/common
8,058
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yaml", "content": "- name: disable old nodejs and enable new nodejs\n ansible.builtin.shell: dnf module disable nodejs -y ; dnf module enable nodejs:18 -y\n- name: installing nodejs\n ansible.builtin.dnf:\n name: nodejs\n state: present\n- name: dependecies insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1225, "all_permissive": false }
ansible_role
swamy527/roboshop-ansible-roles-tf
19217a3f1b691ddc44f7be9601b814d9fc996e86
0
roles/rabbitmq
8,058
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yaml", "content": "- name: running script\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n- name: running script\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
rbedani/microk8s
134bdc3d5c0dfd32e92419912cfe3880536aa43d
0
roles/install_microk8s
8,054
[ "no_license" ]
[ { "path": "roles/install_microk8s/tasks/add_groups.yml", "content": "---\n- name: microk8s group\n user:\n #name: '{{ lookup(\"env\", \"USER\") }}'\n name: '{{ users }}'\n state: present\n groups:\n - microk8s\n append: true\n become: true\n", "license_type": "no_license", "det...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8351, "all_permissive": false }
ansible_role
rbedani/microk8s
134bdc3d5c0dfd32e92419912cfe3880536aa43d
0
roles/remove_microk8s
8,054
[ "no_license" ]
[ { "path": "roles/remove_microk8s/tasks/remove_hosts.yml", "content": "---\n- name: Clear hosts between \"# BEGIN\" y \"# END\" in the file /etc/hosts\n become: true\n replace:\n path: /etc/hosts\n regexp: \"(?ms)^# BEGIN ANSIBLE MANAGED: microk8s HA Cluster Hosts.*?# END ANSIBLE MANAGED: microk8s HA...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 3124, "all_permissive": false }
ansible_role
SambaEdu/poc-cl-ansible
3aba822fa5a446425d004237f840555b6cd75f6b
0
etc-ansible/roles/dm
8,054
[ "no_license" ]
[ { "path": "etc-ansible/roles/dm/templates/lightdm.conf.j2", "content": "### This file is managed by Ansible, don't edit it manually. ###\n\n[SeatDefaults]\n greeter-show-manual-login = true\n greeter-hide-users = true\n allow-guest = false\n# Modification temporaire qui sera à ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2142, "all_permissive": false }
ansible_role
SambaEdu/poc-cl-ansible
3aba822fa5a446425d004237f840555b6cd75f6b
0
etc-ansible/roles/krb5
8,054
[ "no_license" ]
[ { "path": "etc-ansible/roles/krb5/defaults/main.yaml", "content": "---\n# Name of the default Kerberos realm. The string must be in\n# uppercase.\nrole_krb5_realm: '{{ ansible_domain | upper }}'\n\n# The default Kerberos ticket lifetime.\nrole_krb5_ticket_lifetime: '18h'\n\n# Distributions tested and suppor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1146, "all_permissive": false }
ansible_role
SambaEdu/poc-cl-ansible
3aba822fa5a446425d004237f840555b6cd75f6b
0
etc-ansible/roles/logon
8,054
[ "no_license" ]
[ { "path": "etc-ansible/roles/logon/tasks/main.yaml", "content": "---\n- name: install rsync necessary on local client to synchronize local skel with se4 skel\n apt:\n name: rsync\n state: present\n\n- name: install ldb-tools that contains ldbsearch commands used by logon script to search user's group...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1186, "all_permissive": false }
ansible_role
SambaEdu/poc-cl-ansible
3aba822fa5a446425d004237f840555b6cd75f6b
0
etc-ansible/roles/ntp
8,054
[ "no_license" ]
[ { "path": "etc-ansible/roles/ntp/defaults/main.yaml", "content": "---\n# An array of strings to define the reference clock servers.\nrole_ntp_servers:\n - '0.debian.pool.ntp.org'\n - '1.debian.pool.ntp.org'\n - '2.debian.pool.ntp.org'\n\n# Distributions tested and supported by this role.\nrole_ntp_suppor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1543, "all_permissive": false }