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 | Keipa-code/docker-registry | 3613e7f53332d94d58c72c4287f2b561263ededa | 0 | provisioning/roles/registry | 7,627 | [
"no_license"
] | [
{
"path": "provisioning/roles/registry/tasks/main.yml",
"content": "- import_tasks: copy_certs.yml\n- import_tasks: create_user.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "provisioning/roles/registry/tasks/copy_certs.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | anis-saidi/frontLC | 2a194a9c87acd8fa1ade82bf0b875837e4525dae | 0 | Ansible/roles/docker | 7,627 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: anissaidi/devops\n build:\n path: /var/lib/jenkins/workspace/frontCD\n pull: no\n source: build\n state: present\n force_source: true\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | anis-saidi/frontLC | 2a194a9c87acd8fa1ade82bf0b875837e4525dae | 0 | Ansible/roles/docker-registry | 7,627 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: anissaidi\n password: <PASSWORD>\n \n- name: Push the Docker image into the repo\n shell: docker push anissaidi/devops:latest\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | keima12/ansible-redmine | 1b0ea665c1980de33ee22d09b8081eab58501222 | 0 | roles/fetch-config | 7,627 | [
"no_license"
] | [
{
"path": "roles/fetch-config/tasks/main.yml",
"content": "---\n# tasks file for fetch-config\n- name: fetch_config\n become: yes\n ansible.builtin.fetch:\n src: \"{{ item }}\"\n dest: \"fetched\"\n fail_on_missing: yes\n loop: \"{{ config_files }}\"\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | keima12/ansible-redmine | 1b0ea665c1980de33ee22d09b8081eab58501222 | 0 | roles/nginx | 7,627 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: install nginx\n become: yes\n ansible.builtin.apt:\n name: \"{{ nginx_role_packages }}\"\n state: present\n- name: add apt key\n become: yes\n ansible.builtin.apt_key:\n keyserver: keyserver.ubuntu.com\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | keima12/ansible-redmine | 1b0ea665c1980de33ee22d09b8081eab58501222 | 0 | roles/postgresql | 7,627 | [
"no_license"
] | [
{
"path": "roles/postgresql/vars/main.yml",
"content": "---\n# vars file for postgresql\ninstall_package: \n - postgresql\n - libpq-dev\n - python3-pip\npostgresql_redmine_user: redmine\npostgresql_redmine_pass: <PASSWORD>\nredmine_db: redminedb\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | keima12/ansible-redmine | 1b0ea665c1980de33ee22d09b8081eab58501222 | 0 | roles/redmine-opt | 7,627 | [
"no_license"
] | [
{
"path": "roles/redmine-opt/defaults/main.yml",
"content": "---\n# defaults file for redmine-opt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/redmine-opt/files/additional_environment.rb",
"content": "# Copy this file to additional_e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | keima12/ansible-redmine | 1b0ea665c1980de33ee22d09b8081eab58501222 | 0 | roles/ruby | 7,627 | [
"no_license"
] | [
{
"path": "roles/ruby/vars/main.yml",
"content": "---\n# vars file for ruby\nruby_apt_package: \n - build-essential\n - zlib1g-dev\n - libssl-dev\n - libreadline-dev\n - libyaml-dev\n - libcurl4-openssl-dev\n - libffi-dev\n - ruby\n - ruby-dev\n - git\n - imagemagick\n - fonts-takao-pgothic\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2283,
"all_permissive": false
} |
ansible_role | cyrilix/robocar-setup | eeccf8122a0cc1a0b3ad297b23f6c9e838981f09 | 0 | ansible/roles/base | 7,627 | [
"permissive"
] | [
{
"path": "ansible/roles/base/handlers/main.yml",
"content": "---\n- name: expand filesystem\n shell: resize2fs /dev/mmcblk0p2\n notify:\n - reboot\n\n- name: reboot\n reboot:\n\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 114
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3055,
"all_permissive": true
} |
ansible_role | cyrilix/robocar-setup | eeccf8122a0cc1a0b3ad297b23f6c9e838981f09 | 0 | ansible/roles/k3s | 7,627 | [
"permissive"
] | [
{
"path": "ansible/roles/k3s/handlers/main.yml",
"content": "---\n- name: restart k3s\n systemd:\n name: k3s\n enabled: yes\n daemon_reload: yes\n state: restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 110
},
{
"path... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1120,
"all_permissive": true
} |
ansible_role | mozilla/wpt-sync | 5f6206dc7490e64ae09d348aeac82e3645cdb8a7 | 9 | ansible/roles/wptsync_host | 7,627 | [
"no_license"
] | [
{
"path": "ansible/roles/wptsync_host/tasks/push-docker-img.yml",
"content": "- name: install docker image\n copy:\n src: \"{{ _tempdir | mandatory }}/{{ _image_name }}.tar.bz2\"\n dest: \"{{ internal_volume }}/{{ _image_name }}.tar.bz2\"\n owner: wpt_user\n group: wpt\n mode: 0644\n\n- name... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7121,
"all_permissive": false
} |
ansible_role | SergSha/lab-06 | c9bfd7ec360a0e520807b89eee50eea1be9f3dd7 | 0 | roles/backend-servers | 7,627 | [
"no_license"
] | [
{
"path": "roles/backend-servers/files/sql/cars.sql",
"content": "\nSET statement_timeout = 0;\nSET lock_timeout = 0;\nSET idle_in_transaction_session_timeout = 0;\nSET client_encoding = 'UTF8';\nSET standard_conforming_strings = on;\nSELECT pg_catalog.set_config('search_path', '', false);\nSET check_functi... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8811,
"all_permissive": false
} |
ansible_role | SergSha/lab-06 | c9bfd7ec360a0e520807b89eee50eea1be9f3dd7 | 0 | roles/db-servers | 7,627 | [
"no_license"
] | [
{
"path": "roles/db-servers/tasks/main.yml",
"content": "---\n- name: Include nftables service\n include_tasks: nftables.yml\n\n- name: Include etcd cluster setup\n include_tasks: etcd.yml\n\n- name: Include postresql cluster setup\n include_tasks: patroni.yml\n",
"license_type": "no_license",
"d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11389,
"all_permissive": false
} |
ansible_role | SergSha/lab-06 | c9bfd7ec360a0e520807b89eee50eea1be9f3dd7 | 0 | roles/haproxy-servers | 7,627 | [
"no_license"
] | [
{
"path": "roles/haproxy-servers/tasks/haproxy.yml",
"content": "---\n# cp /etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.cfg.backup\n- name: Backup default haproxy config file\n ansible.builtin.copy:\n src: /etc/haproxy/haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg.backup\n remote_src: true\n\n# co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | Neutrinet/infra | ddceb58286606a0fc638f6c7d2c6bbd4b2c3ee75 | 1 | roles/caddy-server | 7,627 | [
"no_license"
] | [
{
"path": "roles/caddy-server/defaults/main.yml",
"content": "caddy_config_dir: /etc/caddy\ncaddy_vhosts_dir: \"{{ caddy_config_dir }}/conf.d\"\ncaddy_log_dir: /var/log/caddy\ncaddy_owner: caddy\ncaddy_group: \"{{ caddy_owner }}\"\n\nacme_account_email: <EMAIL>\nacme_directory_url: https://acme-v02.api.lets... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3173,
"all_permissive": false
} |
ansible_role | Neutrinet/infra | ddceb58286606a0fc638f6c7d2c6bbd4b2c3ee75 | 1 | roles/commun | 7,627 | [
"no_license"
] | [
{
"path": "roles/commun/templates/config.j2",
"content": "APTCOMMAND=/usr/bin/apt-get\nOPTIONS=\"-o quiet=1 -o Dir::Etc::SourceList=/etc/apt/source-security.list -o Dir::Etc::SourceParts=\\\"/dev/null\\\"\"\nMAILTO=\"<EMAIL>\"\nMAILON=\"upgrade\"\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 9077,
"all_permissive": false
} |
ansible_role | Neutrinet/infra | ddceb58286606a0fc638f6c7d2c6bbd4b2c3ee75 | 1 | roles/gpg-signature | 7,627 | [
"no_license"
] | [
{
"path": "roles/gpg-signature/defaults/main.yml",
"content": "gpg_public_key_url: \"http://example.com/public-key.gpg\"\ngpg_checksum_algorithm: sha256\n\ngpg_verify_url: \"http://example.com/file.tar.gz\"\ngpg_signature_url: \"{{ gpg_verify_url }}.asc\"\ngpg_checksum_url: \"{{ gpg_verify_url }}.{{ gpg_che... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1977,
"all_permissive": false
} |
ansible_role | Neutrinet/infra | ddceb58286606a0fc638f6c7d2c6bbd4b2c3ee75 | 1 | roles/nextcloud | 7,627 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/nextcloud/config.yml",
"content": "- name: Copie de la configuration de Nextcloud\n copy:\n content: \"{{ nextcloud_config | to_json }}\"\n dest: \"{{ nextcloud_import_file }}\"\n owner: \"{{ nextcloud_owner }}\"\n group: \"{{ nextcloud_group }}\"\n mode: \"6... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 16696,
"all_permissive": false
} |
ansible_role | Neutrinet/infra | ddceb58286606a0fc638f6c7d2c6bbd4b2c3ee75 | 1 | roles/php-fpm | 7,627 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/install.yml",
"content": "- name: Installation de PHP {{ php_version }} et de ses modules\n package:\n name: \"{{ package }}\"\n state: present\n loop: \"{{ php_packages + php_modules | map('regex_replace', '$', php_version) | list }}\"\n loop_control:\n loop_var: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2307,
"all_permissive": false
} |
ansible_role | Neutrinet/infra | ddceb58286606a0fc638f6c7d2c6bbd4b2c3ee75 | 1 | roles/postgres-user | 7,627 | [
"no_license"
] | [
{
"path": "roles/postgres-user/defaults/main.yml",
"content": "postgres_host: localhost\npostgres_port: 5432\npostgres_login_host: \"{{ postgres_host if postgres_host not in postgres_local_hosts else omit }}\"\npostgres_login_username: postgres\npostgres_become_user: \"{{ postgres_login_username if postgres... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1633,
"all_permissive": false
} |
ansible_role | Neutrinet/infra | ddceb58286606a0fc638f6c7d2c6bbd4b2c3ee75 | 1 | roles/ssl-self-signed | 7,627 | [
"no_license"
] | [
{
"path": "roles/ssl-self-signed/tasks/main.yml",
"content": "- name: Installation des dépendences SSL et création des dossiers SSL\n import_tasks: install.yml\n tags: ssl_install\n\n- name: Installation des certificats de chaque domaine\n include_tasks:\n file: domain.yml\n apply:\n tags: ssl... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2987,
"all_permissive": false
} |
ansible_role | IATI/deployment-archive | 986daeef846c09b6adac825faec5038600cd3015 | 0 | roles/configure_ssh_keys | 7,629 | [
"no_license"
] | [
{
"path": "roles/configure_ssh_keys/tasks/main.yml",
"content": "---\n- name: Set authorized keys from file\n authorized_key:\n exclusive: True\n key: \"{{ lookup('file', item) }}\"\n state: present\n user: root\n with_items:\n - authorized_keys.pub\n - authorized_keys_external.pub\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | sivel/ansible-recursion-tests | 4d1f9626f12be19b033f0648fab775ac53e2a7b8 | 0 | roles/recursion | 7,629 | [
"no_license"
] | [
{
"path": "roles/recursion/tasks/main.yml",
"content": "---\n- debug:\n var: counter|int\n\n- set_fact:\n counter: \"{{ counter|int + 1 }}\"\n\n- include_role:\n name: recursion\n when: counter|int <= 195\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | 42milez/ansible-pg81-php53 | 8d7647d4c2f60c9a276aad5b4617e62d384bea7e | 0 | roles/apache | 7,629 | [
"no_license"
] | [
{
"path": "roles/apache/vars/main.yml",
"content": "---\nserver_name: vagrant.dev\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install httpd\n yum: name={{ item }} state=present\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11411,
"all_permissive": false
} |
ansible_role | 42milez/ansible-pg81-php53 | 8d7647d4c2f60c9a276aad5b4617e62d384bea7e | 0 | roles/env | 7,629 | [
"no_license"
] | [
{
"path": "roles/env/files/setup_iptables.sh",
"content": "#!/bin/bash\n\nLOCALNET=192.168.33.0/24\n\n# ----------------------------------------------------------------------\n# Default Rules\n# ----------------------------------------------------------------------\nIPTABLES_CONFIG=`mktemp`\necho \"*filter... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7845,
"all_permissive": false
} |
ansible_role | 42milez/ansible-pg81-php53 | 8d7647d4c2f60c9a276aad5b4617e62d384bea7e | 0 | roles/php53 | 7,629 | [
"no_license"
] | [
{
"path": "roles/php53/tasks/modules/install_php53.yml",
"content": "---\n- name: Add EPEL GPG Key\n rpm_key: key=\"http://dl.fedoraproject.org/pub/ep<KEY>\" state=present\n\n- name: Add EPEL repository\n yum: name=\"http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm\" state=present... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6498,
"all_permissive": false
} |
ansible_role | 42milez/ansible-pg81-php53 | 8d7647d4c2f60c9a276aad5b4617e62d384bea7e | 0 | roles/postgresql81 | 7,629 | [
"no_license"
] | [
{
"path": "roles/postgresql81/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL 8.1.23\n yum: name={{ item }} state=present\n with_items:\n # - http://yum.postgresql.org/8.1/redhat/rhel-5-x86_64/postgresql-libs-8.1.23-1PGDG.rhel5.x86_64.rpm\n # - http://yum.postgresql.org/8.1/redhat/rhel-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2874,
"all_permissive": false
} |
ansible_role | odark3/ansible | 02c4a3f2f430e0af5f86c0b58b7fa5650d0f64ee | 0 | playbooks/roles/app | 7,629 | [
"no_license"
] | [
{
"path": "playbooks/roles/app/vars/main.yml",
"content": "---\nodark: {\n test: main.yml\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "playbooks/roles/app/tasks/hello.yml",
"content": "---\n- name: hello test\n shell: echo \"hello wor... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | arnauddebec-KRG/atelier-20-ansible | d59baad9290a4a8bcee219152d6a000c5e9c6a0f | 0 | advanced/roles/patch_security | 7,629 | [
"no_license"
] | [
{
"path": "advanced/roles/patch_security/tasks/main.yml",
"content": "---\n\n- name: Ensure security packages are installed\n yum:\n security: yes\n state: latest\n\n- name: Setup motd\n become: true\n template:\n src: motd.j2\n dest: /etc/motd\n owner: root\n group: root\n mode: 064... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | arnauddebec-KRG/atelier-20-ansible | d59baad9290a4a8bcee219152d6a000c5e9c6a0f | 0 | advanced/roles/setup_apache | 7,629 | [
"no_license"
] | [
{
"path": "advanced/roles/setup_apache/tasks/main.yml",
"content": "---\n\n- name: Install httpd (Apache)\n yum:\n name: httpd\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
ansible_role | arnauddebec-KRG/atelier-20-ansible | d59baad9290a4a8bcee219152d6a000c5e9c6a0f | 0 | advanced/roles/setup_java | 7,629 | [
"no_license"
] | [
{
"path": "advanced/roles/setup_java/tasks/main.yml",
"content": "---\n\n- name: \"Install java\"\n yum:\n name: \"java-{{ java_version }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | arnauddebec-KRG/atelier-20-ansible | d59baad9290a4a8bcee219152d6a000c5e9c6a0f | 0 | advanced/roles/setup_python | 7,629 | [
"no_license"
] | [
{
"path": "advanced/roles/setup_python/tasks/main.yml",
"content": "---\n\n- name: \"Install python\"\n yum:\n name: \"python{{ python_version }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | Gbane26/projet_mastodon_final | 032e5ec0adffe2a72cd6774f60dc25795586a086 | 0 | roles/common | 7,629 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n\n- name: Mettre à jour les systèmes\n package:\n # update_cache: yes\n name: \"*\"\n state: latest\n\n- name: Mise à jour du système (RH)\n dnf:\n update_cache: yes\n update_only: yes\n state: latest\n when: ansible_distributi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | Gbane26/projet_mastodon_final | 032e5ec0adffe2a72cd6774f60dc25795586a086 | 0 | roles/mastodon | 7,629 | [
"no_license"
] | [
{
"path": "roles/mastodon/tasks/main.yml",
"content": "---\n\n- name: Récupérer Mastodon\n git: \n repo: https://github.com/mastodon/mastodon.git\n dest: ~/live\n version: \"{{ mastodon_version }}\"\n force: yes\n become_user: mastodon\n become: true\n register: mastodon_git\n\n- name: Créer... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5212,
"all_permissive": false
} |
ansible_role | Gbane26/projet_mastodon_final | 032e5ec0adffe2a72cd6774f60dc25795586a086 | 0 | roles/postgresql | 7,629 | [
"no_license"
] | [
{
"path": "roles/postgresql/vars/main.yml",
"content": "---\n\nmastodon_fqdn: mastotodon.com\nmastodon_version: v4.1.0\n\npostgresql_host: \"{{ hostvars[groups['mastodon_postgresql'][0]]['ansible_env'].SSH_CONNECTION.split(' ')[2] }}\"\npostgresql_user: mastodon\npostgresql_password: <PASSWORD>\npostgresql_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2117,
"all_permissive": false
} |
ansible_role | Gbane26/projet_mastodon_final | 032e5ec0adffe2a72cd6774f60dc25795586a086 | 0 | roles/ruby | 7,629 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n#........................................\n\n\n- name: Récupération de l'installeur rbenv\n get_url: \n url: https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer\n dest: ~/rbenv-installer\n become_user: mastodon\n become: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | Gbane26/projet_mastodon_final | 032e5ec0adffe2a72cd6774f60dc25795586a086 | 0 | roles/yarn-nodejs | 7,629 | [
"no_license"
] | [
{
"path": "roles/yarn-nodejs/tasks/main.yml",
"content": "---\n\n- name: Ajouter clé NodeJS\n get_url:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n dest: /etc/apt/trusted.gpg.d/nodesource.asc \n when: ansible_os_family == \"Debian\"\n\n- name: Ajouter le dépôt NodeJS 16\n apt_repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2091,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/adguardhome | 7,629 | [
"no_license"
] | [
{
"path": "roles/adguardhome/vars/main.yml",
"content": "---\nadguardhome_deploy_path: \"{{ deploy_path }}/adguardhome\"\nadguardhome_conf_path: \"{{ adguardhome_deploy_path }}/conf\"\nadguardhome_conf_file_path: \"{{ adguardhome_conf_path }}/AdGuardHome.yaml\"\nadguardhome_work_path: \"{{ adguardhome_deplo... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 13531,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/base | 7,629 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# TODO: these first two don't seem like they should be here\n- name: Create deploy path\n ansible.builtin.file:\n state: directory\n path: \"{{ deploy_path }}\"\n mode: \"0750\"\n\n- name: Create backup path\n ansible.builtin.file:\n stat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6804,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/bazarr | 7,629 | [
"no_license"
] | [
{
"path": "roles/bazarr/templates/compose.yml",
"content": "---\nservices:\n bazarr:\n container_name: bazarr\n image: \"{{ bazarr_image }}\"\n restart: always\n environment:\n TZ: \"{{ timezone }}\"\n PUID: \"{{ ansible_facts.user_uid }}\"\n PGID: \"{{ ansible_facts.user_gid }}\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5495,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/beszel | 7,629 | [
"no_license"
] | [
{
"path": "roles/beszel/vars/main.yml",
"content": "---\nbeszel_deploy_path: \"{{ deploy_path }}/beszel\"\nbeszel_version: 0.11.1\nbeszel_hostname: \"beszel.{{ hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/beszel/templates/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4113,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/core | 7,629 | [
"no_license"
] | [
{
"path": "roles/core/templates/mailrise.yml",
"content": "configs:\n \"*@*\":\n urls:\n - discord://{{ core_mailrise_discord_webhook_id }}/{{ core_mailrise_discord_webhook_token }}\n - ntfy://ntfy.{{ groups['ntfy'][0] }}/mailrise\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 36956,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/docker | 7,629 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n# Add variables the user should change (i.e. password, etc.)\n\n# Users to add to the docker group - by default, it's the user you connect with\ndocker_users: [\"{{ ansible_facts.user_id }}\"]\n# Doecker daemon options - entire docker daemon JSON ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3986,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/dozzle | 7,629 | [
"no_license"
] | [
{
"path": "roles/dozzle/vars/main.yml",
"content": "---\ndozzle_deploy_path: \"{{ deploy_path }}/dozzle\"\ndozzle_backup_path: \"{{ backup_path }}/dozzle\"\n\ndozzle_version: v8.13.5 # https://github.com/amir20/dozzle/releases\n\n# Creates the list of agents for a server\ndozzle_hosts: \"{{ groups['dozzle']... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3588,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/gatus | 7,629 | [
"no_license"
] | [
{
"path": "roles/gatus/vars/main.yml",
"content": "---\ngatus_deploy_path: \"{{ deploy_path }}/gatus\"\ngatus_backup_path: \"{{ backup_path }}/gatus\"\n\ngatus_version: v5.20.0\ngatus_pg_version: \"17.5\"\n\ngatus_db_pass: \"{{ ('<PASSWORD>@' + deployment_secret) | hash('sha256') }}\"\ngatus_db_name: gatus\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10836,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/gitea | 7,629 | [
"no_license"
] | [
{
"path": "roles/gitea/templates/compose.yml",
"content": "---\nservices:\n server:\n container_name: gitea\n image: gitea/gitea:{{ gitea_version }}-rootless\n restart: always\n user: \"{{ ansible_facts.user_uid }}:{{ ansible_facts.user_gid }}\"\n depends_on: [ db ]\n secrets: [ pg_pass, ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9181,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/grafana | 7,629 | [
"no_license"
] | [
{
"path": "roles/grafana/defaults/main.yml",
"content": "---\ngrafana_version: \"11.6.0\" # https://github.com/grafana/grafana/releases\n\ngrafana_pg_version: \"17.4\"\ngrafana_pg_pass: \"{{ ('grafana@' + deployment_secret) | hash('sha256') }}\"\n\ngrafana_loki_hosts: \"{{ groups['loki'] | default([]) }}\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5788,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/healthchecks | 7,629 | [
"no_license"
] | [
{
"path": "roles/healthchecks/defaults/main.yml",
"content": "---\n### Healthchecks - cron job monitoring\n# Superuser email and password - do not change after deployment\nhealthchecks_su_email: admin@{{ domain }}\nhealthchecks_su_pass: <PASSWORD>\n\n# Project ping key - this is used by other roles' backup ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4352,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/homepage | 7,629 | [
"no_license"
] | [
{
"path": "roles/homepage/defaults/main.yml",
"content": "---\n### Homepage - https://gethomepage.dev/\n\n# Settings for homepage, in YAML format\n# reference: https://gethomepage.dev/configs/settings/\n#\n# This will be merged with the default settings, with this taking priority\nhomepage_settings: {}\n# A... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4566,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/immich | 7,629 | [
"no_license"
] | [
{
"path": "roles/immich/vars/main.yml",
"content": "---\nimmich_deploy_path: \"{{ deploy_path }}/immich\"\nimmich_backup_path: \"{{ backup_path }}/immich\"\n\nimmich_version: v1.135.3\nimmich_redis_version: 8-bookworm@sha256:fec42f399876eb6faf9e008570597741c87ff7662a54185593e74b09ce83d177\nimmich_redis_imag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6367,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/ittools | 7,629 | [
"no_license"
] | [
{
"path": "roles/ittools/tasks/main.yml",
"content": "---\n- name: Ensure parent directory exists\n ansible.builtin.file:\n state: directory\n path: \"{{ ittools_deploy_path }}\"\n mode: \"0700\"\n\n- name: Template compose file\n ansible.builtin.template:\n src: compose.yml\n dest: \"{{ it... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1957,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/jellyfin | 7,629 | [
"no_license"
] | [
{
"path": "roles/jellyfin/tasks/backup.yml",
"content": "---\n- name: Import util backup\n ansible.builtin.import_role:\n name: util\n tasks_from: backup\n vars:\n util_app: jellyfin\n util_deploy_path: \"{{ jellyfin_deploy_path }}\"\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5041,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/jellyseerr | 7,629 | [
"no_license"
] | [
{
"path": "roles/jellyseerr/defaults/main.yml",
"content": "---\n# Overseerr version to deploy\njellyseerr_version: 2.7.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/jellyseerr/templates/compose.yml",
"content": "---\nservices:\n j... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2342,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/komodo | 7,629 | [
"no_license"
] | [
{
"path": "roles/komodo/templates/core.config.toml",
"content": "###########################\n# 🦎 KOMODO CORE CONFIG 🦎 #\n###########################\n\n## This is the offical \"Default\" config file for Komodo Core.\n## It serves as documentation for the meaning of the fields.\n## It is located at `https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 26246,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/lidarr | 7,629 | [
"no_license"
] | [
{
"path": "roles/lidarr/templates/compose.yml",
"content": "---\nservices:\n lidarr:\n image: \"{{ lidarr_image }}\"\n container_name: lidarr\n restart: always\n environment:\n TZ: \"{{ timezone }}\"\n PUID: \"{{ ansible_facts.user_uid }}\"\n PGID: \"{{ ansible_facts.user_gid }}\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7476,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/loki | 7,629 | [
"no_license"
] | [
{
"path": "roles/loki/defaults/main.yml",
"content": "---\n###\n# Loki and Promtail - log aggregator server and agents\n\n# Set this to true to turn on the Loki server on the host\n# Note: at least one host should be the server for this to work\n# unless you have a Loki server deployed somewhere else (see l... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7142,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/manyfold | 7,629 | [
"no_license"
] | [
{
"path": "roles/manyfold/tasks/main.yml",
"content": "---\n- name: Create directories\n ansible.builtin.file:\n dest: \"{{ manyfold_deploy_path }}/libraries/models\"\n state: directory\n mode: \"0750\"\n\n- name: Template compose file\n ansible.builtin.template:\n src: compose.yml\n dest: ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4975,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/mealie | 7,629 | [
"no_license"
] | [
{
"path": "roles/mealie/tasks/configure.yml",
"content": "---\n- name: Initialize admin user\n vars:\n mealie_api: https://mealie.{{ hostname }}/api\n mealie_token: Bearer {{ mealie_auth_response.json.access_token }}\n block:\n - name: Login with default credentials\n ansible.builtin.uri:\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6086,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/netdata | 7,629 | [
"no_license"
] | [
{
"path": "roles/netdata/templates/compose.yml",
"content": "---\nservices:\n agent:\n container_name: netdata\n image: netdata/netdata:{{ netdata_version }}\n restart: always\n pid: host\n network_mode: host\n environment:\n DISABLE_TELEMETRY: 1\n NETDATA_EXTRA_DEB_PACKAGES: \"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3506,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/nextcloud | 7,629 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yml",
"content": "---\n- name: Ensure directory is created\n ansible.builtin.file:\n state: directory\n path: \"{{ dir }}\"\n mode: \"0750\"\n loop:\n - \"{{ nextcloud_deploy_path }}\"\n - \"{{ nextcloud_secrets_path }}\"\n - \"{{ nextcloud_appdata_p... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 11115,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/ntfy | 7,629 | [
"no_license"
] | [
{
"path": "roles/ntfy/tasks/teardown.yml",
"content": "---\n- name: Import util teardown\n ansible.builtin.import_role:\n name: util\n tasks_from: teardown\n vars:\n util_app: ntfy\n util_deploy_path: \"{{ ntfy_deploy_path }}\"\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2311,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/nut | 7,629 | [
"no_license"
] | [
{
"path": "roles/nut/templates/upssched-cmd.sh",
"content": "#! /usr/bin/env bash\n\nnotify() {\n MESSAGE=\"{{ nut_ups_name }}@{{ ansible_hostname }} - $1\"\n curl -d \"$MESSAGE\" \"{{ nut_ntfy_url }}\"\n}\n\ncase $1 in\nnotify-no-comm)\n notify \"unavailable\"\n ;;\nnotify-comm-bad)\n notify \"communi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4062,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/overseerr | 7,629 | [
"no_license"
] | [
{
"path": "roles/overseerr/defaults/main.yml",
"content": "---\n# Overseerr version to deploy\noverseerr_version: 1.34.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/overseerr/templates/compose.yml",
"content": "---\nservices:\n ove... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2424,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/paperless | 7,629 | [
"no_license"
] | [
{
"path": "roles/paperless/tasks/main.yml",
"content": "---\n- name: Create directories\n ansible.builtin.file:\n state: directory\n path: \"{{ paperless_deploy_path }}/{{ item }}\"\n mode: \"0755\"\n loop:\n - consume\n - export\n\n- name: Template compose file\n ansible.builtin.template:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8132,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/plex | 7,629 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/backup.yml",
"content": "---\n- name: Import util backup\n ansible.builtin.import_role:\n name: util\n tasks_from: backup\n vars:\n util_app: plex\n util_deploy_path: \"{{ plex_deploy_path }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4130,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/portainer | 7,629 | [
"no_license"
] | [
{
"path": "roles/portainer/tasks/teardown.yml",
"content": "---\n- name: Import util teardown\n ansible.builtin.import_role:\n name: util\n tasks_from: teardown\n vars:\n util_app: portainer\n util_deploy_path: \"{{ portainer_deploy_path }}\"\n",
"license_type": "no_license",
"detected... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 17802,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/prowlarr | 7,629 | [
"no_license"
] | [
{
"path": "roles/prowlarr/vars/main.yml",
"content": "---\nprowlarr_image: \"ghcr.io/linuxserver/prowlarr:{{ prowlarr_version }}\"\n\nprowlarr_deploy_path: \"{{ deploy_path }}/prowlarr\"\nprowlarr_backup_path: \"{{ backup_path }}/prowlarr\"\nprowlarr_config_path: \"{{ prowlarr_deploy_path }}/config\"\n\npro... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9031,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/radarr | 7,629 | [
"no_license"
] | [
{
"path": "roles/radarr/tasks/teardown.yml",
"content": "---\n- name: Import util teardown\n ansible.builtin.import_role:\n name: util\n tasks_from: teardown\n vars:\n util_app: radarr\n util_deploy_path: \"{{ radarr_deploy_path }}\"\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7653,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/recyclarr | 7,629 | [
"no_license"
] | [
{
"path": "roles/recyclarr/handlers/main.yml",
"content": "---\n- name: Recyclarr sync\n changed_when: true\n ansible.builtin.command:\n chdir: \"{{ recyclarr_deploy_path }}\"\n cmd: docker compose exec recyclarr recyclarr sync\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11121,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/restic | 7,629 | [
"no_license"
] | [
{
"path": "roles/restic/templates/compose.yml",
"content": "---\nservices:\n restic:\n hostname: restic.{{ hostname }}\n image: restic/restic:{{ restic_version }}\n secrets:\n - restic-repo\n - restic-password\n environment:\n RESTIC_REPOSITORY_FILE: /run/secrets/restic-repo\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2133,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/shell | 7,629 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/chezmoi.yml",
"content": "---\n- name: Install chezmoi\n community.general.homebrew:\n name: chezmoi\n state: present\n\n- name: Checkout dotfiles repository # noqa: latest\n ansible.builtin.git:\n repo: \"{{ shell_dotfiles_repo }}\"\n dest: /home/{{ ansible_facts.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3903,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/sonarr | 7,629 | [
"no_license"
] | [
{
"path": "roles/sonarr/tasks/teardown.yml",
"content": "---\n- name: Import util teardown\n ansible.builtin.import_role:\n name: util\n tasks_from: teardown\n vars:\n util_app: sonarr\n util_deploy_path: \"{{ sonarr_deploy_path }}\"\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7614,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/system | 7,629 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "---\n- ansible.builtin.import_tasks: ./base_settings.yml # noqa: name\n- ansible.builtin.import_tasks: ./base_packages.yml # noqa: name\n- ansible.builtin.import_tasks: ./mounts.yml # noqa: name\n- ansible.builtin.import_tasks: ./systemd.yml # noqa: name\... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 10458,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/tailscale | 7,629 | [
"no_license"
] | [
{
"path": "roles/tailscale/defaults/main.yml",
"content": "---\ntailscale_api_key: \"\"\ntailscale_tailnet: \"\"\n\ntailscale_routes: []\ntailscale_exit_node: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/tailscale/tasks/main.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5952,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/transmission | 7,629 | [
"no_license"
] | [
{
"path": "roles/transmission/defaults/main.yml",
"content": "---\ntransmission_user: \"\"\ntransmission_pass: \"\"\n\ntransmission_dl_mount_src: \"{{ transmission_deploy_path }}/downloads\"\ntransmission_dl_mount_dst: \"/downloads\"\n\ntransmission_settings:\n alt-speed-down: 50000 # 50 Mbit/s\n alt-spee... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6814,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/unpackerr | 7,629 | [
"no_license"
] | [
{
"path": "roles/unpackerr/README.md",
"content": "# Ansible Role: Unpackerr\n\n[Unpackerr](https://github.com/unpackerr/unpackerr) is an automation tool that monitors your media library and automatically extracts archives (such as .rar, .zip, .7z) for use with media managers like Sonarr, Radarr, and Lidarr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6337,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/util | 7,629 | [
"no_license"
] | [
{
"path": "roles/util/tasks/backup_and_restore.yml",
"content": "---\n- name: Validate required variables for backup_and_restore\n ansible.builtin.assert:\n that:\n - util_backup_type is defined\n - util_backup_type | length > 0\n - util_backup_type in ['simple', 'pgdump']\n - util_a... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 10041,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/vaultwarden | 7,629 | [
"no_license"
] | [
{
"path": "roles/vaultwarden/README.md",
"content": "# Ansible Role: Vaultwarden\n\n[Vaultwarden](https://github.com/dani-garcia/vaultwarden) is an open-source, lightweight, and efficient server implementation of Bitwarden, a popular password manager. Vaultwarden is ideal for self-hosted environments and ho... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8142,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/venv | 7,629 | [
"no_license"
] | [
{
"path": "roles/venv/tasks/create.yml",
"content": "---\n- name: Ensure python3-virtualenv is installed\n become: true\n ansible.builtin.package:\n name: \"{{ venv_system_packages }}\"\n state: present\n\n- name: Create virtualenv\n ansible.builtin.command:\n cmd: \"virtualenv --clear --seeder ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1318,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/vikunja | 7,629 | [
"no_license"
] | [
{
"path": "roles/vikunja/README.md",
"content": "# Ansible Role: Vikunja\n\n[Vikunja](https://vikunja.io/) is an open-source, self-hosted to-do application designed for project and task management. It offers features such as lists, tasks, sharing, reminders, and integrations, making it ideal for personal pr... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9842,
"all_permissive": false
} |
ansible_role | robert-sandor/ansible-homelab | 4be8ca866633a1d2ba31eb138ab1cdfeab1e86c5 | 8 | roles/wud | 7,629 | [
"no_license"
] | [
{
"path": "roles/wud/templates/compose.yml",
"content": "---\nservices:\n wud:\n container_name: \"{{ wud_docker_container_name }}\"\n image: \"{{ wud_docker_image }}\"\n restart: always\n env_file: .env\n networks:\n - traefik\n labels:\n traefik.enable: true\n traefik.htt... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7265,
"all_permissive": false
} |
ansible_role | mateusz-szczyrzyca/ansible-hetzner-centos8-sendy | 404642adf0c992838192afb0dfe24b0dca1a860a | 1 | roles/backup | 7,629 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": " - name: Creating postfix for database name\n command: date +\"%Y%m%d_%H%M\"\n register: postfix\n\n - name: Backup database\n shell: mysqldump -u {{dbusername}} -p{{dbuserpass}} {{dbusername}} | 7za a database-backup-{{postfix.stdout... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | MykeDuong/postgres-simple-logical-replication | cb48f7e40a581d6b09e3177ca5a0ecd7d2142f31 | 0 | roles/common | 7,629 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for common\n- name: Restart PostgreSQL\n service:\n name: postgresql\n state: restarted\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2348,
"all_permissive": false
} |
ansible_role | MykeDuong/postgres-simple-logical-replication | cb48f7e40a581d6b09e3177ca5a0ecd7d2142f31 | 0 | roles/master | 7,629 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "---\n# tasks file for master\n- name: Create table\n become: true\n become_user: postgres\n postgresql_table:\n db: db1\n name: tbl\n owner: \"{{ postgresql_schemas[0].name }}\"\n columns:\n - x int primary key\n - y int\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | MykeDuong/postgres-simple-logical-replication | cb48f7e40a581d6b09e3177ca5a0ecd7d2142f31 | 0 | roles/replication | 7,629 | [
"no_license"
] | [
{
"path": "roles/replication/defaults/main.yml",
"content": "---\n# defaults file for replication\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/replication/handlers/main.yml",
"content": "---\n# handlers file for replication\n",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | kartikeykumarsrivastava/ansible_ec2_deploy | 4c6f528a872ad5009db3e888cea37c2c0d9d7a16 | 0 | roles/java-app | 7,629 | [
"no_license"
] | [
{
"path": "roles/java-app/tasks/main.yml",
"content": "---\n- name: Copy application WAR file to host\n copy:\n src: \"{{ name }}\"\n dest: /home/ubuntu/Kartik\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | shushlyakov/keenetic-playbook | 3c60eea667b722348b23d57617b8d50392370132 | 3 | roles/common | 7,629 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Upgrade system\n raw: | \n opkg update \n opkg upgrade\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 71,
"all_permissive": false
} |
ansible_role | shushlyakov/keenetic-playbook | 3c60eea667b722348b23d57617b8d50392370132 | 3 | roles/disk-backup | 7,629 | [
"no_license"
] | [
{
"path": "roles/disk-backup/defaults/main.yml",
"content": "---\n\ndisk_backup_list: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/disk-backup/files/disk-backup.sh",
"content": "#!/opt/bin/sh\n#\n# Ansible managed\n#\n\nTAG=\"disk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1414,
"all_permissive": false
} |
ansible_role | shushlyakov/keenetic-playbook | 3c60eea667b722348b23d57617b8d50392370132 | 3 | roles/unblock-rkn | 7,629 | [
"no_license"
] | [
{
"path": "roles/unblock-rkn/defaults/main.yml",
"content": "---\n\nunblock_rkn_iface: \"nwg0\"\nunblock_rkn_table: 1000\nunblock_rkn_list: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/unblock-rkn/tasks/main.yml",
"content": "- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3258,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/arbiter | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/arbiter/tasks/main.yml",
"content": "---\n- name: Prepare all MongoDB directories\n file:\n path: '{{ item }}'\n state: directory\n owner: '{{ mongo_user }}'\n group: '{{ mongo_user }}'\n mode: '0700'\n loop:\n - '{{ mongo_keyfile_dir }}'\n - '{{ arbiter_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/common | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: Setup Host File\n template:\n src: hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n mode: '0644'\n\n- name: Update APT cache\n apt:\n update_cache: true\n cache_valid_time: 3600 # 1 hour\n\n# - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3255,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/disk | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/disk/tasks/main.yml",
"content": "---\n- name: Create Filesystem for additional disks\n filesystem:\n fstype: xfs\n dev: '{{ item }}'\n loop:\n - '{{ data_disk }}'\n - '{{ journal_disk }}'\n - '{{ log_disk }}'\n\n- name: Mount MongoDB data disk\n mount:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/docker | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n- name: Import the Docker public GPG Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repo\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/mongodb | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/mongodb/tasks/main.yml",
"content": "---\n- name: Create an unauthenticated MongoDB configuration file\n template:\n src: unauthenticated_mongod.j2\n dest: /etc/mongod.conf\n backup: yes\n owner: root\n group: root\n mode: '0644'\n\n- name: Make sure a MongoD... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2356,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/monitoring_client | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/monitoring_client/tasks/main.yml",
"content": "---\n- name: Retrieving Percona latest repository\n get_url:\n url: https://repo.percona.com/apt/percona-release_latest.generic_all.deb\n dest: './percona-release_latest.generic_all.deb'\n mode: '0600'\n\n- name: Configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1105,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/monitoring_server | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/monitoring_server/tasks/main.yml",
"content": "---\n- name: Pull PMM docker image\n docker_image:\n name: percona/pmm-server:2\n source: pull\n\n- name: Create a PMM Data container\n docker_container:\n name: pmm-data\n image: percona/pmm-server:2\n command: /b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | abz89/mongo-replica | e69753b13f797e320e4dbaac111cf1fbeed25e0b | 0 | provisioning/roles/primary | 7,631 | [
"no_license"
] | [
{
"path": "provisioning/roles/primary/templates/member.j2",
"content": "{% for host in groups['primaries'] %}\n- {{ host }}\n{% endfor %}\n{% for host in groups['arbiters'] %}\n- {{ host }}\n{% endfor %}\n{% for host in groups['secondaries'] %}\n- {{ host }}\n{% endfor %}\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | ahpnils/jubilant-octo-tribble | e04c2171aefc54b276789e406a6dcdda6a5c48ff | 2 | ansible/roles/webserver | 7,631 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "- name: Install software dependencies\n package: name=\"git,rsync\" state=present\n\n- name: Clone HTML content repo\n git:\n repo: \"{{ remote_content_repo }}\"\n dest: \"{{ local_content_repo }}\"\n clone: yes\n update: yes\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1981,
"all_permissive": false
} |
ansible_role | CatCalZone/mcrs | 3305d03639f37c47704790249ba3e2b4d585b37f | 2 | applications/supportingServices/jenkins/roles/jenkins | 7,631 | [
"no_license"
] | [
{
"path": "applications/supportingServices/jenkins/roles/jenkins/tasks/jenkins.yml",
"content": "- name: Ensure Jenkins' key is added to apt\n apt_key: url=https://jenkins-ci.org/debian/jenkins-ci.org.key state=present\n- name: Ensure Jenkins repo is added to apt\n apt_repository: repo='deb http://pkg.jen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | leelam1710/ansible_test | cf1241ad70fa4dd41774bb05424b1e9ca264a691 | 0 | roles/cart | 7,631 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: setup nodesjs {{ COMP }} component\n include_role:\n name: common\n tasks_from: nodejs\n vars:\n URL: \"https://github.com/roboshop-devops-project/cart/archive/main.zip\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 192,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.