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
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/lazygit
8,173
[ "no_license" ]
[ { "path": "roles/lazygit/tasks/main.yml", "content": "- name: Add apt repo for lazygit\n become: true\n apt_repository:\n repo: \"{{ ppa_lazygit }}\"\n state: present\n update_cache: true\n notify:\n - post_add_apt_handler\n - apt_update\n\n- meta: flush_handlers\n\n- name: Install lazygit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/linuxcan
8,173
[ "no_license" ]
[ { "path": "roles/linuxcan/tasks/main.yml", "content": "---\n- name: \"Unarchive {{ linuxcan_file }}\"\n unarchive:\n src: \"files/{{ linuxcan_file }}\"\n dest: \"{{ install_dir }}\"\n\n- name: \"Move unarchived folder to {{ linuxcan_install_dir }}\"\n become: true\n shell: \"rm -rf {{ linuxcan_inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/ms_teams
8,173
[ "no_license" ]
[ { "path": "roles/ms_teams/tasks/main.yml", "content": "---\n- name: Add Microsoft Teams GPG key\n shell: curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -\n\n- name: Add teams stable repository\n become: true\n blockinfile:\n path: /etc/apt/sources.list.d/teams.list\n mark...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/nano
8,173
[ "no_license" ]
[ { "path": "roles/nano/tasks/main.yml", "content": "- name: Adding nano settings\n become: true\n blockinfile:\n path: /etc/nanorc\n marker: \"# {mark} NANO SETTINGS - ANSIBLE MANAGED BLOCK\"\n block: |\n set tabsize 4\n set tabstospaces\n set softwrap\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/nvidia_container
8,173
[ "no_license" ]
[ { "path": "roles/nvidia_container/tasks/main.yml", "content": "# Install NVIDIA Container Toolkit\n- name: Add nvidia-docker apt repo\n shell: |\n distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \\\n && curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - \\\n &&...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 782, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/nvidia_drivers
8,173
[ "no_license" ]
[ { "path": "roles/nvidia_drivers/tasks/main.yml", "content": "- name: Add apt repo for nvidia drivers\n become: true\n apt_repository:\n repo: \"{{ ppa_nvidia }}\"\n state: present\n update_cache: true\n notify:\n - post_add_apt_handler\n - apt_update\n\n- meta: flush_handlers\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/peakcan
8,173
[ "no_license" ]
[ { "path": "roles/peakcan/tasks/main.yml", "content": "---\n- name: Check whether PeakCAN version exists in pcan_ver_list\n assert:\n that:\n - pcan_ver in pcan_ver_list\n fail_msg: \"{{ pcan_ver }} doesn't exist in \"\n success_msg: \"{{ pcan_ver }} exists in pcan_ver_list\"\n\n- name: Check ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1622, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/pip
8,173
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n- name: Install pip3\n become: true\n apt:\n name: \"{{ item }}\"\n state: latest\n loop:\n - python3-pip\n # - python-pip\n\n# - name: Upgrade python2 pip\n# pip:\n# name: pip\n# executable: pip2\n# extra_args: --upgrade\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/pytorch
8,173
[ "no_license" ]
[ { "path": "roles/pytorch/tasks/main.yml", "content": "---\n- name: Install PyTorch\n shell: \"pip3 install torch=={{ torch_ver }} torchvision=={{ torch_ver_dict[torch_ver][\\\"torchvision_ver\\\"] }} torchaudio==={{ torch_ver_dict[torch_ver][\\\"torchaudio_ver\\\"] }} -f https://download.pytorch.org/whl/to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/robosense
8,173
[ "no_license" ]
[ { "path": "roles/robosense/tasks/main.yml", "content": "---\n- name: Installing Robosense related packages\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - libboost-dev\n - libpcap-dev\n - libpcl-dev\n - libeigen3-dev\n\n- name: Creating symlink to enable RSView...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/ros
8,173
[ "no_license" ]
[ { "path": "roles/ros/tasks/main.yml", "content": "---\n- name: Check whether ROS version exists in ros_distro_dict\n assert:\n that:\n - os_release in ros_distro_dict.keys()\n fail_msg: \"{{ os_release }} doesn't exist in ros_distro_dict\"\n success_msg: \"{{ os_release }} exists in ros_distr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3005, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/sshd
8,173
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n# VERY BREAKY uninstalls snapd\n# - name: Uninstall openssh-client\n# become: true\n# become_method: sudo\n# apt:\n# name: \"{{ item }}\"\n# state: absent\n# loop:\n# - openssh-client\n\n- name: Install openssh-server\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/tensorrt
8,173
[ "no_license" ]
[ { "path": "roles/tensorrt/tasks/main.yml", "content": "---\n- name: Check if TensorRT deb file exists\n stat:\n path: \"{{ install_dir }}/{{ tensorrt_deb_file }}\"\n register: tensorrt_deb\n\n- name: Download TensorRT deb file\n shell: \"wget {{ aid_aws_url }}/{{ tensorrt_deb_file }} -P {{ install_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2308, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/terminal_velocity
8,173
[ "no_license" ]
[ { "path": "roles/terminal_velocity/tasks/main.yml", "content": "---\n- name: Check if ~/bin/fzf is present\n stat:\n path: ~/bin/fzf\n register: fzf_folder\n\n- name: Git clone fzf\n shell: |\n git clone --depth 1 https://github.com/junegunn/fzf.git ~/bin/fzf\n when: fzf_folder.stat.exists == fals...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1996, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/typora
8,173
[ "no_license" ]
[ { "path": "roles/typora/tasks/main.yml", "content": "- name: Configure typora\n shell: |\n wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -\n sudo add-apt-repository 'deb https://typora.io/linux ./'\n sudo apt update\n\n- name: Install typora\n apt:\n name: typora\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/usb_permissions
8,173
[ "no_license" ]
[ { "path": "roles/usb_permissions/tasks/main.yml", "content": "- name: Enabling ttyUSB* and ttyS* permissions\n become: true\n blockinfile:\n path: /etc/udev/rules.d/60-extra-acl.rules\n marker: \"# {mark} USER PERMISSION SETTINGS - ANSIBLE MANAGED BLOCK\"\n block: |\n KERNEL==\"ttyUSB[0-9]*\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/vscode
8,173
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Get Microsoft GPG key\n shell: |\n wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg && \\\n sudo install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1602, "all_permissive": false }
ansible_role
evantancy/ansible
ecb6dd1e10546b93f595fd54cbe105bae14befaf
0
roles/zoom
8,173
[ "no_license" ]
[ { "path": "roles/zoom/tasks/main.yml", "content": "---\n- name: Download zoom deb file\n shell: \"wget https://zoom.us/client/latest/zoom_amd64.deb -P {{ install_dir }} --quiet\"\n\n- name: Install zoom\n become: true\n apt:\n deb: \"{{ install_dir }}/zoom_amd64.deb\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
jpasilan/ansible-wireguard
e9c443c4950159452543a2aae612a56d4f533982
3
roles/client
8,172
[ "no_license" ]
[ { "path": "roles/client/vars/main.yml", "content": "---\nLOCAL_CLIENT_PATH: ../clients\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/client/tasks/main.yml", "content": "---\n- name: Create clients directory\n file:\n path: \"{{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1970, "all_permissive": false }
ansible_role
jpasilan/ansible-wireguard
e9c443c4950159452543a2aae612a56d4f533982
3
roles/configure
8,172
[ "no_license" ]
[ { "path": "roles/configure/tasks/wireguard.yml", "content": "---\n- name: Generate the WireGuard private and public keys\n shell: |\n umask 077\n wg genkey | tee privatekey | wg pubkey > publickey\n args:\n chdir: /etc/wireguard\n creates: /etc/wireguard/publickey\n\n- name: Get the WireGuard ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1182, "all_permissive": false }
ansible_role
jpasilan/ansible-wireguard
e9c443c4950159452543a2aae612a56d4f533982
3
roles/debian_package
8,172
[ "no_license" ]
[ { "path": "roles/debian_package/tasks/debian.yml", "content": "---\n- import_tasks: wireguard-unstable-release.yml\n\n- name: Run apt update and upgrade\n apt:\n update-cache: yes\n upgrade: \"yes\"\n cache_valid_time: 14400 # Valid for 4 hours.\n register: upgrade_task\n\n- name: Reboot after an...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1706, "all_permissive": false }
ansible_role
jpasilan/ansible-wireguard
e9c443c4950159452543a2aae612a56d4f533982
3
roles/install
8,172
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n- name: Install ufw\n package:\n name: ufw\n state: present\n\n- name: Install WireGuard\n package:\n name: wireguard\n state: present\n when: ansible_kernel is version('5.6', '>=')\n register: wireguard_56_install\n\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
jpasilan/ansible-wireguard
e9c443c4950159452543a2aae612a56d4f533982
3
roles/wrapup
8,172
[ "no_license" ]
[ { "path": "roles/wrapup/tasks/main.yml", "content": "---\n- name: Enable and start WireGuard service wg-quick@{{ WIREGUARD_INTERFACE }}\n systemd:\n name: wg-quick@{{ WIREGUARD_INTERFACE }}\n daemon_reload: yes\n state: restarted\n enabled: yes\n\n- name: Reload ufw\n ufw:\n state: enabled\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
lethe3000/ansible-playbook
6fac6f64b70840c8ff2812e3e82c6fe520fe9622
0
roles/common
8,172
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Disable selinux\n selinux: state=disabled\n tags:\n - selinux\n - common\n\n- name: Yum clean all\n command: /usr/bin/yum clean all\n tags:\n - yum\n - common\n\n- name: Update yum packages\n yum: name=* state=latest\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2748, "all_permissive": false }
ansible_role
daszkiewiczk/ansible-examples
e58a684504cae91e1f3396290a19bc82ffa64f29
0
roles/nginx_deployed
8,172
[ "no_license" ]
[ { "path": "roles/nginx_deployed/tasks/main.yml", "content": "---\n- name: latest nginx package installed\n apt:\n name: nginx\n state: latest\n when: ansible_distribution == 'Ubuntu' or\n ansible_distribution == 'Debian'\n\n- name: latest nginx package installed\n yum:\n name: nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 751, "all_permissive": false }
ansible_role
awsstar/Ansible-Infra-Automate
97d2bee202a6e0caf05664b596cbe38f4e416d0f
0
roles/INSTANCES
8,172
[ "no_license" ]
[ { "path": "roles/INSTANCES/tasks/main.yml", "content": "---\n\n- name: creating ELB 1\n ec2_elb_lb:\n region: \"{{ region }}\"\n name: \"elb1server\"\n state: present\n security_group_ids: \"{{ aws_sg.group_id }}\"\n subnets: \"{{ vpc.subnets[0].id }}\"\n listeners:\n - protocol: htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1513, "all_permissive": false }
ansible_role
awsstar/Ansible-Infra-Automate
97d2bee202a6e0caf05664b596cbe38f4e416d0f
0
roles/UPDATEHOST
8,172
[ "no_license" ]
[ { "path": "roles/UPDATEHOST/tasks/main.yml", "content": "---\n\n- name: Update the server \n yum: name=* state=latest\n\n- name: Install epel-repo\n yum: name=epel-release state=latest\n\n- name: Install Nginx\n yum: name=nginx state=latest\n\n- name: start the service\n cmd: systemctl start nginx \n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
awsstar/Ansible-Infra-Automate
97d2bee202a6e0caf05664b596cbe38f4e416d0f
0
roles/UPDATEIP
8,172
[ "no_license" ]
[ { "path": "roles/UPDATEIP/tasks/main.yml", "content": "---\n\n- name: Updating the public IP\n command: \"{{ playbook_dir }}/dynamic.sh {{ playbook_dir }}/hosts\"\n\n- pause: minutes=2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
RaminSabzalizade/Ansible
3439cd283c840c5172beaeb12b21850262b53104
0
ansible/roles/basic
8,172
[ "no_license" ]
[ { "path": "ansible/roles/basic/tasks/main.yml", "content": "---\n# tasks file for basic\n\n- name : copy file from source in file folder to other servers\n copy:\n src: issue.net\n dest: /etc/issue.net\n\n- name: add banner to sshd config\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
RaminSabzalizade/Ansible
3439cd283c840c5172beaeb12b21850262b53104
0
ansible/roles/preinstall
8,172
[ "no_license" ]
[ { "path": "ansible/roles/preinstall/tasks/main.yml", "content": "\n# tasks file for preinstall\n\n- name: Set timezone\n timezone:\n name: Etc/UTC\n\n- name: Set hostname\n command: hostnamectl set-hostname {{ inventory_hostname }}\n\n- name: Add hostname to /etc/hosts\n lineinfile:\n path: \"{{ et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
AveCaesar17/redis-cluster-ansible
47bc2712f83566fb8ac961134b994255d1bee595
0
roles/redis-cluster
8,172
[ "no_license" ]
[ { "path": "roles/redis-cluster/templates/haproxy.cfg.j2", "content": "#---------------------------------------------------------------------\n# Example configuration for a possible web application. See the\n# full configuration options online.\n#\n# https://www.haproxy.org/download/1.8/doc/configuration....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8542, "all_permissive": false }
ansible_role
twisted-infra/braid
3ae7f58a700613c52479750a549e79b979254517
6
provisioning/roles/requirements-debian
8,172
[ "no_license" ]
[ { "path": "provisioning/roles/requirements-debian/tasks/main.yml", "content": "- name: Install locales\n action: apt pkg=locales\n\n- name: Set up locale\n action: locale_gen name=en_US.UTF-8\n\n- name: Install build requirements\n action: apt pkg=build-essential,libffi-dev,libssl-dev,wget,git\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
twisted-infra/braid
3ae7f58a700613c52479750a549e79b979254517
6
provisioning/roles/ssh
8,172
[ "no_license" ]
[ { "path": "provisioning/roles/ssh/templates/sshd_config", "content": "X11Forwarding yes\n\nSubsystem sftp /usr/lib/openssh/sftp-server\n\nPasswordAuthentication no\nProtocol 2\nSyslogFacility AUTHPRIV\nChallengeResponseAuthentication no\nUsePAM yes\nUseDNS no\nPrintMotd no\n\nHostKey /etc/ssh/ssh_host_rsa_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1404, "all_permissive": false }
ansible_role
twisted-infra/braid
3ae7f58a700613c52479750a549e79b979254517
6
provisioning/roles/systemupdate
8,172
[ "no_license" ]
[ { "path": "provisioning/roles/systemupdate/tasks/main.yml", "content": "- name: Update apt cache (Debian)\n action: apt update_cache=yes\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Upgrade apt packages (Debian)\n action: apt upgrade=dist\n when: ansible_distri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
andersengqvist/rpic
b604291d9122b277e59f973384e8e9773f96cb8c
0
ansible/roles/setup
8,172
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/network.yml", "content": "# roles/setup/tasks/network.yml\n---\n\n#\n# Update hostname and enable ethernet\n#\n\n# Updates the /etc/hostname file\n- name: Update '/etc/hostname'\n become: yes\n hostname:\n name: \"{{ inventory_hostname }}\"\n notify: restart_node\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4709, "all_permissive": false }
ansible_role
einwolf/ans-install-quay
8a86a470ad3b3f4b1df9c1ff149eb48d494e589f
0
roles/install-quay_quad_kube
8,172
[ "no_license" ]
[ { "path": "roles/install-quay_quad_kube/files/etc/containers/systemd/quay-quad.yaml", "content": "# Made from project quay docker-compose.yaml\n# https://github.com/quay/quay/blob/master/docker-compose.yaml\n---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: quay-quad-db-data-pvc\n labels...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6290, "all_permissive": false }
ansible_role
VazardAU/home-ops
c883188efcf1e80bca3ceb81125a79aba6f7c3b9
0
ansible/roles/coreelec
8,169
[ "no_license" ]
[ { "path": "ansible/roles/coreelec/tasks/main.yml", "content": "---\n- ansible.builtin.include_tasks: backup.yml\n tags:\n - backup\n\n- ansible.builtin.include_tasks: nfs.yml\n tags:\n - nfs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path":...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1414, "all_permissive": false }
ansible_role
VazardAU/home-ops
c883188efcf1e80bca3ceb81125a79aba6f7c3b9
0
ansible/roles/truenas
8,169
[ "no_license" ]
[ { "path": "ansible/roles/truenas/tasks/main.yml", "content": "---\n- ansible.builtin.include_tasks: directories.yml\n\n- ansible.builtin.include_tasks: scripts.yml\n\n- ansible.builtin.include_tasks: telegraf.yml\n\n- ansible.builtin.include_tasks: wireguard.yml\n when: \"main_nas == false\"\n", "licen...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 4869, "all_permissive": false }
ansible_role
VazardAU/home-ops
c883188efcf1e80bca3ceb81125a79aba6f7c3b9
0
ansible/roles/workstation
8,169
[ "no_license" ]
[ { "path": "ansible/roles/workstation/files/scripts/update-pip.bash", "content": "#!/bin/bash\n\npip3 list --outdated --user --format=freeze | grep -v '^\\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U --user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { ...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 22, "total_bytes": 17681, "all_permissive": false }
ansible_role
hurricanemark/ansible_server_configuration
c7ed96eb1dd37b7443e140019c24d6dc3bb1d017
0
roles/basic4rhel
8,169
[ "no_license" ]
[ { "path": "roles/basic4rhel/tasks/main.yml", "content": "- name: \"Installing vim\"\n yum: pkg=vim state=present\n- name: \"Installing git\"\n yum: pkg=git state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
hurricanemark/ansible_server_configuration
c7ed96eb1dd37b7443e140019c24d6dc3bb1d017
0
roles/basic4sles
8,169
[ "no_license" ]
[ { "path": "roles/basic4sles/tasks/main.yml", "content": "- name: \"Installing vim\"\n zypper: pkg=vim state=present\n- name: \"Installing GIT\"\n zypper: pkg=git state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
hurricanemark/ansible_server_configuration
c7ed96eb1dd37b7443e140019c24d6dc3bb1d017
0
roles/basic4ubuntu
8,169
[ "no_license" ]
[ { "path": "roles/basic4ubuntu/tasks/main.yml", "content": "### Note: ansible required python2.7 on remote node!!!\n# e.g sudo apt-get install python-minimal\n\n- name: \"Installing python3\"\n apt: pkg=python3 state=present\n- name: \"Installing default-jre\"\n apt: pkg=default-jre state=present\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
ValD97/mongodb-clustering
c0f4d9b516d8bd77f18eebff239396ad7398a9ca
0
roles/common
8,169
[ "no_license" ]
[ { "path": "roles/common/tasks/debian.yml", "content": "---\n# Install MongoDB on a Debian-based distro using apt\n#\n# Author: <NAME> <<EMAIL>>\n#\n# Date: March, 07th 2020\n\n- name: Add MongoDB apt key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.2.asc\n state: present\n\n- name: A...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
ValD97/mongodb-clustering
c0f4d9b516d8bd77f18eebff239396ad7398a9ca
0
roles/mongo-config
8,169
[ "no_license" ]
[ { "path": "roles/mongo-config/tasks/main.yml", "content": "---\n# Tasks for setting up a mongo config instance.\n#\n# Author: <NAME> <<EMAIL>>\n#\n# Date: March, 07th 2020\n\n- name: Enable and start mongod service\n service:\n name: mongod\n enabled: yes\n state: started\n\n- name: Config MongoDB...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
ValD97/mongodb-clustering
c0f4d9b516d8bd77f18eebff239396ad7398a9ca
0
roles/mongo-shard
8,169
[ "no_license" ]
[ { "path": "roles/mongo-shard/tasks/main.yml", "content": "---\n# Tasks for setting up a mongo shard instance.\n#\n# Author: <NAME> <<EMAIL>>\n#\n# Date: March, 07th 2020\n\n- name: Enable and start mongod service\n service:\n name: mongod\n enabled: yes\n state: started\n\n- name: Config MongoDB\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 510, "all_permissive": false }
ansible_role
ShyftNetwork/veriscope
8eff7c78a9a696abca106da6b654510dd18b76b8
9
infra/configure/playbooks/roles/fetch_ta_db_secrets
8,169
[ "no_license" ]
[ { "path": "infra/configure/playbooks/roles/fetch_ta_db_secrets/tasks/azure_keyvault.yml", "content": "---\n- name: Fetch secrets from Azure Key Vault\n azure_rm_keyvaultsecret_info:\n vault_uri: \"{{ vault_uri }}\"\n secret_name: \"{{ item }}\"\n register: fetched_secrets\n loop:\n - \"{{ ta_das...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 6318, "all_permissive": false }
ansible_role
uu4k/paiza-techbook-terraform-with-ansible-sample
bc5ff8c32e9c33bac85c79bf33307f696de85b7c
0
roles/httpd
8,169
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "- name: install apache\n yum: name=httpd state=latest lock_timeout=180\n- name: start httpd\n service: name=httpd state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
uu4k/paiza-techbook-terraform-with-ansible-sample
bc5ff8c32e9c33bac85c79bf33307f696de85b7c
0
roles/php
8,169
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: check php version\n shell: php -v | grep \"PHP 7.3\"\n register: check_php\n changed_when: False\n failed_when: False\n- name: install php\n shell: amazon-linux-extras install -y php7.3\n when: check_php.rc == 1\n- name: install mysql\n yum: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
uu4k/paiza-techbook-terraform-with-ansible-sample
bc5ff8c32e9c33bac85c79bf33307f696de85b7c
0
roles/wordpress
8,169
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "- name: download wordpress cli\n get_url:\n url: \"https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\"\n dest: \"/usr/local/bin/wp\"\n mode: 0755\n\n- name: exist wordpress dir\n stat: path=/var/www/html/wordpress\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1353, "all_permissive": false }
ansible_role
amakagon/ansible
1d2b2856d865e4cf88bf81551649d3eb8e5cfeeb
0
roles/common
8,169
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: installs common utilities\n apt:\n pkg:\n - sudo\n - nano\n - curl\n - htop\n - nmap\n - bash-completion\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
amakagon/ansible
1d2b2856d865e4cf88bf81551649d3eb8e5cfeeb
0
roles/php
8,169
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Add dependencies for PHP versions (Debian).\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n state: present\n\n- name: Add Ond<NAME>ury's apt key (Debian).\n apt_key:\n url: https://packages.sury.org/php/apt.gpg\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1212, "all_permissive": false }
ansible_role
amakagon/ansible
1d2b2856d865e4cf88bf81551649d3eb8e5cfeeb
0
roles/redis
8,169
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "---\nredis_port: 6379\nredis_databases: 1\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Ensure Redis is present\n apt:\n pkg:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 124, "all_permissive": false }
ansible_role
amakagon/ansible
1d2b2856d865e4cf88bf81551649d3eb8e5cfeeb
0
roles/supervisord
8,169
[ "no_license" ]
[ { "path": "roles/supervisord/defaults/main.yml", "content": "---\nsupervisor_version: latest\nsupervisor_started: true\nsupervisor_enabled: true\nsupervisor_config_path: /etc/supervisor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/super...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1256, "all_permissive": false }
ansible_role
abegorov/linux29_pxe
706fa6bb96ddd96969e2cbbeb459a97ed5b05508
0
roles/http_boot
8,169
[ "no_license" ]
[ { "path": "roles/http_boot/tasks/main.yml", "content": "---\n- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Configure nginx for network boot\n ansible.builtin.template:\n src: httpboot.conf\n dest: /etc/nginx/default.d/httpboot.conf\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
abegorov/linux29_pxe
706fa6bb96ddd96969e2cbbeb459a97ed5b05508
0
roles/kea_dhcpv4
8,169
[ "no_license" ]
[ { "path": "roles/kea_dhcpv4/defaults/main.yml", "content": "---\nkea_dhcpv4_valid_lifetime: 3600\nkea_dhcpv4_renew_timer: 1800\nkea_dhcpv4_rebind_timer: 3150\nkea_dhcpv4_interface: '{{ undef() }}'\nkea_dhcpv4_subnet: '{{ undef() }}'\nkea_dhcpv4_pool: '{{ undef() }}'\nkea_dhcpv4_tftp_server: '{{ undef() }}'\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2682, "all_permissive": false }
ansible_role
abegorov/linux29_pxe
706fa6bb96ddd96969e2cbbeb459a97ed5b05508
0
roles/netboot
8,169
[ "no_license" ]
[ { "path": "roles/netboot/tasks/main.yml", "content": "---\n- name: Create network boot directory\n ansible.builtin.file:\n path: '{{ netboot_dir }}'\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Format netboot disk\n community.general.filesystem:\n dev: '{{ net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3376, "all_permissive": false }
ansible_role
abegorov/linux29_pxe
706fa6bb96ddd96969e2cbbeb459a97ed5b05508
0
roles/tftp_boot
8,169
[ "no_license" ]
[ { "path": "roles/tftp_boot/tasks/main.yml", "content": "---\n- name: Install tftp-server\n ansible.builtin.dnf:\n name:\n - tftp-server\n - ipxe-bootimgs-x86\n state: present\n\n- name: Copy undionly boot loader\n ansible.builtin.copy:\n src: /usr/share/ipxe/undionly.kpxe\n dest: /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
ddenia/Module-B10.6.1_Ansible
4c21b67aeb9b88f34afb669a91867412388a289d
0
roles/vsftpd
8,169
[ "no_license" ]
[ { "path": "roles/vsftpd/handlers/main.yml", "content": "# handlers file for ansible-role-vsftpd\n---\n- name: Restart vsFTPd Server\n service:\n name: vsftpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/vsftpd/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 321, "all_permissive": false }
ansible_role
ilanh/myelanman
043a5b59ca98d67f71ca4be62c31623177cdab77
0
roles/common
8,169
[ "no_license" ]
[ { "path": "roles/common/tasks/checks.yaml", "content": "---\n- name: \"Check if cpanel.config exists\"\n stat:\n path: /var/cpanel/cpanel.config\n tags:\n - always\n register: cpConfigExists\n\n- name: \"Check if EasyApache4 is used\"\n stat:\n path: /etc/cpanel/ea4/is_ea4\n tags: easyapache,c...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 110245, "all_permissive": false }
ansible_role
ilanh/myelanman
043a5b59ca98d67f71ca4be62c31623177cdab77
0
roles/dnsonly
8,169
[ "no_license" ]
[ { "path": "roles/dnsonly/vars/main.yaml", "content": "---\n## main variables for dnsonly\n##\n## All values that are supposed to be at this level \n\nliverun: false\n\n\n# section Firewall ports actions\ndnsonlyfirewallports:\n# which udp ports to open in \n udpopeninports: '53,161,162' \n# which tcp port...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1995, "all_permissive": false }
ansible_role
ilanh/myelanman
043a5b59ca98d67f71ca4be62c31623177cdab77
0
roles/mailonly
8,169
[ "no_license" ]
[ { "path": "roles/mailonly/vars/main.yaml", "content": "---\n## main variables for mailonly\n##\n## All values that are supposed to be at this level \n\nliverun: false\n\n\n# section Firewall ports actions\nmailonlyfirewallports:\n\n# section Firewall white list for IP\nmailonlyfirewallwhiteip:\n\n# section ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1641, "all_permissive": false }
ansible_role
ilanh/myelanman
043a5b59ca98d67f71ca4be62c31623177cdab77
0
roles/sharedhosting
8,169
[ "no_license" ]
[ { "path": "roles/sharedhosting/tasks/cmqinstall.yaml", "content": "---\n# file: cmq install\n- name: download cmq\n get_url: url=http://download.configserver.com/cmq.tgz dest=/usr/src/cmq.tgz\n tags: cmq\n when: liverun\n\n- name: extract cmq\n unarchive: src=/usr/src/cmq.tgz dest=/usr/src copy=no\n ta...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 128079, "all_permissive": false }
ansible_role
PeterCypers/ops-clone
886f5ab17634192aabb74192cd4c28ab3d8214a1
1
src/Test/ansible/roles/cadvisor
8,169
[ "no_license" ]
[ { "path": "src/Test/ansible/roles/cadvisor/tasks/main.yml", "content": "# ansible/roles/installDocker/tasks/main.yml\n# Set up the VM as a test environment for Ansible roles, based on Docker and\n# Molecule.\n---\n- name: Include distribution specific variables\n include_vars: \"{{ item }}\"\n with_first_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1119, "all_permissive": false }
ansible_role
PeterCypers/ops-clone
886f5ab17634192aabb74192cd4c28ab3d8214a1
1
src/Test/ansible/roles/docker
8,169
[ "no_license" ]
[ { "path": "src/Test/ansible/roles/docker/vars/AlmaLinux.yml", "content": "# ansible/roles/dockerlab/vars/AlmaLinux.yml\n---\n\ninstallDocker_packages:\n - bash-completion\n - curl\n - yum-utils\n - dnf-utils\n - docker-ce \n - docker-ce-cli \n - containerd.io \n - docker-compose-plugin\n - git\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4573, "all_permissive": false }
ansible_role
PeterCypers/ops-clone
886f5ab17634192aabb74192cd4c28ab3d8214a1
1
src/Test/ansible/roles/jenkins
8,169
[ "no_license" ]
[ { "path": "src/Test/ansible/roles/jenkins/vars/AlmaLinux.yml", "content": "# ansible/roles/dockerlab/vars/AlmaLinux.yml\n---", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "src/Test/ansible/roles/jenkins/tasks/main.yml", "content": "# ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1076, "all_permissive": false }
ansible_role
PeterCypers/ops-clone
886f5ab17634192aabb74192cd4c28ab3d8214a1
1
src/Test/ansible/roles/monitoring
8,169
[ "no_license" ]
[ { "path": "src/Test/ansible/roles/monitoring/tasks/main.yml", "content": "# ansible/roles/installDocker/tasks/main.yml\n# Set up the VM as a test environment for Ansible roles, based on Docker and\n# Molecule.\n---\n- name: Include distribution specific variables\n include_vars: \"{{ item }}\"\n with_firs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5715, "all_permissive": false }
ansible_role
PeterCypers/ops-clone
886f5ab17634192aabb74192cd4c28ab3d8214a1
1
src/Test/ansible/roles/nodeExporter
8,169
[ "no_license" ]
[ { "path": "src/Test/ansible/roles/nodeExporter/tasks/main.yml", "content": "# ansible/roles/installDocker/tasks/main.yml\n# Set up the VM as a test environment for Ansible roles, based on Docker and\n# Molecule.\n---\n- name: Include distribution specific variables\n include_vars: \"{{ item }}\"\n with_fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1320, "all_permissive": false }
ansible_role
PeterCypers/ops-clone
886f5ab17634192aabb74192cd4c28ab3d8214a1
1
src/Test/ansible/roles/postgresql
8,169
[ "no_license" ]
[ { "path": "src/Test/ansible/roles/postgresql/default/main.yml", "content": "# ansible/roles/dockerlab/defaults/main.yml\n#\n# Default values for role variables\n---\npostgres_container_name: my_postgres\npostgres_image: postgres:17\npostgres_port: 5432\npostgres_user: OPS\npostgres_password: <PASSWORD>\npos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1524, "all_permissive": false }
ansible_role
rchain/elk
779ca94920446507b093f2376121653e523b4419
0
deployment/roles/common
8,169
[ "no_license" ]
[ { "path": "deployment/roles/common/tasks/main.yml", "content": "---\n\n- name: Install Docker prerequisites\n become: yes\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
rchain/elk
779ca94920446507b093f2376121653e523b4419
0
deployment/roles/elasticsearch
8,169
[ "no_license" ]
[ { "path": "deployment/roles/elasticsearch/vars/main.yml", "content": "service_user: elasticsearch\nruntime_dir: /opt/elasticsearch\nsystemd_service_name: elasticsearch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "deployment/roles/elasticsearch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3417, "all_permissive": false }
ansible_role
rchain/elk
779ca94920446507b093f2376121653e523b4419
0
deployment/roles/kibana
8,169
[ "no_license" ]
[ { "path": "deployment/roles/kibana/templates/kibana.yml.j2", "content": "---\n## Default Kibana configuration from kibana-docker.\n## https://github.com/elastic/kibana-docker/blob/master/.tedi/template/kibana.yml.j2\n#\nserver.name: kibana\nserver.host: \"0\"\nelasticsearch.hosts: [ \"http://elk.c.developer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2548, "all_permissive": false }
ansible_role
rchain/elk
779ca94920446507b093f2376121653e523b4419
0
deployment/roles/logstash
8,169
[ "no_license" ]
[ { "path": "deployment/roles/logstash/templates/logstash.conf.j2", "content": "input {\n\ttcp {\n\t\tport => 5000\n\t}\n}\n\n## Add your filters / logstash plugins configuration here\n\noutput {\n\telasticsearch {\n\t\thosts => \"elasticsearch:9200\"\n\t\tuser => \"elastic\"\n\t\tpassword => \"{{ <PASSWORD> ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2313, "all_permissive": false }
ansible_role
alexteldekov/rustds
7ef361fd01c33ecde3de09e9348a830057c98aeb
0
install/roles/rustds
8,174
[ "no_license" ]
[ { "path": "install/roles/rustds/files/startserver.sh", "content": "#!/bin/bash\n# Launches Rust Dedicated Server\n# Usage:\n# ./rust_ds.sh\n\nset -e\n\n# generate a random password from /dev/urandom\nfunction rand_password() {\n tr -dc -- '-.~,<>[]{}@%()_+=0-9a-zA-Z' < /dev/urandom | head -c16;echo\n}\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3107, "all_permissive": false }
ansible_role
VTRyo/ansible-samples
d3c0d61171bb7dc73b7500ca825305af78c49758
0
aws-ansible/roles/ec2-build
8,174
[ "no_license" ]
[ { "path": "aws-ansible/roles/ec2-build/tasks/main.yml", "content": "##ec2\n##作業マシン内にbotoが必要\n- name: create ec2 instance\n ec2:\n aws_access_key: \"{{ aws_access_key_id }}\"\n aws_secret_key: \"{{ aws_secret_access_key }}\"\n region: \"{{ aws_region }}\"\n key_name: id_rsa\n instance_type: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
VTRyo/ansible-samples
d3c0d61171bb7dc73b7500ca825305af78c49758
0
user-delete/roles/userdel
8,174
[ "no_license" ]
[ { "path": "user-delete/roles/userdel/tasks/main.yml", "content": "- name: user delete\n user:\n name: \"{{ item.name }}\"\n createhome: yes\n state: absent\n remove: yes\n with_items:\n - { name: \"VTRyo\" }\n - { name: \"dareda\" }\n - { name: \"omaeha\" }\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
mitmedialab/unhangout-plenary-server
d8f1c5b535b24e6b585a4d1271e24401cf3b8867
0
ansible/roles/coturn
8,174
[ "no_license" ]
[ { "path": "ansible/roles/coturn/defaults/main.yml", "content": "---\ncoturn_tls_port: 5349\ncoturn_domain: \"{{domain}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "ansible/roles/coturn/tasks/main.yml", "content": "---\n- block:\n - nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 693, "all_permissive": false }
ansible_role
mitmedialab/unhangout-plenary-server
d8f1c5b535b24e6b585a4d1271e24401cf3b8867
0
ansible/roles/freeswitch
8,174
[ "no_license" ]
[ { "path": "ansible/roles/freeswitch/templates/freeswitch_ssl_concat.sh", "content": "#!/bin/bash\n\n# Concatenate letsencrypt SSL certificate and private key into a form that\n# freeswitch can use. Adapted from https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie#Debian8Jessie-Scriptinstallf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2861, "all_permissive": false }
ansible_role
mitmedialab/unhangout-plenary-server
d8f1c5b535b24e6b585a4d1271e24401cf3b8867
0
ansible/roles/nginx-with-rtmp
8,174
[ "no_license" ]
[ { "path": "ansible/roles/nginx-with-rtmp/templates/build_nginx_with_rtmp.py", "content": "#!/usr/bin/env python3\n\nimport os\nimport subprocess\n\nNGINX_RTMP_GIT_URL = \"https://github.com/sergey-dryabzhinsky/nginx-rtmp-module.git\"\n\ndef check_changed(command, changed_func, changed):\n if isinstance(c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6423, "all_permissive": false }
ansible_role
mitmedialab/unhangout-plenary-server
d8f1c5b535b24e6b585a4d1271e24401cf3b8867
0
ansible/roles/plenary
8,174
[ "no_license" ]
[ { "path": "ansible/roles/plenary/tasks/verto.yml", "content": "- block:\n # Verto communicator\n - name: Install grunt, bower\n npm: name={{item}} state=present global=yes\n with_items: ['grunt', 'grunt-cli', 'bower']\n\n - name: Install verto npm dependencies\n npm: path={{plenary_verto_dir}}\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5006, "all_permissive": false }
ansible_role
lloydbenson/pxe-demo
a62700b260dbd8f9e88eb3450a76f8099d41af77
0
roles/pxe
8,174
[ "no_license" ]
[ { "path": "roles/pxe/vars/main.yml", "content": "---\npxe_packages:\n - syslinux\n - httpd\n - dnsmasq\n - libselinux-python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/pxe/tasks/firewalld.yml", "content": "- name: firewalld upd...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3762, "all_permissive": false }
ansible_role
krutikakinge/hub-test
b572f7f4a335018879cac93edde4926aac949518
0
cic.system/roles/priv_escalation_bug
8,174
[ "no_license" ]
[ { "path": "cic.system/roles/priv_escalation_bug/tasks/main.yml", "content": "---\n- name: construct data structure\n ansible.builtin.set_fact:\n hostlist:\n - hostname:\n - sbsb-vlsd-dev-01.bs.cial.ch\n - sbsb-vlsd-dev-02.bs.cial.ch\n - hostname:\n - sbsb-vlsd-iam-01.bs.ci...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/apt-update
8,174
[ "no_license" ]
[ { "path": "ansible/roles/apt-update/tasks/main.yml", "content": "---\n# Role: base\n# Purpose: Ensures base environment is clean and usable\n\n- name: Remove DVD source from apt\n lineinfile:\n path: /etc/apt/sources.list\n regexp: \"^deb cdrom:\"\n state: absent\n\n- name: Update apt cache\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/clone-repository
8,174
[ "no_license" ]
[ { "path": "ansible/roles/clone-repository/tasks/main.yml", "content": "---\n- name: Ensure destination directory exists\n file:\n path: \"{{ rainhold_dest }}\"\n state: directory\n mode: \"0755\"\n\n- name: Check if destination is a git repo\n stat:\n path: \"{{ rainhold_dest }}/.git\"\n regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/cloudflared
8,174
[ "no_license" ]
[ { "path": "ansible/roles/cloudflared/tasks/main.yml", "content": "---\n# Role: cloudflared\n# Purpose: Install Cloudflared and configure a tunnel\n\n- name: Ensure /usr/share/keyrings exists\n file:\n path: /usr/share/keyrings\n state: directory\n mode: \"0755\"\n\n- name: Add Cloudflare GPG key\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1772, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/docker-env
8,174
[ "no_license" ]
[ { "path": "ansible/roles/docker-env/templates/gitea.runner.env.j2", "content": "GITEA_INSTANCE_URL=http://gitea:3000\nGITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_registration_token }}\nCONFIG_FILE: /config.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 17445, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/docker-install
8,174
[ "no_license" ]
[ { "path": "ansible/roles/docker-install/tasks/main.yml", "content": "---\n# Role: docker\n# Purpose: Install Docker CE from official repository\n\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/docker-network
8,174
[ "no_license" ]
[ { "path": "ansible/roles/docker-network/tasks/main.yml", "content": "---\n# Tasks to create the proxy network\n- name: Create caddy network\n docker_network:\n name: caddy\n driver: bridge\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/docker-start
8,174
[ "no_license" ]
[ { "path": "ansible/roles/docker-start/tasks/main.yml", "content": "---\n- name: Get list of subdirectories under stacks/{{ rainhold_stack }}/docker\n find:\n paths: \"{{ rainhold_dest }}/stacks/{{ rainhold_stack }}/docker\"\n file_type: directory\n depth: 1\n register: rainhold_docker_dirs\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/dovecot
8,174
[ "no_license" ]
[ { "path": "ansible/roles/dovecot/handlers/main.yml", "content": "- name: Restart Postfix\n service:\n name: postfix\n state: restarted\n enabled: yes\n\n- name: Restart Dovecot\n service:\n name: dovecot\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2350, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/fail2ban
8,174
[ "no_license" ]
[ { "path": "ansible/roles/fail2ban/tasks/main.yml", "content": "---\n# Role: fail2ban\n# Purpose: Install Fail2Ban and enable the SSH jail with the default configuration\n\n- name: Install fail2ban\n apt:\n name: fail2ban\n state: present\n update_cache: yes\n\n- name: Ensure correct SSHD backend i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/network-share
8,174
[ "no_license" ]
[ { "path": "ansible/roles/network-share/tasks/main.yml", "content": "---\n- name: Install cifs-utils\n apt:\n name: cifs-utils\n state: present\n become: true\n\n- name: Ensure mount points exist\n file:\n path: \"{{ item.mount_point }}\"\n state: directory\n mode: \"0755\"\n loop: \"{{ ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/nftables-logging
8,174
[ "no_license" ]
[ { "path": "ansible/roles/nftables-logging/readme.md", "content": "# nftables-logging role\n\n# Ensures nftables logs are visible in Grafana via Loki/Promtail\n\nThis role:\n\n- Enables logging in nftables rules\n- Configures Promtail to collect nftables logs\n- Reloads nftables and Promtail as needed\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2417, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/postfix
8,174
[ "no_license" ]
[ { "path": "ansible/roles/postfix/tasks/main.yml", "content": "- name: Install postfix and mailutils\n apt:\n name:\n - postfix\n - mailutils\n - rsyslog\n state: present\n update_cache: yes\n\n- name: Configure rsyslog for mail logging\n lineinfile:\n path: /etc/rsyslog.conf\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4035, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/root-password
8,174
[ "no_license" ]
[ { "path": "ansible/roles/root-password/tasks/main.yml", "content": "---\n# Role: change_root_password\n# Purpose: Change the root account password securely\n\n- name: Ensure current root password matches (fail fast if incorrect)\n command: \"echo '{{ linux_root_password }}' | su -c 'echo auth_ok' root\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/schedule-backup
8,174
[ "no_license" ]
[ { "path": "ansible/roles/schedule-backup/tasks/main.yml", "content": "---\n# Ensure the backup.sh file is executable\n- name: Make backup.sh executable\n file:\n path: \"{{ rainhold_dest }}/stacks/{{ rainhold_stack }}/backup.sh\"\n state: file\n mode: \"0755\"\n\n# Schedule a cron job to run backu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/ssh-hardening
8,174
[ "no_license" ]
[ { "path": "ansible/roles/ssh-hardening/tasks/main.yml", "content": "---\n# Role: ssh_hardening\n# Purpose: Disable password login and root SSH access\n\n- name: Disable SSH password authentication\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PasswordAuthentication\\s+.*'\n line: \"Pass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/tailscale
8,174
[ "no_license" ]
[ { "path": "ansible/roles/tailscale/tasks/main.yml", "content": "---\n# Role: tailscale\n# Purpose: Install and connect Tailscale with a pre-generated auth key\n\n- name: Fetch Tailscale archive signing key\n ansible.builtin.get_url:\n url: \"https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1320, "all_permissive": false }
ansible_role
notclickable-jordan/rainhold
06f6450c539514f5041c7698128c3d055def5eb8
27
ansible/roles/unattended-upgrades
8,174
[ "no_license" ]
[ { "path": "ansible/roles/unattended-upgrades/tasks/main.yml", "content": "---\n# Role: updates\n# Purpose: Set up automatic security updates\n\n- name: Install unattended-upgrades\n apt:\n name: unattended-upgrades\n state: present\n\n- name: Enable unattended-upgrades\n command: dpkg-reconfigure --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
shipkode/helm-in-sixty-seconds
90880a5a12075058e4fcecec69de7de7baa9689e
0
ansible/roles/andrewrothstein.kubernetes-helm
8,174
[ "no_license" ]
[ { "path": "ansible/roles/andrewrothstein.kubernetes-helm/tasks/brew.yml", "content": "---\n- name: install casks\n become: '{{kubernetes_helm_privilege_escalate|default(False)}}'\n become_user: root\n with_items: '{{kubernetes_helm_casks | default([\"helm\"])}}'\n homebrew_cask: >-\n name={{item}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 896, "all_permissive": false }
ansible_role
shipkode/helm-in-sixty-seconds
90880a5a12075058e4fcecec69de7de7baa9689e
0
ansible/roles/common
8,174
[ "no_license" ]
[ { "path": "ansible/roles/common/vars/main.yml", "content": "services:\n postgresql:\n startcmd: \"/bin/su - postgres -c '/usr/lib/postgresql/9.4/bin/postgres -s -D /opt/maglev/etc'\"\n stopcmd: \"/bin/su - postgres -c '/usr/lib/postgresql/9.4/bin/pg_ctl -s -D /opt/maglev/etc stop'\"\n redis:\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2120, "all_permissive": false }