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
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
best_practic_vault_galaxy/roles/new-user
53
[ "no_license" ]
[ { "path": "best_practic_vault_galaxy/roles/new-user/tasks/main.yml", "content": "---\n\n- import_tasks: new-user.yml\n tags: ['new-user']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "best_practic_vault_galaxy/roles/new-user/tasks/new-user.yml...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
best_practic_vault_galaxy/roles/nginx
53
[ "no_license" ]
[ { "path": "best_practic_vault_galaxy/roles/nginx/tasks/install.yml", "content": "---\n\n- name: install nginx\n block:\n - name: prepare steps for nginx\n block:\n - name: Install EPEL repo\n yum:\n name: epel-release\n state: present\n\n - name: install ngi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
best_praktic/roles/nginx
53
[ "no_license" ]
[ { "path": "best_praktic/roles/nginx/tasks/config.yml", "content": "---\n\n- name: install nginx\n block:\n - name: update nginx config\n template:\n src: default.j2\n dest: /etc/nginx/nginx.conf\n owner: nginx\n notify:\n - reload nginx\n become: yes\n\n - n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1782, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
cluster_pg/roles/pg_repl
53
[ "no_license" ]
[ { "path": "cluster_pg/roles/pg_repl/handlers/main.yml", "content": "- name: reload postgres\n service:\n name: postgresql\n state: reloaded\n daemon_reload: yes\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "cluster_...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 791, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
cluster_pg/roles/postgres
53
[ "no_license" ]
[ { "path": "cluster_pg/roles/postgres/tasks/pg.yml", "content": "---\n\n- name: install epel\n dnf:\n name: epel-release\n state: present\n\n- name: Install PostgreSQL\n dnf:\n name:\n - python3\n - postgresql-libs\n - postgresql\n - postgresql-contrib\n - postgresql-serve...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
cluster_pg/roles/preparation
53
[ "no_license" ]
[ { "path": "cluster_pg/roles/preparation/handlers/main.yml", "content": "---\n\n- name: reload firewall\n service:\n name: firewalld\n state: reloaded\n daemon_reload: yes\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path":...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 923, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
cluster_pg/roles/user
53
[ "no_license" ]
[ { "path": "cluster_pg/roles/user/tasks/main.yml", "content": "---\n\n- name: 'add user for rep'\n import_tasks: 'add_user_pg.yml'\n tags: ['add_user_rep']", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "cluster_pg/roles/user/tasks/add_user_pg.yml...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
deploy_django/roles/django
53
[ "no_license" ]
[ { "path": "deploy_django/roles/django/templates/settings.py.j2", "content": "DATABASES = {\n 'default': {\n 'ENGINE': 'django.db.backends.postgresql_psycopg2',\n 'NAME': 'djproject',\n 'USER': 'mydjangouser',\n 'PASSWORD': <PASSWORD>,\n 'HOST': 'loca...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1723, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
deploy_django/roles/gunicorn
53
[ "no_license" ]
[ { "path": "deploy_django/roles/gunicorn/tasks/main.yml", "content": "---\n\n- name: 'install_gunicorn'\n import_tasks: 'install_gunicorn.yml'\n tags: ['install_gunicorn']", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "deploy_django/roles/gunicor...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1088, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
deploy_django/roles/nginx
53
[ "no_license" ]
[ { "path": "deploy_django/roles/nginx/templates/default.j2", "content": "server {\n listen 80 default_server;\n server_name _;\n location / {\n proxy_pass http://unix:/run/gunicorn.sock;\n error_page 500 502 503 504 /50x.html;\n }\n location = /50x.html {\n root /usr/sha...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2110, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
deploy_django/roles/packages
53
[ "no_license" ]
[ { "path": "deploy_django/roles/packages/tasks/install_packages.yml", "content": "---\n\n- name: Install base needed yum-packages\n yum:\n name: '{{item}}'\n state: present\n loop:\n - python3-devel\n - python3-virtualenv\n - python3-pip\n - tcl\n - tk\n - python3-tkinter\n - git...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 338, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
deploy_django/roles/packages ubuntu
53
[ "no_license" ]
[ { "path": "deploy_django/roles/packages ubuntu/tasks/install_packages_ubuntu.yml", "content": "---\n- name: Install base needed apt-packages\n apt:\n pkg:\n - python3-dev\n - python3-virtualenv\n - python3-pip\n - tcl-dev\n - tk-dev\n - python3-tk\n - git\n - virt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 340, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
deploy_django/roles/postgreSQL
53
[ "no_license" ]
[ { "path": "deploy_django/roles/postgreSQL/tasks/main.yml", "content": "---\n\n- name: 'install_postgreSQL'\n import_tasks: 'install_postgreSQL.yml'\n tags: ['install_postgreSQL']\n\n- name: 'config_postgreSQL'\n import_tasks: 'config_postgreSQL.yml'\n tags: ['config_postgreSQL']\n\n\n\n", "license_t...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1200, "all_permissive": false }
ansible_role
huttercloud/infrastructure
08f15a149ec6fd1f1e565513ce0a5f83486e34cb
0
ansible/roles/1password-cli
53
[ "no_license" ]
[ { "path": "ansible/roles/1password-cli/tasks/main.yml", "content": "---\n# tasks file for 1password-cli\n\n\n- name: install unzip\n apt:\n name: unzip\n state: present\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Downlaod and extract 1password cli\n ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 643, "all_permissive": false }
ansible_role
huttercloud/infrastructure
08f15a149ec6fd1f1e565513ce0a5f83486e34cb
0
ansible/roles/borgbase
53
[ "no_license" ]
[ { "path": "ansible/roles/borgbase/files/borgmatic-alert.py", "content": "#!/usr/bin/env python3\n\nimport boto3\nfrom botocore.config import Config\nimport click\n\n@click.command()\n@click.option('--aws-access-key-id', type=str, required=True)\n@click.option('--aws-access-key-secret', type=str, required=Tr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9212, "all_permissive": false }
ansible_role
huttercloud/infrastructure
08f15a149ec6fd1f1e565513ce0a5f83486e34cb
0
ansible/roles/jenkins-ssh-access
53
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-ssh-access/tasks/main.yml", "content": "---\n# tasks file for jenkins-ssh-access\n\n- name: sanity check jenkins public key\n fail: msg=\"The jenkins ssh key is missing\"\n when: jenkins_public_ssh_key | length == 0\n\n- name: Add jenkins group\n ansible.builtin.group:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2297, "all_permissive": false }
ansible_role
huttercloud/infrastructure
08f15a149ec6fd1f1e565513ce0a5f83486e34cb
0
ansible/roles/microk8s
53
[ "no_license" ]
[ { "path": "ansible/roles/microk8s/tasks/main.yml", "content": "---\n# tasks file for microk8s\n\n- name: Install microk8s\n community.general.snap:\n name: microk8s\n channel: \"{{ channel }}\"\n classic: true\n register: installation\n\n- name: Install dns addon\n ansible.builtin.command: \"mic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2903, "all_permissive": false }
ansible_role
huttercloud/infrastructure
08f15a149ec6fd1f1e565513ce0a5f83486e34cb
0
ansible/roles/node-exporter
53
[ "no_license" ]
[ { "path": "ansible/roles/node-exporter/tasks/main.yml", "content": "---\n# tasks file for node-exporter\n\n# - name: check url for grafana remote write is defined\n# fail: msg=\"The variable 'grafana_prometheus_remote_write_endpoint' is empty\"\n# when: grafana_prometheus_remote_write_endpoint | length ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1913, "all_permissive": false }
ansible_role
huttercloud/infrastructure
08f15a149ec6fd1f1e565513ce0a5f83486e34cb
0
ansible/roles/plex-media-server
53
[ "no_license" ]
[ { "path": "ansible/roles/plex-media-server/tasks/main.yml", "content": "---\n# tasks file for plex-media-server\n\n\n- name: install casks\n community.general.homebrew_cask:\n state: present\n name:\n - plex-media-server\n become: true\n become_user: \"{{ ansible_user }}\"\n\n- name: copy moun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
huttercloud/infrastructure
08f15a149ec6fd1f1e565513ce0a5f83486e34cb
0
ansible/roles/terraform-cli
53
[ "no_license" ]
[ { "path": "ansible/roles/terraform-cli/defaults/main.yml", "content": "---\n# defaults file for terraform-cli\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/roles/terraform-cli/tests/test.yml", "content": "---\n- hosts: localhost\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 605, "all_permissive": false }
ansible_role
pro100frol/aws-ansible
6c6bb09846620024038ecb96d293e2081ca97758
0
roles/mysql
53
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: install mysql server\n yum: name=mariadb-server state=present\n tags: mysql\n- name: start the mysql server\n service: name=mariadb state=started enabled=true\n tags: mysql\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
prasadsai721/ansible
f263f79bee084c99096cf9318fdc97d660a9a60a
0
roles/commom
53
[ "no_license" ]
[ { "path": "roles/commom/nodejs.yml", "content": "- name: Configure YUM repos.\n ansible.builtin.shell: curl -fsSL https://rpm.nodesource.com/setup_lts.x | bash -\n\n- name: Install NodeJS\n ansible.builtin.yum:\n name:\n - nodejs\n - gcc-c++\n state: installed\n\n- name: Setup App USer, Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1626, "all_permissive": false }
ansible_role
prasadsai721/ansible
f263f79bee084c99096cf9318fdc97d660a9a60a
0
roles/frontend
53
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Download and Extract Frontend\n include_role:\n name: common\n tasks_from: download\n\n- name: Cleanup Old HTML Content\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 795, "all_permissive": false }
ansible_role
robertheory/wp-ansible
8c774c981b048ea631852acdfbec6f8f44daa433
0
roles/mysql-server
53
[ "no_license" ]
[ { "path": "roles/mysql-server/tasks/main.yml", "content": "---\n- name: MySQL installation\n apt:\n pkg:\n - mysql-server\n - mysql-client\n - python3-mysqldb\n - libmysqlclient-dev\n update_cache: yes\n\n- name: User creation\n mysql_user:\n name: '{{ mysql.username }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
robertheory/wp-ansible
8c774c981b048ea631852acdfbec6f8f44daa433
0
roles/nginx
53
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n pkg:\n - nginx\n update_cache: yes\n\n- name: Nginx Vhost configuration\n template:\n src: vhost.nginx.conf.j2\n dest: /etc/nginx/sites-enabled/default\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
robertheory/wp-ansible
8c774c981b048ea631852acdfbec6f8f44daa433
0
roles/php
53
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Add PHP repo\n apt_repository:\n repo: '{{ php_fpm.repo }}'\n\n- name: Install PHP\n apt:\n pkg:\n - php{{ php_fpm.version }}\n - php{{ php_fpm.version }}-cli\n - php{{ php_fpm.version }}-common\n - php{{ php_fpm.vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
robertheory/wp-ansible
8c774c981b048ea631852acdfbec6f8f44daa433
0
roles/wordpress
53
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Install unzip\n apt:\n pkg:\n - unzip\n update_cache: yes\n\n- name: WordPress download and unpack\n ansible.builtin.unarchive:\n src: https://wordpress.org/latest.zip\n dest: /var/www/html\n remote_src: yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
Mehdisop/ansibletraining
5e9d0f76bf36093886f3f47360c1da30c04d4d9a
0
ansible-roles/roles/webservers
53
[ "no_license" ]
[ { "path": "ansible-roles/roles/webservers/files/index.php", "content": "<?php\necho \"<h1> yo c'est moi </h1>\";\n?>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible-roles/roles/webservers/tasks/main.yml", "content": "---\n# tasks file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 499, "all_permissive": false }
ansible_role
fedora-infra/supybot-fedora
b7b79800030d32172b3a3f662fb6a48a9363727a
20
devel/ansible/roles/dev
53
[ "no_license" ]
[ { "path": "devel/ansible/roles/dev/tasks/main.yml", "content": "---\n- name: Install RPM packages\n dnf:\n name: ['limnoria', 'ngircd', 'weechat', 'git', 'vim', 'poetry', 'krb5-workstation', 'krb5-devel', 'gcc', 'gssproxy', 'ipa-client']\n state: present\n\n- name: set ngircd config\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2616, "all_permissive": false }
ansible_role
lukapeschke/fedora-playbook
6fd999f38dbdc0d4c61f04fa3196a4e6d38fc230
0
roles/base
56
[ "no_license" ]
[ { "path": "roles/base/vars/main.yml", "content": "packages:\n base:\n - emacs-nox\n - fzf\n - git\n - zsh\n gui:\n - lxdm\n - i3\n - playerctl\n - brightnessctl\n - i3lock\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/ad_integration
56
[ "no_license" ]
[ { "path": "roles/ad_integration/templates/sssd.conf.j2", "content": "[sssd]\ndomains = {{ ad_domain }}\nconfig_file_version = 2\nservices = nss, pam\n\n[domain/{{ ad_domain }}]\nid_provider = ad\naccess_provider = ad\n\nfallback_homedir = /home/%u\ndefault_shell = /bin/bash\nuse_fully_qualified_names = Fals...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1608, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/ad_logging_audit
56
[ "no_license" ]
[ { "path": "roles/ad_logging_audit/templates/ad-log-parser.sh.j2", "content": "#!/bin/bash\n# Parse audit logs for AD-related entries\nausearch -x /usr/sbin/samba --format text | grep -E 'logon|logoff|kerberos|krbtgt'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 762, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/alertmanager
56
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/main.yml", "content": "- ansible.builtin.file:\n group: root\n mode: '0755'\n owner: root\n path: /etc/alertmanager\n state: directory\n name: Create Alertmanager Config Directory\n- ansible.builtin.template:\n dest: /etc/alertmanager/alertmanager.yml\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1011, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/backups
56
[ "no_license" ]
[ { "path": "roles/backups/tasks/main.yml", "content": "null\n---\n- ansible.builtin.file:\n group: root\n mode: '0750'\n owner: root\n path: /opt/backups\n state: directory\n name: Ensure Backup Directory Exists\n- ansible.builtin.package:\n name: rsync\n state: present\n name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/compliance_audit
56
[ "no_license" ]
[ { "path": "roles/compliance_audit/tasks/scan.yml", "content": "- ansible.builtin.shell: 'cis-cat.sh -b /opt/cis-benchmark -p /tmp/cis-scan-report.xml\n\n '\n args:\n executable: /bin/bash\n changed_when: false\n name: Run CIS audit scan\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 490, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_blocklist
56
[ "no_license" ]
[ { "path": "roles/dns_blocklist/templates/unbound-blocklist.conf.j2", "content": "{% raw %}# Generated Unbound blocklist\n{% for domain in blocklist %}\nlocal-zone: \"{{ domain }}\" always_nxdomain\n{% endfor %}{% endraw %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1095, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_cache_analytics
56
[ "no_license" ]
[ { "path": "roles/dns_cache_analytics/tasks/analyze.yml", "content": "- ansible.builtin.shell: bash /usr/local/bin/cache-analysis.sh /tmp/unbound_cache_dump.txt\n args:\n executable: /bin/bash\n changed_when: false\n name: Analyze Unbound cache hits/misses\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 299, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_failover_monitor
56
[ "no_license" ]
[ { "path": "roles/dns_failover_monitor/templates/failover-check.sh.j2", "content": "#!/bin/bash\nif ! dig +time=2 +tries=1 @8.8.8.8 google.com | grep -q 'ANSWER'; then\n echo \"⚠️ DNS failover triggered!\"\nfi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 666, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_logging
56
[ "no_license" ]
[ { "path": "roles/dns_logging/tasks/main.yml", "content": "- ansible.builtin.file:\n group: unbound\n mode: '0750'\n owner: unbound\n path: /var/log/unbound\n state: directory\n name: Ensure Log Directory Exists\n- ansible.builtin.lineinfile:\n insertafter: '^server:'\n line: ' log-q...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_metrics_summary
56
[ "no_license" ]
[ { "path": "roles/dns_metrics_summary/tasks/upload.yml", "content": "null\n---\n- ansible.builtin.copy:\n content: '{{ dns_summary_file[''content''] | b64decode }}'\n dest: /var/www/html/dns-summary.txt\n mode: '0644'\n name: Upload DNS summary to monitoring host\n", "license_type": "no_license...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 692, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_query_logging
56
[ "no_license" ]
[ { "path": "roles/dns_query_logging/tasks/configure.yml", "content": "null\n--- null\n---\n- ansible.builtin.template:\n dest: /etc/rsyslog.d/50-dns.conf\n mode: '0644'\n src: rsyslog-dns.conf.j2\n name: Configure rsyslog for DNS query logging\n- ansible.builtin.service:\n name: rsyslog\n sta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 448, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_response_policy
56
[ "no_license" ]
[ { "path": "roles/dns_response_policy/templates/rpz.zone.j2", "content": "# RPZ zone definition\nlocal-zone: \"bad.domain.com\" static\nlocal-data: \"bad.domain.com A 0.0.0.0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/dns_response_pol...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 441, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dns_threat_intel_sync
56
[ "no_license" ]
[ { "path": "roles/dns_threat_intel_sync/templates/intel-list.conf.j2", "content": "server:\n{% for feed in dns_threat_feeds %}\n include: \"/etc/dns/threat_intel/{{ feed.name }}\"\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "rol...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1211, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dnssec
56
[ "no_license" ]
[ { "path": "roles/dnssec/tasks/configure.yml", "content": "null\n---\n- ansible.builtin.blockinfile:\n block: 'auto-trust-anchor-file: \"/var/lib/unbound/root.key\"\n\n val-clean-additional: true\n\n '\n marker: '# {mark} DNSSEC config'\n path: /etc/unbound/unbound.conf\n name: Configure ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 782, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/dot_doh
56
[ "no_license" ]
[ { "path": "roles/dot_doh/tasks/configure.yml", "content": "null\n---\n- ansible.builtin.template:\n dest: /etc/stubby/stubby.yml\n group: root\n mode: '0644'\n owner: root\n src: stubby.yml.j2\n name: Deploy Stubby configuration\n- ansible.builtin.service:\n enabled: true\n name: stubb...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1139, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/external_alerts
56
[ "no_license" ]
[ { "path": "roles/external_alerts/templates/webhook-payload.json.j2", "content": "{\n \"event\": \"{{ alert_event }}\",\n \"source\": \"{{ inventory_hostname }}\",\n \"timestamp\": \"{{ ansible_date_time.iso8601 }}\",\n \"details\": \"{{ alert_details }}\"\n}\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 538, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/fail2ban
56
[ "no_license" ]
[ { "path": "roles/fail2ban/templates/jail.local.j2", "content": "[DEFAULT]\nignoreip = 127.0.0.1/8 ::1 {{ ansible_default_ipv4.address }}\nbantime = 3600\nfindtime = 600\nmaxretry = 5\nbackend = systemd\nusedns = warn\nlogtarget = /var/log/fail2ban.log\n\n[sshd]\nenabled = true\nport = ssh\nfilter = ss...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1327, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/firewall
56
[ "no_license" ]
[ { "path": "roles/firewall/tasks/iptables.yml", "content": "null\n---\n- ansible.builtin.command: iptables -F\n become: true\n changed_when: false\n name: Flush existing iptables rules\n- ansible.builtin.shell: 'iptables -P INPUT DROP && iptables -P FORWARD DROP && iptables\n -P OUTPUT ACCEPT\n\n '\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2504, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/geo_dns
56
[ "no_license" ]
[ { "path": "roles/geo_dns/templates/geoip.conf.j2", "content": "AccountID {{ geoip_account_id }}\nLicenseKey {{ geoip_license_key }}\nEditionIDs GeoLite2-City GeoLite2-Country\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/geo_dns/tasks/in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 466, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/grafana
56
[ "no_license" ]
[ { "path": "roles/grafana/defaults/main.yml", "content": "---\ngrafana_admin_user: admin\ngrafana_admin_password: \"{{ <PASSWORD> }}\"\ngrafana_dashboard_title: \"DNS Metrics Overview\"\ngrafana_dashboard_uid: \"dns-dashboard\"\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2386, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/ha_keepalived
56
[ "no_license" ]
[ { "path": "roles/ha_keepalived/tasks/install.yml", "content": "- ansible.builtin.package:\n name: keepalived\n state: present\n name: Install Keepalived for HA\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/ha_keepalived/templates/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 681, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/ipv6_dns_security
56
[ "no_license" ]
[ { "path": "roles/ipv6_dns_security/tasks/enforce.yml", "content": "- ansible.builtin.template:\n dest: /etc/unbound/ipv6-dns-rules.conf\n mode: '0644'\n src: ipv6-dns-rules.conf.j2\n name: Ensure IPv6 DNS security policies are defined\n- ansible.builtin.lineinfile:\n insertafter: EOF\n line:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 693, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/metrics_uptime_check
56
[ "no_license" ]
[ { "path": "roles/metrics_uptime_check/templates/uptime-monitor.sh.j2", "content": "#!/bin/bash\nDNS_SERVERS=({{ dns_servers | join(\" \") }})\nDOMAIN=\"{{ monitor_domain | default('cloudflare.com') }}\"\n\nwhile true; do\n for SERVER in \"${DNS_SERVERS[@]}\"; do\n if dig @\"$SERVER\" \"$DOMAIN\" +short ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1514, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/netflow_monitoring
56
[ "no_license" ]
[ { "path": "roles/netflow_monitoring/tasks/configure.yml", "content": "- ansible.builtin.template:\n dest: /etc/systemd/system/nfcapd.service\n mode: '0644'\n src: nfcapd.service.j2\n name: Deploy nfcapd systemd unit\n- ansible.builtin.systemd:\n daemon_reload: true\n enabled: true\n name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 612, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/nginx_proxy
56
[ "no_license" ]
[ { "path": "roles/nginx_proxy/tasks/main.yml", "content": "null\n---\n- ansible.builtin.file:\n mode: '0755'\n path: /etc/nginx/conf.d\n state: directory\n become: true\n name: Ensure nginx config directory exists\n- ansible.builtin.template:\n dest: /etc/nginx/conf.d/proxy.conf\n mode: '064...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1547, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/pihole
56
[ "no_license" ]
[ { "path": "roles/pihole/templates/pihole-custom.list.j2", "content": "# Static DNS entries for local network resolution\n# Format: <IP Address> <hostname>\n\n{{ unbound_ip_primary }} dns1.local\n{{ unbound_ip_secondary }} dns2.local\n{{ pihole_ip }} pihole.local\n{{ ad_server_ip }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1184, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/prometheus
56
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 15s\n evaluation_interval: 15s\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090']\n\n - job_name: 'unbound'\n static_configs:\n - targets: ['{{ un...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1832, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/s3_cloud_backups
56
[ "no_license" ]
[ { "path": "roles/s3_cloud_backups/tasks/install.yml", "content": "- ansible.builtin.package:\n name: awscli\n state: present\n name: Ensure AWS CLI is installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/s3_cloud_backups/tasks/b...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 626, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/status_report_generator
56
[ "no_license" ]
[ { "path": "roles/status_report_generator/templates/status-report.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head><title>Status Report</title></head>\n<body>\n <h1>DNS & System Report - {{ ansible_date_time.date }}</h1>\n <pre>{{ status_report.stdout }}</pre>\n</body>\n</html>\n", "license_type": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 676, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/threatfeeds
56
[ "no_license" ]
[ { "path": "roles/threatfeeds/files/sync-threatfeeds.sh", "content": "#!/bin/bash\n\nmkdir -p /var/log/threatfeeds\nFEED_DIR=\"/etc/unbound/threatfeeds\"\n\nmkdir -p \"$FEED_DIR\"\n\nwget -q -O \"$FEED_DIR/malicious.txt\" https://some-threat-feed.example.com/list.txt\n\n# Optional post-processing (deduplicat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1002, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/tls_reporting
56
[ "no_license" ]
[ { "path": "roles/tls_reporting/tasks/install.yml", "content": "null\n---\n- ansible.builtin.package:\n name: postfix\n state: present\n name: Install TLS reporting dependencies\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/tls_rep...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 381, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/unbound
56
[ "no_license" ]
[ { "path": "roles/unbound/tasks/main.yml", "content": "null\n---\n- ansible.builtin.file:\n mode: '0755'\n path: '{{ item }}'\n state: directory\n become: true\n loop:\n - /etc/unbound\n - /etc/unbound/threatfeeds\n name: Ensure Unbound configuration directories exist\n- ansible.builtin.get_url...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2708, "all_permissive": false }
ansible_role
mikeholownych/unbound-dns-setup
f9dcf4daa0d0f0cbbd6858089c6951e22aba1ce8
0
roles/verify
56
[ "no_license" ]
[ { "path": "roles/verify/tasks/prometheus.yml", "content": "- ansible.builtin.uri:\n return_content: true\n url: http://localhost:9090/-/healthy\n name: Query Prometheus health endpoint\n register: prometheus_health\n- ansible.builtin.assert:\n fail_msg: \"\\u274C Prometheus health check failed\"\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2432, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/debian_server
56
[ "no_license" ]
[ { "path": "roles/debian_server/tasks/main.yml", "content": "---\n- name: update all packages\n tags: os\n apt:\n upgrade: yes\n update_cache: yes\n autoremove: yes\n\n- name: install base requirements\n tags: os\n apt:\n pkg:\n - git\n - vim\n - ca-certificates\n - curl\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/focalboard_container
56
[ "no_license" ]
[ { "path": "roles/focalboard_container/files/docker-compose.yml", "content": "services:\n postgres:\n image: postgres:15\n restart: unless-stopped\n environment:\n - POSTGRES_USER=postgres\n - POSTGRES_PASSWORD=<PASSWORD>\n volumes:\n - /srv/focalboard/db:/var/lib/postgresql/data\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1420, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/grafana_container
56
[ "no_license" ]
[ { "path": "roles/grafana_container/tasks/main.yml", "content": "---\n- name: Create grafana directory\n ansible.builtin.file:\n path: /srv/grafana\n state: directory\n mode: \"0755\"\n\n- name: Create grafana container\n community.docker.docker_container:\n name: grafana\n image: grafana/gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/homeassistant
56
[ "no_license" ]
[ { "path": "roles/homeassistant/tasks/main.yml", "content": "---\n- name: install python\n import_tasks: python.yml\n\n- name: install homeassistant\n import_tasks: homeassistant.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/homeass...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4333, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/homeassistant_container
56
[ "no_license" ]
[ { "path": "roles/homeassistant_container/defaults/main.yml", "content": "---\nhomeassistant_tag: \"2024.12.5\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/homeassistant_container/tasks/main.yml", "content": "---\n- name: Pull hass c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 809, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/homepage_container
56
[ "no_license" ]
[ { "path": "roles/homepage_container/tasks/main.yml", "content": "---\n- name: Create homepage directory\n ansible.builtin.file:\n path: /srv/homepage\n state: directory\n mode: \"0755\"\n\n- name: Copy config file\n copy:\n src: \"files/{{ item }}\"\n dest: \"/srv/homepage/{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 843, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/hyperion
56
[ "no_license" ]
[ { "path": "roles/hyperion/files/custom-effects/fade_ng.py", "content": "import hyperion, time, math\nfrom functools import partial\n\n# Get the parameters\nduration = float(hyperion.args.get('duration', 5.0))\ninterval = float(hyperion.args.get('interval', 0.00001))\nmethod = hyperion.args.get('method', 'ea...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5162, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/mealie_container
56
[ "no_license" ]
[ { "path": "roles/mealie_container/tasks/main.yml", "content": "---\n- name: Create mealie directory\n ansible.builtin.file:\n path: /srv/mealie\n state: directory\n mode: \"0755\"\n\n- name: Create mealie container\n community.docker.docker_container:\n name: mealie\n image: hkotel/mealie:{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 767, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/mysensors
56
[ "no_license" ]
[ { "path": "roles/mysensors/tasks/main.yml", "content": "---\n- name: fetch mysensors git repo\n tags: mysensors\n git:\n repo: https://github.com/mysensors/MySensors.git\n dest: /home/pi/mysensors\n\n- name: install build tools\n tags: mysensors\n become: yes\n apt:\n pkg:\n - build-essen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 907, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/nginxproxymanager
56
[ "no_license" ]
[ { "path": "roles/nginxproxymanager/tasks/main.yml", "content": "---\n- name: install docker\n import_tasks: docker.yml\n\n- name: install nginxproxymanager\n import_tasks: nginxproxymanager.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 761, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/nginxproxymanager_container
56
[ "no_license" ]
[ { "path": "roles/nginxproxymanager_container/defaults/main.yml", "content": "---\nnginxproxymanager_tag: \"2.12.1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/nginxproxymanager_container/tasks/main.yml", "content": "---\n- name: Cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 894, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/portainer
56
[ "no_license" ]
[ { "path": "roles/portainer/defaults/main.yml", "content": "---\nportainer_tag: \"2.25.1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/portainer/tasks/main.yml", "content": "---\n- name: Create docker volume\n community.docker.docke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 784, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/prometheus
56
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n- name: create prometheus directory\n tags: install\n become: true\n file:\n path: /opt/prometheus\n state: directory\n\n- name: download prometheus {{ prometheus_version }}\n tags: install\n become: true\n get_url:\n dest: /opt/pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1965, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/prometheus_container
56
[ "no_license" ]
[ { "path": "roles/prometheus_container/defaults/main.yml", "content": "---\nprometheus_tag: v3.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/prometheus_container/tasks/main.yml", "content": "---\n- name: Create prometheus directory...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7751, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/prometheus_node
56
[ "no_license" ]
[ { "path": "roles/prometheus_node/handlers/main.yml", "content": "- name: Restart prometheus node exporter\n async: 60\n poll: 1\n become: true\n systemd:\n state: restarted\n name: node_exporter.service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1646, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/raspberrypi_os
56
[ "no_license" ]
[ { "path": "roles/raspberrypi_os/tasks/main.yml", "content": "---\n- name: update all packages\n tags: os\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n autoremove: yes\n\n- name: install base requirements\n tags: os\n become: yes\n apt:\n pkg:\n - git\n - vim\n\n- name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1681, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/webdav
56
[ "no_license" ]
[ { "path": "roles/webdav/tasks/main.yml", "content": "---\n- name: install webdav\n tags: install\n apt:\n pkg:\n - nginx-light\n - libnginx-mod-http-dav-ext\n\n- name: copy site configuration\n tags: webdav\n copy:\n src: files/default\n dest: /etc/nginx/sites-available/default\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
andythigpen/ha-playbooks
f6ef80b1495db591a80f2f94644c9ea5bf8d51d7
0
roles/wud_container
56
[ "no_license" ]
[ { "path": "roles/wud_container/tasks/main.yml", "content": "---\n- name: Create wud container\n community.docker.docker_container:\n name: wud\n image: ghcr.io/fmartinou/whats-up-docker\n state: started\n restart_policy: \"unless-stopped\"\n user: root\n ports:\n - \"3001:3000\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
jaaouane/ms-sample
36f53517e7567e1ccdb399a8bd926129d5bce0f1
1
livraison/installation/roles/deploy-ms-sample
56
[ "no_license" ]
[ { "path": "livraison/installation/roles/deploy-ms-sample/tasks/main.yml", "content": "---\n\n- name: copier le service dans systemd\n copy:\n src: ../service/ms-sample.service\n dest: /etc/systemd/system/ms-sample.service\n owner: root\n group: root\n mode: 0777 \n\n- name: creer les dossi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1872, "all_permissive": false }
ansible_role
shakatechdayne/simple-go-app-deploy
5dab9f87f1c2f29224777ee4a576f0268d6b1a81
0
ansible/roles/ansible
56
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure python dependancies are installed ...\n yum: >\n name=python-setuptools\n state=latest\n\n- name: Install Ansible ...\n command: >\n easy_install ansible\n", "license_type": "no_license", "detected_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 630, "all_permissive": false }
ansible_role
shakatechdayne/simple-go-app-deploy
5dab9f87f1c2f29224777ee4a576f0268d6b1a81
0
ansible/roles/balancer
56
[ "no_license" ]
[ { "path": "ansible/roles/balancer/tasks/config.yml", "content": "---\n- name: Remove default Nginx config ...\n file: >\n path=/etc/nginx/conf.d/default.conf state=absent\n\n- name: Copy configuration into place ...\n template: >\n src=vhost.j2\n dest=/etc/nginx/conf.d/{{item.name}}.conf\n with_...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 2139, "all_permissive": false }
ansible_role
shakatechdayne/simple-go-app-deploy
5dab9f87f1c2f29224777ee4a576f0268d6b1a81
0
ansible/roles/goapp
56
[ "no_license" ]
[ { "path": "ansible/roles/goapp/tasks/service.yml", "content": "---\n- name: Create app folder ...\n file: >\n path={{goAppDir}}\n state=directory\n owner={{goAppUser}}\n group={{goAppGroup}}\n mode=0755\n\n- name: Setup app service ...\n template: >\n src=goapp.service\n dest=/lib/sys...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1332, "all_permissive": false }
ansible_role
shakatechdayne/simple-go-app-deploy
5dab9f87f1c2f29224777ee4a576f0268d6b1a81
0
ansible/roles/golang
56
[ "no_license" ]
[ { "path": "ansible/roles/golang/defaults/main.yml", "content": "---\ngoVersion: '1.6.2'\ngoPlatform: 'linux-amd64'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/golang/tasks/main.yml", "content": "# Installs Go Tools\n---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 626, "all_permissive": false }
ansible_role
shakatechdayne/simple-go-app-deploy
5dab9f87f1c2f29224777ee4a576f0268d6b1a81
0
ansible/roles/java
56
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/setup-RedHat.yml", "content": "---\n- name: Install Java JDK ...\n yum: >\n name={{item}}\n state=latest\n with_items: \"{{javaPackages}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "ansible/roles...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1040, "all_permissive": false }
ansible_role
shakatechdayne/simple-go-app-deploy
5dab9f87f1c2f29224777ee4a576f0268d6b1a81
0
ansible/roles/jenkins
56
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/setup.yml", "content": "---\n- name: Ensure URL prefix is configured ...\n lineinfile: >\n dest={{jenkinsInitFile}}\n insertafter='^JENKINS_ARGS='\n regexp='^JENKINS_ARGS=\\\"\\$JENKINS_ARGS --prefix='\n line='JENKINS_ARGS=\"$JENKINS_ARGS --prefix={{jenkin...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 8356, "all_permissive": false }
ansible_role
busrakoken/cloudy-hadoop
33bf019f860def6708a5ede10789e2c711ab628b
1
playbooks/roles/create_cluster
56
[ "no_license" ]
[ { "path": "playbooks/roles/create_cluster/tasks/main.yml", "content": "---\n- name: Create droplet\n digital_ocean:\n state: present\n command: droplet\n ssh_key_ids: \"{{ ssh_key_id }}\"\n name: \"{{ item }}\"\n unique_name: yes\n api_token: \"{{ api_token }}\"\n size_id: \"{{ size }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 976, "all_permissive": false }
ansible_role
busrakoken/cloudy-hadoop
33bf019f860def6708a5ede10789e2c711ab628b
1
playbooks/roles/install_hadoop
56
[ "no_license" ]
[ { "path": "playbooks/roles/install_hadoop/templates/yarn-site.xml.j2", "content": "<?xml version=\"1.0\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"configuration.xsl\"?>\n\n<configuration>\n<property>\n <name>yarn.nodemanager.aux-services</name>\n <value>mapreduce_shuffle</value>\n</property>\n<proper...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7321, "all_permissive": false }
ansible_role
NubeEra-ImranAli/xlp
7bf6802e197aafcf1ec955f0d4ab3220e027d38a
0
roles/java
56
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- name: Install Java\n apt:\n name: openjdk-17-jdk\n state: present\n update_cache: yes\n retries: 3\n delay: 10\n register: java_install_result\n until: java_install_result is success\n\n- name: Handle package installation failure\n debug:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
NubeEra-ImranAli/xlp
7bf6802e197aafcf1ec955f0d4ab3220e027d38a
0
roles/nexus
56
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "# Ensure Java is installed\n- name: Check if Java is installed\n command: java -version\n register: java_version\n ignore_errors: yes\n\n# Install Java if not installed\n- name: Install Java (only if not installed)\n when: java_version.failed\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
NubeEra-ImranAli/xlp
7bf6802e197aafcf1ec955f0d4ab3220e027d38a
0
roles/tomcat
56
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "# Check if Java is installed\n- name: Check if Java is installed\n when: \"'tomcat_server' in group_names\"\n command: java -version\n register: java_version\n ignore_errors: yes\n\n# Install Java if not installed\n- name: Install Java (only on tomcat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6368, "all_permissive": false }
ansible_role
sammarland-rh/ansible-techtalk-london
e547fd163afb12238cd2de946c18063c0c845a5b
0
roles/yumstuff
56
[ "no_license" ]
[ { "path": "roles/yumstuff/tasks/main.yml", "content": "- name: Install packages\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - \"{{packages}}\"\n- name: Yum update\n yum:\n name: '*'\n state: latest\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": 162, "all_permissive": false }
ansible_role
Raunex/ansible-prometheus-grafana
c1307aaf3c8160d0b36227769db9879f748497cf
0
ansible-prometheus-grafana/roles/ansible-docker
56
[ "no_license" ]
[ { "path": "ansible-prometheus-grafana/roles/ansible-docker/tasks/main.yml", "content": "---\n- name: Install epel\n yum:\n name: epel-release\n state: present\n\n- name: Install pip\n yum:\n name: python-pip\n state: present\n\n- name: Install python jsondiff\n pip:\n name: jsondiff\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4674, "all_permissive": false }
ansible_role
Raunex/ansible-prometheus-grafana
c1307aaf3c8160d0b36227769db9879f748497cf
0
ansible-prometheus-grafana/roles/ipa-auth
56
[ "no_license" ]
[ { "path": "ansible-prometheus-grafana/roles/ipa-auth/tasks/ipaclient.yml", "content": "---\n- name: Verifying if ipa client is installed\n stat:\n path: /etc/ipa/default.conf\n register: stat_result\n\n- name: Adding new hostname to /etc/hosts\n lineinfile:\n path: /etc/hosts\n regexp: '^127\\.0...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 962, "all_permissive": false }
ansible_role
guillaumeBianchi/groupe_TP
cdc2e6b908f2f90852659122c3db01fb17abf420
0
DeveloppementOperationnel/roles/flask
56
[ "no_license" ]
[ { "path": "DeveloppementOperationnel/roles/flask/tasks/main.yml", "content": "---\n# tasks file for flask\n- name: Install flask\n pip: name=flask\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
guillaumeBianchi/groupe_TP
cdc2e6b908f2f90852659122c3db01fb17abf420
0
DeveloppementOperationnel/roles/sqlite
56
[ "no_license" ]
[ { "path": "DeveloppementOperationnel/roles/sqlite/handlers/main.yml", "content": "---\n# handlers file for sqlite\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "DeveloppementOperationnel/roles/sqlite/tasks/main.yml", "content": "---\n# tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 115, "all_permissive": false }
ansible_role
guillaumeBianchi/groupe_TP
cdc2e6b908f2f90852659122c3db01fb17abf420
0
DeveloppementOperationnel/roles/supervisor
56
[ "no_license" ]
[ { "path": "DeveloppementOperationnel/roles/supervisor/tasks/main.yml", "content": "---\n# tasks file for supervisor\n- name: Install Supervisor\n apt: name=supervisor state=latest\n\n- name: Start supervisor service\n service: name=supervisor state=started enabled=true\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
guillaumeBianchi/groupe_TP
cdc2e6b908f2f90852659122c3db01fb17abf420
0
ProjectDevOps/roles/gunicorn
56
[ "no_license" ]
[ { "path": "ProjectDevOps/roles/gunicorn/vars/main.yml", "content": "---\n# vars file for gunicorn\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ProjectDevOps/roles/gunicorn/defaults/main.yml", "content": "---\n# defaults file for gunicorn\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 204, "all_permissive": false }