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
lgarzon/DevOps-CasoPractico2
68c1256f19d133ed160f663e6e2b31463ea3ec15
0
ansible/roles/role_worker
7,433
[ "no_license" ]
[ { "path": "ansible/roles/role_worker/defaults/main.yml", "content": "---\n# defaults file for role_worker\n\n# Master nodes firewall ports\nk8s_woker_ports:\n - 10250\n - 30000-32767\n\nsdn_udp_ports:\n - 8285\n - 8472\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2695, "all_permissive": false }
ansible_role
EmilNikolaevIvanov/ansible
5f57610ee36437a35891b84af720eaa97470f0f8
0
roles/base
7,432
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": " - name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
alexzerd/aws-scraper
2db04f5c43e87f2e9b51159afec07078643698b7
0
ansible-playbook/roles/devops_user
7,432
[ "no_license" ]
[ { "path": "ansible-playbook/roles/devops_user/vars/main.yml", "content": "group_name: \"{{ devops_user }}\"\r\nuser_name: \"{{ devops_user }}\"\r\nuser_home: \"/home/{{ devops_user }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible-playb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 688, "all_permissive": false }
ansible_role
alexzerd/aws-scraper
2db04f5c43e87f2e9b51159afec07078643698b7
0
ansible-playbook/roles/docker
7,432
[ "no_license" ]
[ { "path": "ansible-playbook/roles/docker/tasks/main.yml", "content": "---\r\n\r\n- name: Install Docker dependencies\r\n become: true\r\n apt:\r\n update_cache: yes\r\n pkg:\r\n - ca-certificates\r\n - curl\r\n - gnupg\r\n - python3-pip\r\n\r\n- name: Add GPG key for Docker\r\n shell: >...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1239, "all_permissive": false }
ansible_role
alexzerd/aws-scraper
2db04f5c43e87f2e9b51159afec07078643698b7
0
ansible-playbook/roles/openssl
7,432
[ "no_license" ]
[ { "path": "ansible-playbook/roles/openssl/tasks/main.yml", "content": "---\r\n\r\n- name: Create an app ssl directory\r\n become: true\r\n file:\r\n path: /opt/app/ssl\r\n state: directory\r\n owner: \"{{ devops_user }}\"\r\n group: \"{{ devops_user }}\"\r\n mode: 0750\r\n\r\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/apache-nginx
7,432
[ "no_license" ]
[ { "path": "roles/apache-nginx/templates/sites_apache.conf.j2", "content": "LoadModule ssl_module modules/mod_ssl.so\nLoadModule wsgi_module modules/mod_wsgi.so \n\n\n{% for site in sites %}\n<VirtualHost *:443>\n ServerName {{ site.fqdn }}\n ServerAdmin admin@{{ site.fqdn }}\n \n SSLEngine on\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5054, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/bacula-dir
7,432
[ "no_license" ]
[ { "path": "roles/bacula-dir/templates/bacula-dir.conf.j2", "content": "Director { # define myself\n Name = bacula-dir\n DIRport = 9101 # where we listen for UA connections\n QueryFile = \"/etc/bacula/query.sql\"\n WorkingDirectory = \"/var/spool/bacula\"\n PidD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6290, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/bacula-fd
7,432
[ "no_license" ]
[ { "path": "roles/bacula-fd/tasks/main.yaml", "content": "---\n- name: Install bacula FD components\n yum: name=bacula-client state=installed\n tags: bacula-fd\n\n- name: Enable bacula client\n systemd: name=bacula-fd state=started enabled=yes\n tags: bacula-fd\n \n- name: Deploy configs\n template: sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 985, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/bacula-sd
7,432
[ "no_license" ]
[ { "path": "roles/bacula-sd/tasks/main.yaml", "content": "---\n- name: Install bacula SD components\n yum: name={{ item }} state=installed\n with_items:\n - bacula-storage\n - policycoreutils-python\n tags: bacula-sd\n\n- name: Enable bacula SD\n systemd: name=bacula-sd state=started enabled=yes\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1797, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/bird
7,432
[ "no_license" ]
[ { "path": "roles/bird/handlers/main.yml", "content": "---\n- name: restart bird\n systemd: \n name: bird\n state: restarted\n\n- name: restart network\n service: name=network state=restarted\n \n#- name: kill dhclient\n# command: pkill dhclient\n# listen: \"restart network\"\n\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2582, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/bird2
7,432
[ "no_license" ]
[ { "path": "roles/bird2/handlers/main.yml", "content": "---\n- name: restart network\n systemd: \n name: network.service\n state: restarted\n\n- name: restart bird\n systemd: \n name: bird\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2817, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/common
7,432
[ "no_license" ]
[ { "path": "roles/common/templates/knock.j2", "content": "#!/bin/bash\nports=\"6464 64646 64\"\nhost=$1\nfor port in $ports\ndo\n echo * >/dev/tcp/$host/$port 2>/dev/null\n echo \"Knocking to --> tcp:$port\"\n sleep 0.5\ndone\nssh $1", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 996, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/dns_resolver
7,432
[ "no_license" ]
[ { "path": "roles/dns_resolver/templates/resolv.j2", "content": "# \nnameserver 10.2.2.1\nnameserver 10.99.99.1 \nsearch mydomain.tld\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/dns_resolver/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/dummy
7,432
[ "no_license" ]
[ { "path": "roles/dummy/tasks/main.yml", "content": "---\n- name: Add dummy mod\n template: src=templates/dummy.conf.j2 dest=/etc/modules-load.d/dummy.conf mode=0644 owner=root group=root\n tags: dummy\n\n- name: enable dummy\n modprobe:\n name: dummy\n state: present\n params: 'numdummies=1'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 289, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/edgefw
7,432
[ "no_license" ]
[ { "path": "roles/edgefw/tasks/main.yml", "content": "---\n- name: install iptables-services\n yum:\n name: iptables-services\n state: present\n tags: edgefw\n\n- name: Enable iptables\n systemd: name=iptables state=started enabled=yes\n register: result\n tags: edgefw\n\n- name: Kill all default ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4441, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/forward
7,432
[ "no_license" ]
[ { "path": "roles/forward/tasks/main.yml", "content": "---\n- name: enable ip_forward\n sysctl: \n name: net.ipv4.ip_forward\n value: 1\n sysctl_set: yes\n state: present\n reload: yes\n tags: ip_forward", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 243, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/gauth
7,432
[ "no_license" ]
[ { "path": "roles/gauth/tasks/main.yml", "content": "---\n- name: Install google-authenticator\n yum: \n name: google-authenticator\n state: present\n tags: gauth\n\n## !!! pamd ansible module breakes sshd file\n\n#- name: Insert a new rule before an existing rule\n# pamd:\n# name: sshd\n# typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1856, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/graphite
7,432
[ "no_license" ]
[ { "path": "roles/graphite/handlers/main.yaml", "content": "---\n- name: restart grpahite\n systemd: name=carbon-cache state=restarted\n- name: restart httpd\n systemd: name=httpd state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1896, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/hw-apache-nginx
7,432
[ "no_license" ]
[ { "path": "roles/hw-apache-nginx/tasks/main.yaml", "content": "---\n- name: Install nginx repo\n template: src={{ item.j2 }} dest={{ item.dst }} owner={{ item.owner }} group={{ item.group }} mode=0644\n with_items:\n - {j2: \"templates/nginx.repo.j2\", dst: \"/etc/yum.repos.d/nginx.repo\", owner: root, g...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2984, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/knockssh
7,432
[ "no_license" ]
[ { "path": "roles/knockssh/tasks/main.yml", "content": "---\n- name: install iptables-services\n yum:\n name: iptables-services\n state: present\n tags: knock\n\n- name: Enable iptables\n systemd: name=iptables state=started enabled=yes\n register: result\n tags: knock\n\n- name: Kill all default ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4459, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/mariadb
7,432
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yaml", "content": "---\n- name: Install bacula direrctor components\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - mariadb\n - MySQL-python\n tags: mairadb\n\n- name: Enable mariadb\n systemd: name=mariadb state=started enabled=yes\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/named
7,432
[ "no_license" ]
[ { "path": "roles/named/tasks/main.yml", "content": "---\n- name: Install named (bind and bind-utils)\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - bind\n - bind-utils\n - policycoreutils-python\n tags:\n - named\n\n- name: Enable named\n systemd: name=named state=started ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4287, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/networking
7,432
[ "no_license" ]
[ { "path": "roles/networking/tasks/main.yml", "content": "---\n- name: Disable Zero Configuration Network\n lineinfile: dest=/etc/sysconfig/network\n regexp=''\n insertafter=EOF\n line='NOZEROCONF=yes'\n notify:\n - restart network\n tags: networking\n\n- name: Disa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1150, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/ntp
7,432
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Install NTP\n yum: \n name: ntp \n state: present\n tags: ntp\n\n\n- name: Set timezone\n shell: timedatectl set-timezone Europe/Moscow\n tags: ntp\n\n- name: Enable NTPd and stop before time sync\n systemd:\n name: ntpd\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/openbfdd
7,432
[ "no_license" ]
[ { "path": "roles/openbfdd/templates/openbfdd.conf.j2", "content": "session all set mintx 10 ms\nsession all set minrx 10 ms\nsession all set multi 4\n{% for bfd_neigh in bfdneigh %}allow {{bfd_neigh.ip}}\n{% endfor %}\t\t \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1659, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/openldap-backup
7,432
[ "no_license" ]
[ { "path": "roles/openldap-backup/tasks/main.yaml", "content": "- name: Deploy LDAP backup script\n template: src=templates/openldap_backup.sh.j2 dest=/usr/local/sbin/openldap_backup.sh owner=root group=root mode=0755\n tags:\n - openldap-backup\n\n- name: Create cron job\n cron: \n name: \"Backup ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2811, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/openldap-client
7,432
[ "no_license" ]
[ { "path": "roles/openldap-client/templates/3_tls.j2", "content": "dn: cn=config\nchangetype: modify\nreplace: olcTLSCertificateFile\nolcTLSCertificateFile: {{ openldap_dir }}/certs/server.pem\n\ndn: cn=config\nchangetype: modify\nreplace: olcTLSCertificateKeyFile\nolcTLSCertificateKeyFile: {{ openldap_dir }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2258, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/openldap-server
7,432
[ "no_license" ]
[ { "path": "roles/openldap-server/defaults/main.yml", "content": "openldap_domain: mydomain.tld\nopenldap_rootpw: P@ssw0rd\n\nopenldap_country: RU\nopenldap_state: Moscow\nopenldap_city: Moscow\nopenldap_org: Nexus inc\n\nopenldap_tls: yes\n\nopenldap_dir: /etc/openldap\nopenldap_user: ldap", "license_ty...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 96289, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/pam_script
7,432
[ "no_license" ]
[ { "path": "roles/pam_script/tasks/main.yml", "content": "---\n- name: Install pam_script\n yum: \n name: pam_script\n state: present\n tags: pam_script\n\n- name: Deploy pam module\n template: src=templates/ping_acct.j2 dest=/etc/pam-script.d/ping_acct mode=0755 owner=root group=root\n tags: pam_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/quagga
7,432
[ "no_license" ]
[ { "path": "roles/quagga/tasks/main.yml", "content": "---\n- name: remove default route created with vagrant\n lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-enp0s3\n regexp='^DEFROUTE='\n insertafter=EOF\n line='DEFROUTE=no'\n notify:\n - restart network\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1277, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/top-secure
7,432
[ "no_license" ]
[ { "path": "roles/top-secure/templates/top.py.j2", "content": "#!/usr/bin/env python \nimport pam, getpass, os\np = pam.pam()\nuser = getpass.getuser()\npswd = getpass.getpass('Please enter the password for '+getpass.getuser()+\":\")\nif p.authenticate(user, pswd, service='mypam'):\n os.system(\"sudo /usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1300, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/wait_fot_convergence
7,432
[ "no_license" ]
[ { "path": "roles/wait_fot_convergence/tasks/main.yaml", "content": "---\n- name: Wait fot internet\n shell: ping -c 1 8.8.8.8\n register: output\n until: \"'{{ output.rc }}' == '0'\"\n retries: 20\n delay: 3\n tags: wtf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/zabbix-agent
7,432
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/main.yaml", "content": "---\n- name: Disable selinux\n selinux: state=permissive policy=targeted\n tags: zabbix-agent\n\n- name: Check if zabbix repo exists\n stat: path=/etc/yum.repos.d/zabbix.repo\n register: zabbix_result\n tags: zabbix-agent, zabbix-repo\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7845, "all_permissive": false }
ansible_role
fl64/otus-linux-hw
20bdc214075707b2c9b77ce66efef2bc3341a2ff
0
roles/zabbix-server
7,432
[ "no_license" ]
[ { "path": "roles/zabbix-server/templates/zabbix.conf.php.j2", "content": "<?php\n// Zabbix GUI configuration file.\nglobal $DB;\n\n$DB['TYPE'] = 'MYSQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '0';\n$DB['DATABASE'] = '{{ zabbix.db_name }}';\n$DB['USER'] = '{{ zabbix.db_user }}';\n$DB['PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4423, "all_permissive": false }
ansible_role
jeromesec/kali-setup-ansible
79af28d321ab723d89a35917396fd329a2245c0f
0
roles/burppro
7,432
[ "no_license" ]
[ { "path": "roles/burppro/tasks/main.yml", "content": "---\n- block:\n\n - name: Check if Burp Suite Pro exists\n stat: \n path: /opt/BurpSuitePro/BurpSuitePro\n register: burp_pro\n\n - name: Download latest version of Burp Suite Pro\n ansible.builtin.get_url:\n force: true\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1304, "all_permissive": false }
ansible_role
jeromesec/kali-setup-ansible
79af28d321ab723d89a35917396fd329a2245c0f
0
roles/common
7,432
[ "no_license" ]
[ { "path": "roles/common/tasks/docker.yml", "content": "---\n- block:\n\n - name: Install docker\n become: true\n ansible.builtin.apt:\n update_cache: yes\n state: present\n name:\n - docker.io\n - docker-compose\n\n - name: Enable docker service\n become: true\n an...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1024, "all_permissive": false }
ansible_role
jeromesec/kali-setup-ansible
79af28d321ab723d89a35917396fd329a2245c0f
0
roles/nessus
7,432
[ "no_license" ]
[ { "path": "roles/nessus/tasks/main.yml", "content": "---\n- block:\n\n - name: Check if Nessus CLI file exists\n stat: \n path: /opt/nessus/sbin/nessuscli\n register: nessus_cli\n\n - name: Download latest version of Nessus\n ansible.builtin.get_url:\n force: true\n url: https://ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1436, "all_permissive": false }
ansible_role
jeromesec/kali-setup-ansible
79af28d321ab723d89a35917396fd329a2245c0f
0
roles/network
7,432
[ "no_license" ]
[ { "path": "roles/network/tasks/apt.yml", "content": "---\n- block:\n\n - name: Update apt repositories cache\n ansible.builtin.apt:\n update_cache: yes\n when: not apt_cached_updated\n\n - name: Install network apt packages\n become: true\n ansible.builtin.apt:\n state: present\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1070, "all_permissive": false }
ansible_role
jeromesec/kali-setup-ansible
79af28d321ab723d89a35917396fd329a2245c0f
0
roles/web
7,432
[ "no_license" ]
[ { "path": "roles/web/tasks/nuclei.yml", "content": "---\n- block:\n\n - name: Install nuclei using Go\n ansible.builtin.command: go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest\n\n tags:\n - web-nuclei", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 724, "all_permissive": false }
ansible_role
jeromesec/kali-setup-ansible
79af28d321ab723d89a35917396fd329a2245c0f
0
roles/wireless
7,432
[ "no_license" ]
[ { "path": "roles/wireless/tasks/rogue.yml", "content": "---\n- block:\n\n# Due to changes in Kali 2024.3 in how pip is handled, some dependencies in rogue may not install\n# As a temporary fix, will install the required python3 dependencies via apt\n# Once pip is definately removed or cannot be installed ma...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3933, "all_permissive": false }
ansible_role
jeromesec/kali-setup-ansible
79af28d321ab723d89a35917396fd329a2245c0f
0
roles/wordlists
7,432
[ "no_license" ]
[ { "path": "roles/wordlists/tasks/main.yml", "content": "---\n- import_tasks: apt.yml\n- import_tasks: wordlists.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/wordlists/tasks/apt.yml", "content": "---\n- block:\n\n - name: Update ap...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1166, "all_permissive": false }
ansible_role
evenchan86/ansible-cdh
119475c2486272a8ea405a74319a74ddd2aabde0
0
roles/cdh-server
7,432
[ "no_license" ]
[ { "path": "roles/cdh-server/templates/cloudera-repo.repo.j2", "content": "[cloudera-repo]\nname=cloudera-repo\nbaseurl=http://{{ cdh_server_ip }}/cloudera-repos/cm6\nenabled=1\ngpgcheck=0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/cdh-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2337, "all_permissive": false }
ansible_role
evenchan86/ansible-cdh
119475c2486272a8ea405a74319a74ddd2aabde0
0
roles/init
7,432
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yaml", "content": "- include_tasks: kernel.yaml\n when: ansible_os_family == \"RedHat\"\n\n- name: 设置各节点 hostname\n hostname: name={{ hn }}\n\n- name: 关闭 Firewalld NetworkManager\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n with_items:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2466, "all_permissive": false }
ansible_role
GEANT/FTICKS-ELK-Ansible
f725b5bedcf411648796c5b5d66d1d090cb62bf1
0
roles/elastic.kibana
7,432
[ "no_license" ]
[ { "path": "roles/elastic.kibana/handlers/main.yml", "content": "---\n- name: restart kibana\n become: yes\n service: name=kibana state=restarted\n\n- name: restart nginx\n become: yes\n service: name=nginx state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 11080, "all_permissive": false }
ansible_role
GEANT/FTICKS-ELK-Ansible
f725b5bedcf411648796c5b5d66d1d090cb62bf1
0
roles/elastic.logstash
7,432
[ "no_license" ]
[ { "path": "roles/elastic.logstash/templates/fticks_user.json.j2", "content": "{\n \"password\" : \"{{ es_logstash_fticks_password }}\",\n \"roles\" : [\n \"{{es_logstash_fticks_role}}\"\n ],\n \"full_name\" : \"<NAME>\",\n \"enabled\" : true\n}\n", "license_type": "no_license", "detected_lic...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5941, "all_permissive": false }
ansible_role
cbanciu/ansible-rackspace_cloud
6d0bf7b46a3226eb32ae393b996d0cfb330604fd
0
roles/clb
7,432
[ "no_license" ]
[ { "path": "roles/clb/vars/main.yml", "content": "---\nname: \nalgorithm: 'LEAST_CONNECTIONS'\nport: 80\nprotocol: 'HTTP'\nstate: present\ntimeout: 120\nwait: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/clb/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
cbanciu/ansible-rackspace_cloud
6d0bf7b46a3226eb32ae393b996d0cfb330604fd
0
roles/servers
7,432
[ "no_license" ]
[ { "path": "roles/servers/vars/main.yml", "content": "---\nserver_group: \nserver_name: \nserver_numbers: \ntimeout: 600\nwait: yes\nflavor: \"general1-1\"\nserver_key: \nserver_image: \"CentOS 6 (PVHVM)\" \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 930, "all_permissive": false }
ansible_role
jojolebestof/docker-formation
409cc7ce376ebae4bcebb557585d4b0cd1560ab6
0
ansible/workshops/01/roles/resume
7,434
[ "no_license" ]
[ { "path": "ansible/workshops/01/roles/resume/templates/file.j2", "content": "# My RESUME\n\nName: {{ name }}\n{# Show age from date of birth #}\nAge: {{ date_of_birth }}\n\n{# list skills line by line #}\nSkills: {{ skills }}\n\n{# If driver license == True, write that you have it #}\n\n\n{# Add other valua...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
jojolebestof/docker-formation
409cc7ce376ebae4bcebb557585d4b0cd1560ab6
0
ansible/workshops/02/roles/traefik
7,434
[ "no_license" ]
[ { "path": "ansible/workshops/02/roles/traefik/tasks/main.yml", "content": "---\n- name: Download and extract traefik if needed\n unarchive:\n src: \"https://github.com/containous/traefik/releases/download/v{{ traefik_version }}/traefik_v{{ traefik_version }}_linux_amd64.tar.gz\"\n dest: /usr/local/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 437, "all_permissive": false }
ansible_role
jojolebestof/docker-formation
409cc7ce376ebae4bcebb557585d4b0cd1560ab6
0
ansible/workshops/examples/roles/nomad
7,434
[ "no_license" ]
[ { "path": "ansible/workshops/examples/roles/nomad/templates/nomad.hcl.j2", "content": "datacenter = \"DO-FRA\"\n\ndata_dir = \"/var/lib/nomad\"\n\nbind_addr = \"{{ network_private_ipv4 }}\"\n\nadvertise {\n # We need to specify our host's IP because we can't\n # advertise 0.0.0.0 to other nodes in our clu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2073, "all_permissive": false }
ansible_role
MeIsNalm/ansible_lab
713cc19510ad551912651eaf528a1bf828e31d19
0
lab07/roles/lab.apache
7,434
[ "no_license" ]
[ { "path": "lab07/roles/lab.apache/defaults/main.yml", "content": "---\n# defaults file for lab.apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "lab07/roles/lab.apache/tasks/main.yml", "content": "---\n- name: Update and upgrade apt pack...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 761, "all_permissive": false }
ansible_role
MeIsNalm/ansible_lab
713cc19510ad551912651eaf528a1bf828e31d19
0
lab07/roles/lab.postgresql
7,434
[ "no_license" ]
[ { "path": "lab07/roles/lab.postgresql/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - lab.postgresql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "lab07/roles/lab.postgresql/handlers/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 892, "all_permissive": false }
ansible_role
MeIsNalm/ansible_lab
713cc19510ad551912651eaf528a1bf828e31d19
0
lab07/roles/lab.redis
7,434
[ "no_license" ]
[ { "path": "lab07/roles/lab.redis/vars/main.yml", "content": "---\n# vars file for lab.redis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "lab07/roles/lab.redis/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1348, "all_permissive": false }
ansible_role
aertau/ansible-iaac
54c64f0b83118a50024ce1e43b6a3c1cdb2a6a0a
0
roles/jenkins
7,434
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n\n- block:\n\n - include: dependencies.yml\n\n - include: jenkins.yml\n when: \"'jenkins-master' in group_names\"\n\n when: ansible_os_family == 'RedHat'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 711, "all_permissive": false }
ansible_role
aertau/ansible-iaac
54c64f0b83118a50024ce1e43b6a3c1cdb2a6a0a
0
roles/postgresql
7,434
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/install.yml", "content": "---\n\n- name: Install Postgresql\n apt:\n name: \"postgresql-{{ postgresql_version }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/postgresql/tasks/r...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 641, "all_permissive": false }
ansible_role
EdwinandLinux/Ansible
5ec7b748899ce4b3571d750a56b25dcc19225b88
0
G-Project/ansible_project/roles/apache
7,434
[ "no_license" ]
[ { "path": "G-Project/ansible_project/roles/apache/defaults/main.yml", "content": "# Defaults values\napache_package: httpd\napache_service: httpd\nweb_root: /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "G-Project/ansible_project/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 859, "all_permissive": false }
ansible_role
lel99999/shared_research
c99a3ed9cdc2a4b9cc67ed80b3cab9cad743a0a4
0
roles/emacs7
7,434
[ "no_license" ]
[ { "path": "roles/emacs7/tasks/main.yml", "content": "---\n- name: Install emacs for RH7\n yum:\n name: \"{{ item }}\"\n state: present\n disable_gpg_check: yes\n with_items:\n - emacs\n - libotf\n\n- name: Install Emacs Speaks Statisitcs RH7\n yum:\n name: \"{{ item }}\"\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
lel99999/shared_research
c99a3ed9cdc2a4b9cc67ed80b3cab9cad743a0a4
0
roles/python2RH7
7,434
[ "no_license" ]
[ { "path": "roles/python2RH7/tasks/main.yml", "content": "# main.yml - Install Python 2.7 and Packages from RedHat Satellite\n---\n- name: Install Python27 packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python27\n - python27-PyYAML\n - python27-python-setuptools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
lel99999/shared_research
c99a3ed9cdc2a4b9cc67ed80b3cab9cad743a0a4
0
roles/texliveRH7
7,434
[ "no_license" ]
[ { "path": "roles/texliveRH7/tasks/main.yaml", "content": "---\n- name: Install texlive files\n shell: yum install -y {{item}}\n# yum:\n# name: \"{{item}}\"\n# state: present\n# disable_gpg_check: yes\n with_items:\n - \"{{texlive_packages}}\"\n# when: custom_repo\n\n- name: download texstudio \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-docker
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-docker/tasks/main.yml", "content": "---\n- name: Install python3-pip\n apt:\n name: python3-pip\n state: present\n register: result\n until: result is succeeded\n\n- name: Remove docker-py py...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1463, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-general
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-general/tasks/main.yml", "content": "---\n- name: Set login banner\n copy:\n src: motd.txt\n dest: /etc/motd\n\n- name: Update apt-cache\n apt:\n update_cache: yes\n cache_valid_time: 36...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-snapraid
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-snapraid/defaults/main.yml", "content": "---\nsnapraid_enabled: false\n\n# Defines the data disks to use.\n# The name and mount point association is relevant for parity, do not change it\n# WARNING: A...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7315, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-users
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ansible-nas-users/tasks/main.yml", "content": "---\n- name: Create ansible-nas group\n group:\n name: ansible-nas\n state: present\n\n- name: Create ansible-nas user\n user:\n name: ansible-nas\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/bazarr
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/bazarr/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - include_vars:\n file: ../../defaults/main.yml\n\n - name: Get container state\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2293, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/cloudflare_ddns
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/cloudflare_ddns/molecule/default/verify_stopped.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - include_vars:\n file: ../../defaults/main.yml\n\n - name: Try ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2126, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/deluge
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/deluge/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - include_vars:\n file: ../../defaults/main.yml\n\n - name: Get container state\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2293, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/freshrss
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/freshrss/tasks/main.yml", "content": "---\n- name: Create FreshRSS Directories\n file:\n path: \"{{ item }}\"\n state: directory\n # mode: 0755\n with_items:\n - \"{{ freshrss_data_directory }}/data...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1472, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/get_iplayer
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/get_iplayer/tasks/main.yml", "content": "---\n- name: Create get_iplayer Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ get_iplayer_config_directory }}\"\n - \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 833, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/gitea
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/gitea/tasks/main.yml", "content": "---\n- name: Start Gitea\n block:\n - name: Create Gitea Directories\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n with_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2856, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/gitlab
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/gitlab/defaults/main.yml", "content": "---\n# enable or disable the application\ngitlab_enabled: false\ngitlab_available_externally: false\n\n# directories\ngitlab_data_directory: \"{{ docker_home }}/gitlab\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2102, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/glances
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/glances/defaults/main.yml", "content": "---\n# enable or disable the application\nglances_enabled: false\nglances_available_externally: false\n\n# network\nglances_hostname: \"glances\"\nglances_port_one: \"61208...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1272, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/gotify
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/gotify/defaults/main.yml", "content": "---\ngotify_enabled: false\ngotify_available_externally: false\n\n# data directory\ngotify_data_directory: \"{{ docker_home }}/gotify\"\n\n# docker image to use\ngotify_dock...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1438, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/guacamole
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/guacamole/tasks/main.yml", "content": "---\n- name: Create Guacamole directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ guacamole_data_directory }}/config\"\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1740, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/healthchecks.io
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/healthchecks.io/tasks/main.yml", "content": "---\n- name: Add healthchecks.io cronjob\n cron:\n name: healthchecks.io\n minute: \"*/{{ healthchecks_ping_minutes }}\"\n user: root\n job: \"curl -m 10 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/homeassistant
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/homeassistant/defaults/main.yml", "content": "---\nhomeassistant_enabled: false\nhomeassistant_available_externally: false\n\n# directories\nhomeassistant_data_directory: \"{{ docker_home }}/homeassistant\"\n\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1316, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/homebridge
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/homebridge/defaults/main.yml", "content": "---\n# enable or disable the application\nhomebridge_enabled: false\nhomebridge_available_externally: false\n\n# directories\nhomebridge_config_directory: \"{{ docker_ho...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1532, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/jackett
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/jackett/defaults/main.yml", "content": "---\n# enable or disable the application\njackett_enabled: false\njackett_available_externally: false\n\n# directories\njackett_data_directory: \"{{ docker_home }}/jackett\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1347, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/jellyfin
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/jellyfin/tasks/main.yml", "content": "---\n- name: Create Jellyfin Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ jellyfin_config_directory }}\"\n\n- name: Jellyfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1607, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/joomla
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/joomla/defaults/main.yml", "content": "---\njoomla_enabled: false\njoomla_available_externally: false\n\njoomla_database_password: <PASSWORD>\n\n# directories\njoomla_data_directory: \"{{ docker_home }}/joomla\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1690, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/komga
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/komga/tasks/main.yml", "content": "---\n- name: Create Komga Directories\n file:\n path: \"{{ item }}\"\n state: directory\n # mode: 0755\n with_items:\n - \"{{ komga_data_directory }}\"\n - \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1634, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/krusader
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/krusader/tasks/main.yml", "content": "---\n- name: Krusader Directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ krusader_config_directory }}/krusader\"\n\n- name: Krusade...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1681, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/lidarr
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/lidarr/tasks/main.yml", "content": "---\n- name: Create Lidarr Directory\n file:\n path: \"{{ lidarr_data_directory }}\"\n state: directory\n\n- name: Lidarr Docker Container\n docker_container:\n name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1459, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mealie
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mealie/tasks/main.yml", "content": "---\n- name: Create Mealie Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ mealie_data_directory }}/data\"\n\n- name: Mealie Doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1570, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/minecraft-server
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/minecraft-server/tasks/main.yml", "content": "---\n- name: Create Minecraft Server Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ minecraft_server_data_directory }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/minidlna
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/minidlna/defaults/main.yml", "content": "---\n# enable or disable the application\nminidlna_enabled: false\nminidlna_available_externally: false\n\n# directories\nminidlna_media_directory1: \"{{ movies_root }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 842, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/miniflux
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/miniflux/tasks/main.yml", "content": "---\n- name: Create Miniflux Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ miniflux_data_directory }}/postgres\"\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1912, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mosquitto
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mosquitto/tasks/main.yml", "content": "---\n- name: Create Mosquitto Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ mosquitto_data_directory }}/config\"\n - \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1199, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mylar
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mylar/tasks/main.yml", "content": "---\n- name: Create Mylar Directories\n file:\n path: \"{{ item }}\"\n state: directory\n # mode: 0755\n with_items:\n - \"{{ mylar_data_directory }}/config\"\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1568, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mymediaforalexa
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/mymediaforalexa/defaults/main.yml", "content": "---\n# enable or disable the application\nmymediaforalexa_enabled: false\n\n# directories\nmymediaforalexa_media_directory: \"{{ music_root }}\"\nmymediaforalexa_da...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 828, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/n8n
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/n8n/defaults/main.yml", "content": "---\nn8n_enabled: false\n\n# Networking\nn8n_available_externally: false\nn8n_port: 5678\nn8n_hostname: \"n8n\"\n\n# Directories\nn8n_data_directory: \"{{ docker_home }}/n8n\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1328, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/navidrome
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/navidrome/tasks/main.yml", "content": "---\n- name: Create Navidrome Directories\n file:\n path: \"{{ item }}\"\n state: directory\n # mode: 0755\n with_items:\n - \"{{ navidrome_data_directory }}/d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1796, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/netbootxyz
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/netbootxyz/tasks/main.yml", "content": "---\n- name: Netbootxyz Directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ netbootxyz_config_directory }}\"\n - \"{{ netbootxy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1726, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/netdata
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/netdata/tasks/main.yml", "content": "---\n- name: Get docker group id\n group:\n name: docker\n register: docker_group\n\n- name: Netdata Docker Container\n docker_container:\n name: netdata\n hostnam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1292, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/nextcloud
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/nextcloud/tasks/main.yml", "content": "---\n- name: Create Nextcloud directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ nextcloud_data_directory }}/nextcloud\"\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2305, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/nomad
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/nomad/handlers/main.yml", "content": "---\n- name: Restart Nomad\n systemd:\n state: restarted\n name: \"{{ nomad_service_name }}\"\n listen: \"restart nomad\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1157, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/nzbget
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/nzbget/defaults/main.yml", "content": "---\nnzbget_enabled: false\nnzbget_available_externally: false\n\n# directories\nnzbget_data_directory: \"{{ docker_home }}/nzbget\"\nnzbget_download_directory: \"{{ downloa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1380, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/octoprint
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/octoprint/tasks/main.yml", "content": "---\n- name: Create Octoprint Directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ octoprint_data_directory }}\"\n\n- name: Octopr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1631, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ombi
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/ombi/tasks/main.yml", "content": "---\n- name: Create Ombi Directories\n file:\n path: \"{{ ombi_config_directory }}\"\n state: directory\n\n- name: Ombi Docker Container\n docker_container:\n name: om...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1215, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/openhab
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/openhab/tasks/main.yml", "content": "---\n- name: Create openHAB group\n group:\n name: openhab\n gid: 9001\n state: present\n\n- name: Create openHAB user\n user:\n name: openhab\n uid: 9001\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1924, "all_permissive": false }
ansible_role
heartshare/ultimate-devops-nas
ef26a88b34f709c92ad8445667476fa73c4fe00f
0
project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/organizr
7,434
[ "no_license" ]
[ { "path": "project/environments/01-dev/init-ultimate-nas-vm/config/vm/ansible/ansible-nas/roles/organizr/defaults/main.yml", "content": "---\norganizr_enabled: false\norganizr_available_externally: false\n\n# directories\norganizr_data_directory: \"{{ docker_home }}/organizr\"\n\n# network\norganizr_port_ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1429, "all_permissive": false }