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
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/backbone-gre
7,358
[ "no_license" ]
[ { "path": "roles/backbone-gre/defaults/main.yml", "content": "---\nbatman_interface: \"bat-{{ site_code }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/backbone-gre/tasks/main.yml", "content": "---\n- name: Setup GRE interfaces\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 825, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/batman-adv
7,358
[ "no_license" ]
[ { "path": "roles/batman-adv/tasks/main.yml", "content": "---\n# tasks file for batman-adv\n- name: Enable batman during boot\n lineinfile:\n path: /etc/modules\n line: batman-adv\n\n- name: Load batman-adv module\n modprobe:\n name: batman-adv\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 607, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/batman-adv-14
7,358
[ "no_license" ]
[ { "path": "roles/batman-adv-14/tasks/main.yml", "content": "---\n# tasks file for batman-adv-14\n- name: Remove old repository\n apt_repository:\n repo: \"deb {{ batman_adv_14_apt_repository }}\"\n state: absent\n\n- name: Remove old dkms package\n apt:\n name: batman-adv-dkms\n state: absent\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3472, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/batman-adv-interface
7,358
[ "no_license" ]
[ { "path": "roles/batman-adv-interface/tasks/main.yml", "content": "---\n- name: Install bridge-utils\n apt:\n name: bridge-utils\n\n- name: Install old networking tools\n apt:\n name: net-tools\n\n- name: Install batctl\n apt:\n name: batctl\n\n- name: Install batman pre-up script\n copy:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6327, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/caddy
7,358
[ "no_license" ]
[ { "path": "roles/caddy/tasks/main.yml", "content": "---\n- name: Install tools\n apt:\n name:\n - patch\n - debian-keyring\n - debian-archive-keyring\n\n- name: Install caddy repo keyring\n apt_key:\n url: https://dl.cloudsmith.io/public/caddy/stable/gpg.key\n state: present\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1761, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/chrony
7,358
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yml", "content": "---\n- name: Install chrony\n apt:\n name: chrony\n\n- name: Install configuration\n template:\n src: chrony.conf\n dest: /etc/chrony/chrony.conf\n mode: 0644\n owner: root\n group: root\n notify: restart chrony\n when: \"'vpnservers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 911, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/dnsmasq
7,358
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "---\n- name: Install dnsmasq\n apt:\n name:\n - dnsmasq\n - conntrack # for clearing connections on lease expiration\n\n- name: Create dropin folder for systemd\n file:\n path: /etc/systemd/system/dnsmasq.service.d\n state: director...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2528, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/downlink-firewall
7,358
[ "no_license" ]
[ { "path": "roles/downlink-firewall/files/ipv6-neigh-cache-negative.sh", "content": "#!/usr/bin/env sh\n\nset -eu\n\n# This little script listens to `ip -6 monitor neigh` and adds addresses for\n# which IPv6 ND lookups failed to an ipset, which in turn can be used by the\n# firewall to drop packets to these ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1976, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/downloadsite
7,358
[ "no_license" ]
[ { "path": "roles/downloadsite/README.md", "content": "downloadsite\n=========================\n\nSet up webserver for download site of Freifunk Bremen\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - downloadsite\n\n\nLicense\n-------------------------\n\nGPLv3\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6325, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/etckeeper
7,358
[ "no_license" ]
[ { "path": "roles/etckeeper/tasks/main.yml", "content": "---\n- name: Install etckeeper\n apt:\n name:\n - git\n - etckeeper\n\n- name: Comment all VCSs\n replace:\n dest: /etc/etckeeper/etckeeper.conf\n regexp: '^VCS=\"(?!git)'\n replace: '#VCS=\"'\n\n- name: Activate git as only VCS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1243, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/etckeeper-post
7,358
[ "no_license" ]
[ { "path": "roles/etckeeper-post/tasks/main.yml", "content": "---\n- name: Check if etckeeper is installed\n stat:\n path: /usr/bin/etckeeper\n register: etckeeper_binary\n\n- block:\n - name: Run handlers\n meta: flush_handlers\n\n - name: Reenable autocommit before APT run\n replace:\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 964, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/etckeeper-pre
7,358
[ "no_license" ]
[ { "path": "roles/etckeeper-pre/tasks/main.yml", "content": "---\n- name: Check if etckeeper is installed\n stat:\n path: /usr/bin/etckeeper\n register: etckeeper_binary\n\n- block:\n - name: Check if etc is committed\n command: git -C /etc ls-files --modified --deleted --others --exclude-standard ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/eventswebsite
7,358
[ "no_license" ]
[ { "path": "roles/eventswebsite/tasks/main.yml", "content": "- name: Install index\n template:\n src: index.html\n dest: /var/www/html/\n owner: www-data\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/eventswebsit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 777, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/exit-ipv4
7,358
[ "no_license" ]
[ { "path": "roles/exit-ipv4/defaults/main.yml", "content": "---\nexit_ipv4: \"\"\nexit_ipv4_mtu: 1400\nexit_ipv4_interface: vpn-uplink\nexit_ipv4_address_global: False\nffhb_routing_table: default-freifunk\nmain_bridge: 'br-{{ site_code }}'\nexit_masquerade: true\nipp2p_drop: false\nipp2p_protocols:\n- apple...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2602, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/exit-ipv6
7,358
[ "no_license" ]
[ { "path": "roles/exit-ipv6/README.md", "content": "exit-ipv6\n=========================\n\nConfigure IPv6 exit\n\n\nRole Variables\n------------------------\n\n\nUsage\n------------------------\n\n - hosts: servers\n roles:\n - exit-ipv6\n\n\nLicense\n------------------------\n\nGPLv3\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1114, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/fail2ban
7,358
[ "no_license" ]
[ { "path": "roles/fail2ban/handlers/main.yml", "content": "---\n- name: Reload fail2ban\n ansible.builtin.systemd:\n name: fail2ban\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/fail2ban/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1214, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/fastd
7,358
[ "no_license" ]
[ { "path": "roles/fastd/handlers/main.yml", "content": "---\n- name: restart fastd\n service:\n name: \"fastd@{{ item }}\"\n state: restarted\n with_items:\n - \"{{ site_code }}\"\n - \"{{ site_code }}_legacy\"\n\n- name: reload systemd\n systemd:\n daemon_reload: yes\n", "license_type": "n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5246, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/firewall
7,358
[ "no_license" ]
[ { "path": "roles/firewall/handlers/main.yml", "content": "---\n- name: reload firewall\n service:\n name: firewall\n state: restarted\n\n- name: reload sysctl\n command: /sbin/sysctl --system\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3170, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/freifunkmanager
7,358
[ "no_license" ]
[ { "path": "roles/freifunkmanager/tasks/main.yml", "content": "---\n- name: Create users\n user:\n name: freifunkmanager\n generate_ssh_key: yes\n ssh_key_type: rsa\n ssh_key_file: .ssh/id_rsa\n ssh_key_comment: \"yanic@{{ inventory_hostname }}\"\n\n- name: Install yanic\n command:\n cmd:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2465, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/gatemon
7,358
[ "no_license" ]
[ { "path": "roles/gatemon/defaults/main.yml", "content": "---\ngatemon_email: '<EMAIL>'\ngatemon_user: 'gatemon'\ngatemon_group: 'gatemon'\ngatemon_subdomain: 'status'\ngatemon_domain: '{{ gatemon_subdomain }}.{{ main_domain }}'\ngatemon_git_root: 'https://github.com/FreifunkBremen/gatemon-html.git'\ngatemon...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4410, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/git
7,358
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install git\n apt:\n name: git\n\n- name: Install ca-certificates\n apt:\n name: ca-certificates\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/go
7,358
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- name: Download and install go\n unarchive:\n src: https://golang.org/dl/go1.17.1.linux-amd64.tar.gz\n dest: /usr/local\n copy: no\n\n- name: Configure go\n template:\n src: go.sh\n dest: /etc/profile.d/go.sh\n mode: 0644\n owner:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 339, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/grafana
7,358
[ "no_license" ]
[ { "path": "roles/grafana/README.md", "content": "\n\n\nIn influxdb:\n\n CREATE USER \"grafana\" WITH PASSWORD '<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/grafana/files/Short.json", "content": "{\n \"id\": 2,\n \"ti...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 13095, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/group-webusers
7,358
[ "no_license" ]
[ { "path": "roles/group-webusers/tasks/main.yml", "content": "---\n- name: Added webusers group\n group:\n name: webusers\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/influxdb
7,358
[ "no_license" ]
[ { "path": "roles/influxdb/files/firewall.sh", "content": "ipt -A INPUT -p tcp --dport 8083 -j ACCEPT\nipt -A INPUT -p tcp --dport 8086 -j ACCEPT\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/influxdb/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2262, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/letsencrypt
7,358
[ "no_license" ]
[ { "path": "roles/letsencrypt/defaults/main.yml", "content": "---\nletsencrypt_git_root: 'https://github.com/lukas2511/dehydrated.git'\nletsencrypt_git_commit: '<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/letsencrypt/handler...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1663, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/main-bridge
7,358
[ "no_license" ]
[ { "path": "roles/main-bridge/tasks/main.yml", "content": "---\n- name: Install bridge-utils\n apt:\n name: bridge-utils\n\n- name: Create batman routing table\n lineinfile:\n dest: /etc/iproute2/rt_tables\n line: \"252 {{ ffhb_routing_table }}\"\n regexp: \"^252 \"\n\n- name: Install interface...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1553, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/mesh-announce
7,358
[ "no_license" ]
[ { "path": "roles/mesh-announce/defaults/main.yml", "content": "---\nmesh_announce_git_root: 'https://github.com/ffnord/mesh-announce/'\nmesh_announce_git_commit: 'c34d9f203aba41d1b68967a69e517eb4c0962851'\nbatman_interface: 'bat-{{ site_code }}'\nmain_bridge: 'br-{{ site_code }}'\n\n# alfred\nmesh_announce_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2220, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/meshviewer
7,358
[ "no_license" ]
[ { "path": "roles/meshviewer/templates/apache2.conf", "content": "# {{ ansible_managed }}\n\n<VirtualHost *:443>\n{% if meshviewer_subdomain is defined %}\n ServerName {{ meshviewer_subdomain }}.{{ main_domain }}\n ServerAlias {{ meshviewer_subdomain }}.{{ alt_domain }}\n{% else %}\n ServerName {{ meshvie...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4281, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/monitoring-client
7,358
[ "no_license" ]
[ { "path": "roles/monitoring-client/files/plugins/check_rkhunter", "content": "#! /usr/bin/env bash\n\ndeclare -i STATE_OK=0\ndeclare -i STATE_WARNING=1\ndeclare -i STATE_CRITICAL=2\ndeclare -i STATE_UNKNOWN=3\n\nif [ ! -f /etc/rkhunter.conf ]; then\n ERR_MSG=\"rkhunter.conf not found. So probably rkhunter ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 15700, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/motd
7,358
[ "no_license" ]
[ { "path": "roles/motd/files/add-motd-tail", "content": "#! /usr/bin/env sh\n\nif [ -e /etc/motd.tail ]; then\n cat /etc/motd.tail\nfi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/motd/files/remove-motd-dynamic", "content": "#! /usr/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1017, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/mysql-server
7,358
[ "no_license" ]
[ { "path": "roles/mysql-server/README.md", "content": "mysql-server\n=========================\n\nInstalls MySQL server\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - mysql-server\n\n\nLicense\n-------------------------\n\nGPLv3\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/nginx
7,358
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx with Lua\n apt:\n name:\n - nginx-light\n - libnginx-mod-http-lua\n\n- name: Open firewall for nginx\n copy:\n src: firewall.sh\n dest: \"{{ firewall_path }}/30-nginx\"\n mode: 0644\n owner: root\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/nodejs
7,358
[ "no_license" ]
[ { "path": "roles/nodejs/README.md", "content": "nodejs\n=========================\n\nInstall nodejs from\nRepository\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - nodejs\n\n\nLicense\n-------------------------\n\nGPLv3\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/nodemon
7,358
[ "no_license" ]
[ { "path": "roles/nodemon/defaults/main.yml", "content": "---\nnodemon_email: '<EMAIL>'\nnodemon_user: 'nodemon'\nnodemon_group: 'nodemon'\nnodemon_subdomain: 'nodemon'\nnodemon_domain: '{{ nodemon_subdomain }}.{{ main_domain }}'\nnodemon_git_root: 'https://github.com/FreifunkBremen/nodemon.git'\nnodemon_git...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4268, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/non_persistent_logging
7,358
[ "no_license" ]
[ { "path": "roles/non_persistent_logging/tasks/main.yml", "content": "---\n- name: Remove syslog daemons\n apt:\n name:\n - busybox-syslogd\n - dsyslog\n - inetutils-syslogd\n - rsyslog\n - syslog-ng\n state: absent\n purge: yes\n\n- name: Disable persistent storage\n repl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/nsd
7,358
[ "no_license" ]
[ { "path": "roles/nsd/files/zonegen.py", "content": "#! /usr/bin/env python3\n\nimport sys\nimport json\nimport re\nimport ipaddress\nimport socket\nfrom urllib.request import urlopen\nfrom time import time\nfrom textwrap import dedent\n\n\ndef str_to_domainlabel(s):\n label = re.sub(\"[^0-9a-zA-Z-]+\", \...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 9497, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/nullmailer
7,358
[ "no_license" ]
[ { "path": "roles/nullmailer/tasks/main.yml", "content": "---\n- name: Install local mailserver\n apt:\n name: nullmailer\n\n- name: Copy nullmailer remote\n template:\n src: remotes\n dest: /etc/nullmailer/remotes\n mode: '0640'\n owner: root\n group: \"{{ group }}\"\n notify: restart n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 739, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/openssh
7,358
[ "no_license" ]
[ { "path": "roles/openssh/handlers/main.yml", "content": "---\n- name: reload ssh\n service:\n name: ssh\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/openssh/tasks/main.yml", "content": "---\n- name: Update SS...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 940, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/php
7,358
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install PHP and needed modules\n apt:\n name:\n - composer\n - php7.4-cgi\n - php7.4-cli\n - php7.4-curl\n - php7.4-dev\n - php7.4-gd\n - php7.4-mysql\n - php7.4-sqlite3\n - php7.4-apcu\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 409, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/restic
7,358
[ "no_license" ]
[ { "path": "roles/restic/files/backup-restic", "content": "#! /usr/bin/env bash\n# 2018, mortzu <<EMAIL>>\n# All rights reserved.\n\n# Redistribution and use in source and binary forms, with or without modification, are\n# permitted provided that the following conditions are met:\n#\n# * Redistributions of s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4756, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/rkhunter
7,358
[ "no_license" ]
[ { "path": "roles/rkhunter/README.md", "content": "rkhunter\n=========================\n\nInstalls rkhunter\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - rkhunter\n\n\nLicense\n-------------------------\n\nGPLv3\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2236, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/router-bird
7,358
[ "no_license" ]
[ { "path": "roles/router-bird/templates/firewall.sh", "content": "ipt -A INPUT -i '{{ main_bridge }}' -p tcp --dport 179 -j ACCEPT\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/router-bird/defaults/main.yml", "content": "---\nffhb_rout...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1974, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/ruby
7,358
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: Install Ruby\n apt:\n name:\n - build-essential\n - bundler\n - libsqlite3-dev\n - ruby\n - ruby-dev\n - ruby-i18n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/speedtest
7,358
[ "no_license" ]
[ { "path": "roles/speedtest/defaults/main.yml", "content": "---\nspeedtest_git_root: 'https://github.com/adolfintel/speedtest.git'\nspeedtest_git_commit: 'bf<PASSWORD>da26a1<PASSWORD>d8dec925ad1ed01d7a1bb35'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/sudo
7,358
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "---\n- name: Install sudo\n apt:\n name: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/sudo/README.md", "content": "sudo\n=========================\n\nInstall sudo\n\n\nUsage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/system
7,358
[ "no_license" ]
[ { "path": "roles/system/README.md", "content": "system\n=========================\n\nInstall sysctl files\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - system\n\n\nLicense\n-------------------------\n\nGPLv3\n", "license_type": "no_license", "detected_licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3012, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/tasksite
7,358
[ "no_license" ]
[ { "path": "roles/tasksite/tasks/main.yml", "content": "---\n- name: Add user\n user:\n name: \"{{ tasks_user }}\"\n home: \"/home/{{ tasks_user }}\"\n shell: /bin/zsh\n groups: webusers\n\n- name: Create needed private folder structure\n file:\n path: \"{{ item }}\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10131, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/tiles
7,358
[ "no_license" ]
[ { "path": "roles/tiles/README.md", "content": "tiles\n=====\n\nInstall tessera as a map tile server and configure Apache to cache its responses.\n\n\nUsage\n-----\n\n - hosts: servers\n roles:\n - tiles\n\n\nLicense\n-------\n\nBSD\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5161, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/tmpfs
7,358
[ "no_license" ]
[ { "path": "roles/tmpfs/tasks/main.yml", "content": "---\n- name: Copy tmp.mount\n copy:\n src: /usr/share/systemd/tmp.mount\n dest: /etc/systemd/system/tmp.mount\n remote_src: yes\n\n- name: Enable tmpfs for /tmp\n systemd:\n daemon_reload: yes\n enabled: yes\n name: tmp.mount\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 419, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/tools
7,358
[ "no_license" ]
[ { "path": "roles/tools/README.md", "content": "tools\n=========================\n\nInstalling several useful tools\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - tools\n\n\nLicense\n-------------------------\n\nGPLv3\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 723, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/unbound
7,358
[ "no_license" ]
[ { "path": "roles/unbound/README.md", "content": "unbound\n=========================\n\nInstall and configure unbound\n\n\nUsage\n-------------------------\n\n - hosts: servers\n roles:\n - unbound\n\n\nLicense\n-------------------------\n\nGPLv3\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2007, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/website
7,358
[ "no_license" ]
[ { "path": "roles/website/defaults/main.yml", "content": "---\nwebsite_email: '<EMAIL>'\nwebsite_user: 'website'\nwebsite_group: 'website'\nwebsite_domain: '{{ main_domain }}'\n#website_webhook_secret: '' # must be provided on command line\nwebsite_git_root: 'https://github.com/FreifunkBremen/bremen.freifunk...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 10640, "all_permissive": false }
ansible_role
FreifunkBremen/ansible
37228a3d1c1cbab8d633b85266f6029a356bb3b7
13
roles/yanic
7,358
[ "no_license" ]
[ { "path": "roles/yanic/tasks/main.yml", "content": "---\n- name: Create users\n user:\n name: yanic\n generate_ssh_key: yes\n ssh_key_type: rsa\n ssh_key_file: .ssh/id_rsa\n ssh_key_comment: \"yanic@{{ inventory_hostname }}\"\n\n- name: Fetch yanic sources\n command:\n cmd: /usr/local/go...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4288, "all_permissive": false }
ansible_role
weston100721/ansible-demo
2d5266f962c61832a07119bb7bcd619cce94541b
0
roles/grammar
7,358
[ "permissive" ]
[ { "path": "roles/grammar/tasks/loop.yml", "content": "---\n\n- name: add several users\n debug: msg=\"name is {{ item }}\"\n with_items:\n - testuser1\n - testuser2\n\n# 使用 ‘with_items’ 用于迭代的条目类型不仅仅支持简单的字符串列表.如果你有一个哈希列表,那么你可以用以下方式来引用子项:\n- name: add several users\n debug: msg=\"name is {{ item.na...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3415, "all_permissive": true }
ansible_role
weston100721/ansible-demo
2d5266f962c61832a07119bb7bcd619cce94541b
0
roles/moduleTest
7,358
[ "permissive" ]
[ { "path": "roles/moduleTest/handlers/main.yml", "content": "---\n# handlers file for ansible-demo/roles/moduleTest\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 54 }, { "path": "roles/moduleTest/tests/test.yml", "content": "---\n- ho...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1472, "all_permissive": true }
ansible_role
weston100721/ansible-demo
2d5266f962c61832a07119bb7bcd619cce94541b
0
roles/templateTest
7,358
[ "permissive" ]
[ { "path": "roles/templateTest/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/templateTest", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 76 }, { "path": "roles/templateTest/templates/mgnginx...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2548, "all_permissive": true }
ansible_role
weston100721/ansible-demo
2d5266f962c61832a07119bb7bcd619cce94541b
0
roles/varread
7,358
[ "permissive" ]
[ { "path": "roles/varread/defaults/main.yml", "content": "---\n# defaults file for roles/varread\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 38 }, { "path": "roles/varread/vars/jsonfile.json", "content": "{\n \"jsonFileType\": \"js...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2204, "all_permissive": true }
ansible_role
weston100721/ansible-demo
2d5266f962c61832a07119bb7bcd619cce94541b
0
roles/vartest
7,358
[ "permissive" ]
[ { "path": "roles/vartest/vars/main.yml", "content": "---\n# test_vars: \"vars/main\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 30 }, { "path": "roles/vartest/tasks/main.yml", "content": "---\n - name: show test_vars value\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 191, "all_permissive": true }
ansible_role
ThiboSub/Ansible
ac41496d3e46d24452c909fd1ea948aeb591eea7
0
roles/haproxy
7,358
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# roles/haproxy/tasks/main.yml\n- name: Installer HAProxy\n apt:\n name: haproxy\n state: present\n update_cache: yes\n\n- name: Copier la configuration HAProxy\n template:\n src: haproxy.cfg.j2\n dest: \"{{ haproxy_cfg }}\"\n noti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 999, "all_permissive": false }
ansible_role
EvraamHany/udacity-final-project
2867b82ba8756309f72bf7d2c98df14de2085b03
0
.circleci/ansible/roles/deploy
7,358
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"Extract artifact\"\n unarchive:\n src: /root/project/artifact.tar.gz\n dest: /home/ubuntu/\n remote_src: no\n- name: Copy .env\n copy:\n src: .env\n dest: /home/ubuntu/\n- name: \"Run app\"\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/caddy
7,358
[ "no_license" ]
[ { "path": "roles/caddy/files/Caddyfile", "content": "{\n email <EMAIL>\n}\n\nwp.laszlo.cloud {\n redir https://ci.woodpecker-ci.org{uri}\n}\n\nci.woodpecker-ci.org {\n reverse_proxy woodpecker-server:8000\n}\n\ngrpc-ci.woodpecker-ci.org {\n reverse_proxy h2c://woodpecker-server:9000\n}\n\ngo.woodpecker-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2130, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/common
7,358
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Disable SSH password authentication\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#PasswordAuthentication yes'\n line: 'PasswordAuthentication no'\n when: ansible_distribution in [\"Debian\", \"Ubuntu\"]\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/docker
7,358
[ "no_license" ]
[ { "path": "roles/docker/tasks/ubuntu.yaml", "content": "- name: Install Docker dependencies\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg2\n tags:\n - docker\n\n- name: Add apt key for Docker repository\n ansible.builtin.apt_key:\n id: 0EBFCD...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1539, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/hetzner_dns
7,358
[ "no_license" ]
[ { "path": "roles/hetzner_dns/tasks/main.yaml", "content": "- name: Setup dns\n community.dns.hetzner_dns_record_sets:\n hetzner_token: '{{ hetzner_dns_token }}'\n zone_name: woodpecker-ci.org\n prune: true # remove all records not defined in record_sets\n record_sets:\n - prefix: ''\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1947, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/hetzner_firewalls
7,358
[ "no_license" ]
[ { "path": "roles/hetzner_firewalls/tasks/main.yaml", "content": "- name: Create a firewall for ssh access\n hetzner.hcloud.firewall:\n name: ssh\n api_token: '{{ hcloud_token }}'\n rules:\n - direction: in\n protocol: icmp\n source_ips:\n - 0.0.0.0/0\n - ::/0\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1424, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/hetzner_server
7,358
[ "no_license" ]
[ { "path": "roles/hetzner_server/meta/main.yaml", "content": "collections:\n - hetzner.cloud\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/hetzner_server/tasks/main.yaml", "content": "- name: Create a ssh key\n vars:\n key_path: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 834, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/ssh_key
7,358
[ "no_license" ]
[ { "path": "roles/ssh_key/tasks/main.yaml", "content": "- name: Decrypt existing SSH key\n vars:\n key_path: \"{{ './keys/%s.id_ed25519' | format(server_name | replace('.', '_')) }}\"\n ansible.builtin.command:\n creates: '{{ key_path }}'\n cmd: ansible-vault decrypt {{ key_path }}.enc --output {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/vaultwarden
7,358
[ "no_license" ]
[ { "path": "roles/vaultwarden/tasks/main.yaml", "content": "- name: Create Vaultwarden data volume\n community.docker.docker_volume:\n name: vaultwarden_data\n tags:\n - vaultwarden\n\n- name: Create Vaultwarden container\n community.docker.docker_container:\n name: vaultwarden\n hostname: vau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/weblate
7,358
[ "no_license" ]
[ { "path": "roles/weblate/tasks/main.yaml", "content": "- name: Create volumes for containers\n community.docker.docker_volume:\n name: '{{ item }}'\n loop:\n - weblate_postgres-data\n - weblate_redis-data\n - weblate_weblate-data\n tags:\n - weblate\n\n- name: Create Weblate network\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2663, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/woodpecker_agent
7,358
[ "no_license" ]
[ { "path": "roles/woodpecker_agent/tasks/main.yaml", "content": "- name: Create Woodpecker agent directory\n ansible.builtin.file:\n path: /opt/woodpecker-agent\n state: directory\n mode: '0o700'\n tags:\n - woodpecker\n - woodpecker-agent\n\n- name: Create Woodpecker agent container\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/woodpecker_autoscaler
7,358
[ "no_license" ]
[ { "path": "roles/woodpecker_autoscaler/tasks/main.yaml", "content": "- name: Create Woodpecker autoscaler container\n community.docker.docker_container:\n name: woodpecker_autoscaler\n hostname: woodpecker-autoscaler\n pull: 'always'\n image: woodpeckerci/autoscaler:{{ woodpecker_autoscaler_ver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1595, "all_permissive": false }
ansible_role
woodpecker-ci/infrastructure
869fb923de45cc8928a52570e7ade7b5230e88fb
5
roles/woodpecker_server
7,358
[ "no_license" ]
[ { "path": "roles/woodpecker_server/tasks/main.yaml", "content": "- name: Create Woodpecker directory\n ansible.builtin.file:\n path: /opt/woodpecker\n state: directory\n mode: '0o700'\n tags:\n - woodpecker\n - woodpecker-server\n\n- name: Create Woodpecker server container\n community.doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1215, "all_permissive": false }
ansible_role
srinivasdevops97/expense-ansible-roles
b371f47b4772b0f4dd9866c652fc3ed817fa0cf1
0
roles/backend
7,358
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "- name: disable default nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: enable nodejs 22\n ansible.builtin.command: dnf module enable nodejs:22 -y\n\n- name: install nodejs and mysql and mpm\n ansible.builtin.package:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1471, "all_permissive": false }
ansible_role
sarcho/ansible_advance_homework
7c469c99cc81219dab92755a349ebce39e2659e4
0
roles/app-tier
7,358
[ "no_license" ]
[ { "path": "roles/app-tier/tasks/main.yml", "content": "---\n# tasks file for app-tier\n\n- name: Ensure {{ app }} is installed\n yum:\n name: \"{{ app }}\"\n state: present\n notify:\n - Restart \"{{ app }}\"\n\n- name: Ensure that the default web directory exists\n file:\n path: /usr/share/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1006, "all_permissive": false }
ansible_role
sarcho/ansible_advance_homework
7c469c99cc81219dab92755a349ebce39e2659e4
0
roles/base-config
7,358
[ "no_license" ]
[ { "path": "roles/base-config/tasks/main.yml", "content": "---\n# tasks file for base-config\n\n- name: Ensure sudo is configured\n replace:\n path: /etc/sudoers\n regexp: '^Defaults\\s*requiretty'\n replace: 'Defaults !requiretty'\n backup: yes\n validate: 'visudo -cf %s'\n\n- name: Ensure t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 868, "all_permissive": false }
ansible_role
sarcho/ansible_advance_homework
7c469c99cc81219dab92755a349ebce39e2659e4
0
roles/db-tier
7,358
[ "no_license" ]
[ { "path": "roles/db-tier/vars/main.yml", "content": "---\n# vars file for db-tier\npackage: postgresql-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/db-tier/tasks/main.yml", "content": "---\n# tasks file for db-tier\n\n- name: En...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 582, "all_permissive": false }
ansible_role
sarcho/ansible_advance_homework
7c469c99cc81219dab92755a349ebce39e2659e4
0
roles/lb-tier
7,358
[ "no_license" ]
[ { "path": "roles/lb-tier/handlers/main.yml", "content": "---\n# handlers file for lb-tier\n- name: Restart HAproxy \n service:\n name: \"{{ program }}\"\n enabled: true\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1002, "all_permissive": false }
ansible_role
sarcho/ansible_advance_homework
7c469c99cc81219dab92755a349ebce39e2659e4
0
roles/osp-instance-delete
7,358
[ "no_license" ]
[ { "path": "roles/osp-instance-delete/tasks/main.yml", "content": "---\n# tasks file for roles/osp-instance-delete\n - name: Fetch Instance Info\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n register: fact_result\n\n - name: Delete instances\n os_server:\n cloud: o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
sarcho/ansible_advance_homework
7c469c99cc81219dab92755a349ebce39e2659e4
0
roles/osp-servers
7,358
[ "no_license" ]
[ { "path": "roles/osp-servers/tasks/main.yml", "content": "---\n\n- name: Create new server instances and attaches them a network and passes metadata to the instance\n os_server:\n cloud: ospcloud\n name: \"{{ item.instance_name }}\"\n image: \"{{ item.image }}\"\n meta: \"{{ item.meta }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1938, "all_permissive": false }
ansible_role
bellkev/gridviz
6e5183812181a2bf2fe196ccfa4dcc36ce219eaf
1
ansible/roles/gridviz
7,358
[ "no_license" ]
[ { "path": "ansible/roles/gridviz/tasks/main.yml", "content": "# Copyright (c) 2014 <NAME>. All rights reserved.\n# See the file LICENSE.txt for copying permission.\n\n- name: gather facts based on ec2 metadata\n ec2_facts:\n- name: determine all allowed host names\n set_fact:\n all_hostnames: >\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4142, "all_permissive": false }
ansible_role
bellkev/gridviz
6e5183812181a2bf2fe196ccfa4dcc36ce219eaf
1
ansible/roles/mysql_client
7,358
[ "no_license" ]
[ { "path": "ansible/roles/mysql_client/tasks/main.yml", "content": "# Copyright (c) 2014 <NAME>. All rights reserved.\n# See the file LICENSE.txt for copying permission.\n\n---\n- name: ensure mysql-client installed\n apt: name={{ item }} state=present\n with_items:\n - mysql-client\n - python-mysqld...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
bellkev/gridviz
6e5183812181a2bf2fe196ccfa4dcc36ce219eaf
1
ansible/roles/mysql_server
7,358
[ "no_license" ]
[ { "path": "ansible/roles/mysql_server/tasks/main.yml", "content": "# Copyright (c) 2014 <NAME>. All rights reserved.\n# See the file LICENSE.txt for copying permission.\n\n---\n- name: ensure mysql-server installed\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - mysql-client\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
bellkev/gridviz
6e5183812181a2bf2fe196ccfa4dcc36ce219eaf
1
ansible/roles/nginx
7,358
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "# Copyright (c) 2014 <NAME>. All rights reserved.\n# See the file LICENSE.txt for copying permission.\n\n---\n- name: ensure nginx installed\n apt: name=nginx state=present\n- name: ensure nginx service started\n service: name=nginx state=started...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
bellkev/gridviz
6e5183812181a2bf2fe196ccfa4dcc36ce219eaf
1
ansible/roles/prod_stack
7,358
[ "no_license" ]
[ { "path": "ansible/roles/prod_stack/files/template.json", "content": "{\n \"AWSTemplateFormatVersion\": \"2010-09-09\",\n \"Parameters\": {\n \"AMI\": {\n \"Description\": \"AMI ID to use for the LC\",\n \"Type\": \"String\"\n },\n \"DatabaseUser\": {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6895, "all_permissive": false }
ansible_role
bellkev/gridviz
6e5183812181a2bf2fe196ccfa4dcc36ce219eaf
1
ansible/roles/redis
7,358
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "# Copyright (c) 2014 <NAME>. All rights reserved.\n# See the file LICENSE.txt for copying permission.\n\n---\n- name: ensure redis installed\n apt: name=redis-server state=present\n- name: ensure redis service started\n service: name=redis-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
bellkev/gridviz
6e5183812181a2bf2fe196ccfa4dcc36ce219eaf
1
ansible/roles/uwsgi
7,358
[ "no_license" ]
[ { "path": "ansible/roles/uwsgi/tasks/main.yml", "content": "# Copyright (c) 2014 <NAME>. All rights reserved.\n# See the file LICENSE.txt for copying permission.\n\n---\n- name: ensure pip installed\n apt: name=python-pip state=present\n- name: install from wheel\n pip:\n name: uwsgi\n extra_args: -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
ejson03/devops-cloud
c95498672f06f3aaf947833ee165d91e37aa5df5
0
ec2-ansible-nginx/ansible/roles/git
7,363
[ "no_license" ]
[ { "path": "ec2-ansible-nginx/ansible/roles/git/tasks/main.yml", "content": "- name: Clone repo into dir\r\n git: \r\n repo: \"https://github.com/Darlene-Naz/Darlene-Naz.github.io.git\"\r\n dest: /usr/share/nginx/html\r\n\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
ejson03/devops-cloud
c95498672f06f3aaf947833ee165d91e37aa5df5
0
ec2-packer/ansible/roles/nginx
7,363
[ "no_license" ]
[ { "path": "ec2-packer/ansible/roles/nginx/tasks/main.yaml", "content": "---\r\n\r\n- name: Update and upgrade apt packages\r\n apt:\r\n update_cache: yes\r\n upgrade: 'yes'\r\n\r\n- name: Ensure Nginx is at the latest version\r\n apt:\r\n name: nginx\r\n state: latest\r\n \r\n- name: Make s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
dongwenpeng/ansible
1860f7fc10299c7e5dcdbc533cd1c25edb77b767
1
template/roles/template
7,363
[ "no_license" ]
[ { "path": "template/roles/template/tasks/main.yml", "content": "---\n- hosts: all \n remote_user: root\n sudo: yes\n sudo_user: ansible\n tasks:\n - name: add zabbix \n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/apache
7,363
[ "no_license" ]
[ { "path": "roles/apache/templates/php_ini.j2", "content": "[PHP]\nengine = On\nshort_open_tag = On\nasp_tags = Off\nprecision = 14\ny2k_compliance = On\noutput_buffering = 4096\nzlib.output_compression = Off\nimplicit_flush = Off\nunserialize_callback_func =\nserialize_precision = 17\nallow_call_time_pass_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 11880, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/bind9
7,363
[ "no_license" ]
[ { "path": "roles/bind9/tasks/main.yml", "content": "- name: get A-block from i-doit\n local_action: shell ssh i-doit.intranet.jr0.de. \"/var/www/i-doit.intranet.jr0.de/htdocs/controller -m bind9 -u admin -p admin -i 1 -zone {{ item }} -type A\"\n with_items: \"{{ bind9.zones }}\"\n args:\n executable:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 993, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/check_mk
7,363
[ "no_license" ]
[ { "path": "roles/check_mk/tasks/main.yml", "content": "- include_tasks: portage.yml\n when: ansible_distribution == 'Gentoo'\n\n- include_tasks: apt.yml\n when: ansible_distribution == 'Debian'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path": "r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1372, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/common
7,363
[ "no_license" ]
[ { "path": "roles/common/tasks/apt.yml", "content": "# done by new playbook\n#- name: APT | Repository Konfiguration\n# template: src=apt/sources.list dest=/etc/apt/sources.list\n# register: sources_list\n# tags: update\n# when: ansible_machine != \"armv6l\" and ansible_machine != \"armv7l\" and ansible_...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 12327, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/firewall
7,363
[ "no_license" ]
[ { "path": "roles/firewall/files/firewall/start/000-basic", "content": "#!/bin/bash\n# INCLUDED\n\nfw -P INPUT ACCEPT\nfw -P OUTPUT ACCEPT\nfw -P FORWARD DROP\n\nfw -N LOGDROP\nfw -A LOGDROP -j LOG --log-level 4 --log-prefix \"FIREWALL: \"\nfw -A LOGDROP -j DROP\n\nfw -A INPUT -i lo -j ACCEPT\nfw -A INPUT -m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 4931, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/geerlingguy.mysql
7,363
[ "no_license" ]
[ { "path": "roles/geerlingguy.mysql/tasks/main.yml", "content": "---\n# Include variables and define needed variables.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Define mysql_packages.\n set_fact:\n mysql_packages: \"{{ __mysql_packages | list }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/gnome
7,363
[ "no_license" ]
[ { "path": "roles/gnome/files/local-bin/z", "content": "#!/bin/bash\n\n/usr/bin/chromium --embed-flash-fullscreen\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/gnome/tasks/main.yml", "content": "- name: copy shortcuts\n copy: src=\"lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/isc-dhcpd
7,363
[ "no_license" ]
[ { "path": "roles/isc-dhcpd/handlers/main.yml", "content": "- name: restart dhcpd\n service: name={{ iscdhcpd.daemonname }} state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/isc-dhcpd/defaults/main.yml", "content": "iscdhc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1188, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/linux_ssh
7,363
[ "no_license" ]
[ { "path": "roles/linux_ssh/templates/ssh_config", "content": "Host *\n ForwardAgent yes\n User root\n ServerAliveInterval 300\n ServerAliveCountMax 2\n StrictHostKeyChecking no\n{% if proxmox is defined and proxmox %}\n SendEnv LC_PVE_*\n{% endif %}\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1582, "all_permissive": false }
ansible_role
thorus90/ansible
75b4fff4bbf67cfb37c85f5c79993668c380cc7e
1
roles/linux_updates
7,363
[ "no_license" ]
[ { "path": "roles/linux_updates/tasks/apt.yml", "content": "- name: APT | Repository Konfiguration\n template: src=apt/sources.list dest=/etc/apt/sources.list\n when: ansible_machine != \"armv6l\" and ansible_machine != \"armv7l\" and ansible_distribution == 'Debian'\n\n- name: APT | automatic apt-get upda...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 742, "all_permissive": false }