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
mexez/Ansible_config
9c704fcee766a350a0c8d67ef74a737f0a966035
0
roles/apache
7,202
[ "no_license" ]
[ { "path": "roles/apache/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure Apache is installed on RHEL.\n becomes: yes\n package:\n name: \"{{ apache_packages }}\"\n state: \"{{ apache_packages_state }}\"\n enablerepo: \"{{ apache_enablerepo | default(omit, true) }}\"\n\n- name: Set httpd_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
bgd77/mastering_ansible
ebd6474894c155730759ffc7d9ede81ad56aedf8
0
roles/control
7,202
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n- name: install tools\n yum: name={{item}} state=present\n with_items:\n - curl\n", "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
eduardoefb/libvirt-lab
1917246e80c94c6fed1c2084d09c5b2f81bb1a1e
0
roles/03_create
7,202
[ "no_license" ]
[ { "path": "roles/03_create/templates/create_disk.j2", "content": "#!/bin/bash\n\n{% for n in nodes %}\n{% for d in n.disk %}\nqemu-img create {{ hypervisor.workdir }}/{{ d.name }} {{ d.size }}\n{% endfor %} \n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9077, "all_permissive": false }
ansible_role
SpaceTerran/ansible-rancher-traefik-ssl
4fd3fd41d038556d91eab83284cf9030857ff88a
4
roles/cert_manager
7,217
[ "no_license" ]
[ { "path": "roles/cert_manager/tasks/main.yml", "content": "---\n# Cert-Manager tasks\n\n- name: Create cert-manager directory\n ansible.builtin.file:\n path: \"{{ cert_manager_path }}\"\n mode: '0644' # Set directory permissions\n state: directory # Ensure the directory exists\n\n- name: Copy cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2954, "all_permissive": false }
ansible_role
SpaceTerran/ansible-rancher-traefik-ssl
4fd3fd41d038556d91eab83284cf9030857ff88a
4
roles/common
7,217
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# Common tasks that are prerequisites for other roles\n\n- name: Include vault secrets\n ansible.builtin.include_vars:\n file: secrets.yaml\n no_log: true # Hide sensitve information\n\n- name: Install pip/python requirements for Kubernetes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
SpaceTerran/ansible-rancher-traefik-ssl
4fd3fd41d038556d91eab83284cf9030857ff88a
4
roles/helm
7,217
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "---\n# credited to <NAME>\n# Source: https://stackoverflow.com/questions/75343804/better-way-to-install-helm-with-ansible\n\n- name: Download Helm command line tool\n ansible.builtin.uri:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
SpaceTerran/ansible-rancher-traefik-ssl
4fd3fd41d038556d91eab83284cf9030857ff88a
4
roles/helm_plugins
7,217
[ "no_license" ]
[ { "path": "roles/helm_plugins/tasks/main.yml", "content": "---\n# Tasks for managing Helm plugins\n\n- name: Check if Helm Diff plugin is already installed\n ansible.builtin.command: /usr/local/bin/helm plugin list\n register: helm_plugins # Register the output of helm plugin list command\n changed_when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
SpaceTerran/ansible-rancher-traefik-ssl
4fd3fd41d038556d91eab83284cf9030857ff88a
4
roles/rancher
7,217
[ "no_license" ]
[ { "path": "roles/rancher/tasks/main.yml", "content": "---\n# Rancher tasks\n\n- name: Create rancher directory\n ansible.builtin.file:\n path: \"{{ rancher_path }}\"\n mode: '0644' # Set directory permissions\n state: directory # Ensure the directory exists\n\n- name: Copy values.yaml to master ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2912, "all_permissive": false }
ansible_role
SpaceTerran/ansible-rancher-traefik-ssl
4fd3fd41d038556d91eab83284cf9030857ff88a
4
roles/traefik
7,217
[ "no_license" ]
[ { "path": "roles/traefik/templates/traefik-ingressroute.yaml.j2", "content": "apiVersion: traefik.containo.us/v1alpha1\nkind: IngressRoute\nmetadata:\n name: example-ingressroute\n namespace: traefik\nspec:\n entryPoints:\n - websecure\n routes:\n - match: Host(`app1.spaceterran.com`)\n kind:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2863, "all_permissive": false }
ansible_role
tincze/rh-ansible-course
0c15d8cdfd8f77d00761b3e84962dcddd5bd2dda
0
3tier-good/roles/haproxy
7,217
[ "no_license" ]
[ { "path": "3tier-good/roles/haproxy/tasks/main.yml", "content": "- name: Install haproxy\n# hosts: frontends\n yum:\n name: haproxy\n state: latest\n\n- name: enable HAProxy\n service:\n name: haproxy\n state: started\n\n- name: configure haproxy\n template:\n src: templates/haproxy.cfg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
tincze/rh-ansible-course
0c15d8cdfd8f77d00761b3e84962dcddd5bd2dda
0
3tier-good/roles/postgres
7,217
[ "no_license" ]
[ { "path": "3tier-good/roles/postgres/tasks/main.yml", "content": "- name: Install Postgres\n yum: \n name: postgresql-server\n state: latest\n- name: enable postgres\n service:\n name: postgresql\n enabled: yes\n#\n- name: initialize postgres\n command: postgresql-setup initdb\n# when:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
satya-sairam/ansible
af62f51d5213f5474971e7179dff0bc4c4d7e06a
0
roles/frontend
7,217
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n\n- name: start nginx\n ansible.builtin.systemd:\n name: nginx\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
darnik22/kube-tf
311607eb2bb87881f75b34989d34742777b9a140
0
playbooks/openvpn/roles/vpnserver
7,217
[ "no_license" ]
[ { "path": "playbooks/openvpn/roles/vpnserver/tasks/main.yml", "content": "- name: Set ipv4 forwarding\n become: yes\n become_user: root\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n sysctl_set: yes \n- name: Install OpenVPN and easy-rsa\n become: yes\n become_user: roo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4806, "all_permissive": false }
ansible_role
rahulinux/wordpress
5c8741c95770c67a6c3885a5f8048d69df5fe243
0
provision/ansible/roles/wordpress
7,217
[ "no_license" ]
[ { "path": "provision/ansible/roles/wordpress/tasks/wordpress.yml", "content": "---\n\n - name: Downloading wordpress\n get_url: url={{ wordpress_download }} dest=/tmp/wordpress.tar.gz\n\n - name: Extracting wordpress\n unarchive: src=/tmp/wordpress.tar.gz dest=/tmp/ copy=no \n\n - name: Coping...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4543, "all_permissive": false }
ansible_role
Kookster310/ansible-kook
3bddf1f7fd2ec760f9cd81b5618a0966a836812e
0
roles/initial
7,217
[ "no_license" ]
[ { "path": "roles/initial/tasks/main.yml", "content": "---\n- name: Create Ansible User\n remote_user: root\n user:\n name: ansible\n state: present\n \n- name: Add Ansible User SSH Public Key\n remote_user: root\n authorized_key:\n user: ansible\n key: ssh-rsa <KEY> <EMAIL>@<EMAIL>\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6210, "all_permissive": false }
ansible_role
mainak90/Ansible-Trials
9004c1e58f2e92bb0e7df222dfc164c6de05c75e
0
roles/common
7,217
[ "no_license" ]
[ { "path": "roles/common/scripts/makecronfile.sh", "content": "#!/bin/bash\ndirectory_name=$1\nfind $directory_name -name '*.sh'|\nwhile read filename\ndo\necho \"`cat $filename|head -2|tail -1|sed 's/^.//'` $filename > /dev/null 2>&-\" >> /tmp/filelist\ndone\nwait;\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6715, "all_permissive": false }
ansible_role
mainak90/Ansible-Trials
9004c1e58f2e92bb0e7df222dfc164c6de05c75e
0
roles/env
7,217
[ "no_license" ]
[ { "path": "roles/env/tasks/node-proxy.yml", "content": "---\n\n - name: start app\n shell: forever start {{remote_path}}/{{app}}/app.js\n - name: get process id\n shell: ps -ef|grep node|head -n 2|awk {'print$2'} > {{remote_path}}/{{app}}/{{app}}.pid\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
mainak90/Ansible-Trials
9004c1e58f2e92bb0e7df222dfc164c6de05c75e
0
roles/notebook
7,217
[ "no_license" ]
[ { "path": "roles/notebook/scripts/proxyplaceholders.py", "content": "import argparse\nimport sys\n\nparser = argparse.ArgumentParser()\n\nparser.add_argument('nv', action=\"store\", choices=('lab', 'itt', 'uat', 'prod'))\nparser.add_argument('path', action=\"store\")\ntry:\n args=parser.parse_args()\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9414, "all_permissive": false }
ansible_role
mainak90/Ansible-Trials
9004c1e58f2e92bb0e7df222dfc164c6de05c75e
0
roles/test
7,217
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n\n - name: Remove Scheduled Jobs\n shell: crontab -l|grep -v {{app}}|crontab -\n ignore_errors: yes\n - name: Find executables\n local_action: find paths=/msservice/app/workspace/{{app}}/project/dist/ file_type=file patte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8341, "all_permissive": false }
ansible_role
openhie/playbook-ohie-poc
9a1c865d6ade8e5a7585aaa925781532d977ef96
0
roles/java
7,217
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "--- \n - name: Install OpenJDK JRE 7\n apt: update_cache=yes name={{ item }} state=installed\n with_items:\n - openjdk-7-jre-headless\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
openhie/playbook-ohie-poc
9a1c865d6ade8e5a7585aaa925781532d977ef96
0
roles/mysql
7,217
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "--- \n- name: Install MySQL\n apt: name={{ item }} state=installed\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: Set Mysql root password\n mysql_user: check_implicit_admin=yes login_user=root login_password={{ <PASSWORD> }} name=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
openhie/playbook-ohie-poc
9a1c865d6ade8e5a7585aaa925781532d977ef96
0
roles/ohie-poc
7,217
[ "no_license" ]
[ { "path": "roles/ohie-poc/tasks/main.yml", "content": "---\n- name: Copy PoC test db to /tmp\n copy: src=poc_sandbox_demo.sql dest=/tmp/\n\n- name: Import PoC test db\n mysql_db: name={{ db_name }} login_user={{ mysqluser }} login_password={{ <PASSWORD> }} state=import target=/tmp/poc_sandbox_demo.sql\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
openhie/playbook-ohie-poc
9a1c865d6ade8e5a7585aaa925781532d977ef96
0
roles/openmrs
7,217
[ "no_license" ]
[ { "path": "roles/openmrs/handlers/main.yml", "content": "---\n- name: restart tomcat7\n service: name=tomcat7 state=restarted\n \n- name: restart mysql\n service: name=mysql state=restarted ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1836, "all_permissive": false }
ansible_role
openhie/playbook-ohie-poc
9a1c865d6ade8e5a7585aaa925781532d977ef96
0
roles/tomcat
7,217
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "--- \n- name: Install Tomcat\n apt: name={{ item }} state=installed\n with_items:\n - tomcat7\n\n- name: Enable Tomcat Service on boot\n service: name=tomcat7 enabled=yes", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
amazon-archives/lambda-runcommand-configuration-management
381ab71b88bcd7ac647b727c06a852026be52c0b
79
ansible/roles/appserver
7,217
[ "no_license" ]
[ { "path": "ansible/roles/appserver/tasks/main.yml", "content": "---\n# Configure Application Server\n\n- name: Add index.html\n copy: src=index.html dest=/var/www/html mode=0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
amazon-archives/lambda-runcommand-configuration-management
381ab71b88bcd7ac647b727c06a852026be52c0b
79
ansible/roles/common
7,217
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# Common among all roles\n\n- name: Install required packages (RedHat)\n when: ansible_os_family == \"RedHat\"\n yum: name={{ item }} state=installed\n with_items:\n - curl\n - htop\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
amazon-archives/lambda-runcommand-configuration-management
381ab71b88bcd7ac647b727c06a852026be52c0b
79
ansible/roles/dbserver
7,217
[ "no_license" ]
[ { "path": "ansible/roles/dbserver/tasks/main.yml", "content": "---\n# Configure Database Server\n\n- name: Install required packages (RedHat)\n when: ansible_os_family == \"RedHat\"\n yum: name={{ item }} state=installed\n with_items:\n - mysql-server\n- name: Start services\n when: ansible_os_famil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
amazon-archives/lambda-runcommand-configuration-management
381ab71b88bcd7ac647b727c06a852026be52c0b
79
ansible/roles/webserver
7,217
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n# Configure Web Server\n\n- name: Install required packages (RedHat)\n when: ansible_os_family == \"RedHat\"\n yum: name={{ item }} state=installed\n with_items:\n - httpd\n- name: Remove packages (RedHat)\n when: ansible_os_family ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
HuiCheng/Ansibel-Install-Mesos
4d0651d09b56754fa45996bf931c43d7a54068be
0
roles/mesos
7,217
[ "no_license" ]
[ { "path": "roles/mesos/tasks/main.yml", "content": "---\n - name: Make Dir\n file: path={{ base_path }}{{ item }}/mesos-master/ state=directory mode=0744 owner=root group=root\n with_items:\n - log\n - data\n - config\n when: hostvars[inventory_hostname].master == 'true'\n\n - name: Make Dir\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1803, "all_permissive": false }
ansible_role
HuiCheng/Ansibel-Install-Mesos
4d0651d09b56754fa45996bf931c43d7a54068be
0
roles/zk
7,217
[ "no_license" ]
[ { "path": "roles/zk/tasks/main.yml", "content": "---\n - name: Make Dir\n file: path={{ base_path }}{{ item }}/zookeeper state=directory mode=0744 owner=root group=root\n with_items:\n - log\n - data\n - config\n\n - name: change Service Status\n service: name=zookeeper.service enabled=yes\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
rodrigomarinsp/wazuh_unified_automation_Installer
29678d80e179dc1c37aeb2b7ad1ec0ff1c038c64
0
ansible_installation/roles/common
7,217
[ "no_license" ]
[ { "path": "ansible_installation/roles/common/defaults/main.yml", "content": "---\n# Wazuh Unified Installer - Common Role Defaults\n# Author: <NAME> (Fanaticos4tech)\n# E-Mail: <EMAIL> / <EMAIL>\n# GitHub: rodrigomarinsp\n# Instagram: @fanaticos4tech\n\n# Common packages for all systems\ncommon_packages:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4363, "all_permissive": false }
ansible_role
rodrigomarinsp/wazuh_unified_automation_Installer
29678d80e179dc1c37aeb2b7ad1ec0ff1c038c64
0
ansible_installation/roles/wazuh_agent
7,217
[ "no_license" ]
[ { "path": "ansible_installation/roles/wazuh_agent/vars/main.yml", "content": "---\n# Agent role variables", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible_installation/roles/wazuh_agent/meta/main.yml", "content": "---\ngalaxy_info:\n au...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1685, "all_permissive": false }
ansible_role
rodrigomarinsp/wazuh_unified_automation_Installer
29678d80e179dc1c37aeb2b7ad1ec0ff1c038c64
0
ansible_installation/roles/wazuh_dashboard
7,217
[ "no_license" ]
[ { "path": "ansible_installation/roles/wazuh_dashboard/handlers/main.yml", "content": "---\n- name: restart wazuh-dashboard\n systemd:\n name: wazuh-dashboard\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible_installa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1881, "all_permissive": false }
ansible_role
rodrigomarinsp/wazuh_unified_automation_Installer
29678d80e179dc1c37aeb2b7ad1ec0ff1c038c64
0
ansible_installation/roles/wazuh_indexer
7,217
[ "no_license" ]
[ { "path": "ansible_installation/roles/wazuh_indexer/defaults/main.yml", "content": "---\n# Wazuh Unified Installer - Indexer Role Defaults\n# Author: <NAME> (Fanaticos4tech)\n# E-Mail: <EMAIL> / <EMAIL>\n# GitHub: rodrigomarinsp\n# Instagram: @fanaticos4tech\n\n# Indexer service configuration\nwazuh_indexer...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4657, "all_permissive": false }
ansible_role
rodrigomarinsp/wazuh_unified_automation_Installer
29678d80e179dc1c37aeb2b7ad1ec0ff1c038c64
0
ansible_installation/roles/wazuh_manager
7,217
[ "no_license" ]
[ { "path": "ansible_installation/roles/wazuh_manager/tasks/main.yml", "content": "---\n# Wazuh Unified Installer - Manager Role Tasks\n# Author: <NAME> (Fanaticos4tech)\n# E-Mail: <EMAIL> / <EMAIL>\n# GitHub: rodrigomarinsp\n# Instagram: @fanaticos4tech\n\n- name: Add Wazuh repository GPG key\n apt_key:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4412, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/git-action-before-app-update
7,217
[ "no_license" ]
[ { "path": "roles/git-action-before-app-update/defaults/main.yml", "content": "---\n# defaults file for git-action-before-app-update\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/git-action-before-app-update/tests/test.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1330, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/git-fetch
7,217
[ "no_license" ]
[ { "path": "roles/git-fetch/defaults/main.yml", "content": "---\n# defaults file for git-fetch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/git-fetch/handlers/main.yml", "content": "---\n# handlers file for git-fetch\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 490, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/git-pull
7,217
[ "no_license" ]
[ { "path": "roles/git-pull/tasks/main.yml", "content": "---\n# tasks file for git-pull\n- name: Git Pull from Version Control\n command: git -c credential.helper='!f() { echo \"username={{ gituser }}\"; echo \"password={{ <PASSWORD> }}\"; }; f cache --timeout=60' pull\n register: git_pull_task\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/git-switch
7,217
[ "no_license" ]
[ { "path": "roles/git-switch/tasks/main.yml", "content": "---\n# tasks file for git-switch\n- name: Git Switch To Target Branch\n when: (gitversion is defined) and (gitversion|length > 0)\n command: git checkout {{ gitversion }}\n register: git_switch_task\n args:\n chdir: \"{{ app_path }}\"\n\n- debu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 455, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/nginx-restart
7,217
[ "no_license" ]
[ { "path": "roles/nginx-restart/vars/main.yml", "content": "---\n# vars file for nginx-restart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/nginx-restart/tasks/main.yml", "content": "---\n# tasks file for nginx-restart\n\n- name: Ngin...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 708, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/rails-app-restart
7,217
[ "no_license" ]
[ { "path": "roles/rails-app-restart/vars/main.yml", "content": "---\n# vars file for rails-app-restart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/rails-app-restart/tasks/main.yml", "content": "---\n# tasks file for rails-app-restart...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 413, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/rails-app-update
7,217
[ "no_license" ]
[ { "path": "roles/rails-app-update/tasks/main.yml", "content": "---\n# tasks file for app-update\n- name: Bundle\n command: bash -lc \"bundle install --without development test\"\n register: bundle_install_task\n args:\n chdir: \"{{ app_path }}\"\n\n- debug: var=bundle_install_task.stdout_lines\n- debu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/rails-db-dump
7,217
[ "no_license" ]
[ { "path": "roles/rails-db-dump/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rails-db-dump\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/rails-db-dump/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 483, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/rails-db-migrate
7,217
[ "no_license" ]
[ { "path": "roles/rails-db-migrate/defaults/main.yml", "content": "---\n# defaults file for rails-db-migrate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/rails-db-migrate/tests/test.yml", "content": "---\n- hosts: localhost\n remote_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 543, "all_permissive": false }
ansible_role
tayduivn/GomiAnsible
08a48a74e316f89ee4285b959281f9e1a6920b85
0
roles/rails-db-update
7,217
[ "no_license" ]
[ { "path": "roles/rails-db-update/tasks/main.yml", "content": "---\n# tasks file for rails-db-migrate\n\n- name: Update DB Schema and Data\n command: bash -lc \"rails db:{{ (db_action == 'migrate') | ternary('migrate:with_data', 'schema:dump') }} RAILS_ENV={{ app_environment }} DISABLE_DATABASE_ENVIRONMENT_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 501, "all_permissive": false }
ansible_role
canyousee/linux
66775526d061163c04eb69a3df34dcccd21f41d9
0
code/roles/dhcp
7,217
[ "no_license" ]
[ { "path": "code/roles/dhcp/tasks/main.yml", "content": "---\n\n- name: install isc-dhcp-server\n apt:\n name: isc-dhcp-server\n state: present\n\n- name: up the interface\n shell: ifconfig enp0s8 up\n\n- name: set the ip of interface\n shell: ifconfig enp0s8 192.168.128.15 netmask 255.255.255.0\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
canyousee/linux
66775526d061163c04eb69a3df34dcccd21f41d9
0
code/roles/dns
7,217
[ "no_license" ]
[ { "path": "code/roles/dns/tasks/main.yml", "content": "---\n- name: install bind9\n apt:\n name: bind9\n state: present\n\n- name: replace\n template: src=db.cuc.edu.cn dest=/etc/bind/db.cuc.edu.cn backup=yes\n \n- name: replace2\n template: src=named.conf.local dest=/etc/bind/named.conf.local\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 373, "all_permissive": false }
ansible_role
canyousee/linux
66775526d061163c04eb69a3df34dcccd21f41d9
0
code/roles/mrlesmithjr.nginx
7,217
[ "no_license" ]
[ { "path": "code/roles/mrlesmithjr.nginx/tasks/set_facts.yml", "content": "---\n- name: setting Alpine facts\n set_fact:\n nginx_web_group: nginx\n nginx_web_owner: nginx\n nginx_web_root: /var/lib/nginx/html\n when: ansible_os_family == \"Alpine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2197, "all_permissive": false }
ansible_role
canyousee/linux
66775526d061163c04eb69a3df34dcccd21f41d9
0
code/roles/nfs
7,217
[ "no_license" ]
[ { "path": "code/roles/nfs/tasks/main.yml", "content": "---\n- name: install nfs\n apt:\n name: nfs-kernel-server\n state: present\n install_recommends: false\n update_cache: true\n cache_valid_time: 300\n\n- name: mkdir /var/nfs/general\n file:\n path: /var/nfs/general\n owner: nobody\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
canyousee/linux
66775526d061163c04eb69a3df34dcccd21f41d9
0
code/roles/proftpd
7,217
[ "no_license" ]
[ { "path": "code/roles/proftpd/tasks/main.yml", "content": "---\n\n\n\n- name: install proftpd\n apt:\n name: proftpd-basic\n state: present\n install_recommends: false\n update_cache: true\n\n- name: mkdir /srv/ftp\n file:\n path: /srv/ftp\n owner: ftp\n group: nogroup\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1102, "all_permissive": false }
ansible_role
canyousee/linux
66775526d061163c04eb69a3df34dcccd21f41d9
0
code/roles/samba
7,217
[ "no_license" ]
[ { "path": "code/roles/samba/tasks/main.yml", "content": "---\n\n- name: install samba\n apt:\n name: samba\n state: present\n\n- name: add samba user\n user:\n name: canyousee\n shell: /sbin/nologin\n createhome: no\n\n- name: passwd\n shell: (echo canyousee; echo canyousee ) | passwd cany...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
bahmni-msf/combodia-config
3ca439a7df210709395e85f38deca156d6da74e0
0
playbooks/roles/bahmni-emr
7,217
[ "no_license" ]
[ { "path": "playbooks/roles/bahmni-emr/tasks/main.yml", "content": "---\n\n- name: Delete previous bahmniapps zip file\n file:\n path: /opt/bahmni-web/etc/bahmniapps.zip\n state: absent\n\n- name: Download bahmniapps zip file from s3 bucket\n get_url:\n url: \"{{ bahmni_apps_url }}\" \n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/anythingllm
7,217
[ "no_license" ]
[ { "path": "ansible/roles/anythingllm/tasks/main.yml", "content": " #SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/anythingllm\n# ansible/roles/anythingllm/tasks/main.yml\n- name: Ensure AnythingLLM persistent data directory exists with open permissions\n ansible.builtin.file:\n path: /data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1446, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/comfyui
7,217
[ "no_license" ]
[ { "path": "ansible/roles/comfyui/templates/Dockerfile.j2", "content": "# ansible/roles/comfyui/templates/Dockerfile.j2\n# On part d'une image NVIDIA avec CUDA et Python pré-installés pour plus de simplicité\nFROM nvidia/cuda:12.1.0-base-ubuntu22.04\n\n# On évite les questions interactives pendant les instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2555, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/common
7,217
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n# ansible/roles/common/tasks/main.yml\n---\n- name: Update APT cache and install prerequisites\n ansible.builtin.apt:\n name: ['ca-certificates', 'curl', 'gpg', 'build-essential', 'python3-pip', 'python3-reques...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/dcgm_exporter.disabled
7,217
[ "no_license" ]
[ { "path": "ansible/roles/dcgm_exporter.disabled/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/dcgm_exporter\n\n- name: Ensure dcgm-exporter stack directory exists\n ansible.builtin.file:\n path: /opt/dcgm_exporter_stack\n state: directory\n- name: Template ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/dcgm_exporter_host
7,217
[ "no_license" ]
[ { "path": "ansible/roles/dcgm_exporter_host/templates/docker-compose.yml.j2", "content": "services:\n dcgm-exporter:\n image: nvidia/dcgm-exporter:4.2.3-4.1.3-ubuntu22.04\n container_name: dcgm-exporter-host\n runtime: nvidia\n privileged: true\n ports:\n - \"9400:9400\"\n restart: u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 762, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/docker
7,217
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for docker\n- name: Set OS-specific variables for Docker repo\n ansible.builtin.set_fact:\n # On crée une variable 'docker_os_name'. Elle vaudra 'debian' ou 'ubuntu'.\n docker_os_name: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2547, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/exporters.disabled
7,217
[ "no_license" ]
[ { "path": "ansible/roles/exporters.disabled/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# ansible/roles/exporters/tasks/main.yml\n- name: Create the Node Exporter user\n ansible.builtin.user:\n name: node_exporter\n shell: /bin/false\n create_home: false\n system: true\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1161, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/litellm
7,217
[ "no_license" ]
[ { "path": "ansible/roles/litellm/templates/config.yaml.j2", "content": "# ansible/roles/litellm/templates/config.yaml.j2 - Syntaxe de Load Balancing Corrigée\nmodel_list:\n - model_name: mistral-7b-farm\n litellm_params:\n model: ollama/mistral-7b-gpu\n api_base_list:\n - http://192.168...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2482, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/lxc_prepare
7,217
[ "no_license" ]
[ { "path": "ansible/roles/lxc_prepare/tasks/main.yml", "content": "# ansible/roles/lxc_prepare/tasks/main.yml\n - name: \"TASK 1: Set low-level config (Security & Base) in .conf file\"\n ansible.builtin.blockinfile:\n path: \"/etc/pve/lxc/{{ lxc_id }}.conf\"\n marker: \"# {mark} ANSIBLE...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2178, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/monitoring_stack
7,217
[ "no_license" ]
[ { "path": "ansible/roles/monitoring_stack/templates/gpus.json.j2", "content": "[\n{%- set all_hosts = groups['ollama_servers'] | default([]) +\n groups['comfyui_servers'] | default([]) +\n groups['hybrid_workers'] | default([]) -%}\n{% for host in all_hosts %}\n {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3988, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/node_exporter
7,217
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n# ansible/roles/node_exporter/tasks/main.yml\n- name: Create the Node Exporter user\n ansible.builtin.user:\n name: node_exporter\n shell: /bin/false\n create_home: no\n system: yes\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 953, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/nvidia_driver
7,217
[ "no_license" ]
[ { "path": "ansible/roles/nvidia_driver/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# ansible/roles/nvidia_driver/tasks/main.yml\n# tasks file for nvidia_driver\n- name: Copy NVIDIA driver .run file\n ansible.builtin.copy:\n src: NVIDIA-Linux-x86_64-570.153.02.run # Ce fichier doit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/ollama_stack
7,217
[ "no_license" ]
[ { "path": "ansible/roles/ollama_stack/templates/docker-compose.yml.j2", "content": "services:\n ollama:\n image: ollama/ollama:latest\n container_name: ollama\n security_opt:\n - apparmor:unconfined\n ports: # <--- ON AJOUTE CETTE SECTION\n - \"11434:11434\"\n environment: # <--- O...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4059, "all_permissive": false }
ansible_role
khemerson/HemersonAIBuild
1150afe8f6c12e722cffb5c900b563171139425a
0
ansible/roles/openwebui
7,217
[ "no_license" ]
[ { "path": "ansible/roles/openwebui/templates/docker-compose.yml.j2", "content": "# ansible/roles/openwebui/templates/docker-compose.yml.j2\nservices:\n open-webui:\n image: ghcr.io/open-webui/open-webui:main\n container_name: openwebui\n security_opt:\n - apparmor:unconfined\n ports:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1539, "all_permissive": false }
ansible_role
18visions-ci/homelab-elasticsearch
3200a7e76e2fc1b55f3853ef37fdd8da0b349912
0
roles/elasticsearch_configure
7,217
[ "no_license" ]
[ { "path": "roles/elasticsearch_configure/tasks/main.yaml", "content": "---\n- name: Ensure Elasticsearch is listening on all interfaces\n lineinfile:\n path: /etc/elasticsearch/elasticsearch.yml\n regexp: '^#network.host:'\n line: 'network.host: 0.0.0.0'\n\n- name: Ensure bind_host and publish_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1132, "all_permissive": false }
ansible_role
18visions-ci/homelab-elasticsearch
3200a7e76e2fc1b55f3853ef37fdd8da0b349912
0
roles/elasticsearch_heapsize
7,217
[ "no_license" ]
[ { "path": "roles/elasticsearch_heapsize/tasks/main.yaml", "content": "- name: Configure Elasticsearch heap size\n lineinfile:\n path: /etc/elasticsearch/jvm.options\n regexp: '^#-Xms'\n line: '-Xms4g'\n notify:\n - Restart Elasticsearch\n\n- name: Set maximum heap size to 4 GB\n lineinfile:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
18visions-ci/homelab-elasticsearch
3200a7e76e2fc1b55f3853ef37fdd8da0b349912
0
roles/elasticsearch_install
7,217
[ "no_license" ]
[ { "path": "roles/elasticsearch_install/tasks/main.yaml", "content": "---\n- name: Install necessary apt packages\n apt:\n name:\n - apt-transport-https\n - openjdk-11-jre\n - curl\n state: present\n update_cache: yes\n\n- name: Download and install Elasticsearch\n shell: |\n cur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
18visions-ci/homelab-elasticsearch
3200a7e76e2fc1b55f3853ef37fdd8da0b349912
0
roles/elasticsearch_service
7,217
[ "no_license" ]
[ { "path": "roles/elasticsearch_service/tasks/main.yaml", "content": "---\n- name: Configure Elasticsearch to start automatically\n systemd:\n name: elasticsearch\n enabled: yes\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
iamkatikam/ansible-roboshop-roles
ab6b46c488adafae807e990bdd83547c348f58fe
0
roles/catalogue
7,217
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "---\n - name: app setup\n include_role: \n name: common\n tasks_from: app-setup\n\n - name: nodejs setup\n include_role: \n name: common\n tasks_from: nodejs\n\n - name: copy mongodb repo\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1297, "all_permissive": false }
ansible_role
iamkatikam/ansible-roboshop-roles
ab6b46c488adafae807e990bdd83547c348f58fe
0
roles/common
7,217
[ "no_license" ]
[ { "path": "roles/common/tasks/maven.yml", "content": "---\n - name: Install maven\n ansible.builtin.dnf:\n name: maven\n state: present\n\n - name: Install pymySQL Python package and cryptography\n ansible.builtin.pip:\n name: \"{{ item }}\"\n executable: /usr/bin...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3419, "all_permissive": false }
ansible_role
iamkatikam/ansible-roboshop-roles
ab6b46c488adafae807e990bdd83547c348f58fe
0
roles/mongodb
7,217
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n - name: 1.copy mongodb repo\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n - name: 2.install mongodb\n ansible.builtin.dnf:\n name: mongodb-org\n state: present\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
iamkatikam/ansible-roboshop-roles
ab6b46c488adafae807e990bdd83547c348f58fe
0
roles/mysql
7,217
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n - name: 1.Install MySQL server\n ansible.builtin.dnf:\n name: mysql-server\n state: present\n\n - name: 2.Start and enable MySQL service\n ansible.builtin.service:\n name: mysqld\n state: started\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
iamkatikam/ansible-roboshop-roles
ab6b46c488adafae807e990bdd83547c348f58fe
0
roles/rabbitmq
7,217
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n - name: 1.Copy rabbitmq repo\n ansible.builtin.copy:\n src: rabbitmq.repo\n dest: /etc/yum.repos.d/rabbitmq.repo\n #remote_src: yes\n \n - name: 2.Install RabbitMQ\n ansible.builtin.dnf:\n name: rab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
iamkatikam/ansible-roboshop-roles
ab6b46c488adafae807e990bdd83547c348f58fe
0
roles/redis
7,217
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n - name: 1.Disable default Redis module\n ansible.builtin.command: dnf module disable redis -y\n\n - name: 2.Enable Redis module\n ansible.builtin.command: dnf module enable redis:7 -y\n\n - name: 3.Install Redis\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
iamkatikam/ansible-roboshop-roles
ab6b46c488adafae807e990bdd83547c348f58fe
0
roles/shipping
7,217
[ "no_license" ]
[ { "path": "roles/shipping/vars/main.yml", "content": "MYSQL_HOST: mysql.rameshaws.site\nMYSQL_ROOT_USER: root\nMYSQL_ROOT_PASSWORD: <PASSWORD>\nCART_HOST: cart.rameshaws.site\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/shipping/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 865, "all_permissive": false }
ansible_role
EladMadar/EladM-Ansible-final-workshop
d3144bf4de2a326f2d3c63c2ac28ef4bcc7225c7
0
roles/service_setup
7,214
[ "no_license" ]
[ { "path": "roles/service_setup/tasks/main.yml", "content": "- name: Get EC2 instance tags\n set_fact:\n instance_tags: \"{{ hostvars[inventory_hostname]['tags'] | default({}) }}\"\n\n- name: Set hostname\n hostname:\n name: \"{{ instance_tags.Name }}\"\n become: true\n when: \"'Name' in instance_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1217, "all_permissive": false }
ansible_role
venkatesh1715/DevOps-Projects
b2c3a20e278d356e386e36d7408e7bb081880d12
0
Ansible/roles/apache
7,214
[ "no_license" ]
[ { "path": "Ansible/roles/apache/tasks/main.yaml", "content": "# tasks file for apache for assign3\n- include_tasks: install.yaml\n# tasks file for apache for assign3\n- include_tasks: copy.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "Ansib...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 350, "all_permissive": false }
ansible_role
venkatesh1715/DevOps-Projects
b2c3a20e278d356e386e36d7408e7bb081880d12
0
Ansible/roles/nginx
7,214
[ "no_license" ]
[ { "path": "Ansible/roles/nginx/tasks/main.yaml", "content": "# tasks file for nginx for assignment3\n- include_tasks: install.yaml\n# tasks file for nginx for assignment4\n- include_tasks: copy.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 345, "all_permissive": false }
ansible_role
Mutuwa99/ans
a0e04ff3ffac1f5f8b63990976b04fd4812dc5a3
0
roles/elk
7,214
[ "no_license" ]
[ { "path": "roles/elk/files/kibana.yml", "content": "server.host: \"0.0.0.0\"\nelasticsearch.hosts: [\"http://172.16.58.3:9200\"] # Update the Elasticsearch host to your server's IP\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/elk/files...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1626, "all_permissive": false }
ansible_role
Mutuwa99/ans
a0e04ff3ffac1f5f8b63990976b04fd4812dc5a3
0
roles/filebeat
7,214
[ "no_license" ]
[ { "path": "roles/filebeat/files/filebeat.yml", "content": "filebeat.inputs:\n - type: log\n enabled: true\n paths:\n - /var/log/*.log # Replace with the actual path to your application's log files\n fields:\n application: app1 # Specify the application name for differentiation in Logst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 833, "all_permissive": false }
ansible_role
cyril-pierro/chat_app_system
fb6385aa8517844290415b61ef5e9d99fd2515bf
0
ansible/roles/docker
7,214
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Run docker compose files\n command: chdir={{ docker_path_dir }}/ {{ item }}\n with_items:\n - docker compose -f docker-compose-main.yaml -f ./backend/dependencies/docker-compose-dependency.yaml up -d\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
cyril-pierro/chat_app_system
fb6385aa8517844290415b61ef5e9d99fd2515bf
0
ansible/roles/provision
7,214
[ "no_license" ]
[ { "path": "ansible/roles/provision/tasks/main.yml", "content": "- name: Update apt repository\n apt:\n state: latest\n # upgrade: dist\n\n- name: Copy docker compose files to server\n tags: copy\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: root\n group: root\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
erl-rel/roles/deploy_rel
7,214
[ "no_license" ]
[ { "path": "erl-rel/roles/deploy_rel/templates/appconfig.j2", "content": "{% set cfgs = cfg.split(\"\\n\") %}\n{% for line in cfgs %}\n{{ line }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "erl-rel/roles/deploy_rel/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1123, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
erl-rel/roles/deploy_relup
7,214
[ "no_license" ]
[ { "path": "erl-rel/roles/deploy_relup/tasks/main.yml", "content": "---\n\n- name: set ins dir\n set_fact: ins_dir='/home/dhcd/release/{{instance}}'\n\n- name: copy release\n command: chdir={{work_dir}}/relup cp \"{{ app }}-{{ old_vsn }}-{{ new_vsn }}.tar.gz\" \"{{ins_dir}}/releases/{{ app }}_{{ new_vsn }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
erl-rel/roles/make_rel
7,214
[ "no_license" ]
[ { "path": "erl-rel/roles/make_rel/tasks/main.yml", "content": "---\n- name: set app_dir\n set_fact: app_dir='{{work_dir}}/source/{{app}}'\n\n- name: git checkout master\n command: chdir={{app_dir}} git checkout v{{version}}\n when: version != 'develop'\n\n- name: git checkout develop\n command: chdir={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1843, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
erl-rel/roles/make_relup
7,214
[ "no_license" ]
[ { "path": "erl-rel/roles/make_relup/tasks/main.yml", "content": "---\n- name: set app_dir\n set_fact: app_dir='{{work_dir}}/source/{{app}}'\n\n- name: copy old rel\n unarchive: src='{{work_dir}}/repo/{{app}}-{{old_vsn}}.tar.gz' dest={{app_dir}}/rel\n\n- name: rebar generate appups\n command: chdir='{{app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
erl-rel/roles/redeploy_rel
7,214
[ "no_license" ]
[ { "path": "erl-rel/roles/redeploy_rel/tasks/main.yml", "content": "---\n- name: set ins dir\n set_fact: ins_dir=\"/home/dhcd/release/{{ins}}\"\n\n- name: delete crontab\n cron: name=\"monitor app\" state=absent\n\n- name: stop app\n command: chdir={{ins_dir}}/bin './{{app}}' stop\n\n- name: del tmp etc\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1314, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
erl-rel/roles/test
7,214
[ "no_license" ]
[ { "path": "erl-rel/roles/test/tasks/main.yml", "content": "---\n- name: check\n shell: cat /tmp/test.txt\n register: p\n\n- name: print\n shell: echo '6667' > /tmp/1.txt\n when: \"'55556' in '{{p.stdout}}'\"\n... \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
init/roles/init
7,214
[ "no_license" ]
[ { "path": "init/roles/init/files/open-falcon/agent/cfg_back.json", "content": "{\n \"debug\": true,\n \"hostname\": \"chef-server\",\n \"ip\": \"172.30.0.97\",\n \"plugin\": {\n \"enabled\": false,\n \"dir\": \"./plugin\",\n \"git\": \"https://coding.net/ulricqin/plugin.git\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6920, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
mongo/roles/backup
7,214
[ "no_license" ]
[ { "path": "mongo/roles/backup/tasks/main.yml", "content": "- name: set dir\n set_fact: mongodump=/home/dhcd/dhboss/mgo_back\n\n- name: mkdir\n file: path={{mongodump}} state=directory mode=0775\n\n- name: mongo backup\n command: /home/dhcd/bin/mongodump --host {{ip}} --port {{port}} --gzip --out \"{{mong...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
yy-chen/playbook
298ec7543c5201ce87eca816ef90426380b82daf
1
mongo/roles/deploy
7,214
[ "no_license" ]
[ { "path": "mongo/roles/deploy/tasks/main.yml", "content": "- name: set mongo dir\n set_fact: mongo_dir='/home/dhcd/mongo'\n\n- name: set cluster ins dir\n set_fact: ins_dir='/home/dhcd/mongo/{{cluster}}/{{name}}'\n when: type != \"standalone\"\n\n- name: set ins dir\n set_fact: ins_dir='/home/dhcd/mongo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1009, "all_permissive": false }
ansible_role
DR-Rajasekhar/food_iac
380f800b210881545ab5793856001ad820c43669
0
roles/copy
7,214
[ "no_license" ]
[ { "path": "roles/copy/tasks/main.yaml", "content": "- name: copy\n synchronize:\n src: \"{{ src_dir }}\"\n dest: \"{{ dest_dir }}\"\n rsync_opts:\n - \"--exclude=food_iac\"\n - \"--exclude=.git\"\n - \"--exclude=.gitignore\"\n - \"--exclude=README.md\"\n - \"--exclude=food_iac@tmp\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
staceynik/devops-for-programmers-project-76
63dae5ecbd0d89f2af5d7381c8762ec02491e8f9
0
roles/deploy_redmine
7,218
[ "no_license" ]
[ { "path": "roles/deploy_redmine/handlers/main.yml", "content": "---\n# handlers file for deploy_redmine\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/deploy_redmine/tasks/main.yml", "content": "---\n- name: Ensure /root/ansible_projec...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2138, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
dpp-front/roles/dpp-front
7,218
[ "no_license" ]
[ { "path": "dpp-front/roles/dpp-front/defaults/main.yml", "content": "---\n# defaults file for dpp-front\ndpp_frontend_mem_limit: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "dpp-front/roles/dpp-front/templates/compose/docker-compose.yml....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2548, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
dpp-front/roles/dpp-proxy
7,218
[ "no_license" ]
[ { "path": "dpp-front/roles/dpp-proxy/tasks/install.yml", "content": "---\n\n- name: \"Remove directory\"\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"{{ service_mnt_dir_loc }}\"\n - \"{{ service_compose_dir }}\"\n tags:\n - never\n - remove\n\n- name: \"Create dire...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1781, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/_docker
7,218
[ "no_license" ]
[ { "path": "install/roles/_docker/defaults/main.yml", "content": "---\ndocker_ext_registry: false\ndocker_registry_url: https://docker-registry.3itech.ru/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "install/roles/_docker/tasks/stop.yml", "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1429, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/audio-transform
7,218
[ "no_license" ]
[ { "path": "install/roles/audio-transform/vars/audio_transform_external.yml", "content": "---\n# vars file for audio-transform\nservice_name: \"{{ dictionary_hosts.audio_transform_external.name }}\"\nservice_img: \"{{ dictionary_hosts.audio_transform_external.img }}\"\nservice_tag: \"{{ dictionary_hosts.audi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6782, "all_permissive": false }
ansible_role
wainerred/RA
95e488f405d0c439cf602675ea5cd41f9d394d15
0
install/roles/backend
7,218
[ "no_license" ]
[ { "path": "install/roles/backend/templates/plexus-server/conf/backend-resource.conf.j2", "content": "include \"backend.conf\"\nplay {\n\n modules.disabled += \"ru.dsslab.plexus.modules.scope.ScopeFetchModule\"\n modules.enabled += \"ru.dsslab.plexus.modules.scope.CachedScopeFetchModule\"\n\n modules.disa...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 35, "total_bytes": 287855, "all_permissive": false }