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
alexeykazancev/les-1
f6ad8c9fd8765465e053c29548a7bb0305e0ec75
0
ansible/roles/nginx
7,742
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install Nginx Web Server on Ubuntu Family\n apt:\n name=nginx\n state=latest\n when:\n ansible_os_family == \"Debian\"\n notify:\n - nginx systemd\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
kenthua/partner-tools
6a1663b2e9568578ee9e47e117cf9482a33ea5e8
0
ansible/roles/verify_prereq
7,742
[ "no_license" ]
[ { "path": "ansible/roles/verify_prereq/vars/main.yml", "content": "---\n# vars file for verify_prereq\njava_version: 1.7\nmvn_version: 3.0\ngit_version: 2.8.4", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/verify_prereq/defaults/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1692, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/asdf
7,742
[ "no_license" ]
[ { "path": "roles/asdf/files/Makefile", "content": "dependencies-asdf:\n\t@echo \"Updating asdf plugins...\"\n\t@asdf plugin update --all >/dev/null 2>&1 || true\n\t@echo \"Adding new asdf plugins...\"\n\t@cut -d\" \" -f1 ./.tool-versions | xargs -I % asdf plugin-add % >/dev/null 2>&1 || true\n\t@echo \"Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2050, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/dnf
7,742
[ "no_license" ]
[ { "path": "roles/dnf/defaults/main.yml", "content": "---\n# defaults file for dnf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/dnf/handlers/main.yml", "content": "---\n# handlers file for dnf\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1360, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/firecracker
7,742
[ "no_license" ]
[ { "path": "roles/firecracker/files/start_vm.sh", "content": "#!/bin/bash\n\nlsmod | grep kvm_intel || lsmod | grep kvm_amd && echo \"KVM module running\" || echo \"KVM module not running, verify BIOS support enabled via 'egrep '^flags.*(vmx|svm)' /proc/cpuinfo'\"\n[ -r /dev/kvm ] && [ -w /dev/kvm ] && echo ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8440, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/k8s
7,742
[ "no_license" ]
[ { "path": "roles/k8s/templates/check-cluster-up.j2", "content": "#!/bin/bash\nwhile ! bash -lc \"kubectl --context={{ k8s_context_name }} cluster-info\"; do :; done\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/k8s/defaults/main.yml", ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 14940, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/local-k8s
7,742
[ "no_license" ]
[ { "path": "roles/local-k8s/handlers/main.yml", "content": "---\n# handlers file for local-k8s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/local-k8s/README.md", "content": "# local-k8s\n\nVarious system configuration settings for loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2007, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/miniconda
7,742
[ "no_license" ]
[ { "path": "roles/miniconda/vars/main.yml", "content": "---\n# vars file for miniconda\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/miniconda/tasks/main.yml", "content": "---\n# tasks file for miniconda\n\n- name: Check miniconda inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1106, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/rootless-docker
7,742
[ "no_license" ]
[ { "path": "roles/rootless-docker/tasks/dnf.yml", "content": "---\n# tasks file for installing docker packages over dnf\n\n- name: Copy docker-ce repo over\n become: true\n ansible.builtin.copy:\n src: docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: Install docker\n become: true\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4570, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/rootless-podman
7,742
[ "no_license" ]
[ { "path": "roles/rootless-podman/defaults/main.yml", "content": "---\n# defaults file for rootless-podman\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/rootless-podman/vars/main.yml", "content": "---\n# vars file for rootless-podman\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 956, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/rust
7,742
[ "no_license" ]
[ { "path": "roles/rust/defaults/main.yml", "content": "---\n# defaults file for rust\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/rust/tasks/main.yml", "content": "---\n# tasks file for rust\n\n- name: Check rust installed\n stat:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 744, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/stargz
7,742
[ "no_license" ]
[ { "path": "roles/stargz/defaults/main.yml", "content": "---\n# defaults file for stargz\n\nversion: \"0.15.1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/stargz/vars/main.yml", "content": "---\n# vars file for stargz\n", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3634, "all_permissive": false }
ansible_role
patrickkenney9801/workstation-ansible
814e50c7093de4dcfb84972d6cf3c704e652902d
1
roles/vscode
7,742
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n# tasks file for vscode\n\n- name: Import Microsoft key\n become: true\n ansible.builtin.rpm_key:\n state: present\n key: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Copy vscode repo over\n become: true\n ansible.builtin.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
mgfriedel/ansible-arista-backup
11f4e0f60017f750f6634ddf47f71708483540bc
0
roles/backup-cvp
7,742
[ "permissive" ]
[ { "path": "roles/backup-cvp/tasks/main.yml", "content": "---\n- name: Get backup folder contents\n shell: ls -dt /data/cvpbackup/*\n register: cvpBackupFiles\n changed_when: false\n\n- name: Finding Latest backups\n set_fact:\n cvp_backup: \"{{ cvpBackupFiles.stdout_lines | reject('match', '.*cvp.eos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 898, "all_permissive": true }
ansible_role
mgfriedel/ansible-arista-backup
11f4e0f60017f750f6634ddf47f71708483540bc
0
roles/backup-eos
7,742
[ "permissive" ]
[ { "path": "roles/backup-eos/tasks/main.yml", "content": "---\n- name: Get EOS Device MAC\n eos_command:\n commands:\n - command: show version\n output: json\n - command: show hostname\n output: json\n - command: show running-config\n output: text\n register: eos_info\n\n#- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 969, "all_permissive": true }
ansible_role
FabOS-AI/fabos-slm-dc-docker-portainer
f7d391b715605c05895276cf1023b60acc03a29c
0
roles/setup
7,742
[ "permissive" ]
[ { "path": "roles/setup/templates/docker-compose.yml.j2", "content": "version: '2'\n\nservices:\n portainer:\n image: portainer/portainer-ce\n command: --admin-password-file /data/password -H unix://{{ portainer_local_endpoint_url }}\n restart: always\n ports:\n - {{ portainer_port | defau...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 14957, "all_permissive": true }
ansible_role
FabOS-AI/fabos-slm-dc-docker-portainer
f7d391b715605c05895276cf1023b60acc03a29c
0
roles/use
7,742
[ "permissive" ]
[ { "path": "roles/use/tasks/update.yml", "content": "---\n- name: Set Portainer url\n ansible.builtin.set_fact:\n portainer_url: \"https://{{ ansible_host }}:{{ portainer_port | default(portainer_port_default) }}\"\n\n- name: Get jwt token\n ansible.builtin.uri:\n url: \"{{ portainer_url }}/api/auth\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 16109, "all_permissive": true }
ansible_role
Dalee/zdd
29a1bd8286a4a7f20d6a251bdd179ab36042b015
2
ansible/roles/configure.vagrant
7,742
[ "no_license" ]
[ { "path": "ansible/roles/configure.vagrant/tasks/main.yml", "content": "# list of tasks\n\n- name: profile - environment and home setup\n include: profile.yml\n\n- name: docker - options and restart\n include: docker.yml\n\n- name: project - setup ide support\n include: project.yml\n", "license_type"...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3956, "all_permissive": false }
ansible_role
Dalee/zdd
29a1bd8286a4a7f20d6a251bdd179ab36042b015
2
ansible/roles/install.avahi
7,742
[ "no_license" ]
[ { "path": "ansible/roles/install.avahi/tasks/main.yml", "content": "#\n# Install avahi\n#\n- name: install avahi-daemon\n apt:\n name: \"avahi-daemon\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
Dalee/zdd
29a1bd8286a4a7f20d6a251bdd179ab36042b015
2
ansible/roles/install.docker
7,742
[ "no_license" ]
[ { "path": "ansible/roles/install.docker/tasks/main.yml", "content": "#\n# Docker\n#\n- name: docker - install https support for apt\n apt:\n name: \"apt-transport-https\"\n state: \"present\"\n\n- name: docker - add repository key\n apt_key:\n keyserver: \"hkp://p80.pool.sks-keyservers.net:80\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
Dalee/zdd
29a1bd8286a4a7f20d6a251bdd179ab36042b015
2
ansible/roles/install.go
7,742
[ "no_license" ]
[ { "path": "ansible/roles/install.go/tasks/main.yml", "content": "# install golang and glide\n#\n\n- name: golang - set binary path\n set_fact:\n golang_prefix: \"/usr/local\"\n when: golang_path is not defined\n\n- name: golang - check installed\n stat:\n path: \"{{ golang_prefix }}/go/bin/go\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 836, "all_permissive": false }
ansible_role
Dalee/zdd
29a1bd8286a4a7f20d6a251bdd179ab36042b015
2
ansible/roles/install.locales
7,742
[ "no_license" ]
[ { "path": "ansible/roles/install.locales/tasks/main.yml", "content": "#\n# Install required locales\n#\n- name: install locales\n locale_gen:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"en_US.UTF-8\"\n - \"ru_RU.UTF-8\"\n\n- name: locale - set default\n template:\n src: \"l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
Dalee/zdd
29a1bd8286a4a7f20d6a251bdd179ab36042b015
2
ansible/roles/install.tools
7,742
[ "no_license" ]
[ { "path": "ansible/roles/install.tools/tasks/main.yml", "content": "#\n# For simple Unix tools\n# make, etc..\n#\n- name: installing tools\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - \"make\"\n - \"mc\"\n - \"vim\"\n - \"htop\"\n - \"nano\"\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
xiaochacuo/ansible-playbook
baf01ad4d6655883b976934cc23a2fdbdd884e56
0
roles/geerlingguy.mysql
7,742
[ "no_license" ]
[ { "path": "roles/geerlingguy.mysql/templates/root-temporary-my.cnf80.j2", "content": "# {{ ansible_managed }}\n\n[client]\nuser=\"{{ mysql_root_username }}\"\npassword=\"{{ <PASSWORD> }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/gee...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10867, "all_permissive": false }
ansible_role
xiaochacuo/ansible-playbook
baf01ad4d6655883b976934cc23a2fdbdd884e56
0
roles/geerlingguy.nginx
7,742
[ "no_license" ]
[ { "path": "roles/geerlingguy.nginx/templates/nginx.repo.j2", "content": "[nginx]\nname=nginx repo\nbaseurl=http://10.151.137.13:8083/nginx_centos7/\ngpgcheck=0\nenabled=1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/geerlingguy.nginx/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1195, "all_permissive": false }
ansible_role
xiaochacuo/ansible-playbook
baf01ad4d6655883b976934cc23a2fdbdd884e56
0
roles/nginx_config
7,742
[ "no_license" ]
[ { "path": "roles/nginx_config/defaults/main.yml", "content": "---\n# defaults file for nginx_config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/nginx_config/vars/main.yml", "content": "---\n# vars file for nginx_config\nserver_name: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 679, "all_permissive": false }
ansible_role
xiaochacuo/ansible-playbook
baf01ad4d6655883b976934cc23a2fdbdd884e56
0
roles/nginx_install
7,742
[ "no_license" ]
[ { "path": "roles/nginx_install/handlers/main.yml", "content": "---\n# handlers file for nginx_install\n- name: start nginx service \n shell: /usr/local/nginx/sbin/nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/nginx_install/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3201, "all_permissive": false }
ansible_role
xiaochacuo/ansible-playbook
baf01ad4d6655883b976934cc23a2fdbdd884e56
0
roles/php
7,742
[ "no_license" ]
[ { "path": "roles/php/tasks/install_from_rpm.yml", "content": "---\n# author: lework\n\n- name: install_from_rpm | Download the php repo.\n get_url: \"url={{ php_rpm_url }} dest=/etc/yum.repos.d validate_certs=no\"\n \n- name: install_from_rpm | Ensure PHP packages are installed.\n yum: \"name={{ item }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
xiaochacuo/ansible-playbook
baf01ad4d6655883b976934cc23a2fdbdd884e56
0
roles/service
7,742
[ "no_license" ]
[ { "path": "roles/service/tasks/manage_zabbix_web.yml", "content": "---\n#manage zabbix_web\n- name: \"{{ other_state }} apache service\"\n service: name={{ item }} state={{ sys_state }}\n with_items:\n - httpd\n notify:\n poweroff server\n \n", "license_type": "no_license", "detected_licen...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 3493, "all_permissive": false }
ansible_role
xiaochacuo/ansible-playbook
baf01ad4d6655883b976934cc23a2fdbdd884e56
0
roles/zabbix-agent
7,742
[ "no_license" ]
[ { "path": "roles/zabbix-agent/defaults/main.yml", "content": "---\n# author: lework\n\nsoftware_files_path: \"/opt\"\nsoftware_install_path: \"/data/zabbix\"\n\nzabbix_agent_version: \"3.0.3\"\n\nzabbix_agent_file: \"zabbix-{{ zabbix_agent_version }}.tar.gz\"\nzabbix_agent_file_path: \"{{ software_files_pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3251, "all_permissive": false }
ansible_role
theonekedia/hands-on-ansible
f21bf9b8f388a97c84103c327dc11639aa555561
0
exercise/roles/dbserver
7,742
[ "no_license" ]
[ { "path": "exercise/roles/dbserver/tasks/main.yml", "content": "---\n- name: Ensure that mysql is installed\n yum: name=mysql-server state=present\n # when: ansible_os_family == 'Redhat'\n\n- name: Start mysql Services\n service: name=mysqld state=started", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
theonekedia/hands-on-ansible
f21bf9b8f388a97c84103c327dc11639aa555561
0
exercise/roles/webserver
7,742
[ "no_license" ]
[ { "path": "exercise/roles/webserver/tasks/main.yml", "content": "---\n- name: Ensure that apache is installed\n yum: name=httpd state=present\n # when: ansible_os_family == 'Redhat'\n\n- name: Start Apache Services\n service: name=httpd state=started\n\n- name: Deploy configuration File\n template: src=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
anthonyvetter/ansible-homelab
8d24ab976b5050b4057b67902a7932aa977f9ce6
1
roles/bootstrap
7,742
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/environment.yml", "content": "- name: remove PATH variable in /etc/environment\n lineinfile: \n path: /etc/environment\n regexp: '^PATH='\n state: absent\n\n- name: create /etc/environment\n blockinfile: \n path: /etc/environment\n marker: \"# {mark} ANSIBLE...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2749, "all_permissive": false }
ansible_role
anthonyvetter/ansible-homelab
8d24ab976b5050b4057b67902a7932aa977f9ce6
1
roles/cron
7,742
[ "no_license" ]
[ { "path": "roles/cron/tasks/packages.yml", "content": "---\n- name: Install packages; ansible, git\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ansible\n - git", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 436, "all_permissive": false }
ansible_role
anthonyvetter/ansible-homelab
8d24ab976b5050b4057b67902a7932aa977f9ce6
1
roles/docker
7,742
[ "no_license" ]
[ { "path": "roles/docker/tasks/environment.yml", "content": "---\n- name: create /etc/environment\n blockinfile: \n path: /etc/environment\n marker: \"# {mark} ANSIBLE MANAGED BLOCK - DOCKER\"\n block: |\n DOCKERG1UID={{ docker_user_group1_id }}\n DOCKERGID={{ docker_group_id }}\n", "...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1957, "all_permissive": false }
ansible_role
anthonyvetter/ansible-homelab
8d24ab976b5050b4057b67902a7932aa977f9ce6
1
roles/kubernetes
7,742
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n- include: repos.yml\n- include: packages.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/kubernetes/tasks/packages.yml", "content": "- name: Install packages; kubeadm\n a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 465, "all_permissive": false }
ansible_role
anthonyvetter/ansible-homelab
8d24ab976b5050b4057b67902a7932aa977f9ce6
1
roles/nfs-client
7,742
[ "no_license" ]
[ { "path": "roles/nfs-client/handlers/main.yml", "content": "---\n- name: restart nfs-client\n service:\n name: nfs-utils\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/nfs-client/tasks/main.yml", "content": "-...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 527, "all_permissive": false }
ansible_role
anthonyvetter/ansible-homelab
8d24ab976b5050b4057b67902a7932aa977f9ce6
1
roles/nfs-server
7,742
[ "no_license" ]
[ { "path": "roles/nfs-server/tasks/main.yml", "content": "---\n- include: packages.yml\n- include: exports.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/nfs-server/tasks/exports.yml", "content": "- name: copy block to /etc/exports\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 390, "all_permissive": false }
ansible_role
anthonyvetter/ansible-homelab
8d24ab976b5050b4057b67902a7932aa977f9ce6
1
roles/zfs
7,742
[ "no_license" ]
[ { "path": "roles/zfs/tasks/hostname.yml", "content": "---\n- name: Set hostname\n command: hostnamectl set-hostname {{ storage_hostname }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/zfs/tasks/import.yml", "content": "---\n- name: Im...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 424, "all_permissive": false }
ansible_role
marco-msg-ferrari/web-base
dd0789d914e46a2f9fc97b2c5a968425e2692241
2
roles/apache
7,742
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "---\napache_listen_port: 80\n\napache_mods_enabled:\n - rewrite.load\n\napache_create_vhosts: false\n\napache_vhosts:\n # Additional properties: 'serveradmin, extra_parameters'.\n - {servername: \"local.dev\", documentroot: \"/var/www\"}\n", "li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2092, "all_permissive": false }
ansible_role
marco-msg-ferrari/web-base
dd0789d914e46a2f9fc97b2c5a968425e2692241
2
roles/php
7,742
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Define php_packages.\n set_fact:\n php_packages: \"{{ __php_packages | list }}\"\n when: php_packages is not defined\n\n- name: Ensure PHP packages are installed.\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items: php_package...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2270, "all_permissive": false }
ansible_role
marco-msg-ferrari/web-base
dd0789d914e46a2f9fc97b2c5a968425e2692241
2
roles/web
7,742
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n- name: Composer install\n command: composer install --no-interaction\n\n- include: apache.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/web/tasks/apache.yml", "content": "--...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 484, "all_permissive": false }
ansible_role
saivenkatg5/learning-ansible
6b303f9ef908e1f8376515f82cc539b8f1ffd48f
0
roles/nginx
7,742
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "# role variables.\n\n\nnginx:\n config_dir: /etc/nginx\n worker_process: 2\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/nginx/tasks/stop.yml", "content": "# Stopping the nginx se...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 880, "all_permissive": false }
ansible_role
Kenji-H/gcp-mpi-cluster
d984b518ddeba28aa43b1f05f1f2ec5a31fafccf
0
ansible/roles/common
7,742
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Install common packages\n yum:\n name: [\n 'emacs',\n 'mpich',\n 'mpich-devel',\n 'gcc-c++'\n ]\n state: installed\n\n- name: Create the MPI user\n user: name=mpiusr comment=\"MPI user\"\n\n- name: Create wor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1205, "all_permissive": false }
ansible_role
Kenji-H/gcp-mpi-cluster
d984b518ddeba28aa43b1f05f1f2ec5a31fafccf
0
ansible/roles/master
7,742
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "- name: Generate ssh key\n shell: yes | ssh-keygen -t rsa -N \"\" -f ~/.ssh/id_rsa\n\n- name: Register public key\n shell: cat ~/.ssh/id_rsa.pub > ~/.ssh/authorized_keys\n\n- name: Change authorized_keys mode\n file:\n path: ~/.ssh/authorize...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
Kenji-H/gcp-mpi-cluster
d984b518ddeba28aa43b1f05f1f2ec5a31fafccf
0
ansible/roles/slave
7,742
[ "no_license" ]
[ { "path": "ansible/roles/slave/tasks/main.yml", "content": "- name: Create ssh directory\n file:\n path: ~/.ssh\n state: directory\n owner: mpiusr\n group: mpiusr\n mode: 0700\n\n- name: Copy public key\n copy:\n src: ../files/id_rsa.pub\n dest: ~/.ssh/id_rsa.pub\n owner: mpiusr\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
iAlexeze/RideEase-App
1b6b3f05dd1abd5380b88ddb7e3a7c5e4bc094ba
0
roles/common
7,739
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\r\n - name: Install required packages\r\n block:\r\n - name: list of packages\r\n apt:\r\n name:\r\n - curl\r\n - git\r\n - vim\r\n state: present\r\n\r\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1360, "all_permissive": false }
ansible_role
iAlexeze/RideEase-App
1b6b3f05dd1abd5380b88ddb7e3a7c5e4bc094ba
0
roles/myrole
7,739
[ "no_license" ]
[ { "path": "roles/myrole/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Role for installing and configuring Apache2\n license: MIT\n min_ansible_version: 2.9\n\n galaxy_tags:\n - webserver\n - apache\n \n platforms:\n - name: Ubuntu\n versions:\n - bionic\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1898, "all_permissive": false }
ansible_role
agungsaputro/ansible-example
f67a55a99ba7954515e9097ae98826b97d4d51ea
0
nginx/roles/nginx
7,739
[ "no_license" ]
[ { "path": "nginx/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install Nginx apt-get\n become: yes\n apt:\n name: nginx\n state: present\n\n- name: Disable Nginx default\n become: yes\n command:\n cmd: unlink /etc/nginx/sites-enabled/default\n\n- name: Nginx reserve proxy\n become: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 944, "all_permissive": false }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/backup
7,739
[ "permissive" ]
[ { "path": "ansible/roles/backup/README.md", "content": "# `backup` role\n\nThis role setups a timer to backup the data on the machine with [restic].\n\n[restic]: https://restic.net\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 121 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4095, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/bastion
7,739
[ "permissive" ]
[ { "path": "ansible/roles/bastion/templates/sshd_config", "content": "#\n# {{ ansible_managed }}\n#\n\n# Allow our tooling to forward the database password used by psql inside the\n# bastion instance. This prevents leaking the password to other users.\nAcceptEnv PGPASSWORD\n", "license_type": "permissive...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 547, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/common
7,739
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/papertrail.yml", "content": "---\n\n- name: upload papertrail rsyslog configuration\n template:\n src: papertrail/rsyslog.conf\n dest: /etc/rsyslog.d/00-papertrail.conf\n when: papertrail_url is not none\n notify:\n - restart-rsyslog\n\n- name: remove papert...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 16162, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/dev-desktop
7,739
[ "permissive" ]
[ { "path": "ansible/roles/dev-desktop/files/scripts/setup_rustup.sh", "content": "#!/usr/bin/env bash\n\n# Enable strict mode for Bash\n# http://redsymbol.net/articles/unofficial-bash-strict-mode/\nset -euo pipefail\nIFS=$'\\n\\t'\n\n# Check if rustup is already installed and exit if that's the case.\nif com...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 36, "total_bytes": 31035, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/docker
7,739
[ "permissive" ]
[ { "path": "ansible/roles/docker/templates/update-images/docker-config.json", "content": "{\n \"credsStore\": \"\"\n}\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 25 }, { "path": "ansible/roles/docker/handlers/main.yml", "content": "---\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7276, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/docs-rs-builder
7,739
[ "permissive" ]
[ { "path": "ansible/roles/docs-rs-builder/tasks/main.yml", "content": "---\n\n- name: Create user\n user:\n name: \"{{ vars_user }}\"\n groups: docker\n append: true\n\n# --------------------\n\n# Install Docker\n\n- name: Add Docker APT repository GPG key\n apt_key:\n state: present\n keyse...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3973, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/letsencrypt
7,739
[ "permissive" ]
[ { "path": "ansible/roles/letsencrypt/tasks/pebble.yml", "content": "---\n\n- name: check whether pebble is installed\n stat:\n path: /usr/local/bin/pebble\n register: stat_pebble\n\n- name: \"download pebble {{ pebble_version }}\"\n get_url:\n url: \"https://github.com/letsencrypt/pebble/releases/d...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7839, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/monitoring-server
7,739
[ "permissive" ]
[ { "path": "ansible/roles/monitoring-server/tasks/grafana.yml", "content": "---\n\n- name: ensure grafana dependencies are installed\n apt:\n name: libfontconfig1\n state: present\n\n- name: check which version of grafana is installed\n command: grafana-cli --version\n ignore_errors: yes\n changed_...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13156, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/nginx
7,739
[ "permissive" ]
[ { "path": "ansible/roles/nginx/templates/after-ssl-renew.sh", "content": "#!/bin/bash\n#\n# {{ ansible_managed }}\n#\n\nsystemctl reload nginx.service\n", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 72 }, { "path": "ansible/roles/nginx/defaults/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5618, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/playground
7,739
[ "permissive" ]
[ { "path": "ansible/roles/playground/templates/daemon.json", "content": "{\n \"metrics-addr\": \"127.0.0.1:9323\",\n \"cgroup-parent\": \"playground.slice\",\n \"log-driver\": \"local\",\n \"storage-driver\": \"overlay2\"\n}\n", "license_type": "permissive", "detected_licenses": [ "MIT" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9476, "all_permissive": true }
ansible_role
rust-lang/simpleinfra
42f0bcbd26940e58da63cec936ce2d3a45277c48
156
ansible/roles/postgresql
7,739
[ "permissive" ]
[ { "path": "ansible/roles/postgresql/tasks/backup.yml", "content": "---\n\n- name: upload backup generation script\n template:\n src: backup/generate.sh\n dest: /usr/local/bin/generate-postgresql-dumps\n mode: 0750\n owner: root\n group: local-backup\n\n- name: upload backup manifest\n templ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4797, "all_permissive": true }
ansible_role
hila3000/ansible-mongodb
f60f72a95aee4442cbe9bd1665ea0dce6c12e703
0
roles/File_Creation
7,739
[ "no_license" ]
[ { "path": "roles/File_Creation/tasks/main.yaml", "content": "- name: create file\r\n copy:\r\n content: \"hi hi\"\r\n dest: /tmp/newfile\r\n force: no\r\n group: sys\r\n owner: root\r\n mode: 0555\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
hila3000/ansible-mongodb
f60f72a95aee4442cbe9bd1665ea0dce6c12e703
0
roles/mongo
7,739
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yaml", "content": "- name: add mongodb key\r\n apt_key:\r\n #keyserver: hkp://keyserver.ubuntu.com:80\r\n keyserver: \"{{ mongodb_apt_keyserver }}\"\r\n #id: <KEY>\r\n #id: 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5\r\n #id: 7F0CEB10\r\n #id: EA312927\r\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1207, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/apt
7,739
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: Remove pve-enterprise repository\n ansible.builtin.apt_repository:\n repo: deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise\n state: absent\n update_cache: false\n tags:\n - apt\n\n- name: Remove ceph repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2068, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/caddy
7,739
[ "no_license" ]
[ { "path": "roles/caddy/templates/Caddyfile", "content": "{\n\temail {{ caddy_dns_cloudflare_email }}\n\tstorage file_system {\n\t\troot /config\n\t}\n}\n\n{{ caddy_domain_wildcard }}, {{ caddy_domain }} {\n\ttls {\n\t\tdns cloudflare {{ caddy_dns_cloudflare_token }}\n\t\tresolvers 1.1.1.1\n\t}\n\n\timport s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6093, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/calibre_content_server
7,739
[ "no_license" ]
[ { "path": "roles/calibre_content_server/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - git\n - imagemagick\n - kstart\n - libegl-dev\n - libopengl-dev\n - nfs-common\n - nfs4-acl-tools\n - python3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3322, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/calibre_web
7,739
[ "no_license" ]
[ { "path": "roles/calibre_web/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - git\n - imagemagick\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - python3\n - python3-cryptography\n - python3-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3819, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/containers
7,739
[ "no_license" ]
[ { "path": "roles/containers/tasks/container.yml", "content": "---\n- name: Set up standard mounts\n ansible.builtin.set_fact:\n lxc_mounts:\n rootfs: '{{ item.storage }}:{{ item.rootfs_size }}'\n tags:\n - containers\n\n- name: Add additional mounts\n ansible.builtin.set_fact:\n lxc_mounts:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5447, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/cpufreq
7,739
[ "no_license" ]
[ { "path": "roles/cpufreq/tasks/main.yml", "content": "---\n\n- name: Install the package \"cpufrequtils\"\n apt:\n name: cpufrequtils\n tags:\n - cpufreq\n\n- name: copy the cpufrequtils config file\n ansible.builtin.copy:\n src: cpufrequtils\n dest: /etc/default/cpufrequtils\n mode: 0644\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 444, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/dns
7,739
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n tags:\n - dns\n - dnscrypt_proxy\n - pihole\n - unbound\n\n- name: Run the dnscrypt-proxy role\n ansible.builtin.include_role:\n name: dnscrypt_proxy\n tags:\n - dns\n - dnscrypt_proxy\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/dnscrypt_proxy
7,739
[ "no_license" ]
[ { "path": "roles/dnscrypt_proxy/files/dnscrypt-proxy.toml", "content": "server_names = ['quad9-dnscrypt-ip4-filter-pri']\nlisten_addresses = ['0.0.0.0:5300']\nmax_clients = 250\nipv4_servers = true\nipv6_servers = false\ndnscrypt_servers = true\ndoh_servers = true\nrequire_dnssec = true\nrequire_nolog = tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4494, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/drawio
7,739
[ "no_license" ]
[ { "path": "roles/drawio/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n groupname: drawio\n username: drawio\n packages:\n - openjdk-11-jre\n - openjdk-11-jdk\n - unzip\n - xmlstarlet\n tags:\n - drawio\n\n- import_tasks: appdir_and_mountpoints....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5869, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/esphome
7,739
[ "no_license" ]
[ { "path": "roles/esphome/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - git\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - python3\n - python3-dev\n - python3-pip\n - python3-venv\n - rdiff...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2391, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/generic_redirects
7,739
[ "no_license" ]
[ { "path": "roles/generic_redirects/tasks/main.yml", "content": "---\n\n- ansible.builtin.include_tasks: generic_redirect.yml\n args:\n apply:\n tags:\n - generic_redirects\n loop: '{{ generic_host_redirects }}'\n tags:\n - generic_redirects\n\n- ansible.builtin.include_tasks: unbound_ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/grafana
7,739
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: Download the repo key\n ansible.builtin.get_url:\n url: https://apt.grafana.com/gpg.key\n dest: /usr/share/keyrings/grafana.key\n tags:\n - grafana\n\n- name: Install the apt repo\n ansible.builtin.apt_repository:\n repo: \"de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2130, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/home_assistant
7,739
[ "no_license" ]
[ { "path": "roles/home_assistant/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - autoconf\n - bluez\n - build-essential\n - dbus-broker\n - ffmpeg\n - freeipa-client\n - git\n - kstart\n - libatlas-base-dev\n - l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5928, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/host_manager
7,739
[ "no_license" ]
[ { "path": "roles/host_manager/tasks/main.yml", "content": "---\n- name: process hosts passed via env\n set_fact:\n select_host: \"\\\n {{ select_hosts | default({}) | combine({ item: proxmox_hosts[item] }) }}\"\n when: host is defined\n loop: '{{ container | split(\",\") }}'\n tags:\n - host_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1896, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/idm_replica
7,739
[ "no_license" ]
[ { "path": "roles/idm_replica/tasks/main.yml", "content": "- import_tasks: centos_setup.yml\n vars:\n packages:\n - ipa-client\n - ipa-server\n tags:\n - idm_replica\n\n- name: check if the client is already configured\n ansible.builtin.stat:\n path: /var/lib/ipa-client/sysrestore/sysre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1374, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/idm_server
7,739
[ "no_license" ]
[ { "path": "roles/idm_server/tasks/main.yml", "content": "- import_tasks: centos_setup.yml\n vars:\n packages:\n - ipa-server\n tags:\n - idm_server\n\n- name: check if the server is already configured\n ansible.builtin.stat:\n path: /etc/ipa/default.conf\n register: default_conf\n tags:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1840, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/kernel_modules
7,739
[ "no_license" ]
[ { "path": "roles/kernel_modules/tasks/main.yml", "content": "- name: Add the tun module and make sure it is loaded after reboots\n community.general.modprobe:\n name: tun\n state: present\n persistent: present\n tags:\n - kernel_modules\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/lidarr
7,739
[ "no_license" ]
[ { "path": "roles/lidarr/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - binutils\n - freeipa-client\n - kstart\n - libchromaprint-tools\n - mediainfo\n - nfs-common\n - nfs4-acl-tools\n - rdiff-backup\n - sqlite3\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3716, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/minio
7,739
[ "no_license" ]
[ { "path": "roles/minio/tasks/main.yaml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n username: minio-user\n groupname: minio-user\n tags:\n - minio\n\n- name: Install the minio package\n ansible.builtin.apt:\n deb: 'https://dl.min.io/server/minio/release/linux-amd64/minio_{{ m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/mqtt
7,739
[ "no_license" ]
[ { "path": "roles/mqtt/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - kstart\n - mosquitto\n - mosquitto-clients\n - nfs-common\n - nfs4-acl-tools\n - rdiff-backup\n tags:\n - mqtt\n\n- import_tasks: idm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2235, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/nas
7,739
[ "no_license" ]
[ { "path": "roles/nas/vars/README.md", "content": "# nas role vars documentation\n\nNFS exports:\n\n```yaml\nnfs_exports:\n path: '/path/to/export'\n network: '10.16.0.0/21' # default is '*'\n options: 'rw' # default is rw,acl,sync,no_subtree_check,sec=krb5p\n```\n\nSMB shares:\n\n```yaml\nsmb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5592, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/nebula_sync
7,739
[ "no_license" ]
[ { "path": "roles/nebula_sync/tasks/main.yaml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n username: nebulasync\n groupname: nebulasync\n tags:\n - nebula_sync\n\n- import_tasks: appdir_and_mountpoints_v4.yml\n vars:\n appdirs:\n - path: /config\n owner: nebulasync...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2252, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/netboot_xyz
7,739
[ "no_license" ]
[ { "path": "roles/netboot_xyz/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - ansible\n - git\n - apache2\n - tftpd-hpa\n tags:\n - netboot_xyz\n\n- import_tasks: appdir_and_mountpoints_v4.yml\n vars:\n appdirs:\n - path: /opt/ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2449, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/node_red
7,739
[ "no_license" ]
[ { "path": "roles/node_red/tasks/main.yml", "content": "---\n- name: Download the repo key\n ansible.builtin.get_url:\n url: https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key\n dest: /etc/apt/trusted.gpg.d/nodesource.asc\n tags:\n - node_red\n\n- name: Install the apt repo\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2741, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/octoprint
7,739
[ "no_license" ]
[ { "path": "roles/octoprint/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - build-essential\n - freeipa-client\n - git\n - kstart\n - libyaml-dev\n - nfs-common\n - nfs4-acl-tools\n - python3-dev\n - python3-pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2930, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/overseer
7,739
[ "no_license" ]
[ { "path": "roles/overseer/tasks/main.yml", "content": "---\n- name: Download the repo key\n ansible.builtin.get_url:\n url: https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key\n dest: /etc/apt/trusted.gpg.d/nodesource.asc\n tags:\n - overseer\n\n- name: Install the apt repo\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4731, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/pcie_passthrough
7,739
[ "no_license" ]
[ { "path": "roles/pcie_passthrough/handlers/main.yml", "content": "---\n\n- name: update grub\n shell: update-grub\n\n- name: proxmox-boot-tool refresh\n shell: proxmox-boot-tool refresh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/pci...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3164, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/pi_hole
7,739
[ "no_license" ]
[ { "path": "roles/pi_hole/tasks/main.yml", "content": "- import_tasks: ubuntu_setup.yml\n vars:\n username: pihole\n groupname: pihole\n uid: '{{ pihole_uid }}'\n gid: '{{ pihole_gid }}'\n shell: /usr/sbin/nologin\n tags:\n - dns\n - pihole\n - pi_hole\n\n- import_tasks: appdir_and_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2663, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/plex
7,739
[ "no_license" ]
[ { "path": "roles/plex/tasks/main.yml", "content": "---\n- name: Download the repo key\n ansible.builtin.get_url:\n url: https://downloads.plex.tv/plex-keys/PlexSign.key\n dest: /etc/apt/trusted.gpg.d/plex.asc\n tags:\n - plex\n\n- name: Install the apt repo\n ansible.builtin.apt_repository:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3672, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/postfix
7,739
[ "no_license" ]
[ { "path": "roles/postfix/README.md", "content": "# vars Documentation\n\nFor the `postfix` role, we need to have the following variables set for the play.\n\n```yaml\nfrom_email: <EMAIL>\nto_email: <EMAIL>\nrelay_host: provider.smtp.server\nrelay_port: 465\nrelay_username: <EMAIL>\nrelay_password: <PASSWORD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2844, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/prometheus_exporters
7,739
[ "no_license" ]
[ { "path": "roles/prometheus_exporters/tasks/main.yml", "content": "---\n- name: Install node-exporter\n ansible.builtin.import_role:\n name: prometheus.prometheus.node_exporter\n tags:\n - prometheus_exporters\n\n- name: Install smartctl_exporter\n ansible.builtin.import_role:\n name: prometheus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/proxmox_redirects
7,739
[ "no_license" ]
[ { "path": "roles/proxmox_redirects/tasks/main.yml", "content": "---\n- ansible.builtin.include_tasks: generic_redirect.yml\n args:\n apply:\n tags:\n - proxmox_redirects\n loop: '{{ proxmox_reverse_proxy }}'\n tags:\n - proxmox_redirects\n\n- ansible.builtin.include_tasks: unbound_exter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 875, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/radarr
7,739
[ "no_license" ]
[ { "path": "roles/radarr/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - binutils\n - freeipa-client\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - rdiff-backup\n tags:\n - radarr\n\n- import_tasks: idm_client_setup.yml\n var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3528, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/readarr
7,739
[ "no_license" ]
[ { "path": "roles/readarr/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - binutils\n - freeipa-client\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - rdiff-backup\n tags:\n - readarr\n\n- import_tasks: idm_client_setup.yml\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3586, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/sabnzbd
7,739
[ "no_license" ]
[ { "path": "roles/sabnzbd/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - p7zip-full\n - p7zip-rar\n - par2\n - python3\n - python3-pip\n - python3-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4150, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/sonarr
7,739
[ "no_license" ]
[ { "path": "roles/sonarr/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - binutils\n - freeipa-client\n - kstart\n - libmono-corlib4.5-cil\n - libmono-microsoft-csharp4.0-cil\n - libmono-posix4.0-cil\n - libmono-system-component...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4493, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/syncthing
7,739
[ "no_license" ]
[ { "path": "roles/syncthing/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - git\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - rdiff-backup\n - xmlstarlet\n tags:\n - syncthing\n\n- import_tasks: appdir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5338, "all_permissive": false }
ansible_role
patsoffice/ansible-proxmox
cdfae2dfb8f8da7f6bc97dd149b551b951fa869b
1
roles/syslog_ng
7,739
[ "no_license" ]
[ { "path": "roles/syslog_ng/tasks/main.yml", "content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - autoconf\n - autoconf-archive\n - build-essential\n - freeipa-client\n - git\n - kstart\n - libglib2.0-dev\n - libjson-c-dev\n - libssl-dev\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3626, "all_permissive": false }