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
pavbjj/ansible_roles
5d70376aece51cfec0ac2c33f262833b32f73903
0
roles/objects
6,117
[ "no_license" ]
[ { "path": "roles/objects/tasks/main.yml", "content": "---\n\n- name: Create Azure network object\n asa_config:\n lines:\n - subnet {{azure_subnet}}\n parents: ['object network {{azure_object}}']\n\n- name: Create Inside network object\n asa_config:\n lines:\n - subnet {{inside_subnet}}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
pavbjj/ansible_roles
5d70376aece51cfec0ac2c33f262833b32f73903
0
roles/tunnel-group
6,117
[ "no_license" ]
[ { "path": "roles/tunnel-group/tasks/main.yml", "content": "---\n- name: \"Create tunnel group\"\n asa_config:\n lines:\n - tunnel-group {{peerip}} type ipsec-l2l\n\n- name: \"Tunnel Attributes\"\n asa_config:\n lines:\n - ikev1 pre-shared-key {{preshared}}\n parents: tunnel-group {{peer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 285, "all_permissive": false }
ansible_role
gyuvaraj10/grid_setup
eab6c46fcff3118b8b18e9443972bf7c83041887
0
roles/grid
6,117
[ "no_license" ]
[ { "path": "roles/grid/tasks/main.yml", "content": "---\n# - name: Create a Selenium Grid Server\n# ec2:\n# key_name: grid\n# instance_type: \"{{ ec2_instance_type }}\"\n# image: \"{{ ec2_free_aws_linux }}\"\n# wait: yes\n# count: \"{{ selenium_grid }}\"\n# region: \"{{ aws_region }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2087, "all_permissive": false }
ansible_role
gyuvaraj10/grid_setup
eab6c46fcff3118b8b18e9443972bf7c83041887
0
roles/vpc
6,117
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "---\n\n# First task : creating the VPC.\n# We are using the variables set in the vars.yml file.\n# The module gives us back its result,\n# which contains information about our new VPC. \n# We register it in the variable my_vpc.\n\n- name: Create VPC\n ec2_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3559, "all_permissive": false }
ansible_role
poetic/short-stack
92a75eed850990706ae9b93a507ba185c034b027
19
roles/core
6,117
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "---\n- name: ensure stack.d directory exists\n file: path={{ stack_d }} state=directory\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
hg/esp32-airmon
f1bce2e3f0b11f93efc1d5fb6d73ed7f1f14b868
0
ansible/roles/db
6,117
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- name: add signing key\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n- name: add repository\n copy:\n content: deb https://repos.influxdata.com/ubuntu focal stable\n dest: /etc/apt/sources.list.d/influxdb.list\n mode: 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": false }
ansible_role
hg/esp32-airmon
f1bce2e3f0b11f93efc1d5fb6d73ed7f1f14b868
0
ansible/roles/gateway
6,117
[ "no_license" ]
[ { "path": "ansible/roles/gateway/templates/gateway.service.j2", "content": "[Unit]\nRequires = network-online.target influxd.service tor.service mosquitto.service\nAfter = network-online.target influxd.service tor.service mosquitto.service\n\n[Install]\nWantedBy = default.target\n\n[Service]\nType ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2066, "all_permissive": false }
ansible_role
hg/esp32-airmon
f1bce2e3f0b11f93efc1d5fb6d73ed7f1f14b868
0
ansible/roles/grafana
6,117
[ "no_license" ]
[ { "path": "ansible/roles/grafana/files/dashboards/config.yml", "content": "apiVersion: 1\n\nproviders:\n - name: airmon\n type: file\n allowUiUpdates: true\n options:\n path: /etc/grafana/provisioning/dashboards/\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1849, "all_permissive": false }
ansible_role
hg/esp32-airmon
f1bce2e3f0b11f93efc1d5fb6d73ed7f1f14b868
0
ansible/roles/mqtt
6,117
[ "no_license" ]
[ { "path": "ansible/roles/mqtt/tasks/main.yml", "content": "- name: install mqtt broker\n package:\n name: mosquitto\n state: present\n notify: restart mqtt\n\n- name: copy configs\n copy:\n src: files/mosquitto/\n dest: /etc/mosquitto/\n owner: mosquitto\n group: mosquitto\n mode: 07...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
hg/esp32-airmon
f1bce2e3f0b11f93efc1d5fb6d73ed7f1f14b868
0
ansible/roles/tor
6,117
[ "no_license" ]
[ { "path": "ansible/roles/tor/tasks/main.yml", "content": "- name: install tor\n package:\n name: tor\n state: present\n\n- name: enable and start tor\n service:\n name: tor@default\n enabled: yes\n state: started\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": 163, "all_permissive": false }
ansible_role
hg/esp32-airmon
f1bce2e3f0b11f93efc1d5fb6d73ed7f1f14b868
0
ansible/roles/web
6,117
[ "no_license" ]
[ { "path": "ansible/roles/web/templates/Caddyfile.j2", "content": "(common) {\n encode gzip\n\n header {\n Strict-Transport-Security \"max-age=63072000; includeSubDomains; preload\"\n X-Content-Type-Options nosniff\n X-Frame-Options DENY\n }\n}\n\n{{ domain }} {\n import comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 975, "all_permissive": false }
ansible_role
timothy-haak/ansible
6a6171bba251ea2ecd80706ca4792759b942108e
0
ansible/prometheus/roles/prometheus_install
6,156
[ "no_license" ]
[ { "path": "ansible/prometheus/roles/prometheus_install/templates/prometheus.service.j2", "content": "[Unit]\r\nDescription=Prometheus\r\nAfter=network-online.target\r\nRequires=local-fs.target\r\nAfter=local-fs.target\r\n\r\n[Service]\r\nType=simple\r\nUser=prometheus\r\nGroup=prometheus\r\nExecReload=/bin/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2319, "all_permissive": false }
ansible_role
timothy-haak/ansible
6a6171bba251ea2ecd80706ca4792759b942108e
0
ansible/prometheus/roles/prometheus_monitors
6,156
[ "no_license" ]
[ { "path": "ansible/prometheus/roles/prometheus_monitors/templates/prometheus.yml.j2", "content": "global:\r\n scrape_interval: 15s\r\n\r\nscrape_configs:\r\n- job_name: node\r\n static_configs:\r\n - targets: ['localhost:9100']\r\n\r\nrule_files:\r\n - {{ prometheus_config_dir }}/rules/new.rules.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1559, "all_permissive": false }
ansible_role
brian-olson/ansible-live-response
70365d48df815de8c8ed0b5fddca82a54886fd2b
8
roles/DFIR-respond
6,156
[ "permissive" ]
[ { "path": "roles/DFIR-respond/tasks/main.yml", "content": "---\n# tasks file for DFIR-respond\n\n- name: Upgrade to latest version of all packages\n become: true\n package:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n with_items:\n - default-jdk\n - apache2\n - mysql-ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1269, "all_permissive": true }
ansible_role
brian-olson/ansible-live-response
70365d48df815de8c8ed0b5fddca82a54886fd2b
8
roles/DFIR-triage
6,156
[ "permissive" ]
[ { "path": "roles/DFIR-triage/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - DFIR-triage", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 69 }, { "path": "roles/DFIR-triage/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4326, "all_permissive": true }
ansible_role
brian-olson/ansible-live-response
70365d48df815de8c8ed0b5fddca82a54886fd2b
8
roles/common
6,156
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# Credit to https://blog.ruanbekker.com/blog/2018/10/31/how-to-bootstrap-nodes-with-python-using-ansible/\n#- hosts: all\n# gather_facts: False\n# become: true\n# become_user: root\n\n- name: install python\n become: true\n become_user: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": true }
ansible_role
brian-olson/ansible-live-response
70365d48df815de8c8ed0b5fddca82a54886fd2b
8
roles/lamp
6,156
[ "permissive" ]
[ { "path": "roles/lamp/vars/main.yml", "content": "---\n# vars file for lamp", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 24 }, { "path": "roles/lamp/defaults/main.yml", "content": "---\n# defaults file for lamp", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 845, "all_permissive": true }
ansible_role
aueb-wim/ansible-datafactory
0d3790e1adf06b9e2419fb917659e2910dc00f31
0
roles/ehr_setup
6,156
[ "no_license" ]
[ { "path": "roles/ehr_setup/templates/build_dbs.sh.j2", "content": "#! /bin/bash\n\n\ndb_mipmap={{ mipmap_db }}\ndb_capture={{ capture_db }}\ndb_harmonized={{ harmonize_db }}\ncontainer_name={{ postgresql_container }} # <update with postgres name container>\ndb_user={{ postgresql_user }}\ndb_pwd={{ <PASSWORD...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 16867, "all_permissive": false }
ansible_role
aueb-wim/ansible-datafactory
0d3790e1adf06b9e2419fb917659e2910dc00f31
0
roles/loris_setup
6,156
[ "no_license" ]
[ { "path": "roles/loris_setup/templates/docker-compose.yml.j2", "content": "version: \"2\"\nservices:\n mysql:\n image: mysql:5.7.28\n restart: always\n container_name: {{ mysql_container_name }}\n ports:\n - \"{{ mysql_container_port }}:3306\"\n environment:\n - MYSQL_ROOT_PASSWO...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2179, "all_permissive": false }
ansible_role
Mukeshit91/mygit
0c2a9333e2fd6c81c238e96a5ea0573c4d82014f
0
playbooks/roles/test
6,156
[ "no_license" ]
[ { "path": "playbooks/roles/test/tasks/main.yml", "content": " - name: installing appche in centos machine\n yum: pkg= '{{pk}}' state=present\n notify: start apache\n - name: run a command directory\n command: echo hi-Mukesh\n register: output\n - debug: var=output.stdout\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 312, "all_permissive": false }
ansible_role
gautric/ansible-raspberrypi
57fb5642d13d5dd6243d40cbb2e808f91a607b93
7
roles/aws_ssm
6,156
[ "no_license" ]
[ { "path": "roles/aws_ssm/tasks/main.yml", "content": "---\n###\n# RUN only once on local\n###\n\n- name: \"Create AWS SSM Activation\"\n ansible.builtin.command: \"aws ssm create-activation --iam-role {{aws_iam_role}} --registration-limit {{ ansible_play_hosts | length }} --region {{aws_region}} --tags \\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2407, "all_permissive": false }
ansible_role
gautric/ansible-raspberrypi
57fb5642d13d5dd6243d40cbb2e808f91a607b93
7
roles/hotspot
6,156
[ "no_license" ]
[ { "path": "roles/hotspot/meta/main.yml", "content": "---\ndependencies:\n - role: update\n vars:\n packages:\n - dnsmasq\n - hostapd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/hotspot/templates/interfaces.j2", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3185, "all_permissive": false }
ansible_role
gautric/ansible-raspberrypi
57fb5642d13d5dd6243d40cbb2e808f91a607b93
7
roles/pihole
6,156
[ "no_license" ]
[ { "path": "roles/pihole/vars/main.yml", "content": "---\n\npihole_usr: \"pihole\"\npihole_grp: \"pihole\"\n\npihole_install_dir: /opt/pihole\npihole_config_dir: /etc/pihole\n\npihole_shell: /tmp/pihole.sh \npihole_password: <PASSWORD>\n\n#fspath_pihole_src: \"/etc/.pihole\"\n\n\nnetwork_interface: eth0\nipv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2303, "all_permissive": false }
ansible_role
gautric/ansible-raspberrypi
57fb5642d13d5dd6243d40cbb2e808f91a607b93
7
roles/update
6,156
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: update apt-get\n ansible.builtin.apt:\n update_cache: no\n force_apt_get: yes\n register: apt_get_update\n when: apt_get_update is undefined\n\n- name: upgrade apt-get\n ansible.builtin.apt:\n upgrade: yes \n force_apt_get: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3502, "all_permissive": false }
ansible_role
gautric/ansible-raspberrypi
57fb5642d13d5dd6243d40cbb2e808f91a607b93
7
roles/update_ssh_keys
6,156
[ "no_license" ]
[ { "path": "roles/update_ssh_keys/tasks/main.yml", "content": "---\n\n- name: \"Retrieve Public Key from SSH Agent\"\n ansible.builtin.command: \"ssh-add -L\"\n register: public_key_list\n connection: local\n delegate_to: localhost\n become: false\n become_user: \"{{ansible_user_id}}\"\n become_method...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/acme
6,156
[ "no_license" ]
[ { "path": "ansible/roles/acme/tasks/main.yml", "content": "---\n- name: Install ACME.sh\n pkgng:\n name: acme.sh\n state: present\n- name: Mount certificates store read-write\n ansible.posix.mount:\n src: \"{{ services_nfs_server }}:{{ services_nfs_prefix }}/certificates\"\n path: \"{{ certifi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1186, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/authentik
6,156
[ "no_license" ]
[ { "path": "ansible/roles/authentik/defaults/main.yml", "content": "---\nauthentik_admin_email: \"noreply@{{ ansible_site }}.{{ ansible_root_domain }}\"\nauthentik_http_port: 9000\nauthentik_https_port: 9443\nauthentik_image: \"ghcr.io/goauthentik/server\"\nauthentik_image_tag: \"2025.4.0\"\npostgresql_image...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4859, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/base
6,156
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/services.yml", "content": "---\n- name: Configure SSHd\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n owner: root\n group: \"{{ 'wheel' if ansible_os_family == 'FreeBSD' else 'root' }}\"\n mode: '0600'\n notify: restart sshd\n\n- name: E...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 27, "total_bytes": 20061, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/bastion
6,156
[ "no_license" ]
[ { "path": "ansible/roles/bastion/tasks/main.yml", "content": "---\n- name: Configure motd\n template:\n src: motd.j2\n dest: /etc/motd.template\n owner: root\n group: wheel\n mode: '0644'\n notify: \n - restart motd\n when:\n - ansible_facts['distribution'] == \"FreeBSD\"", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 460, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/bind9
6,156
[ "no_license" ]
[ { "path": "ansible/roles/bind9/tasks/main.yml", "content": "---\n- name: Install BIND9\n pkgng:\n name: bind920\n state: present\n- name: Install BIND9 utilities\n pkgng:\n name: bind-tools\n state: present\n- name: Ensure BIND9 service is started and enabled\n service:\n name: named\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 891, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/cloudflared
6,156
[ "no_license" ]
[ { "path": "ansible/roles/cloudflared/tasks/main.yml", "content": "---\n- name: Install cloudflared package\n package:\n name: cloudflared\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/cups
6,156
[ "no_license" ]
[ { "path": "ansible/roles/cups/templates/cupsd.conf.j2", "content": "{% for line in warning_comment %}\n# {{ line }}\n{% endfor %}\n\n# CUPS server configuration\nLogLevel warn\nPageLogFormat\n\n# Listen on all interfaces\nListen {{ cups_interface }}\nListen /run/cups/cups.sock\n\n# Allow remote access\nServ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9665, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/expense-analysis-app
6,156
[ "no_license" ]
[ { "path": "ansible/roles/expense-analysis-app/templates/nginx/nginx.conf.j2", "content": "user www;\nworker_processes auto;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n multi_accept on;\n}\n\nhttp {\n include mime.types;\n default_type application/octet-stream;\n\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9827, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/generic-compute
6,156
[ "no_license" ]
[ { "path": "ansible/roles/generic-compute/tasks/main.yml", "content": "---\n- name: Include Docker role\n import_role:\n name: docker\n when:\n - ansible_facts['distribution'] == \"Debian\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/haproxy
6,156
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy/haproxy.cfg.j2", "content": "{% for line in warning_comment %}\n# {{ line }}\n{% endfor %}\n\nglobal\n log /dev/log local1\n user haproxy\n group haproxy\n daemon\n maxconn 4000\n ssl-default-bind-ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDH...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6241, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/install-cert
6,156
[ "no_license" ]
[ { "path": "ansible/roles/install-cert/tasks/main.yml", "content": "---\n- name: Create .ssh directory for certificate-reader key\n file:\n name: /root/.ssh\n state: directory\n owner: root\n group: '{{ wheel }}'\n mode: '700'\n- name: Create certificate-reader SSH key in root's $HOME\n copy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3378, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/jellyfin
6,156
[ "no_license" ]
[ { "path": "ansible/roles/jellyfin/tasks/main.yml", "content": "---\n- name: Install Jellyfin\n pkgng:\n name: jellyfin\n state: present\n- name: Enable Jellyfin service\n ansible.builtin.service:\n name: jellyfin\n enabled: true\n- name: Start Jellyfin service\n ansible.builtin.service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/jenkins
6,156
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n- name: Install Jenkins LTS\n package:\n name: jenkins-lts\n state: present\n- name: Mount Jenkins home via NFS\n ansible.posix.mount:\n src: \"{{ services_nfs_server }}:{{ services_nfs_prefix }}/jenkins\"\n path: \"{{ jenkins_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/plex
6,156
[ "no_license" ]
[ { "path": "ansible/roles/plex/tasks/main.yml", "content": "---\n- name: Install Plex\n pkgng:\n name: plexmediaserver\n state: present\n- name: Enable Plex service\n service:\n name: plexmediaserver\n enabled: true\n- name: Start Plex service\n ansible.builtin.service:\n name: plexmediaser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/postfix
6,156
[ "no_license" ]
[ { "path": "ansible/roles/postfix/tasks/main.yml", "content": "---\n- name: Install Postfix with LDAP support\n pkgng:\n name: postfix-ldap\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/postgres
6,156
[ "no_license" ]
[ { "path": "ansible/roles/postgres/templates/postgresql.conf.j2", "content": "{% for line in warning_comment %}\n# {{ line }}\n{% endfor %}\n\nlisten_addresses = '*'\nport = 5432\nmax_connections = 100\nauthentication_timeout = 1min\npassword_encryption = scram-sha-256\n\n#ssl = off\n#ssl_ca_file = ''\n#ssl_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 12489, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/poudriere
6,156
[ "no_license" ]
[ { "path": "ansible/roles/poudriere/tasks/main.yml", "content": "---\n- name: Install Poudriere packages\n pkgng:\n name:\n - poudriere\n - portmaster\n - git-lite\n - ccache\n state: latest\n- name: Create Poudriere distfiles directory\n file:\n state: directory\n path: /us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2133, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/pxeboot
6,156
[ "no_license" ]
[ { "path": "ansible/roles/pxeboot/tasks/main.yml", "content": "---\n- name: Create /tftpboot directory\n ansible.builtin.file:\n path: /tftpboot\n state: directory\n- name: Enable inetd service\n service:\n name: inetd\n enabled: true\n- name: Start inetd service\n ansible.builtin.service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/seedbox
6,156
[ "no_license" ]
[ { "path": "ansible/roles/seedbox/tasks/main.yml", "content": "---\n- name: Install transmission daemon and remote CLI\n pkgng:\n name: \n - transmission-daemon\n - transmission-cli\n state: present\n\n- name: Create download directories\n file:\n path: \"{{ item }}\"\n state: directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1456, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/shlink
6,156
[ "no_license" ]
[ { "path": "ansible/roles/shlink/templates/shlink/generated_config.php.j2", "content": "<?php\n\n/*\n{% for line in warning_comment %}\n * {{ line }}\n{% endfor %}\n */\n\nreturn array (\n 'RUNTIME' => 'async',\n 'MEMORY_LIMIT' => '512M',\n 'DB_DRIVER' => '{{ ssm_parameters[\"shlink-database-credentials\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6969, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/squid
6,156
[ "no_license" ]
[ { "path": "ansible/roles/squid/tasks/main.yml", "content": "---\n- name: Install squid on FreeBSD\n package:\n name: squid\n state: present\n\n- name: Configure squid to allow only specific subnet\n copy:\n dest: /usr/local/etc/squid/squid.conf\n content: |\n acl allowed_subnet src 10.174...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/static-webserver
6,156
[ "no_license" ]
[ { "path": "ansible/roles/static-webserver/templates/nginx/nginx.conf.j2", "content": "{% for line in warning_comment %}\n# {{ line }}\n{% endfor %}\n\nworker_processes 1;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n # MIME type mapping\n include mime.types;\n default_type applica...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 9413, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/tandoor
6,156
[ "no_license" ]
[ { "path": "ansible/roles/tandoor/templates/tandoor.sh.j2", "content": "#!/bin/sh\n\n. /etc/rc.subr\n\nname=\"tandoor\"\nrcvar=tandoor_enable\n\nload_rc_config $name\n\n: ${tandoor_enable:=\"NO\"}\n: ${tandoor_user:=\"www\"}\n: ${tandoor_group:=\"www\"}\n: ${tandoor_command:=\"/opt/tandoor/venv/bin/gunicorn\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1741, "all_permissive": false }
ansible_role
jwfh/homelab
fa35e0b0e77a3fe3677224e5d9b1e2007fea866d
0
ansible/roles/user-terminal
6,156
[ "no_license" ]
[ { "path": "ansible/roles/user-terminal/vars/main.yml", "content": "user_terminal_packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/roles/user-terminal/defaults/main.yml", "content": "user_terminal_base_packages:\n - zsh\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1912, "all_permissive": false }
ansible_role
dtulyakov/ansible-joomla
2096e23d52a4920780540b06c2c06e130aa6ebc9
0
ansible/roles/apache2
6,156
[ "no_license" ]
[ { "path": "ansible/roles/apache2/tasks/main.yml", "content": "##################################################\n### Install and configure webserver\n- name: Install apache webserver\n apt: name={{ item }} state=latest\n with_items:\n - apache2\n - libapache2-mpm-itk\n- name: Enable apache2 modules...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1896, "all_permissive": false }
ansible_role
dtulyakov/ansible-joomla
2096e23d52a4920780540b06c2c06e130aa6ebc9
0
ansible/roles/basics
6,156
[ "no_license" ]
[ { "path": "ansible/roles/basics/templates/vimrc", "content": "\" Managed by Ansible\n\" Color improvement for dark backgrounds\n:color desert\n\n\" Show line numbers\nset number\n\n\" Enable syntax highlighting\nsyntax on\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": false }
ansible_role
dtulyakov/ansible-joomla
2096e23d52a4920780540b06c2c06e130aa6ebc9
0
ansible/roles/joomla
6,156
[ "no_license" ]
[ { "path": "ansible/roles/joomla/tasks/main.yml", "content": "---\n- name: Enable mod for apache2\n command: a2enmod {{item}}\n with_items:\n - rewrite\n - suexec\n - include\n - headers\n - proxy\n - proxy_http\n\n- name: Download Joomla\n get_url: url=\"{{joomla_dist_url}}\" dest=\"~/joomla.zip\" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
dtulyakov/ansible-joomla
2096e23d52a4920780540b06c2c06e130aa6ebc9
0
ansible/roles/mysql
6,156
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "##################################################\n### Install and configure MySQL\n- name: Install Packages\n apt: name={{ item }} state=installed\n with_items:\n - mysql-server\n #- python-mysqldb\n\n- name: User Create test1\n mysql_user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
dtulyakov/ansible-joomla
2096e23d52a4920780540b06c2c06e130aa6ebc9
0
ansible/roles/nginx
6,156
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "##################################################\n### Install and configure webserver\n- name: Add apt key for Debian\n apt_key: url=\"https://nginx.org/keys/nginx_signing.key\" state=present\n\n- name: Add repository for Debian\n apt_repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1605, "all_permissive": false }
ansible_role
dtulyakov/ansible-joomla
2096e23d52a4920780540b06c2c06e130aa6ebc9
0
ansible/roles/php
6,156
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "##################################################\n### Install and configure PHP\n- name: Install PHP Packages\n apt: name={{ item }} state=present\n with_items:\n - libapache2-mod-php\n - php\n - php-mysql\n - php-mcrypt\n - php-cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
aws-samples/aws-codedeploy-samples
7b2c0d6515c1c59eeedd409b752ceec0aae4d886
642
conf-mgmt/ansible/local-only/lamp_simple/roles/common
6,156
[ "permissive" ]
[ { "path": "conf-mgmt/ansible/local-only/lamp_simple/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp \n yum: name=ntp state=present\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1708, "all_permissive": true }
ansible_role
aws-samples/aws-codedeploy-samples
7b2c0d6515c1c59eeedd409b752ceec0aae4d886
642
conf-mgmt/ansible/local-only/lamp_simple/roles/web
6,156
[ "permissive" ]
[ { "path": "conf-mgmt/ansible/local-only/lamp_simple/roles/web/tasks/copy_code.yml", "content": "---\n# These tasks are responsible for copying the latest dev/production code from\n# the version control system. \n\n- name: Copy the code from repository\n git: repo={{ repository }} dest=/var/www/html/ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1212, "all_permissive": true }
ansible_role
riteshreddy1818/newrelic
dc333f9a07636f34d955c8e632bfe8d500c1ef23
0
roles/newrelic-agent
6,156
[ "no_license" ]
[ { "path": "roles/newrelic-agent/tasks/newrelic_agent.yml", "content": "---\n - name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n\n - name: NewRelic | Add apt sources list\n apt_repository:\n repo: deb [arch=amd64] https://download.newrelic.com/infrastructure_agent/li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1260, "all_permissive": false }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
multi/roles/cp-install
6,156
[ "permissive" ]
[ { "path": "multi/roles/cp-install/tasks/main.yml", "content": "---\n- name: Get home dir path\n become: false\n shell: \"echo $HOME\"\n register: home_dir_path\n\n- name: Deployment shell permissions\n become: false\n file:\n path: \"{{ home_dir_path.stdout }}/cp-deployment/standalone/deploy-cp-clus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
multi/roles/cp-setting
6,156
[ "permissive" ]
[ { "path": "multi/roles/cp-setting/tasks/main.yml", "content": "---\n- name: Get home dir path\n become: false\n shell: \"echo $HOME\"\n register: home_dir_path\n\n- name: Copy vars tmp file\n become: false\n copy:\n src: \"{{ lookup('env', 'HOME') }}/cp-deployment/multi/cp-cluster-vars.sh\"\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3527, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
multi/roles/istio
6,156
[ "permissive" ]
[ { "path": "multi/roles/istio/tasks/main.yml", "content": "---\n- name: Copy istioctl\n copy:\n src: \"{{ lookup('env', 'HOME') }}/cp-deployment/applications/istio-1.24.3/bin/istioctl\"\n dest: \"/usr/bin/istioctl\"\n mode: \"0755\"\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
multi/roles/istio-multi
6,156
[ "permissive" ]
[ { "path": "multi/roles/istio-multi/tasks/main.yml", "content": "---\n- name: Download step\n become: false\n get_url:\n url: https://github.com/smallstep/cli/releases/download/v0.24.4/step_linux_0.24.4_amd64.tar.gz\n dest: \"{{ lookup('env', 'HOME') }}/step.tar.gz\"\n\n- name: Unarchive step\n shel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6835, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
multi/roles/kubeconfig
6,156
[ "permissive" ]
[ { "path": "multi/roles/kubeconfig/tasks/main.yml", "content": "---\n- name: Get home dir path\n become: false\n shell: \"echo /home/ubuntu\"\n register: home_dir_path\n\n- name: Copy kube config file\n become: false\n shell: \"cp {{ home_dir_path.stdout }}/.kube/config {{ home_dir_path.stdout }}/.kube/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1564, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
multi/roles/kubeconfig-merge
6,156
[ "permissive" ]
[ { "path": "multi/roles/kubeconfig-merge/tasks/main.yml", "content": "---\n- name: Add list kubeconfig file name\n become: false\n shell: |\n ls {{ lookup('env', 'HOME') }}/.kube | grep -E '^config[0-9]+$'\n register: config_list\n\n- name: Merge kubeconfig files\n become: false\n vars:\n kubeconf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
multi/roles/kubectl
6,156
[ "permissive" ]
[ { "path": "multi/roles/kubectl/tasks/main.yml", "content": "---\n- name: Download kubectl binary\n shell: curl -LO \"https://dl.k8s.io/release/v1.32.5/bin/linux/amd64/kubectl\"\n\n- name: Install kubectl\n shell: install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl\n\n- name: Remove kubectl file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
single/roles/cp-download
6,156
[ "permissive" ]
[ { "path": "single/roles/cp-download/tasks/main.yml", "content": "---\n- name: Get home dir path\n become: false\n shell: \"echo $HOME\"\n register: home_dir_path\n\n- name: Download container platform deployment\n become: false\n git:\n repo: https://github.com/K-PaaS/cp-deployment.git\n dest: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
single/roles/cp-reset
6,156
[ "permissive" ]
[ { "path": "single/roles/cp-reset/tasks/main.yml", "content": "---\n- name: Get home dir path\n become: false\n shell: \"echo $HOME\"\n register: home_dir_path\n\n- name: Chmod reset file\n become: false\n file:\n path: \"{{ home_dir_path.stdout }}/cp-deployment/standalone/reset-cp-cluster.sh\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
single/roles/cp-setting
6,156
[ "permissive" ]
[ { "path": "single/roles/cp-setting/tasks/main.yml", "content": "---\n- name: Get home dir path\n become: false\n shell: \"echo $HOME\"\n register: home_dir_path\n\n- name: Copy vars file\n become: false\n copy:\n src: \"{{ lookup('env', 'HOME') }}/cp-deployment/single/cp-cluster-vars.sh\"\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
single/roles/helm
6,156
[ "permissive" ]
[ { "path": "single/roles/helm/tasks/main.yml", "content": "---\n- name: Download helm apt key\n shell: curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null\n\n- name: Install apt-transport-https package\n apt:\n name: apt-transport-https\n\n- name: Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
single/roles/ingress-setting
6,156
[ "permissive" ]
[ { "path": "single/roles/ingress-setting/tasks/main.yml", "content": "---\n- name: Check kube-apiserver\n become: false\n shell: |\n echo $(kubectl get pods -n kube-system | grep kube-apiserver | awk 'NR==1 { print $3 }')\n register: kube_status\n until: kube_status.stdout == \"Running\"\n retries: 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
single/roles/kubeconfig
6,156
[ "permissive" ]
[ { "path": "single/roles/kubeconfig/defaults/main.yml", "content": "master1_node_public_ip: {MASTER1_NODE_PUBLIC_IP}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 49 }, { "path": "single/roles/kubeconfig/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 692, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
single/roles/podman
6,156
[ "permissive" ]
[ { "path": "single/roles/podman/tasks/main.yml", "content": "---\n- name: Install podman\n apt:\n name: podman\n update_cache: yes\n\n- name: Add registries.conf\n shell: |\n cat <<EOF > /etc/containers/registries.conf.d/01-unqualified.conf\n unqualified-search-registries = ['docker.io', 'quay....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": true }
ansible_role
K-PaaS/cp-deployment
7703378b4db93aff1637c785813a652f35c166d9
4
standalone/roles/validate_inventory
6,156
[ "permissive" ]
[ { "path": "standalone/roles/validate_inventory/tasks/main.yml", "content": "---\n# This should only contains check of the inventory itself, nothing depending on facts\n# Checks depending on current state (of the nodes or the cluster)\n# should be in roles/kubernetes/preinstall/tasks/0040-verify-settings.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11196, "all_permissive": true }
ansible_role
00xOps/k8s-cluster-builder
fe0a2cc9e9184447b799d437de8edd9d5d90389e
3
roles/common
6,156
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install packages that allow apt to be used over HTTPS\n apt: \n name='{{ item.name }}'\n state=present\n update_cache=yes\n with_items: \"{{ https_packages | default([]) }}\"\n\n\n- name: Add new repositories keys\n apt_key:\n url='...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1924, "all_permissive": false }
ansible_role
00xOps/k8s-cluster-builder
fe0a2cc9e9184447b799d437de8edd9d5d90389e
3
roles/master
6,156
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "- name: Initialize the Kubernetes cluster using kubeadm\n command: kubeadm init --apiserver-advertise-address=\"{{ node_ip }}\" --apiserver-cert-extra-sans=\"{{ node_ip }}\" --node-name=\"{{ node_name }}\" --pod-network-cidr={{ pod_network }}\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
yylin1/openshift-deployer
ed2b3ab4ea22dd80cea212a9a0931d5ca3f58ef4
0
openshift-ansible-openshift-ansible-3.11.88-1/roles/openshift_examples
6,156
[ "no_license" ]
[ { "path": "openshift-ansible-openshift-ansible-3.11.88-1/roles/openshift_examples/tasks/stream_secrets.yml", "content": "---\n######################################################################\n# Begin image streams\n\n- name: Create imagestream import secret for oreg_url\n command: >\n {{ openshift...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1719, "all_permissive": false }
ansible_role
yylin1/openshift-deployer
ed2b3ab4ea22dd80cea212a9a0931d5ca3f58ef4
0
openshift-ansible-openshift-ansible-3.11.88-1/roles/openshift_sdn
6,156
[ "no_license" ]
[ { "path": "openshift-ansible-openshift-ansible-3.11.88-1/roles/openshift_sdn/tasks/update_daemonset.yml", "content": "---\n\n- name: Retrieve openshift-sdn DaemonSet [{{ l_daemonset }}]\n oc_obj:\n namespace: \"openshift-sdn\"\n kind: DaemonSet\n name: \"{{ l_daemonset }}\"\n state: list\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1089, "all_permissive": false }
ansible_role
yylin1/openshift-deployer
ed2b3ab4ea22dd80cea212a9a0931d5ca3f58ef4
0
openshift-ansible-openshift-ansible-3.11.88-1/roles/openshift_storage_glusterfs
6,156
[ "no_license" ]
[ { "path": "openshift-ansible-openshift-ansible-3.11.88-1/roles/openshift_storage_glusterfs/tasks/heketi_get_key.yml", "content": "---\n- name: Get heketi deployment config\n oc_obj:\n state: list\n kind: deploymentconfig\n namespace: \"{{ glusterfs_namespace }}\"\n name: \"heketi-{{ glusterfs_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
jonathanmtran/lxc-bootstrap
a92e14a47adf71ba4ca411b39151e4e019a22ea4
0
roles/common
6,156
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: 'Set timezone to America/Los_Angeles'\n timezone:\n name: America/Los_Angeles\n\n- name: 'Update system packages'\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n\n- name: 'Install commonly installed packages'\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
jonathanmtran/lxc-bootstrap
a92e14a47adf71ba4ca411b39151e4e019a22ea4
0
roles/development
6,156
[ "no_license" ]
[ { "path": "roles/development/tasks/main.yml", "content": "- name: 'Install packages for development'\n apt:\n pkg:\n - build-essential\n - git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
jonathanmtran/lxc-bootstrap
a92e14a47adf71ba4ca411b39151e4e019a22ea4
0
roles/python
6,156
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: 'Install Python packages'\n apt:\n pkg:\n - build-essential\n - python3\n - python3-dev\n - python3-venv\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
smrowley/workstation-setup
af1c422b3225c33ad598625cc355acfe9e06b08d
0
roles/atom-installation
6,156
[ "no_license" ]
[ { "path": "roles/atom-installation/defaults/main.yml", "content": "---\n# defaults file for roles/extra-installations", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/atom-installation/vars/main.yml", "content": "---\n# vars file for roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 739, "all_permissive": false }
ansible_role
smrowley/workstation-setup
af1c422b3225c33ad598625cc355acfe9e06b08d
0
roles/base-installations
6,156
[ "no_license" ]
[ { "path": "roles/base-installations/tasks/main.yml", "content": "---\n# tasks file for base-installations\n- name: get rpm fedora version\n command: rpm -E %fedora\n args:\n warn: False\n changed_when: False\n register: rpm_stats\n- name: install rpmfusion for codecs\n dnf:\n name: https://downlo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1441, "all_permissive": false }
ansible_role
smrowley/workstation-setup
af1c422b3225c33ad598625cc355acfe9e06b08d
0
roles/extra-installs
6,156
[ "no_license" ]
[ { "path": "roles/extra-installs/handlers/main.yml", "content": "---\n# handlers file for extra-installs\n- name: restart docker daemon\n service:\n name: docker\n state: restarted\n enabled: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 690, "all_permissive": false }
ansible_role
smrowley/workstation-setup
af1c422b3225c33ad598625cc355acfe9e06b08d
0
roles/gnome-configuration
6,156
[ "no_license" ]
[ { "path": "roles/gnome-configuration/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/gnome-configuration", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/gnome-configuration/handlers/main.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1079, "all_permissive": false }
ansible_role
smrowley/workstation-setup
af1c422b3225c33ad598625cc355acfe9e06b08d
0
roles/google-cloud-sdk-installation
6,156
[ "no_license" ]
[ { "path": "roles/google-cloud-sdk-installation/handlers/main.yml", "content": "---\n# handlers file for google-cloud-sdk-installation", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/google-cloud-sdk-installation/defaults/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 786, "all_permissive": false }
ansible_role
smrowley/workstation-setup
af1c422b3225c33ad598625cc355acfe9e06b08d
0
roles/vscode-installation
6,156
[ "no_license" ]
[ { "path": "roles/vscode-installation/defaults/main.yml", "content": "---\n# defaults file for roles/vscode-installation", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/vscode-installation/tasks/main.yml", "content": "---\n# tasks file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 652, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/agama
6,156
[ "no_license" ]
[ { "path": "roles/agama/tasks/apt.yaml", "content": "- name: Template AGAMA config\n ansible.builtin.template:\n src: templates/agama.ini\n dest: /etc/uwsgi/apps-enabled/agama.ini\n notify:\n - Restart uwsgi\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 162...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1495, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/backup
6,156
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "- name: Add the user 'backup'\n ansible.builtin.user:\n name: backup\n generate_ssh_key: yes\n home: /home/backup/\n ssh_key_file: /home/backup/.ssh/id_rsa\n\n- name: Create a 2048-bit SSH key \n ansible.builtin.user:\n name: backup\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/bind
6,156
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yaml", "content": "\n- name: Install bind9\n ansible.builtin.apt:\n name: \n - bind9\n - python3-dnspython\n state: latest\n\n- name: Start service bind9, if not started\n ansible.builtin.service:\n name: bind9\n state: started\n enabled: yes\n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1617, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/bind_exporter
6,156
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "- name: update and install bind exporter\n apt:\n name: prometheus-bind-exporter \n\n- name: install service\n template:\n src: bind_exporter.service.j2\n dest: /etc/systemd/system/bind_exporter.service\n owner: root\n group: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/dns_records
6,156
[ "no_license" ]
[ { "path": "roles/dns_records/tasks/main.yaml", "content": "- name: Set CNAME records\n nsupdate:\n key_name: \"dns_update_key\"\n key_algorithm: \"hmac-sha256\"\n key_secret: \"{{ dns_update_key }}\"\n server: \"localhost\"\n zone: \"{{ domain }}\"\n record: \"{{ item.key }}\"\n type: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/docker
6,156
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install docker\n ansible.builtin.apt:\n name: \n - docker.io\n - python3-docker\n - bridge-utils\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/grafana
6,156
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yaml", "content": "\n\n- name: Create a directory /opt/grafana/provisioning/dashboards\n ansible.builtin.file:\n path: /opt/grafana/provisioning/dashboards\n state: directory\n mode: '0755'\n\n- name: Create a directory /opt/grafana/provisioning/datasources\n a...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5069, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/haproxy
6,156
[ "no_license" ]
[ { "path": "roles/haproxy/handlers/main.yaml", "content": "- name: Restart haproxy\n ansible.builtin.service:\n name: haproxy\n state: restarted\n\n- name: Restart prometheus-haproxy-exporter\n ansible.builtin.service:\n name: prometheus-haproxy-exporter\n state: restarted", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1120, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/influxdb
6,156
[ "no_license" ]
[ { "path": "roles/influxdb/templates/pinger.conf.j2", "content": "database_url={{ groups['prometheus_servers'][0] }}:8086\ndatabase_name=latency\ntargets=google.com cloudflare.com twitter.com", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/in...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4959, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/influxdb_backup
6,156
[ "no_license" ]
[ { "path": "roles/influxdb_backup/tasks/main.yaml", "content": "- name: Create a directory /home/backup/influxdb\n ansible.builtin.file:\n path: /home/backup/influxdb\n state: directory\n mode: '755'\n owner: 'backup'\n\n- name: schedule Influxdb dumps with Cron\n ansible.builtin.cron:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 937, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/influxdb_exporter
6,156
[ "no_license" ]
[ { "path": "roles/influxdb_exporter/tasks/main.yaml", "content": "- name: check if influxdb_exporter exist\n stat:\n path: /usr/local/bin/influxdb_exporter\n register: __check_influxdb_exporter_present\n\n- name: Download influxdb exporter\n get_url:\n url: https://github.com/carlpett/influxdb_stats...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 971, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/keepalived
6,156
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived-exporter.service.j2", "content": "[Unit]\nDescription=Somedescription\nDocumentation=https://github.com/romankuchin/ica0002-2022/blob/main/08-logging/README.md\nAfter=network-online.target\n\n[Service]\nUser=root\nExecStart=/usr/local/bin/keepalived-exporter/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2804, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/mysql
6,156
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: Install python3-pymysql\n ansible.builtin.apt:\n name: python3-pymysql\n\n- name: Install mysql-server\n ansible.builtin.apt:\n name: mysql-server\n\n\n\n\n- name: Start service mysql, if not started\n ansible.builtin.service:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1507, "all_permissive": false }