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
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_iterm
7,206
[ "no_license" ]
[ { "path": "roles/install_iterm/tasks/main.yml", "content": "---\n- name: install_iterm\n homebrew_cask: name=iterm2 state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_maria_db
7,206
[ "no_license" ]
[ { "path": "roles/install_maria_db/tasks/main.yml", "content": "---\n- name: install_alfred\n homebrew: name=mariadb state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_node
7,206
[ "no_license" ]
[ { "path": "roles/install_node/tasks/main.yml", "content": "---\n- name: install_node\n homebrew: name=node state=present\n \n# - name: install_nvm\n# homebrew: name=nvm state=present\n \n- name: install_nvm\n npm: name=nvm state=present global=yes #version=\n \n \n# npm install -g bozon\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1561, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_rbenv
7,206
[ "no_license" ]
[ { "path": "roles/install_rbenv/tasks/main.yml", "content": "---\n- name: install_rbenv\n homebrew: name=rbenv state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_redis
7,206
[ "no_license" ]
[ { "path": "roles/install_redis/tasks/main.yml", "content": "---\n- name: install_redis\n homebrew: name=redis state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_ruby_build
7,206
[ "no_license" ]
[ { "path": "roles/install_ruby_build/tasks/main.yml", "content": "---\n- name: install_ruby-build\n homebrew: name=ruby-build state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_rvm
7,206
[ "no_license" ]
[ { "path": "roles/install_rvm/tasks/main.yml", "content": "--- \n - name: install_rvm_gpg\n shell: \"gpg --keyserver hkp://keys.gnupg.net --recv-keys <KEY>\"\n \n - name: install_rvm_curl \n shell: \\curl -sSL https://get.rvm.io | bash -s stable --ruby\n ", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_tmux
7,206
[ "no_license" ]
[ { "path": "roles/install_tmux/tasks/main.yml", "content": "---\n- name: install_tmux\n homebrew: name=tmux state=present\n\n- name: Install tmux-switch-session\n get_url: >\n url=https://raw.githubusercontent.com/mislav/dotfiles/master/bin/tmux-switch-session\n dest=/usr/local/bin/tmux-switch-sessio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_utilities
7,206
[ "no_license" ]
[ { "path": "roles/install_utilities/tasks/main.yml", "content": "---\n- name: install_alfred\n homebrew_cask: name=alfred state=present\n- name: install_hyper\n homebrew_cask: name=hyper state=present \n- name: Install virtualbox\n homebrew_cask: name=virtualbox state=present\n# I couldn't make vagrant w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_utilities_command_line
7,206
[ "no_license" ]
[ { "path": "roles/install_utilities_command_line/tasks/main.yml", "content": "---\n- name: Install wget\n homebrew: name=wget state=present\n\n- name: Install git\n homebrew: name=git state=present\n\n- name: configure github email\n shell: git config --global user.email {{personal_email}}\n\n- name: conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2018, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/machine_setup
7,206
[ "no_license" ]
[ { "path": "roles/machine_setup/tasks/main.yml", "content": "---\n- name: Ensure the user SSH directory exists\n file: >\n dest=/Users/{{ ansible_user_id }}/.ssh\n state=directory\n- name: Ensure user known hosts file exists\n copy: >\n src=known_hosts\n dest=/Users/{{ ansible_user_id }}/.ssh/k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2029, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/setup_git_aliases
7,206
[ "no_license" ]
[ { "path": "roles/setup_git_aliases/tasks/main.yml", "content": "#\n# Reference: https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases\n# https://gist.github.com/robmiller/6018582\n#\n\n- name: setup git alias co\n shell: \"git config --global alias.co checkout\"\n \n- name: setup git alias br\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.change_ip
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.change_ip/handlers/main.yml", "content": "---\n# handlers file for iliapa.change_ip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "Ansible-Testify/provisioning/roles/iliapa.change_ip/tasks/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 488, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.clone-rep_app
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.clone-rep_app/tasks/main.yml", "content": "---\n- name: check if repo exists\n stat: path=/home/Testify\n register: repo_present\n\n# - debug: var=repo_present\n\n- name: delete existing repo\n file: path=/home/Testify state=absent\n when: repo_presen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.image-download
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.image-download/tasks/main.yml", "content": "---\n- name: Check if image exists\n stat: path=/home/Image\n register: image_present\n\n- name: make image folder\n file: path=/home/Image state=directory\n when: image_present.stat.exists == false\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 640, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.lxd
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.lxd/templates/50-cloud-init.cfg", "content": "auto lo\niface lo inet loopback\n\nauto eth0\niface eth0 inet static\naddress \"{{ testify_ip }}\"\nnetmask 255.255.255.0\ngateway 10.50.241.1\ndns-nameservers 8.8.8.8\n\n\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1568, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.mariadb
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.mariadb/vars/main.yml", "content": "---\n# vars file for iliapa.mariadb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "Ansible-Testify/provisioning/roles/iliapa.mariadb/tests/test.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 785, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.pip-requirements_app
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.pip-requirements_app/tasks/main.yml", "content": "---\n- name: Install everything from requirements \n pip: requirements=/home/Testify/requirements.txt executable=pip3 \n- name: Install the Pythoon MySQLDB module\n pip: name=mysqlclient executable=pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 251, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.pkgs_app
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.pkgs_app/handlers/main.yml", "content": "---\n# handlers file for iliapa.pkgs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "Ansible-Testify/provisioning/roles/iliapa.pkgs_app/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1446, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.pkgs_db
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.pkgs_db/tasks/main.yml", "content": "---\n- name: Install some dependencies for libmysqlclient-dev\n raw: apt-get install software-properties-common && apt-key adv --recv-keys --keyserver keyserver.ubuntu.com <KEY> && add-apt-repository 'deb [arch=amd64,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1027, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.python2
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.python2/tasks/main.yml", "content": "---\n- name: install python\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n\n- name: check python is installed in container\n raw: dpkg -s python\n register: python_install_check...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 580, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.service-restart_app
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.service-restart_app/tasks/main.yml", "content": "---\n\n- name: check if nginx is linked\n stat: \n path: /etc/nginx/sites-enabled/mysite_nginx.conf\n register: link\n\n- debug:\n msg: link\n\n- name: link nginx\n raw: sudo ln -s /home/Testify/my...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 565, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.service-restart_db
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.service-restart_db/tasks/main.yml", "content": "---\n\n#- name: link and restart ngnix\n # raw: ln -s /home/Testify/mysite_nginx.conf /etc/nginx/sites-enabled/ && systemctl restart nginx\n\n\n- name: restart db\n systemd:\n state: restarted\n daem...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.service-restart_local
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.service-restart_local/tasks/main.yml", "content": "---\n\n# - name: set haproxy\n# template:\n# src: templates/haproxy.cfg\n# dest: /etc/haproxy/\n# owner: root\n# group: root\n\n- name: restart haproxy\n systemd:\n state: restarted\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
iliaparvanov/Testify
252e3c7f5d788cefed79ce809a63dff956a16ec7
1
Ansible-Testify/provisioning/roles/iliapa.ssh
7,206
[ "no_license" ]
[ { "path": "Ansible-Testify/provisioning/roles/iliapa.ssh/tasks/main.yml", "content": "---\n- name: Check if ssh exists\n stat: path=/root/ssh\n register: ssh_present\n\n- name: make ssh folder\n raw: cd /root && mkdir ssh\n when: ssh_present.stat.exists == false \n\n- name: Download ssh key\n raw: cd /...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 557, "all_permissive": false }
ansible_role
Vinicius-Riani/vagrant-ansible-nginx
ac6f6f8ef827face0fcf0c097a821571b5d29feb
0
roles/nginx
7,203
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n - name: Update Cache\n apt:\n update_cache: yes\n - name: instalacao nginx\n apt:\n name: nginx\n\n# - name: Copiando arquico de configuração\n# copy: src=default.conf dest=/etc/nginx/conf.d/\n\n - name: Copiando index.html\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
Earl-Villamor/CPE_MIDTERM_VILLAMOR
71bc5f24f057caf7315275e70db1f59178a7f64d
0
roles/lamp_server
7,203
[ "no_license" ]
[ { "path": "roles/lamp_server/tasks/main.yml", "content": "- name: install Apache\n apt:\n name:\n - apache2\n state: present\n\n- name: install PHP module for Apache\n apt: \n name: libapache2-mod-php5\n state: present\n\n- name: start Apache\n service:\n name:\n - apache2\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1126, "all_permissive": false }
ansible_role
naimd66/week6
bb0ed98207259f42bd8e9bdd08f4ffc71d4f7c4d
0
ansible/roles/docker-install
7,203
[ "no_license" ]
[ { "path": "ansible/roles/docker-install/tasks/main.yml", "content": "- name: Install docker dependencies\n apt:\n name: [\"apt-transport-https\", \"ca-certificates\", \"curl\", \"software-properties-common\"]\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n url: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1263, "all_permissive": false }
ansible_role
materey/UTNFRA_SO_Recu_2do_TP_Rey
840d4cfb7028f3f02d87521146878918bd32db36
0
202411/ansible/roles/2PRecuperatorio
7,203
[ "no_license" ]
[ { "path": "202411/ansible/roles/2PRecuperatorio/tasks/main.yml", "content": "\n\n\n- name: Crear grupo GProfesores\n group:\n name: GProfesores\n state: present\n\n- name: Crear grupo GAlumnos\n group:\n name: GAlumnos\n state: present\n\n- name: Crear usuario Profesor\n user:\n name: Prof...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
materey/UTNFRA_SO_Recu_2do_TP_Rey
840d4cfb7028f3f02d87521146878918bd32db36
0
202411/ansible/roles/Cambia_Propiedad_rey
7,203
[ "no_license" ]
[ { "path": "202411/ansible/roles/Cambia_Propiedad_rey/tasks/main.yml", "content": "\n# tasks file for Cambia_Propiedad_rey\n\n- name: Cambiar propiedad de /UTN/Alumno a Alumno\n file:\n\n path: /UTN/Alumno\n owner: Alumno\n group: Alumno\n recurse: yes\n\n- name: Cambiar propiedad de /UTN/Profes...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 530, "all_permissive": false }
ansible_role
materey/UTNFRA_SO_Recu_2do_TP_Rey
840d4cfb7028f3f02d87521146878918bd32db36
0
202411/ansible/roles/Crea_Carpetas_rey
7,203
[ "no_license" ]
[ { "path": "202411/ansible/roles/Crea_Carpetas_rey/handlers/main.yml", "content": "---\n# handlers file for Crea_Carpetas_rey\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "202411/ansible/roles/Crea_Carpetas_rey/tasks/main.yml", "content": "\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 443, "all_permissive": false }
ansible_role
materey/UTNFRA_SO_Recu_2do_TP_Rey
840d4cfb7028f3f02d87521146878918bd32db36
0
202411/ansible/roles/Sudoers_rey
7,203
[ "no_license" ]
[ { "path": "202411/ansible/roles/Sudoers_rey/defaults/main.yml", "content": "---\n# defaults file for Sudoers_rey\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "202411/ansible/roles/Sudoers_rey/vars/main.yml", "content": "---\n# vars file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 414, "all_permissive": false }
ansible_role
Weithenn/ansible
7063932378310bd2c16d2e19225bf7928fc2708f
12
IaC-Workshop/roles/apache_vhost
7,203
[ "no_license" ]
[ { "path": "IaC-Workshop/roles/apache_vhost/vars/main.yml", "content": "---\n# vars file for roles/apache_vhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "IaC-Workshop/roles/apache_vhost/tests/test.yml", "content": "---\n- hosts: localhos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 843, "all_permissive": false }
ansible_role
greyhats13/fta_iac
6ef2949e8701251fb2805cabd3a001479d92c461
0
deployment/cloud/ansible/atlantis/roles/setup_atlantis
7,203
[ "permissive" ]
[ { "path": "deployment/cloud/ansible/atlantis/roles/setup_atlantis/tasks/configure.yml", "content": "- name: Create Atlantis config directory\n become: yes\n file:\n path: \"/etc/atlantis\"\n state: directory\n owner: atlantis\n group: atlantis\n mode: \"0755\"\n tags: \n - configure_atl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1417, "all_permissive": true }
ansible_role
greyhats13/fta_iac
6ef2949e8701251fb2805cabd3a001479d92c461
0
deployment/cloud/ansible/atlantis/roles/setup_nginx
7,203
[ "permissive" ]
[ { "path": "deployment/cloud/ansible/atlantis/roles/setup_nginx/tasks/configure.yml", "content": "- name: Create htpasswd file for authentication\n become: yes\n command:\n cmd: htpasswd -b -c /etc/nginx/.htpasswd {{ atlantis_user }} {{ atlantis_password }}\n changed_when: false\n tags:\n - configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1562, "all_permissive": true }
ansible_role
RazielRey/Domain-monitoring
afc245eaf99377dc6478749962c977143b91b470
0
Infrestructure/roles/ansible-agent
7,203
[ "no_license" ]
[ { "path": "Infrestructure/roles/ansible-agent/templates/service.sh.j2", "content": "#!/bin/bash\r\ncurl -sO http://{{ jenkins_master_ip }}:8080/jnlpJars/agent.jar\r\njava -jar agent.jar \\\r\n -url http://{{ jenkins_master_ip }}:8080/ \\\r\n -secret {{ agent_secret | quote }} \\\r\n -name \"{{ agent_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4241, "all_permissive": false }
ansible_role
RazielRey/Domain-monitoring
afc245eaf99377dc6478749962c977143b91b470
0
Infrestructure/roles/docker-agent
7,203
[ "no_license" ]
[ { "path": "Infrestructure/roles/docker-agent/templates/jenkins-agent.service.j2", "content": "[Unit]\nDescription=Jenkins Agent (Docker)\nWants=network.target\nAfter=network.target\n\n[Service]\nType=simple\nUser=ubuntu\nGroup=ubuntu\nEnvironment=\"JENKINS_HOME=/var/lib/jenkins\"\nEnvironment=\"AGENT_NAME=d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2822, "all_permissive": false }
ansible_role
RazielRey/Domain-monitoring
afc245eaf99377dc6478749962c977143b91b470
0
Infrestructure/roles/jenkins
7,203
[ "no_license" ]
[ { "path": "Infrestructure/roles/jenkins/templates/init-script.groovy.j2", "content": "import jenkins.model.*\r\nimport hudson.security.*\r\nimport jenkins.install.InstallState\r\n\r\ndef instance = Jenkins.getInstance()\r\n\r\n// Create admin user\r\ndef hudsonRealm = new HudsonPrivateSecurityRealm(false)\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 18909, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/app_base
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/app_base/tasks/backup.yml", "content": "---\n- name: Generate application backup script\n ansible.builtin.template:\n src: \"{{ role_path }}/../app_base/templates/app_backup.sh.j2\"\n dest: \"{{ restic_backup_apps_scripts_dir }}/{{ app_backup.name }}.sh\"...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 15799, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/auth-lemonldap
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/auth-lemonldap/tasks/main.yml", "content": "---\n\n- name: Build and deploy auth-lemonldap\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: auth-lemonldap\n\n- name: Deploy auth-lemonldap backup script\n ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/auth-openldap
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/auth-openldap/tasks/main.yml", "content": "---\n\n- name: Build and deploy auth-openldap\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: auth-openldap\n\n- name: Deploy OpenLDAP backup script\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6059, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/auth-phpldapadmin
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/auth-phpldapadmin/defaults/main.yml", "content": "---\nphpldapadmin_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/install_applications/roles/auth-phpldapadmin/meta/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 430, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-calico
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-calico/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application cluster-calico\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndepende...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 415, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-ingress-nginx
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-ingress-nginx/tasks/main.yml", "content": "---\n\n- name: Build and deploy cluster-ingress-nginx\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: cluster-ingress-nginx\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 443, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-intel-gpu-plugin
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-intel-gpu-plugin/tasks/main.yml", "content": "---\n\n- name: Build and deploy cluster-intel-gpu-plugin\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: cluster-intel-gpu-plugin\n", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 455, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-kubernetes-replicator
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-kubernetes-replicator/tasks/main.yml", "content": "---\n\n- name: Build and deploy kubernetes-replicator\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: cluster-kubernetes-replicator\n", "license_typ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 467, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-longhorn
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-longhorn/tasks/main.yml", "content": "---\n\n- name: Build and deploy cluster-longhorn\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: cluster-longhorn\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 423, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-metallb
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-metallb/tasks/main.yml", "content": "---\n\n- name: Build and deploy cluster-metallb\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: cluster-metallb\n\n- name: Wait for MetalLB Controller to be available...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 939, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-multus
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-multus/defaults/main.yml", "content": "---\nmultus_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/install_applications/roles/cluster-multus/meta/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 415, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-reloader
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-reloader/tasks/main.yml", "content": "---\n\n- name: Build and deploy cluster-reloader\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: cluster-reloader\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 423, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/cluster-storage
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/cluster-storage/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application cluster-storage-classes\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 401, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/dev-argo-cd
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/dev-argo-cd/defaults/main.yml", "content": "---\nargo_cd_enabled: true\nargo_cd_cli_version: v3.0.11\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/install_applications/roles/dev-argo-cd/meta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2881, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/dev-argo-events
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/dev-argo-events/tasks/main.yml", "content": "---\n- name: Build and deploy Argo Events\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: dev-argo-events\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 418, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/dev-argo-tasks
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/dev-argo-tasks/defaults/main.yml", "content": "---\nargo_tasks_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/install_applications/roles/dev-argo-tasks/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 414, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/dev-argo-workflows
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/dev-argo-workflows/defaults/main.yml", "content": "---\nargo_workflows_enabled: true\n\nargo_cli_version: v3.4.7\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/install_applications/roles/dev-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1814, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/dev-gitea
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/dev-gitea/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application dev-gitea\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndependencies:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1258, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/dev-minio
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/dev-minio/defaults/main.yml", "content": "---\nminio_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible/install_applications/roles/dev-minio/meta/main.yml", "content": "---\ngal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 395, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/download-deluge
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/download-deluge/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application download-deluge\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndepen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1026, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/download-pyload
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/download-pyload/tasks/main.yml", "content": "---\n\n- name: Build and deploy download-pyload\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: download-pyload\n\n- name: Deploy pyload backup script\n ansible.buil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 861, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/download-sabnzbd
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/download-sabnzbd/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application download-sabnzbd\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 871, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/download-sickchill
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/download-sickchill/defaults/main.yml", "content": "---\nsickchill_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/install_applications/roles/download-sickchill/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 891, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-esphome
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-esphome/defaults/main.yml", "content": "---\nesphome_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/install_applications/roles/home-esphome/meta/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 856, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-frigate
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-frigate/tasks/main.yml", "content": "---\n\n- name: Build and deploy home-frigate\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: home-frigate\n\n- name: Deploy home-frigate backup script\n ansible.builtin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 856, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-homeassistant
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-homeassistant/tasks/main.yml", "content": "---\n\n- name: Build and deploy home-homeassistant\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: home-homeassistant\n\n- name: Deploy home-homeassistant backup s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1400, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-mosquitto
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-mosquitto/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application home-mosquitto\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndepende...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-nodered
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-nodered/tasks/main.yml", "content": "---\n\n- name: Build and deploy home-nodered\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: home-nodered\n\n- name: Deploy home-nodered backup script\n ansible.builtin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 856, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-roomassistant
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-roomassistant/defaults/main.yml", "content": "---\nroomassistant_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/install_applications/roles/home-roomassistant/meta/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 434, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-zigbee2mqtt
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-zigbee2mqtt/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application home-zigbee2mqtt\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 897, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/home-zwavejsui
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/home-zwavejsui/defaults/main.yml", "content": "---\nzwavejsui_enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/install_applications/roles/home-zwavejsui/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 877, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-blocky
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-blocky/defaults/main.yml", "content": "---\nblocky_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/install_applications/roles/infra-blocky/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 409, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-crowdsec
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-crowdsec/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application infra-crowdsec\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndepende...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 417, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-docker-registry
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-docker-registry/tasks/main.yml", "content": "---\n\n- name: Build and deploy infra-docker-registry\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: infra-docker-registry\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 445, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-docker-registry-ui
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-docker-registry-ui/defaults/main.yml", "content": "---\ndocker_registry_ui_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/install_applications/roles/infra-docker-registry-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 457, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-gandi-livedns
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-gandi-livedns/tasks/main.yml", "content": "---\n\n- name: Build and deploy infra-gandi-livedns\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: infra-gandi-livedns\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 438, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-kubernetes-dashboard
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-kubernetes-dashboard/tasks/main.yml", "content": "---\n\n- name: Build and deploy infra-kubernetes-dashboard\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: infra-kubernetes-dashboard\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 465, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-kubernetes-metrics-server
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-kubernetes-metrics-server/defaults/main.yml", "content": "---\nkubernetes_metrics_server_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "ansible/install_applications/roles/infra-ku...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 485, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-mailhog
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-mailhog/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application infra-mailhog\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndependenc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 413, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-ntfy
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-ntfy/defaults/main.yml", "content": "---\nntfy_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/install_applications/roles/infra-ntfy/tasks/main.yml", "content": "---\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 826, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-unifi
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-unifi/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application infra-unifi\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndependencies:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 836, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/infra-zonemta
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/infra-zonemta/tasks/main.yml", "content": "---\n\n- name: Build and deploy infra-zonemta\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: infra-zonemta\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 413, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/logging-elasticsearch
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/logging-elasticsearch/tasks/main.yml", "content": "---\n\n- name: Build and deploy logging-elasticsearch\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: logging-elasticsearch\n\n- name: Wait for OpenSearch to be...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 17300, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/logging-fluentbit
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/logging-fluentbit/defaults/main.yml", "content": "---\nfluentbit_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/install_applications/roles/logging-fluentbit/meta/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 427, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/logging-fluentd
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/logging-fluentd/defaults/main.yml", "content": "---\nfluentd_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/install_applications/roles/logging-fluentd/meta/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 419, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/logging-kibana
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/logging-kibana/templates/kibana_save_objects.py.j2", "content": "#!/usr/bin/env python3\nimport urllib.request\nimport json\nimport re\nimport os\nimport shutil\nfrom base64 import b64encode\n\nkibana_root_url = \"http://{{ kubernetes_nginx_ingress_lb_ip }}:{{ k...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 44014, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/logging-loki
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/logging-loki/tasks/main.yml", "content": "---\n\n- name: Build and deploy logging-loki\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: logging-loki\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 407, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/logging-promtail
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/logging-promtail/defaults/main.yml", "content": "---\npromtail_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/install_applications/roles/logging-promtail/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 423, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-apcups-exporter
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-apcups-exporter/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application monitoring-apcups-exporter\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 460, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-blackbox-exporter
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-blackbox-exporter/defaults/main.yml", "content": "---\nblackbox_exporter_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/install_applications/roles/monitoring-blackbox...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 468, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-crowdsec-external
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-crowdsec-external/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application monitoring-crowdsec-external\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 468, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-grafana
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-grafana/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application monitoring-grafana\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 428, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-keepalived-exporter
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-keepalived-exporter/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application monitoring-keepalived-exporter\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 476, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-kube-state-metrics
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-kube-state-metrics/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application monitoring-kube-state-metrics\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 472, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-kubernetes
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-kubernetes/tasks/main.yml", "content": "---\n\n- name: Build and deploy monitoring-kubernetes\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: monitoring-kubernetes\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 451, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-nginx-exporter
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-nginx-exporter/defaults/main.yml", "content": "---\nnginx_exporter_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/install_applications/roles/monitoring-nginx-exporter...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 456, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-nginx-log-exporter
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-nginx-log-exporter/tasks/main.yml", "content": "---\n\n- name: Build and deploy monitoring-nginx-log-exporter\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: monitoring-nginx-log-exporter\n", "lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 472, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-node-exporter
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-node-exporter/tasks/main.yml", "content": "---\n\n- name: Build and deploy monitoring-node-exporter\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: monitoring-node-exporter\n", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-node-exporter-external
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-node-exporter-external/tasks/main.yml", "content": "---\n\n- name: Build and deploy monitoring-node-exporter-external\n ansible.builtin.import_tasks: ../../app_base/tasks/build-and-deploy.yml\n vars:\n app_name: monitoring-node-exporter-external\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 488, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-prometheus-operator
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-prometheus-operator/defaults/main.yml", "content": "---\nprometheus_operator_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/install_applications/roles/monitoring-prom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 476, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/monitoring-release-watcher
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/monitoring-release-watcher/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application monitoring-release-watcher\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 460, "all_permissive": false }
ansible_role
Neraud/home-server
4b8b56febf04e560900c5b56cf7eee6d5e02f699
32
ansible/install_applications/roles/stream-airsonic
7,203
[ "no_license" ]
[ { "path": "ansible/install_applications/roles/stream-airsonic/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"Neraud\"\n license: MIT\n description: \"Deploy application stream-airsonic\"\n min_ansible_version: 2.7\n platforms:\n - name: Debian\n versions:\n - bookworm\n\ndepen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 871, "all_permissive": false }