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
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/evilginx2-docker
265
[ "no_license" ]
[ { "path": "roles/evilginx2-docker/handlers/main.yml", "content": "---\n- name: restart docker_evilginx2\n docker_container:\n name: evilginx2\n hostname: evilginx\n interactive: yes\n image: warhorse/evilginx2:latest\n pull: yes\n state: started\n entrypoint: \"/bin/evilginx -p /phishl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3477, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/gophish-docker
265
[ "no_license" ]
[ { "path": "roles/gophish-docker/defaults/main.yml", "content": "---\ngophish_dir: \"{{docker_home_dir}}/gophish\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/gophish-docker/tasks/install.yml", "content": "---\n- name: Setting contai...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 726, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/mailgun
265
[ "no_license" ]
[ { "path": "roles/mailgun/tasks/main.yml", "content": "---\n#Email Domain\n- include: domian.yml\n state=\"present\"\n when: email_service == 'mailgun' and deploy\n- include: domian.yml\n state=\"absent\"\n when: email_service == 'mailgun' and not deploy", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1043, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/mitmproxy-docker
265
[ "no_license" ]
[ { "path": "roles/mitmproxy-docker/tasks/install.yml", "content": "---\n- name: Setting containers\n include_tasks: \"{{ item }}.yml\"\n with_items:\n - mitmproxy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/mitmproxy-docker/defaults/m...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1212, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/nginx-docker
265
[ "no_license" ]
[ { "path": "roles/nginx-docker/handlers/main.yml", "content": "- name: restart docker_nginx\n docker_container:\n name: nginx-proxy\n image: nginx:latest\n state: started\n hostname: nginx-proxy\n restart: yes\n restart_policy: unless-stopped\n ports:\n - \"80:80\"\n - \"443:4...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8320, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/os
265
[ "no_license" ]
[ { "path": "roles/os/defaults/main.yml", "content": "is_ubuntu: \"'{{ansible_distribution}}' == 'Ubuntu'\"\nis_debian: \"'{{ansible_distribution}}' == 'Debian'\"\nis_debian_or_ubuntu: \"'{{ansible_distribution}}' in ['Ubuntu', 'Debian']\"\nis_centos: \"'{{ansible_distribution}}' == 'CentOS'\"\nis_ubuntu_prec...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2382, "all_permissive": false }
ansible_role
ralphte/build_a_phish
9f10f0bc3e0f34ce29b0b4779ea6812936703446
219
roles/weareinteractive.users
265
[ "no_license" ]
[ { "path": "roles/weareinteractive.users/tasks/main.yml", "content": "---\n\n- import_tasks: manage.yml\n tags:\n - system\n - users\n - manage\n - users-manage\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/weareinteractive.us...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 19394, "all_permissive": false }
ansible_role
notlcry/ansible-ELK
fd0d23074bb3449559d562a6b186b5ca4c23bc9a
0
logging-3nodes/roles/elasticsearch
265
[ "no_license" ]
[ { "path": "logging-3nodes/roles/elasticsearch/tasks/main.yml", "content": "---\n\n- name: check if Elasticsearch is already installed\n stat: path=\"/opt/elasticsearch-{{ elasticsearch_version }}\"\n changed_when: false\n register: installed\n\n#- name: get Elasticsearch package\n# get_url: url=https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1335, "all_permissive": false }
ansible_role
notlcry/ansible-ELK
fd0d23074bb3449559d562a6b186b5ca4c23bc9a
0
logging-3nodes/roles/java
265
[ "no_license" ]
[ { "path": "logging-3nodes/roles/java/tasks/main.yml", "content": "---\n#- name: Add the webupd8 APT repository\n# tags:\n# - java\n# apt_repository: repo=ppa:webupd8team/java state=present\n#\n#- name: Automatically select the Oracle License\n# tags: java\n# shell: echo debconf shared/accepted-oracle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
notlcry/ansible-ELK
fd0d23074bb3449559d562a6b186b5ca4c23bc9a
0
logging-3nodes/roles/kibana
265
[ "no_license" ]
[ { "path": "logging-3nodes/roles/kibana/tasks/main.yml", "content": "---\n\n#- name: Download archive\n# get_url: url=https://download.elastic.co/kibana/kibana/kibana-{{kibana_version}}-linux-x64.tar.gz dest=/tmp\n\n\n- name: copy tgz file\n copy:\n src: \"{{kibana_pkg}}\"\n dest: \"/opt/{{kibana_pkg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/autosuspend
262
[ "no_license" ]
[ { "path": "roles/autosuspend/tasks/main.yml", "content": "---\n- name: Install autosuspend package\n ansible.builtin.apt:\n name: autosuspend\n state: present\n become: true\n\n- name: Configure autosuspend\n ansible.builtin.template:\n src: autosuspend.conf.j2\n dest: /etc/autosuspend.conf\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2718, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/babybuddy
262
[ "no_license" ]
[ { "path": "roles/babybuddy/tasks/main.yml", "content": "---\n- name: Create config folders\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ username }}\"\n group: \"{{ username }}\"\n mode: \"0755\"\n with_items:\n - \"{{ babybuddy_config_folder }}\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1513, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/basic
262
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: Allow sudo without password prompt\n ansible.builtin.lineinfile:\n path: /etc/sudoers\n line: \"%sudo ALL=(ALL) NOPASSWD: ALL\"\n validate: visudo -cf %s\n- name: Generate locale\n community.general.locale_gen:\n name: \"{{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/caddy
262
[ "no_license" ]
[ { "path": "roles/caddy/templates/Caddyfile.j2", "content": "{\n email <EMAIL>\n order wake_on_lan before respond\n log {\n output stdout\n }\n}\n\ndanishkirel.asuscomm.com {\n reverse_proxy {{ homelab_nuc_ip }}:{{ homeassistant_http_port }}\n log\n}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5566, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/comfyui
262
[ "no_license" ]
[ { "path": "roles/comfyui/templates/Dockerfile.j2", "content": "FROM yanwk/comfyui-boot:xpu\n\nRUN pip uninstall -y intel-extension-for-pytorch oneccl_bind_pt torch torchvision torchaudio\nRUN pip install torch=={{ comfyui_torch_version }} torchvision torchaudio --index-url https://download.pytorch.org/whl/n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2397, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/disable_radios
262
[ "no_license" ]
[ { "path": "roles/disable_radios/tasks/main.yml", "content": "---\n- name: Check WiFi status\n ansible.builtin.command: rfkill list wifi\n register: wifi_status\n changed_when: false\n\n- name: Check Bluetooth status\n ansible.builtin.command: rfkill list bluetooth\n register: bluetooth_status\n change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/dockercleanup
262
[ "no_license" ]
[ { "path": "roles/dockercleanup/templates/docker-prune.timer.j2", "content": "[Unit]\nDescription=Run docker-prune daily\n\n[Timer]\n# Run at 3:00 AM every day\nOnCalendar=*-*-* 03:00:00\n# Add randomization to avoid concurrent resource usage\nRandomizedDelaySec=1800\nPersistent=true\n\n[Install]\nWantedBy=t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2732, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/dockerhub
262
[ "no_license" ]
[ { "path": "roles/dockerhub/tasks/main.yml", "content": "---\n- name: Log into DockerHub\n community.docker.docker_login:\n username: kirel\n password: \"{{ <PASSWORD> }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/dockerproxy
262
[ "no_license" ]
[ { "path": "roles/dockerproxy/tasks/main.yml", "content": "---\n- name: Create network\n community.docker.docker_network:\n name: dockerproxy\n state: present\n\n- name: Start dockerproxy\n community.docker.docker_compose_v2:\n project_name: dockerproxy\n pull: always # Set to \"always\", \"mis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1656, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/draw_things
262
[ "no_license" ]
[ { "path": "roles/draw_things/tasks/main.yml", "content": "---\n# tasks file for draw_things\n\n- name: Ensure Draw Things models directory exists\n ansible.builtin.file:\n path: \"{{ draw_things_models_path }}\"\n state: directory\n mode: \"0755\"\n owner: \"{{ uid }}\"\n group: \"{{ gid }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1154, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/fix_hass_bluetooth
262
[ "no_license" ]
[ { "path": "roles/fix_hass_bluetooth/tasks/main.yml", "content": "---\n- name: Restart service bluetooth\n ansible.builtin.systemd:\n state: restarted\n name: bluetooth\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/glances
262
[ "no_license" ]
[ { "path": "roles/glances/tasks/main.yml", "content": "---\n- name: Set glances service fact\n ansible.builtin.set_fact:\n glances_service: \"{{ services['glances-'~inventory_hostname] }}\"\n\n- name: Start glances\n community.docker.docker_compose_v2:\n project_name: glances\n pull: always\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1555, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/homeassistant
262
[ "no_license" ]
[ { "path": "roles/homeassistant/templates/configuration.yaml", "content": "# Home Assistant integration (MQTT discovery)\nhomeassistant: true\navailability: true\n\nadvanced:\n homeassistant_legacy_entity_attributes: false\n homeassistant_legacy_triggers: false\n legacy_api: false\n legacy_availability_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 11858, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/homepage
262
[ "no_license" ]
[ { "path": "roles/homepage/templates/bookmarks.yaml.j2", "content": "---\n# For configuration options and examples, please see:\n# https://gethomepage.dev/latest/configs/bookmarks\n\n- Networking:\n - Asus Router:\n - abbr: ASUS\n href: http://router.lan\n - Powerline:\n - abbr: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5419, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/intel_gpu_driver
262
[ "no_license" ]
[ { "path": "roles/intel_gpu_driver/handlers/main.yml", "content": "---\n- name: Reboot system\n become: true\n ansible.builtin.reboot:\n msg: Rebooting host to apply Intel GPU driver and oneAPI changes\n connect_timeout: 5\n reboot_timeout: 600\n pre_reboot_delay: 0\n post_reboot_delay: 30\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2150, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/linkding
262
[ "no_license" ]
[ { "path": "roles/linkding/templates/docker-compose.yml.j2", "content": "---\nversion: '3.8'\nservices:\n linkding:\n image: sissbruecker/linkding:latest\n container_name: linkding\n restart: unless-stopped\n ports:\n - \"{{ linkding_http_port }}:9090\"\n volumes:\n - \"{{ linkding_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1450, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/llm_inference
262
[ "no_license" ]
[ { "path": "roles/llm_inference/tasks/main.yml", "content": "---\n# tasks file for llm_inference\n\n- name: Ensure models directory exists\n ansible.builtin.file:\n path: \"{{ ollama_path }}\"\n state: directory\n mode: \"0755\"\n become: true\n\n- name: Start the Ollama container\n community.doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1092, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/llm_observability
262
[ "no_license" ]
[ { "path": "roles/llm_observability/tasks/main.yml", "content": "---\n# tasks file for llm_observability\n\n- name: Langfuse Setup\n become: true\n block:\n - name: Define Langfuse related facts\n ansible.builtin.set_fact:\n langfuse_config_dir_host: \"{{ llm_base_config_path }}/langfuse\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8800, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/llm_tools
262
[ "no_license" ]
[ { "path": "roles/llm_tools/defaults/main.yml", "content": "---\n# defaults file for llm_tools\nllm_base_config_path: \"{{ config_root }}\" # Base path for configuration files\nllm_network_name: \"llm-network\"\n\n# --- MCP-Bridge Settings ---\nmcp_bridge_repo_url: \"https://github.com/SecretiveShell/MCP-Bri...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 17776, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/media
262
[ "no_license" ]
[ { "path": "roles/media/handlers/main.yml", "content": "---\n- name: Restart plex\n become: true\n ansible.builtin.service:\n name: plexmediaserver\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3323, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/monitoring
262
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n- name: Create folders\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ username }}\"\n with_items:\n - \"{{ uptime_kuma_data_folder }}\"\n\n- name: Start monitoring\n community.docker.docker_compose_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3125, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/netplan-static-ip
262
[ "no_license" ]
[ { "path": "roles/netplan-static-ip/tasks/main.yml", "content": "---\n- name: Ensure netplan.io package is installed\n ansible.builtin.package:\n name: netplan.io\n state: present\n become: true\n\n- name: Ensure ethtool is installed\n ansible.builtin.package:\n name: ethtool\n state: present\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2773, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/nuc
262
[ "no_license" ]
[ { "path": "roles/nuc/tasks/main.yml", "content": "---\n- name: Add user\n ansible.builtin.user:\n name: \"{{ username }}\"\n comment: <NAME>\n uid: \"{{ uid }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/pi
262
[ "no_license" ]
[ { "path": "roles/pi/tasks/main.yml", "content": "---\n- name: Increase swap size\n ansible.builtin.lineinfile:\n path: /etc/dphys-swapfile\n regexp: ^CONF_SWAPSIZE=\n insertbefore: EOF\n line: CONF_SWAPSIZE=1024\n register: swap\n\n- name: Run swap setup if file was changed\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1131, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/pihole
262
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "---\n- ansible.builtin.set_fact:\n pihole_service: \"{{ services['pihole-'~inventory_hostname] }}\"\n leases_service: \"{{ services['dnsmasq-leases-ui-'~inventory_hostname] }}\"\n\n- ansible.builtin.debug:\n var: pihole_service\n- ansible.builtin...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7573, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/portainer
262
[ "no_license" ]
[ { "path": "roles/portainer/tasks/main.yml", "content": "---\n- ansible.builtin.set_fact:\n portainer_service: \"{{ services['portainer-'~inventory_hostname] }}\"\n\n- name: Create volume\n community.docker.docker_volume:\n name: portainer_data\n\n- name: Start portainer\n community.docker.docker_con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/readeck
262
[ "no_license" ]
[ { "path": "roles/readeck/tasks/main.yml", "content": "---\n- name: Create readeck directory\n ansible.builtin.file:\n path: \"{{ readeck_data_folder }}\"\n state: directory\n owner: \"{{ uid | default(1000) }}\"\n group: \"{{ gid | default(1000) }}\"\n mode: '0755'\n\n- name: Deploy Readeck ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1468, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/resolved
262
[ "no_license" ]
[ { "path": "roles/resolved/handlers/main.yml", "content": "---\n- name: Restart resolved\n ansible.builtin.systemd:\n state: restarted\n name: systemd-resolved\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/resolved/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/satellite_audio
262
[ "no_license" ]
[ { "path": "roles/satellite_audio/files/jabra_connected_wrapper.sh", "content": "#!/bin/bash\necho /usr/local/bin/jabra_connected.sh | at now\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/satellite_audio/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 8666, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/storage
262
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n- name: Add user\n ansible.builtin.user:\n name: \"{{ username_personal }}\"\n comment: <NAME>\n uid: \"{{ uid_personal }}\"\n groups: users\n append: true\n- name: Utility present\n ansible.builtin.package:\n name: cifs-utils\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4443, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/system_bridge
262
[ "no_license" ]
[ { "path": "roles/system_bridge/templates/system-bridge.service.j2", "content": "[Unit]\nDescription=System Bridge\nAfter=network.target\n\n[Service]\n# Note: The .deb package installs the executable to /usr/bin/systembridge based on dpkg -L output\nExecStart=/usr/bin/systembridge --no-gui\n# User=root # Rem...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2586, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/trust_internal_ca
262
[ "no_license" ]
[ { "path": "roles/trust_internal_ca/tasks/main.yml", "content": "---\n- name: Ensure CA certificates directory exists\n ansible.builtin.file:\n path: /usr/local/share/ca-certificates\n state: directory\n mode: \"0755\"\n become: true\n\n- name: Check if Caddy local CA certificate exists on control...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1249, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/virtualhere
262
[ "no_license" ]
[ { "path": "roles/virtualhere/tasks/main.yml", "content": "---\n- name: Download vhusbd\n ansible.builtin.get_url:\n url: https://www.virtualhere.com/sites/default/files/usbserver/vhusbdarmpi3\n dest: /usr/bin/vhusbd\n mode: \"0755\"\n register: download\n\n- name: Create systemd unit file\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 769, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/wallabag
262
[ "no_license" ]
[ { "path": "roles/wallabag/tasks/main.yml", "content": "---\n- name: Create wallabag directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ uid | default(1000) }}\"\n group: \"{{ gid | default(1000) }}\"\n mode: '0755'\n with_items:\n - \"{{ wallabag_c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1531, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/wolf
262
[ "no_license" ]
[ { "path": "roles/wolf/handlers/main.yml", "content": "---\n# handlers file for wolf\n- name: Restart udev\n ansible.builtin.service:\n name: udev\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles/wol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
kirel/pi
f7303983334f335bc3571fda71e44cdd438bd299
1
roles/wyoming
262
[ "no_license" ]
[ { "path": "roles/wyoming/tasks/main.yml", "content": "---\n- name: Create data folders\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: \"0755\"\n owner: \"{{ username }}\"\n with_items:\n - \"{{ openwakeword_data_folder }}\"\n - \"{{ satellite_data_folder }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5462, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-sw-common-apps
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-sw-common-apps/tasks/main.yml", "content": "---\r\n- name: 1.Check if EPEL repo is already configured.\r\n stat: path={{ epel_repofile_path }}\r\n register: epel_repofile_result\r\n \r\n- name: 2.Install EPEL repo.\r\n yum:\r\n name: \"{{ epel_repo_url }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 761, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-sw-firewalld
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-sw-firewalld/tasks/main.yml", "content": "- name: install firewalld\r\n yum:\r\n name: firewalld\r\n state: latest\r\n\r\n- name: Enable firewalld\r\n service: name=firewalld state=started enabled=yes\r\n\r\n- name: Set public as default policy\r\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 519, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-sw-ntp
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-sw-ntp/tasks/main.yml", "content": "- name: install ntpdate\r\n yum:\r\n name: ntpdate\r\n state: latest\r\n\r\n- name: Set Prague timezone\r\n command: timedatectl set-timezone Europe/Prague\r\n- name: Sync time\r\n command: ntpdate 1.cz.pool.ntp.org\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-sw-postfix
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-sw-postfix/defaults/main.yml", "content": "login_pass: <PASSWORD>\r\nroot_mail: <EMAIL>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "attachments/ansible/roles/ansible-sw-postfix/templates/sasl_passwd....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1876, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-sw-sshsec
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-sw-sshsec/templates/jail.local.j2", "content": "# Fail2Ban configuration file.\n\n[DEFAULT]\n\n# \"ignoreip\" can be an IP address, a CIDR mask or a DNS host\nignoreip = {{ fail2ban_config_ignoreip }}\nbantime = {{ fail2ban_config_bantime }}\nmaxretry = {{ fail2...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2259, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-sys-disableroot
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-sys-disableroot/tasks/main.yml", "content": "- name: Disable remote root login\r\n lineinfile: dest={{ sshd_config }} regexp=\"^#?PermitRootLogin\" line=\"PermitRootLogin no\"\r\n notify: restart sshd", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-sys-hostname
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-sys-hostname/tasks/main.yml", "content": "- name: change hostname to myserver\r\n hostname:\r\n name: \"{{ inventory_hostname }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-user-add
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-user-add/tasks/main.yml", "content": "- name: Ansible created sudo accounts\r\n user: name={{ item.username }} state=present groups=\"users,wheel\" update_password=\"{{ item.<PASSWORD>password }}\" password=\"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\" com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-win-apps
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-win-apps/defaults/main.yml", "content": "release_url: \"https://github.com/fireice-uk/xmr-stak/releases/download/2.6.0/xmr-stak-win64-2.6.0.zip\"\r\nusername: \"Ownercz\"\r\nhttp_port: 8080\r\nhttp_username: \"ownercz\"\r\nhttp_pass: \"<PASSWORD>\"\r\nipv4_prefer...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3292, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-yum-cron
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-yum-cron/tasks/main.yml", "content": "---\n\n - name: Ensures yum-cron installed\n yum: name=yum-cron state=present\n tags: yum-cron\n\n - name: Configure yum-cron.conf\n template: src=yum-cron.conf.j2 dest=/etc/yum/yum-cron.conf\n notify: restart y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1730, "all_permissive": false }
ansible_role
Ownercz/ssme-thesis
733d6fc55d3111078d16e176dbf20bea64ab3ca3
4
attachments/ansible/roles/ansible-yum-update
262
[ "no_license" ]
[ { "path": "attachments/ansible/roles/ansible-yum-update/tasks/main.yml", "content": "---\n - name: install yum security plugin on RHEL 7.X\n# when: ansible_os_family == \"CentOS\"\n yum: pkg=yum-plugin-security state=latest\n - name: Lets upgrade all packages to the latest version.\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
eltenn/clara
122e22be137fbbc994c814a98538b0b0d966b5dc
0
roles/app_flask
262
[ "no_license" ]
[ { "path": "roles/app_flask/Dockerfile", "content": "FROM ubuntu:latest\nMAINTAINER Your Name \"<EMAIL>\"\nRUN apt update && apt install python3-pip\n\n# We copy just the requirements.txt first to leverage Docker cache\nRUN mkdir -p app\nCOPY ../../requirements.txt /app/requirements.txt\nWORKDIR /app\nRUN pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 480, "all_permissive": false }
ansible_role
gagnihotri/todoapp
b004b6ece492b6a0c59a7ddf4599a2b7c699490a
0
ansible/roles/docker
262
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Install Docker\n ansible.builtin.yum:\n name: docker\n state: present\n\n- name: Start Docker service\n ansible.builtin.service:\n name: docker\n state: started\n enabled: yes\n\n- name: Add ec2-user to Docker group\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1449, "all_permissive": false }
ansible_role
gagnihotri/todoapp
b004b6ece492b6a0c59a7ddf4599a2b7c699490a
0
ansible/roles/k8s
262
[ "no_license" ]
[ { "path": "ansible/roles/k8s/tasks/main.yaml", "content": "- name: Install Kubernetes on Control Plane\n hosts: k8s-controller\n become: yes\n tasks:\n - name: Install kubeadm, kubelet, and kubectl\n yum:\n name: \n - kubeadm\n - kubelet\n - kubectl\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
gagnihotri/todoapp
b004b6ece492b6a0c59a7ddf4599a2b7c699490a
0
ansible/roles/mysql_db
262
[ "no_license" ]
[ { "path": "ansible/roles/mysql_db/tasks/main.yaml", "content": "---\n- name: Install PyMySQL\n ansible.builtin.pip:\n name: pymysql\n state: present\n \n- name: Copy SQL file to target host\n ansible.builtin.copy:\n src: ../backend/create_database.sql\n dest: /tmp/create_database.sql\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/backups
262
[ "no_license" ]
[ { "path": "roles/backups/tasks/filesystem.yml", "content": "---\n- name: Create backup dir\n file:\n path: /var/backups/system\n state: directory\n mode: '0755'\n\n- name: Archive important folders\n archive:\n path:\n - /var/www\n - /etc/nginx\n # - /etc/resolv.conf\n dest: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2067, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/common
262
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install base packages\n apt:\n name:\n - git\n - curl\n - wget\n - htop\n - jq\n - net-tools\n - ufw\n - unzip\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1851, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/cron
262
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": "---\n- name: Schedule daily PostgreSQL backup at 2AM\n cron:\n name: \"Daily PostgreSQL backup\"\n user: root\n job: \"/usr/bin/ansible-playbook /opt/ansible-setup/playbooks/backup_postgres.yml\"\n minute: \"0\"\n hour: \"2\"\n\n- name: Sche...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/docker
262
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Add temporary DNS servers\n copy:\n dest: /etc/resolv.conf\n content: |\n nameserver 192.168.3.11\n nameserver 192.168.3.11\n backup: yes\n\n- name: Install required apt packages\n apt:\n name:\n - ca-certificates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2155, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/firewall
262
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Allow SSH\n ufw:\n rule: allow\n port: 22\n\n- name: Allow HTTP\n ufw:\n rule: allow\n port: 80\n\n- name: Allow HTTPS\n ufw:\n rule: allow\n port: 443\n\n- name: Allow PostgreSQL\n ufw:\n rule: allow\n port: 543...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/nextjs
262
[ "no_license" ]
[ { "path": "roles/nextjs/tasks/main.yml", "content": "- name: Deploy all Next.js projects\n include_tasks: deploy.yml\n loop: \"{{ nextjs_projects }}\"\n loop_control:\n loop_var: nextapp\n when: deploy_project is not defined or nextapp.name == deploy_project\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2553, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/nginx
262
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: Validate nginx config before reload\n command: nginx -t\n register: nginx_test\n changed_when: false\n failed_when: nginx_test.rc != 0\n\n- name: Reload nginx if config is valid\n systemd:\n name: nginx\n state: reloaded\n when:...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1585, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/nodejs
262
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install nvm for root\n shell: |\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash\n args:\n creates: /root/.nvm/nvm.sh\n\n- name: Load nvm and install Node.js 22 and pnpm\n shell: |\n export NVM_DIR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/postgresql
262
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Install PostgreSQL\n apt:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Ensure PostgreSQL is enabled and running\n systemd:\n name: postgresql\n enabled: yes\n state: started\n\n- name: Find the po...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2272, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/tmux
262
[ "no_license" ]
[ { "path": "roles/tmux/files/tmux.conf", "content": "set -g mouse on\nsetw -g mode-keys vi\nbind r source-file ~/.tmux.conf \\; display-message \"Config reloaded\"\nset-option -g default-shell /usr/bin/zsh\nset-option -g default-command \"exec /usr/bin/zsh\"\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1922, "all_permissive": false }
ansible_role
amirhossein-shakeri/ansible-setup
9a2340d45b5794e8fd372f2bd50be6837763e273
0
roles/zsh
262
[ "no_license" ]
[ { "path": "roles/zsh/templates/zshrc.j2", "content": "export ZSH=\"{{ zsh_path | default('/root/.oh-my-zsh') }}\"\nZSH_THEME=\"robbyrussell\"\n\nplugins=(\n git\n zsh-syntax-highlighting\n zsh-autosuggestions\n)\n\nsource $ZSH/oh-my-zsh.sh\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 975, "all_permissive": false }
ansible_role
israelrosa/ansible
ec3f85a7e74a4fac9a06126d21a573eef99d1fb1
0
roles/deploy-stack
262
[ "no_license" ]
[ { "path": "roles/deploy-stack/tasks/main.yml", "content": "---\n# tasks file for deploy-stack\n- name: Copy docker-compose to remote hosts\n copy:\n src: \"docker-compose.yml\"\n dest: \"/opt/docker-compose.yml\"\n\n- name: deploy stack\n docker_stack: \n state: present\n compose: \n - \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
israelrosa/ansible
ec3f85a7e74a4fac9a06126d21a573eef99d1fb1
0
roles/docker-swarm-manager
262
[ "no_license" ]
[ { "path": "roles/docker-swarm-manager/handlers/main.yml", "content": "---\n# handlers file for docker-swarm-manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/docker-swarm-manager/defaults/main.yml", "content": "---\n# defaults fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 367, "all_permissive": false }
ansible_role
israelrosa/ansible
ec3f85a7e74a4fac9a06126d21a573eef99d1fb1
0
roles/docker-swarm-worker
262
[ "no_license" ]
[ { "path": "roles/docker-swarm-worker/vars/main.yml", "content": "---\n# vars file for docker-swarm-worker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/docker-swarm-worker/defaults/main.yml", "content": "---\n# defaults file for docke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 403, "all_permissive": false }
ansible_role
denis773/roles
4d0db1a135fdc3996e40d3e4cd3063c21674ff78
0
roles/ANMP
262
[ "no_license" ]
[ { "path": "roles/ANMP/handlers/main.yml", "content": "---\n# handlers file for ANMP\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/ANMP/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ANMP\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 719, "all_permissive": false }
ansible_role
denis773/roles
4d0db1a135fdc3996e40d3e4cd3063c21674ff78
0
roles/ELK
262
[ "no_license" ]
[ { "path": "roles/ELK/handlers/main.yml", "content": "---\n# handlers file for ELK\n- name: Restart Nginx\n systemd:\n name: nginx\n state: restarted\n\n- name: Restart Kibana\n systemd:\n name: kibana\n state: restarted\n\n- name: Restart Logstash\n systemd:\n name: logstash\n state: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1775, "all_permissive": false }
ansible_role
denis773/roles
4d0db1a135fdc3996e40d3e4cd3063c21674ff78
0
roles/firewall
262
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n- name: Allow SSH\n iptables:\n chain: INPUT\n protocol: tcp\n destination_port: 22\n jump: ACCEPT\n state: present\n\n- name: Allow HTTP\n iptables:\n chain: INPUT\n protocol: tcp\n destination_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
denis773/roles
4d0db1a135fdc3996e40d3e4cd3063c21674ff78
0
roles/mongodb
262
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n# tasks file for mongodb\n- name: Add MongoDB repository GPG key\n apt_key:\n url: 'https://pgp.mongodb.com/server-7.0.asc'\n state: present\n\n- name: Add MongoDB repository\n apt_repository:\n repo: 'deb [arch=amd64] https://repo.mongod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
denis773/roles
4d0db1a135fdc3996e40d3e4cd3063c21674ff78
0
roles/monitoring_pometheus_grafana
262
[ "no_license" ]
[ { "path": "roles/monitoring_pometheus_grafana/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - monitoring_pometheus_grafana\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/monitoring_pometheus_grafa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 895, "all_permissive": false }
ansible_role
denis773/roles
4d0db1a135fdc3996e40d3e4cd3063c21674ff78
0
roles/zabbix
262
[ "no_license" ]
[ { "path": "roles/zabbix/templates/zabbix_server.conf.j2", "content": "DBHost=localhost\nDBName=zabbix\nDBUser=zabbix\nDBPassword=<PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/zabbix/tasks/main.yml", "content": "---\n# tasks f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1123, "all_permissive": false }
ansible_role
srikanthramidi1261/gitlabansible
982714bea5c80d5c9e5574cda9eb981b2bab9ba9
0
roles/docker
262
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Docker\n yum: name=docker update_cache=yes state=present\n #- name: Install Docker python library\n #yum: name=python-docker-py state=present update_cache=no\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
srikanthramidi1261/gitlabansible
982714bea5c80d5c9e5574cda9eb981b2bab9ba9
0
roles/runner
262
[ "no_license" ]
[ { "path": "roles/runner/tasks/main.yml", "content": "- name: Transfer and execute a script.\n #hosts: \n #remote_user: ec2-user\n #sudo: yes\n #tasks:\n # - name: Transfer the script\n copy: src=test.sh dest=/home/ec2-user mode=0755\n # shell: test.sh >> somelog.txt\n #args:\n # chdir: /home/ec2-us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
LaureVig/tps
79cfac311ed0f33026d48c3bfb1cfbfb4965eb49
0
tp_ansible_molecule/ansible/collection/roles/lb-nginx
262
[ "no_license" ]
[ { "path": "tp_ansible_molecule/ansible/collection/roles/lb-nginx/handlers/main.yml", "content": "---\n# handlers file for lb-nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "tp_ansible_molecule/ansible/collection/roles/lb-nginx/templates/ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 558, "all_permissive": false }
ansible_role
LaureVig/tps
79cfac311ed0f33026d48c3bfb1cfbfb4965eb49
0
tp_ansible_molecule/ansible/collection/roles/server-nginx
262
[ "no_license" ]
[ { "path": "tp_ansible_molecule/ansible/collection/roles/server-nginx/tasks/main.yml", "content": "---\n# tasks file for server-nginx\n- name: Check that you can connect (GET) to a page and it returns a status 200\n ansible.builtin.uri:\n url: http://www.google.com\n\n- name: Add epel-release repo\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2614, "all_permissive": false }
ansible_role
tonykay/emea-2020-06-22-3tier-imports
7e9621179bdfa5dc0d76a4781134e0f2d2c58b80
0
roles/cleaner
262
[ "no_license" ]
[ { "path": "roles/cleaner/tasks/main.yml", "content": "---\n# Initial, common, system setup steps\n\n- name: reverse the enabling of sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: 'Defaults\\s*!requiretty'\n replace: '^Defaults requiretty'\n backup: yes\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 688, "all_permissive": false }
ansible_role
leighnowak/Ansible
fed51dd57b317d88a90960e3178608ad3f3180d9
0
projects/security/roles/httpd
262
[ "no_license" ]
[ { "path": "projects/security/roles/httpd/tasks/main.yml", "content": "---\n- name: ensure apache is at the latest version\n yum:\n name: httpd\n state: latest\n\n- name: ensure httpd is running\n service:\n name: httpd\n state: started\n\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
leighnowak/Ansible
fed51dd57b317d88a90960e3178608ad3f3180d9
0
projects/security/roles/openSCAP
262
[ "no_license" ]
[ { "path": "projects/security/roles/openSCAP/tasks/main.yml", "content": "---\n- name: install openscap-scanner\n yum:\n name: openscap-scanner\n state: latest\n\n- name: install scap security guide\n yum:\n name: scap-security-guide\n state: latest\n\n- name: run oval scan report\n command: o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
History-of-Incomplete-Projects/dps-client-ansible
e68256fabefeb32e74031bad03f21a574bbcd4aa
0
roles/get-installed
262
[ "no_license" ]
[ { "path": "roles/get-installed/tasks/clean.yaml", "content": "---\n - name: Remove output files\n shell: 'find {{ dps_home }} -type f ! -name \"*.?*\" -delete'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/get-installed/defaults/main.y...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2675, "all_permissive": false }
ansible_role
adrianw1832/dotfiles
32e3de51951c56366b31bc055f9207854aa73f15
7
ansible/roles/development
262
[ "no_license" ]
[ { "path": "ansible/roles/development/tasks/create_config_directories.yml", "content": "- name: Create sub-config directories\n file:\n path: '~/.config/{{ item }}'\n state: directory\n with_items:\n - bat\n - nvim\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 5606, "all_permissive": false }
ansible_role
OpenGeoscience/geonotebook
a20a86909677ab02dc3e59c302f056ecb906b0e4
1,088
devops/roles/ec2
262
[ "permissive" ]
[ { "path": "devops/roles/ec2/tasks/main.yml", "content": "---\n- include: terminate.yml\n when: state == 'absent'\n\n- include: launch.yml\n when: state == 'running'\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 105 }, { "path": "devops...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4120, "all_permissive": true }
ansible_role
OpenGeoscience/geonotebook
a20a86909677ab02dc3e59c302f056ecb906b0e4
1,088
devops/roles/geonotebook
262
[ "permissive" ]
[ { "path": "devops/roles/geonotebook/README.md", "content": "geonotebook\n===========\n\nAn Ansible role to install [Geonotebook](https://github.com/opengeoscience/geonotebook).\n\nRequirements\n------------\n\nThis is intended to be run on a clean Ubuntu 16.04 system.\n\nRole Variables\n--------------\n\n| ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6172, "all_permissive": true }
ansible_role
OpenGeoscience/geonotebook
a20a86909677ab02dc3e59c302f056ecb906b0e4
1,088
devops/roles/jupyterhub
262
[ "permissive" ]
[ { "path": "devops/roles/jupyterhub/files/requirements.txt", "content": "jupyter\njupyterhub\ngit+https://github.com/jupyter/sudospawner\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 62 }, { "path": "devops/roles/jupyterhub/meta/main.yml"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4164, "all_permissive": true }
ansible_role
OpenGeoscience/geonotebook
a20a86909677ab02dc3e59c302f056ecb906b0e4
1,088
devops/roles/ktile
262
[ "permissive" ]
[ { "path": "devops/roles/ktile/tasks/main.yml", "content": "---\n- name: Install system dependencies\n apt:\n name: \"{{ item }}\"\n with_items:\n - git\n - gdal-bin\n - python-pip\n - python-psycopg2\n become: yes\n\n- name: Make ktile directory\n file:\n path: \"{{ ktile_dir }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1388, "all_permissive": true }
ansible_role
abc16810/ambari_yml
b7b42f199958ea608bd135a2cae651f4b7ded72b
1
roles/hadoop_hosts
262
[ "no_license" ]
[ { "path": "roles/hadoop_hosts/tasks/authorized_keys.yml", "content": "---\n\n- name: 确保用户生成 ssh key \n user:\n name: \"{{ exce_ambari_user_name | default('root') }}\"\n home: \"{{ exce_ambari_user_home }}\"\n generate_ssh_key: \"yes\"\n ssh_key_bits: 2048\n ssh_key_file: \".ssh/id_rsa\"\n\n\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9396, "all_permissive": false }
ansible_role
abc16810/ambari_yml
b7b42f199958ea608bd135a2cae651f4b7ded72b
1
roles/local_repo
262
[ "no_license" ]
[ { "path": "roles/local_repo/tasks/conf_repo.yml", "content": "---\n- name: 配置本地的 ambari repo \n template:\n src: \"{{ item.repo }}.repo.j2\"\n dest: \"/etc/yum.repos.d/{{ item.repo }}.repo\"\n with_items: \"{{ hadoop_local_packges }}\"\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2570, "all_permissive": false }
ansible_role
abc16810/ambari_yml
b7b42f199958ea608bd135a2cae651f4b7ded72b
1
roles/mysql_install
262
[ "no_license" ]
[ { "path": "roles/mysql_install/defaults/main.yml", "content": "---\n# defaults file for mysql_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/mysql_install/vars/main.yml", "content": "---\n# vars file for mysql_install", "lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 9786, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible-modules
09c1f8354e7d56b27f95e365156c1dc3cee99996
0
roles/apache2
262
[ "no_license" ]
[ { "path": "roles/apache2/handlers/main.yml", "content": "---\n- name: start apache2\n systemd:\n name: started\n state: present\n daemon_reload: yes\n\n- name: stop apache2\n systemd:\n name: stopped\n state: present\n daemon_reload: yes\n\n- name: restart apache2\n systemd:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1182, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible-modules
09c1f8354e7d56b27f95e365156c1dc3cee99996
0
roles/create_user_group
262
[ "no_license" ]
[ { "path": "roles/create_user_group/tasks/create_user.yml", "content": "---\r\n- name: create tomcat user\r\n user:\r\n name: \"{{ posix_username }}\"\r\n state: present\r\n group: \"{{ posix_groupname }}\"\r\n create_home: yes\r\n shell: \"{{ posix_shell }}\"\r\n home: \"{{ posix_home }}\...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 690, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible-modules
09c1f8354e7d56b27f95e365156c1dc3cee99996
0
roles/java8
262
[ "no_license" ]
[ { "path": "roles/java8/create_first_role/tasks/main.yml", "content": "- name: add user john and create home directory along with u_id\n user:\n name: \"{{ username }}\"\n uid: \"{{ uid }}\"\n state: present\n create_home: yes\n shell: \"{{ shell }}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 698, "all_permissive": false }