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
x86-39/ansible_collection_39systems.foreman
0ff0bb2167f0b354436aea0e63940af86cbe87be
0
roles/configure
7,975
[ "no_license" ]
[ { "path": "roles/configure/README.md", "content": "Ansible Role Template\n=========\n\n\n\nThis is an Ansible role to install and configure configure.\n\nInclude more information about configure in this section.\n\nRequirements\n------------\nThese platforms are supported:\n- Ubuntu 20.04\n- Debian 11\n- EL...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 18475, "all_permissive": false }
ansible_role
x86-39/ansible_collection_39systems.foreman
0ff0bb2167f0b354436aea0e63940af86cbe87be
0
roles/configure_katello
7,975
[ "no_license" ]
[ { "path": "roles/configure_katello/defaults/main.yml", "content": "---\nforeman_configure_katello_admin_username: \"{{ foreman_username | default('admin') }}\"\nforeman_configure_katello_admin_password: \"{{ foreman_password | default('<PASSWORD>') }}\"\nforeman_configure_katello_server_url: \"{{ foreman_ur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11632, "all_permissive": false }
ansible_role
x86-39/ansible_collection_39systems.foreman
0ff0bb2167f0b354436aea0e63940af86cbe87be
0
roles/install
7,975
[ "no_license" ]
[ { "path": "roles/install/vars/debian.yml", "content": "---\n_foreman_install_puppet_release_url: \"https://apt.puppet.com/puppet7-release-bullseye.deb\"\n\n_foreman_install_foreman_apt_key_url: \"https://deb.theforeman.org/foreman.asc\"\n_foreman_install_foreman_apt_key_dest: \"/etc/apt/trusted.gpg.d/forema...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 10087, "all_permissive": false }
ansible_role
x86-39/ansible_collection_39systems.foreman
0ff0bb2167f0b354436aea0e63940af86cbe87be
0
roles/install_capsule
7,975
[ "no_license" ]
[ { "path": "roles/install_capsule/defaults/main.yml", "content": "---\nforeman_install_capsule_foreman_inventory_host: foreman\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/install_capsule/tasks/setup/always.yml", "content": "--...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2316, "all_permissive": false }
ansible_role
x86-39/ansible_collection_39systems.foreman
0ff0bb2167f0b354436aea0e63940af86cbe87be
0
roles/smart_proxy
7,975
[ "no_license" ]
[ { "path": "roles/smart_proxy/defaults/main.yml", "content": "---\n## GLOBAL, for registering the DNS server\nforeman_smart_proxy_admin_username: \"{{ foreman_username | default('admin') }}\"\nforeman_smart_proxy_admin_password: \"{{ <PASSWORD>man_password | default('<PASSWORD>') }}\"\nforeman_smart_proxy_se...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 12035, "all_permissive": false }
ansible_role
h-tabatabaei/ansible-plays-yum
21e2442e2ed6200919a57055fc85c2339a180763
0
roles/yum
7,975
[ "no_license" ]
[ { "path": "roles/yum/tasks/yumUpdate.yaml", "content": "- name: update all packages\n hosts: 192.168.57.3\n become: true\n \n tasks:\n - name: \n ansible.builtin.shell:\n cmd: yum clean all\n\n - name: update yum update -y\n ansible.builtin.shell:\n cmd: yum update \n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 598, "all_permissive": false }
ansible_role
azavea/iow-boundary-tool
2b4d87ef2e5cd4f880cbfde9c214fd6e4730fe35
6
deployment/ansible/roles/iow-boundary-tool.docker
7,975
[ "no_license" ]
[ { "path": "deployment/ansible/roles/iow-boundary-tool.docker/meta/main.yml", "content": "---\ndependencies:\n - { role: azavea.docker }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "deployment/ansible/roles/iow-boundary-tool.docker/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
azavea/iow-boundary-tool
2b4d87ef2e5cd4f880cbfde9c214fd6e4730fe35
6
deployment/ansible/roles/iow-boundary-tool.environment
7,975
[ "no_license" ]
[ { "path": "deployment/ansible/roles/iow-boundary-tool.environment/tasks/main.yml", "content": "---\n- name: Set AWS_PROFILE\n lineinfile:\n path: \"/etc/environment\"\n regexp: \"^AWS_PROFILE=\"\n line: \"AWS_PROFILE={{ aws_profile }}\"\n\n- name: Set IOW_BOUNDARY_TOOL_SETTINGS_BUCKET\n lineinfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
frozenfoxx/ansible-thorskingdom.net
4216b01a15ae8d38643e0000e9797037565aef58
1
roles/accounts
7,975
[ "no_license" ]
[ { "path": "roles/accounts/tasks/main.yml", "content": "---\n- name: Create user accounts\n ansible.builtin.user:\n name: \"{{ item.username }}\"\n group: \"{{ item.group }}\"\n groups: \"{{ item.groups }}\"\n home: \"{{ item.home }}\"\n shell: \"{{ item.shell }}\"\n uid: \"{{ item.uid }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1254, "all_permissive": false }
ansible_role
frozenfoxx/ansible-thorskingdom.net
4216b01a15ae8d38643e0000e9797037565aef58
1
roles/barotrauma
7,975
[ "no_license" ]
[ { "path": "roles/barotrauma/tasks/debian.yml", "content": "---\n- name: Add 32bit architecture installation for Debian\n ansible.builtin.import_tasks: debian-32bit.yml\n tags:\n - barotrauma\n\n- name: Add packages for Debian\n ansible.builtin.import_tasks: debian-packages.yml\n tags:\n - barotrau...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8795, "all_permissive": false }
ansible_role
frozenfoxx/ansible-thorskingdom.net
4216b01a15ae8d38643e0000e9797037565aef58
1
roles/kavita
7,975
[ "no_license" ]
[ { "path": "roles/kavita/tasks/user.yml", "content": "---\n- name: Create kavita system group\n ansible.builtin.group:\n name: kavita\n system: yes\n tags:\n - kavita\n\n- name: Create kavita user\n ansible.builtin.user:\n name: kavita\n group: kavita\n system: yes\n shell: /sbin/nolo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1900, "all_permissive": false }
ansible_role
frozenfoxx/ansible-thorskingdom.net
4216b01a15ae8d38643e0000e9797037565aef58
1
roles/livedns
7,975
[ "no_license" ]
[ { "path": "roles/livedns/tasks/main.yml", "content": "---\n- name: Download livedns_update script\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/frozenfoxx/util/main/network/livedns_update.sh\n dest: /root/livedns_update.sh\n mode: 0750\n tags:\n - livedns\n\n- name: Set t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
jxtSamFrimpong/ansible-lamp-stack
1f28a6a9728f58d75bc3e338390e6717cf78c4d9
0
roles/lamp_stack
7,975
[ "no_license" ]
[ { "path": "roles/lamp_stack/handlers/main.yaml", "content": "---\n- name: Restart Apache\n service:\n name: apache2\n state: restarted\n environment:\n DB_PASS: \"{{ vault_mysql_root_password }}\"\n- name: Restart mysql\n service:\n name: mysql\n state: restarted", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2158, "all_permissive": false }
ansible_role
rahulkarnati16/demo-project
35aea9841304e41d2de7e937c4b2684bcc522b26
0
ansible-build-docker/roles/webapp-demo
7,975
[ "no_license" ]
[ { "path": "ansible-build-docker/roles/webapp-demo/defaults/main.yml", "content": "---\n\n# Image build options.\nwebapp_image_src_dir: /home/ec2-user/demo/docker/webapp\nnginx_image_src_dir: /home/ec2-user/demo/docker/nginx\nwebapp_image_name: webapp-demo\nnginx_image_name: nginx\n\n# You can add one or mor...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3184, "all_permissive": false }
ansible_role
bm5w/ansible
2bc227ebc7c9c868f599b2bce1bffa69f6b5a960
0
roles/django
7,971
[ "no_license" ]
[ { "path": "roles/django/tasks/main.yml", "content": "---\n\n- name: Install System Packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n sudo: yes\n with_items:\n - build-essential\n - python-dev\n - python-pip\n - postgresql-client\n - libpq-dev\n - pyt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2099, "all_permissive": false }
ansible_role
bm5w/ansible
2bc227ebc7c9c868f599b2bce1bffa69f6b5a960
0
roles/gunicorn
7,971
[ "no_license" ]
[ { "path": "roles/gunicorn/templates/imager.conf.j2", "content": "description 'imager'\n\nstart on (filesystem)\nstop on runlevel [016]\n\nrespawn\nsetuid www-data\nsetgid www-data\nchdir {{ manage_home }}\nenv SECRET_KEY=\"{{ SECRET_KEY }}\"\nenv RDS_DB_NAME=\"{{ db_host.ec2_DBName }}\"\nenv RDS_USERNAME=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1006, "all_permissive": false }
ansible_role
penukondaiah/ppk-infra
0e662cce0972df619f3ef809fe9729e794589aff
0
roles/cicd
7,971
[ "no_license" ]
[ { "path": "roles/cicd/tasks/main.yaml", "content": "---\n- name: Download the artifact\n maven_artifact:\n group_id: in.shan5a6\n artifact_id: myweb\n repository_url: 'http://192.168.3.11/repository/app-artifacts/'\n extension: war\n version: \"{{ artifact_version }}\"\n username: \"{{ ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
mostafadeiab/homelab-ansible
3201eccb924994af1e8f3c3b40225b3dfaf7db97
0
roles/docker
7,971
[ "no_license" ]
[ { "path": "roles/docker/tasks/dirs.yml", "content": "---\n# Create the main Docker directory (required on both machines)\n- name: Create Docker directory\n ansible.builtin.file:\n path: \"{{ docker_dir }}\"\n state: directory\n owner: \"{{ username }}\"\n group: \"{{ username }}\"\n mode: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3802, "all_permissive": false }
ansible_role
mostafadeiab/homelab-ansible
3201eccb924994af1e8f3c3b40225b3dfaf7db97
0
roles/gpu
7,971
[ "no_license" ]
[ { "path": "roles/gpu/tasks/main.yml", "content": "---\n- name: Install NVIDIA GPU driver package\n apt:\n name: \"{{ nvidia_driver_package }}\"\n state: present\n update_cache: yes\n when: gpu_enabled | default(false)\n\n- name: Add NVIDIA Docker repository GPG key\n apt_key:\n url: https://n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
mostafadeiab/homelab-ansible
3201eccb924994af1e8f3c3b40225b3dfaf7db97
0
roles/services
7,971
[ "no_license" ]
[ { "path": "roles/services/tasks/traefik.yml", "content": "- name: Deploy traefik with docker container\n community.docker.docker_container:\n name: traefik\n image: traefik:latest\n restart_policy: unless-stopped\n state: started\n security_opts:\n - no-new-privileges:true\n networks...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 14085, "all_permissive": false }
ansible_role
mostafadeiab/homelab-ansible
3201eccb924994af1e8f3c3b40225b3dfaf7db97
0
roles/system
7,971
[ "no_license" ]
[ { "path": "roles/system/tasks/essential.yml", "content": "---\n# Update and upgrade the system packages\n- name: Update and upgrade packages\n apt:\n update_cache: yes\n upgrade: yes\n autoremove: yes\n\n# Check for a file that indicates a reboot is required\n- name: Check if reboot required\n st...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3497, "all_permissive": false }
ansible_role
currycan/kube-install
78c681fc31bfd108403897545ac1db07ac1083ef
3
roles/certificates
7,971
[ "no_license" ]
[ { "path": "roles/certificates/templates/openssl/etcd-openssl.cnf.j2", "content": "[ req ]\ndefault_bits = {{ cert_key_size }}\nprompt = no\ndefault_md = sha256\ndistinguished_name = req_distinguished_name\n\n[req_distinguished_name]\nC = \"{{ cert_info_country }}\"\nST = \"{{ cert_info_state }}\"\nL = \"{{ ...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 22, "total_bytes": 40287, "all_permissive": false }
ansible_role
currycan/kube-install
78c681fc31bfd108403897545ac1db07ac1083ef
3
roles/cluster-reset
7,971
[ "no_license" ]
[ { "path": "roles/cluster-reset/tasks/reset-normal-user-admission.yml", "content": "- name: 判断执行用户是否存在\n changed_when: true\n failed_when: false\n action: shell set -o pipefail && /usr/bin/getent passwd {{ item }} | /usr/bin/wc -l | tr -d ''\n register: user_exist\n with_items:\n - \"{{ normal_user }}\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7604, "all_permissive": false }
ansible_role
currycan/kube-install
78c681fc31bfd108403897545ac1db07ac1083ef
3
roles/container-runtime
7,971
[ "no_license" ]
[ { "path": "roles/container-runtime/tasks/docker/main.yml", "content": "- name: 创建 docker 用户组\n group:\n name: docker\n state: present\n\n- name: 创建 docker 用户\n user:\n name: docker\n comment: \"Docker user\"\n shell: /sbin/nologin\n state: present\n system: yes\n groups: docker\n\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10232, "all_permissive": false }
ansible_role
currycan/kube-install
78c681fc31bfd108403897545ac1db07ac1083ef
3
roles/etcd
7,971
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.sh.j2", "content": "#! /bin/env bash\n\nalias etcd2=\"ETCDCTL_API=2 etcdctl --cert-file={{ etcd_cert_healthcheck_client }} \\\n --key-file={{ etcd_cert_healthcheck_client_key }} \\\n --ca-file={{ etcd_ca }} \\\n --endpoints '{{ etcd_servers }}'\"\n\nalias etcd3=...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3474, "all_permissive": false }
ansible_role
currycan/kube-install
78c681fc31bfd108403897545ac1db07ac1083ef
3
roles/kubernetes
7,971
[ "no_license" ]
[ { "path": "roles/kubernetes/templates/kubelet/12-cgroup.conf.j2", "content": "[Service]\n## 添加 CPUAccounting=true 选项,开启 systemd CPU 统计功能\nCPUAccounting=true\n## 添加 MemoryAccounting=true 选项,开启 systemd Memory 统计功能\nMemoryAccounting=true\n## 添加 BlockIOAccounting=true 选项,开启Block IO 统计功能\nBlockIOAccounting=true\...
{ "task_files": 19, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 41, "total_bytes": 73858, "all_permissive": false }
ansible_role
mateusmcosta/wildfly-cluster-provisioning
e60c0a445946cb4218efa4f7188c2fccf3f41563
0
roles/01_network_setup
7,971
[ "no_license" ]
[ { "path": "roles/01_network_setup/tasks/main.yml", "content": "---\n- name: Copy hosts to /etc/hosts\n become: true\n template:\n src: 'templates/hosts.j2'\n dest: /etc/hosts\n\n- name: Add Ansible proxies mappings to /etc/hosts\n become: true\n blockinfile:\n path: /etc/hosts\n block: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
mateusmcosta/wildfly-cluster-provisioning
e60c0a445946cb4218efa4f7188c2fccf3f41563
0
roles/02_selinux_disable
7,971
[ "no_license" ]
[ { "path": "roles/02_selinux_disable/handlers/main.yml", "content": "- name: Reboot host and wait for it to restart\n become: true\n reboot:\n msg: \"Reboot initiated by Ansible\"\n connect_timeout: 5\n reboot_timeout: 600\n pre_reboot_delay: 0\n post_reboot_delay: 30\n test_command: whoa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 411, "all_permissive": false }
ansible_role
mateusmcosta/wildfly-cluster-provisioning
e60c0a445946cb4218efa4f7188c2fccf3f41563
0
roles/03_increase_buffer_sizes
7,971
[ "no_license" ]
[ { "path": "roles/03_increase_buffer_sizes/tasks/main.yml", "content": "---\n - name: 'Increase the maximum allowed buffer sizes'\n become: true\n copy:\n src: 'files/66-modcluste.conf'\n dest: '/etc/sysctl.d/66-modcluste.conf'\n notify:\n - Reboot host and wait for it to restart\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
mateusmcosta/wildfly-cluster-provisioning
e60c0a445946cb4218efa4f7188c2fccf3f41563
0
roles/04_httpd_install
7,971
[ "no_license" ]
[ { "path": "roles/04_httpd_install/tasks/main.yml", "content": "---\n - name: Install HTTPD\n become: true\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - httpd\n - httpd-devel\n - apr-devel\n - openssl-devel\n - mod_ssl\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
mateusmcosta/wildfly-cluster-provisioning
e60c0a445946cb4218efa4f7188c2fccf3f41563
0
roles/05_modcluster_install
7,971
[ "no_license" ]
[ { "path": "roles/05_modcluster_install/templates/mod_cluster.conf.j2", "content": "LoadModule cluster_slotmem_module modules/mod_cluster_slotmem.so\nLoadModule manager_module modules/mod_manager.so\nLoadModule proxy_cluster_module modules/mod_proxy_cluster.so\nLoadModule advertise_module modules/mod_adverti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5801, "all_permissive": false }
ansible_role
mateusmcosta/wildfly-cluster-provisioning
e60c0a445946cb4218efa4f7188c2fccf3f41563
0
roles/06_java_install
7,971
[ "no_license" ]
[ { "path": "roles/06_java_install/tasks/main.yml", "content": "---\n - name: Install Java openjdk 8\n become: true\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - java-1.8.0-openjdk-devel\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
mateusmcosta/wildfly-cluster-provisioning
e60c0a445946cb4218efa4f7188c2fccf3f41563
0
roles/07_wildfly_install
7,971
[ "no_license" ]
[ { "path": "roles/07_wildfly_install/tasks/main.yml", "content": "---\n - name: Check if wildfly has already installed\n become: true\n stat:\n path: \"{{ wildfly_home }}\"\n register: wildfly_folder\n\n - name: Copy wildfly to /opt/\n become: true\n unarchive:\n src: files/wildfly-21.0.2.F...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 807, "all_permissive": false }
ansible_role
artmarkov/fdoc_school
e3754c6356d2a2ddc31153b003b46941e31ac0b1
0
install/roles/common
7,971
[ "no_license" ]
[ { "path": "install/roles/common/tasks/main.yml", "content": "---\n- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: Add EPEL repository\n yum:\n name: epel-release\n state: latest\n\n- name: Add Remi repository\n yum:\n name: http://rpms.famillecollet.com/enterprise/remi-release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": false }
ansible_role
artmarkov/fdoc_school
e3754c6356d2a2ddc31153b003b46941e31ac0b1
0
install/roles/docker
7,971
[ "no_license" ]
[ { "path": "install/roles/docker/tasks/main.yml", "content": "---\n- name: Install docker required packages\n yum: name={{ item }} state=latest\n with_items:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: Install docker repository\n shell: yum-config-manager --add-repo https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
artmarkov/fdoc_school
e3754c6356d2a2ddc31153b003b46941e31ac0b1
0
install/roles/postgre
7,971
[ "no_license" ]
[ { "path": "install/roles/postgre/tasks/main.yml", "content": "---\n- name: Install Postgre 10 repository\n yum: name=https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm state=present\n\n- name: Install postgresql packages\n yum: name={{ item }} state=prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2360, "all_permissive": false }
ansible_role
artmarkov/fdoc_school
e3754c6356d2a2ddc31153b003b46941e31ac0b1
0
install/roles/web
7,971
[ "no_license" ]
[ { "path": "install/roles/web/tasks/main.yml", "content": "---\n- name: enable remi-php73\n shell: yum-config-manager --enable remi-php73\n\n- name: Install http php packages\n yum: pkg={{ item }} state=latest\n with_items:\n - python-pip\n - git\n - httpd\n - mod_ssl\n - php\n - php-pec...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3404, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/configure_ap
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/configure_ap/tasks/configure_ap.yml", "content": "---\n\n- name: Setup Active Passive on MQ server from the script.\n become: yes\n become_user: mqm\n ansible.builtin.shell: sudo sh active_passive_config.sh \n args:\n chdir: \"{{ IBM_MQ_SOURCE_DIR }}/MQ-Scripts/\"\n", "lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 308, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/create-storage
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/create-storage/tasks/main.yml", "content": "---\n- name: Mount EFS on EC2 instance\n ansible.builtin.include_tasks: create-mount-efs.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "ibm-mq/roles/create-storage/tasks/cr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2058, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/getconfig
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/getconfig/defaults/main.yml", "content": "---\nmqsc_local: \"{{IBM_MQ_SOURCE_DIR}}/MQ-Scripts/P001Q01.mqsc\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ibm-mq/roles/getconfig/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 165, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/install-fixpack
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/install-fixpack/tasks/install-fixpack.yml", "content": "---\n- name: install Fix Pack MQ from the script.\n become: yes\n become_user: mqm\n ansible.builtin.shell: echo 2 | sudo sh MQ-Scripts/installMQ92.sh\n args:\n chdir: \"{{ IBM_MQ_SOURCE_DIR }}\"\n \n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/mq_install
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/mq_install/tasks/system_check.yml", "content": "#\n# This task file checks if the system is setup with required software, binaries,\n# and the installation manager is installed\n#\n## Extract the TAR & Scripts \n- name: Extract MQ tar into Source directory\n ansible.builtin.unarchiv...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3548, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/prepare_install
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/prepare_install/README.md", "content": "# prepare_install\nThis role will setup the provisioned instance with the proper resources required to install IBM MQ Server. This includes required software, packages/binaries, and the IBM Installation Manager. If the installer already exists ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3746, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/setupusers
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/setupusers/defaults/main.yml", "content": "---\n##Variables for MQ user\nmqm_home: /home/mqm\nmqm_profile: .profile\nmqm_shell: /bin/bash\n\n##Variabled for ACE user\nmqsi_home: /var/mqmsi\nmqsi_profile: .profile\nmqsi_shell: /bin/bash\n\n", "license_type": "no_license", "det...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1104, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/startmq
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/startmq/tasks/main.yml", "content": "---\n\n- name: Start MQ server from the script\n ansible.builtin.include_tasks: startmq.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ibm-mq/roles/startmq/tasks/startmq.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 266, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/stopmq
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/stopmq/tasks/main.yml", "content": "---\n\n- name: Start MQ server from the script\n ansible.builtin.include_tasks: stopmq.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ibm-mq/roles/stopmq/tasks/stopmq.yml", "co...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
salausss/ansible
0ea4c7156cb5831eb1d11ec3afc4b1695d17d035
0
ibm-mq/roles/uninstall-mq
7,971
[ "no_license" ]
[ { "path": "ibm-mq/roles/uninstall-mq/tasks/main.yml", "content": "#\n## This task files completes the initial setup of the server for IBM MQ\n#\n---\n- name: Uninstall MQ\n include_tasks: uninstall-mq.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 806, "all_permissive": false }
ansible_role
dvdrbn/ansible-homework
425a67302a4d8c374bbad2a43aa00f7f4e0c392e
0
session-2/roles/docker
7,971
[ "no_license" ]
[ { "path": "session-2/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: update cache and install packages (ubuntu)\n apt:\n update_cache: yes\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2426, "all_permissive": false }
ansible_role
vishureddy/casestudy
45b5bd4c4f4cf52ea79b75e76b89a3bab1ae36be
0
Part-1/T-1/roles/nginx
7,977
[ "no_license" ]
[ { "path": "Part-1/T-1/roles/nginx/tasks/main.yml", "content": "---\n - name: Install nginx\n apt:\n name: nginx\n state: present\n\n - name: Start NGiNX\n service:\n name: nginx\n state: started\n\n - name: copy nginx site.conf\n template:\n src: site.conf.j2\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 523, "all_permissive": false }
ansible_role
Sivagangadhar898/Roboshop-using-Ansible
d58e6f54afc403e71dbe6c49a3c2d7ecffc83eda
0
Roboshop-ANSIBLE/ansible-roles/roles/common
7,977
[ "no_license" ]
[ { "path": "Roboshop-ANSIBLE/ansible-roles/roles/common/tasks/app-setup.yaml", "content": "- name: check roboshop user exist or not\n ansible.builtin.command: id roboshop\n register: output \n ignore_errors: true\n\n- when: output.rc != 0 \n name: create user roboshop\n become: yes \n ansible.builtin.u...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1247, "all_permissive": false }
ansible_role
Sivagangadhar898/Roboshop-using-Ansible
d58e6f54afc403e71dbe6c49a3c2d7ecffc83eda
0
ansible-roles/roles/common
7,977
[ "no_license" ]
[ { "path": "ansible-roles/roles/common/tasks/maven-setup.yaml", "content": "- name: instaling maven\n ansible.builtin.yum:\n name: maven\n state: installed", "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
Sivagangadhar898/Roboshop-using-Ansible
d58e6f54afc403e71dbe6c49a3c2d7ecffc83eda
0
ansible-roles/roles/mysql
7,977
[ "no_license" ]
[ { "path": "ansible-roles/roles/mysql/tasks/main.yaml", "content": "- name: disable myql\n ansible.builtin.command: yum module disable mysql -y \n \n- name: copy mysql repo\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n \n- name: install myql community server\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
Sivagangadhar898/Roboshop-using-Ansible
d58e6f54afc403e71dbe6c49a3c2d7ecffc83eda
0
ansible-roles/roles/rabbitmq
7,977
[ "no_license" ]
[ { "path": "ansible-roles/roles/rabbitmq/tasks/main.yaml", "content": "- name: configure yum repos\n ansible.builtin.shell: \"{{item}}\"\n loop:\n - curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n - curl -s https://packagecloud.io/install/repositories/rabbitmq/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/common
7,977
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n - name: install the required selinux python bindings\n yum: name=libselinux-python state=latest\n\n - name: Set SELinux to permissive for demo purposes\n selinux: policy=targeted state=permissive\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/elasticsearch
7,977
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n - name: Add elasticsearch repo key\n rpm_key: key=\"http://packages.elasticsearch.org/GPG-KEY-elasticsearch\"\n\n - name: Add elasticsearch repo\n copy: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch.repo\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/kibana
7,977
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "---\n\n - name: Create kibana directory\n file: path=/var/www/kibana state=directory\n\n - name: Create kibana log directory\n file: path=/var/log/kibana state=directory\n\n - name: Download kibana\n get_url: url=https://download.elast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/logstash
7,977
[ "no_license" ]
[ { "path": "ansible/roles/logstash/files/nginx.conf", "content": "input {\n file {\n path => \"/var/log/external/*/nginx/access.log\"\n type => \"nginx_access\"\n }\n}\n\nfilter {\n if [type] == \"nginx_access\" {\n grok {\n match => { \"message\" => \"%{NGINXACCESS}\" }\n }\n }\n}\n\nou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1291, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/nginx
7,977
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/remove-extras.yml", "content": "---\n- name: Find enabled sites\n shell: ls -1 /etc/nginx/sites-enabled\n register: enabled_sites\n changed_when: False\n tags: [configuration,nginx]\n\n- name: Disable unmanaged sites\n file: path=/etc/nginx/sites-enabled/{{ item }} ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1227, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/rsyslog_client
7,977
[ "no_license" ]
[ { "path": "ansible/roles/rsyslog_client/tasks/main.yml", "content": "---\n - name: Make sure rsyslog is installed\n yum: name={{ item }} state=latest\n with_items: [ 'rsyslog', 'logrotate' ]\n\n - name: Create rsyslog configuration\n copy: src=rsyslog.conf dest=/etc/rsyslog.conf owner=root group=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 923, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/rsyslog_server
7,977
[ "no_license" ]
[ { "path": "ansible/roles/rsyslog_server/tasks/main.yml", "content": "---\n - name: Make sure rsyslog is installed\n yum: name={{ item }} state=latest\n with_items: [ 'rsyslog', 'logrotate' ]\n\n - name: Create rsyslog configuration\n copy: src=rsyslog.conf dest=/etc/rsyslog.conf owner=root group=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
eggsy84/ansible-elk-nginx-vagrant
1fdb27e8319c8bd514f6a7d2d1df545c6f58acba
0
ansible/roles/webcontent
7,977
[ "no_license" ]
[ { "path": "ansible/roles/webcontent/tasks/main.yml", "content": "---\n \n- name: Creates nginx web content directory\n file: dest=/var/www state=directory owner=root group=root\n\n- name: Create website index page\n copy: src=index.html dest=/var/www/index.html owner=root group=root\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
Sumanth990/expense-ansible
3053d77bc43307ea1ecafb7e3a878dfb2586f580
0
roles/backend
7,977
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "#dnf module disable nodejs -y\n- name: Disable default version of nodejs\n ansible.builtin.shell: dnf module disable nodejs -y\n#dnf module enable nodejs:18 -y\n- name: Enable nodejs18 version\n ansible.builtin.shell:\n cmd: dnf module enable nodejs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1887, "all_permissive": false }
ansible_role
Sumanth990/expense-ansible
3053d77bc43307ea1ecafb7e3a878dfb2586f580
0
roles/common
7,977
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "node_exporter_version: 1.8.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/common/tasks/app_prereq.yml", "content": "#rm -rf /usr/share/nginx/html/*\n- name: Remove default content of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 670, "all_permissive": false }
ansible_role
Sumanth990/expense-ansible
3053d77bc43307ea1ecafb7e3a878dfb2586f580
0
roles/frontend
7,977
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "#dnf install nginx\n- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n#common\n- name: App Pre-Requisites\n ansible.builtin.include_role:\n name: common\n tasks_from: app_prereq\n#cp expense.conf /etc/nginx/defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
Sumanth990/expense-ansible
3053d77bc43307ea1ecafb7e3a878dfb2586f580
0
roles/mysql
7,977
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "#dnf module disable mysql -y\n- name: Disable default version of mysql\n ansible.builtin.shell: dnf module disable mysql -y\n#/etc/yum.repos.d/mysql.repo\n- name: Copy repo files\n ansible.builtin.template:\n src: mysql.repo\n dest: /etc/yum.repos....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
Sumanth990/expense-ansible
3053d77bc43307ea1ecafb7e3a878dfb2586f580
0
roles/observability
7,977
[ "no_license" ]
[ { "path": "roles/observability/tasks/main.yml", "content": "- name: Setup Host name in prompt\n ansible.builtin.shell: set-hostname {{env}}-{{component}}\n\n#node_exporter\n- name: Download and extract content of node_exporter\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/node_expor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
huangcx1234/hcxcloud
837dac294c1c17f3571046bad5384244e9a79fca
0
deploy/roles/build
7,977
[ "no_license" ]
[ { "path": "deploy/roles/build/tasks/main.yml", "content": "---\n- name: 'compiling {{ pl }}'\n command: mvn clean package -pl \"{{pl}}\" -am -Dmaven.test.skip={{skipTest | default('true') }}\n args:\n chdir: '{{project_dir}}'\n\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
huangcx1234/hcxcloud
837dac294c1c17f3571046bad5384244e9a79fca
0
deploy/roles/spring-boot
7,977
[ "no_license" ]
[ { "path": "deploy/roles/spring-boot/tasks/main.yml", "content": "---\n- name: 'transport package'\n copy: src={{jar_path}} dest={{deploy_jar_path}} mode=500\n\n- name: 'transport conf'\n template: src=module.conf dest={{deploy_conf_path}} mode=400\n\n- name: 'register service'\n file: src={{deploy_jar_pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 832, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
container-registry/ansible/roles/common
7,977
[ "no_license" ]
[ { "path": "container-registry/ansible/roles/common/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Common role for Container Registry deployment\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Debian\n versions:\n - bullseye\n - bookw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1856, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
container-registry/ansible/roles/docker
7,977
[ "no_license" ]
[ { "path": "container-registry/ansible/roles/docker/tasks/main.yml", "content": "---\n# Docker installation and configuration\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- name: Add Docker repository\n apt_repository:\n repo: \"d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1885, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
container-registry/ansible/roles/registry
7,977
[ "no_license" ]
[ { "path": "container-registry/ansible/roles/registry/handlers/main.yml", "content": "---\n# Registry handlers\n\n- name: Restart registry container\n docker_container:\n name: \"{{ registry_container_name }}\"\n state: started\n restart: yes", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8379, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
container-registry/ansible/roles/vllm
7,977
[ "no_license" ]
[ { "path": "container-registry/ansible/roles/vllm/templates/health_check.sh.j2", "content": "#!/bin/bash\n\n# vLLM health check script\nVLLM_HOST=\"localhost\"\nVLLM_PORT=\"{{ vllm_http_port }}\"\n\n# Function to send notification on failure\nnotify() {\n echo \"ERROR: vLLM health check failed - $1\"\n # A...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 17612, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
vllm/local-inference/ansible/roles/backup
7,977
[ "no_license" ]
[ { "path": "vllm/local-inference/ansible/roles/backup/templates/inference-backup.service.j2", "content": "[Unit]\nDescription=Inference Server Backup Service\nAfter=network.target\n\n[Service]\nType=oneshot\nExecStart=/opt/inference/backups/backup-inference.sh\nStandardOutput=journal\n\n[Install]\nWantedBy=m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2970, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
vllm/local-inference/ansible/roles/common
7,977
[ "no_license" ]
[ { "path": "vllm/local-inference/ansible/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: Configure custom apt sources\n template:\n src: sources.list.j2\n dest: /etc/apt/sources.list\n owner: root\n gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
vllm/local-inference/ansible/roles/docker_setup
7,977
[ "no_license" ]
[ { "path": "vllm/local-inference/ansible/roles/docker_setup/tasks/main.yml", "content": "---\n- name: Remove conflicting packages\n apt:\n name:\n - docker.io\n - docker-doc\n - docker-compose\n - podman-docker\n - containerd\n - runc\n state: absent\n\n- name: Create doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1647, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
vllm/local-inference/ansible/roles/monitoring
7,977
[ "no_license" ]
[ { "path": "vllm/local-inference/ansible/roles/monitoring/tasks/main.yml", "content": "---\n- name: Install monitoring dependencies\n apt:\n name:\n - prometheus-node-exporter\n - jq\n - smartmontools\n - lm-sensors\n state: present\n\n- name: Create NVIDIA monitoring script direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8989, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
vllm/local-inference/ansible/roles/nvidia_setup
7,977
[ "no_license" ]
[ { "path": "vllm/local-inference/ansible/roles/nvidia_setup/tasks/main.yml", "content": "---\n- name: Check if NVIDIA GPG keyring exists\n stat:\n path: /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg\n register: nvidia_keyring\n check_mode: false\n\n- name: Add NVIDIA container toolkit reposi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3338, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
vllm/local-inference/ansible/roles/recovery
7,977
[ "no_license" ]
[ { "path": "vllm/local-inference/ansible/roles/recovery/templates/check-vllm-health.sh.j2", "content": "#!/bin/bash\n# vLLM Health Check Script\n# This script checks the health of the vLLM service and recovers it if needed\n\nLOG_FILE=\"/opt/inference/logs/vllm-health_$(date +%Y%m%d).log\"\n\nlog() {\n ec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6537, "all_permissive": false }
ansible_role
SolidRusT/srt-inference-backends
78dcace1728694229cc9c9d16a0a6001290faccc
2
vllm/local-inference/ansible/roles/vllm_setup
7,977
[ "no_license" ]
[ { "path": "vllm/local-inference/ansible/roles/vllm_setup/tasks/main.yml", "content": "---\n- name: Create vLLM service directory\n file:\n path: /opt/inference/vllm\n state: directory\n mode: '0755'\n\n- name: Deploy vLLM startup script\n template:\n src: start-vllm.sh.j2\n dest: /opt/infer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 18892, "all_permissive": false }
ansible_role
Rania193/project-CI-CD
ca9add7fc782e6669a04e9215b4d9866d6a08663
0
.circleci/ansible/roles/configure-server
7,977
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"Add Node.js from Nodesource\"\n become: true \n shell: |\n curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -\n sudo apt-get install -y nodejs\n sudo npm install -g n #installing n versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
GouthamML/ansible_wrokshop
61d5e1fa6f53102a8897d4df4f3c1a989d5df649
0
roles/custom
7,977
[ "no_license" ]
[ { "path": "roles/custom/defaults/main.yml", "content": "---\n# defaults file for examfun\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/custom/tasks/main.yml", "content": "---\n# tasks file for examfun\n- name: creating groups\n group...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1223, "all_permissive": false }
ansible_role
GouthamML/ansible_wrokshop
61d5e1fa6f53102a8897d4df4f3c1a989d5df649
0
roles/custom.lvm
7,977
[ "no_license" ]
[ { "path": "roles/custom.lvm/tasks/main.yml", "content": "---\n# tasks file\n- name: creating aprtition\n parted:\n device: \"{{ disk }}\"\n number: \"{{ item.number }}\"\n state: present\n part_start: \"{{ item.start }}\"\n part_end: \"{{ item.end }}\"\n with_items: \n - \"{{ partitions ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1063, "all_permissive": false }
ansible_role
GouthamML/ansible_wrokshop
61d5e1fa6f53102a8897d4df4f3c1a989d5df649
0
roles/goutham.apache
7,977
[ "no_license" ]
[ { "path": "roles/goutham.apache/templates/index.html.j2", "content": "this is webserver using ansible galaxy role on {{ ansible_fqdn }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/goutham.apache/vars/main.yml", "content": "---\n# va...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 740, "all_permissive": false }
ansible_role
vitalyvb/ideal-garbanzo
e48ca2cb286369dfb804e92999f8550e6f44bfa7
0
host-server-setup/roles/setup
7,977
[ "no_license" ]
[ { "path": "host-server-setup/roles/setup/templates/etc/systemd/system/level-service.j2", "content": "{% set nets %}\n{% for n in range(item.networks) %}\n{% set br %}\n{% if loop.first %}\n{{ item.level }}\n{%- else -%}\n{{ item.level }}_{{ n }}\n{%- endif -%}\n{% if not loop.last %}\n,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12313, "all_permissive": false }
ansible_role
vitalyvb/ideal-garbanzo
e48ca2cb286369dfb804e92999f8550e6f44bfa7
0
host-server-setup/roles/test
7,977
[ "no_license" ]
[ { "path": "host-server-setup/roles/test/tasks/main.yml", "content": "---\n\n- name: Check success\n shell: |\n ip link del dummyz\n ip link add name dummyz type dummy\n set -e\n ip link set up dev dummyz\n brctl addif br{{ interf }} dummyz\n timeout 15s tcpdump -i br{{ interf }} -c 3 {{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
avlach/ansible-nextcloud-pi
b48b6480ce1ac91b3673c1c3c8e176f7b20a1c25
0
roles/apache2
7,977
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n- name: Installing Web Server\n yum:\n name: apache2\n state: latest\n\n- name: Web Server Installed and Starting\n service:\n name: apache2\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
avlach/ansible-nextcloud-pi
b48b6480ce1ac91b3673c1c3c8e176f7b20a1c25
0
roles/mariadb
7,977
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Install MariaDB packages\n apt:\n name: ['mariadb-server', 'python-mysqldb', 'python3-pymysql']\n state: latest\n\n- name: Start MariaDB Service\n service:\n name: mariadb\n state: started\n enabled: yes\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
avlach/ansible-nextcloud-pi
b48b6480ce1ac91b3673c1c3c8e176f7b20a1c25
0
roles/nextcloud
7,977
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n# - name: extract installer\n# unarchive:\n# src: \"https://download.nextcloud.com/server/releases/latest-{{ nextcloud_major_version }}.tar.bz2\"\n# dest: /var/www/html/\n# remote_src: True\n# owner: www-data\n# group: www-da...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1023, "all_permissive": false }
ansible_role
avlach/ansible-nextcloud-pi
b48b6480ce1ac91b3673c1c3c8e176f7b20a1c25
0
roles/php_role
7,977
[ "no_license" ]
[ { "path": "roles/php_role/tasks/main.yml", "content": "---\n- name: Install PHP core and required modules\n apt:\n name: >\n ['php{{ php_version }}', \n 'php{{ php_version }}-curl',\n 'php{{ php_version }}-dom',\n 'php{{ php_version }}-fpm',\n 'php{{ php_version }}-gd',\n '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
DMaxter/cdr-safilo
1fa566eb3b4104231e7b8f28f683478c62638cc2
0
deploy/roles/caddy
7,978
[ "no_license" ]
[ { "path": "deploy/roles/caddy/templates/Caddyfile.j2", "content": "# {{ ansible_managed }}\n\n# Configure for desired domain\n{{ lookup(\"env\", \"DOMAIN_NAME\") }}:443 {\n # Compress responses\n encode gzip zstd\n\n handle_path /images/* {\n file_server {\n root /var/www/safilo-images\n }\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1756, "all_permissive": false }
ansible_role
DMaxter/cdr-safilo
1fa566eb3b4104231e7b8f28f683478c62638cc2
0
deploy/roles/mysql
7,978
[ "no_license" ]
[ { "path": "deploy/roles/mysql/defaults/main.yml", "content": "---\n\nmysql_user: user\nmysql_password: 123\nmysql_root_password: \"{{ mysql_password }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "deploy/roles/mysql/tasks/main.yml", "con...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 401, "all_permissive": false }
ansible_role
DMaxter/cdr-safilo
1fa566eb3b4104231e7b8f28f683478c62638cc2
0
deploy/roles/openjdk
7,978
[ "no_license" ]
[ { "path": "deploy/roles/openjdk/tasks/install.yml", "content": "---\n\n- name: \"Install OpenJDK {{ java_version }}\"\n become: yes\n apt:\n name: \"openjdk-{{ java_version }}-jre\"\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 234, "all_permissive": false }
ansible_role
DMaxter/cdr-safilo
1fa566eb3b4104231e7b8f28f683478c62638cc2
0
deploy/roles/safilo
7,978
[ "no_license" ]
[ { "path": "deploy/roles/safilo/tasks/proxy.yml", "content": "---\n\n- name: Transfer proxy to the server\n copy:\n src: \"{{ src_proxy }}\"\n dest: \"{{ proxy_path }}\"\n\n- name: Copy SystemD service\n become: yes\n copy:\n src: fema-proxy.service\n dest: /etc/systemd/system/\n notify:\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 4866, "all_permissive": false }
ansible_role
mrkuz/ansible
311cfd6081379659841f9be6d36248ff36624c18
0
roles/at_home
7,978
[ "no_license" ]
[ { "path": "roles/at_home/tasks/system.yml", "content": "---\n- name: Install packages\n become: yes\n apt:\n update_cache: yes\n name:\n - simple-scan\n\n- name: Install flatpaks\n become: yes\n flatpak:\n name: \"{{ item }}\"\n with_items:\n - com.spotify.Client\n - com.valvesoftwa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
mrkuz/ansible
311cfd6081379659841f9be6d36248ff36624c18
0
roles/at_work
7,978
[ "no_license" ]
[ { "path": "roles/at_work/tasks/system.yml", "content": "---\n- name: Install PIP packages\n become: yes\n pip:\n executable: pip3\n name:\n - frida-tools\n - mitmproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
mrkuz/ansible
311cfd6081379659841f9be6d36248ff36624c18
0
roles/base
7,978
[ "no_license" ]
[ { "path": "roles/base/tasks/user.yml", "content": "---\n- name: Add user\n become: yes\n user:\n name: \"{{ user }}\"\n comment: \"{{ full_name }}\"\n shell: /bin/bash\n append: yes\n register: r_base_add_user\n\n- name: Reset password\n become: yes\n command: passwd -d \"{{ user }}\"\n wh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2669, "all_permissive": false }
ansible_role
mrkuz/ansible
311cfd6081379659841f9be6d36248ff36624c18
0
roles/common
7,978
[ "no_license" ]
[ { "path": "roles/common/tasks/system.yml", "content": "---\n- name: Install CLI tools\n become: yes\n apt:\n update_cache: yes\n name:\n - adb\n - build-essential\n - dos2unix\n - git\n - gitk\n - gocr\n - htop\n - imagemagick\n - mkvtoolnix\n - nmap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 938, "all_permissive": false }
ansible_role
mrkuz/ansible
311cfd6081379659841f9be6d36248ff36624c18
0
roles/development
7,978
[ "no_license" ]
[ { "path": "roles/development/tasks/system.yml", "content": "---\n- name: Install snaps (classic)\n become: yes\n snap:\n classic: true\n name:\n - android-studio\n - netbeans\n - protobuf\n\n- name: Install snaps\n become: yes\n snap:\n name: robo3t-snap\n\n- name: Install node\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
mrkuz/ansible
311cfd6081379659841f9be6d36248ff36624c18
0
roles/docker
7,978
[ "no_license" ]
[ { "path": "roles/docker/tasks/system.yml", "content": "---\n- name: Install docker\n become: yes\n apt:\n update_cache: yes\n name:\n - docker.io\n - docker-compose\n - fuse-overlayfs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
mrkuz/ansible
311cfd6081379659841f9be6d36248ff36624c18
0
roles/emacs
7,978
[ "no_license" ]
[ { "path": "roles/emacs/tasks/system.yml", "content": "---\n- name: Install emacs\n become: yes\n snap:\n classic: true\n channel: beta\n name: emacs\n\n- name: Install dependencies\n become: yes\n apt:\n update_cache: yes\n name:\n - graphviz\n - librsvg2-bin\n - pandoc\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1679, "all_permissive": false }