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
torfs-ict/cmsms
3361ae0c4af17eb4f57533d6b55505f7f9da01e2
2
ansible/roles/nginx
111
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt: pkg=nginx state=latest\n\n- name: Change default nginx site\n template: src=default.tpl dest=/etc/nginx/sites-available/default\n notify: restart nginx\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 980, "all_permissive": false }
ansible_role
torfs-ict/cmsms
3361ae0c4af17eb4f57533d6b55505f7f9da01e2
2
ansible/roles/php7
111
[ "no_license" ]
[ { "path": "ansible/roles/php7/tasks/pecl.yml", "content": "- name: PHP Pecl packages | Install prerequisites\n apt: pkg=\"php7.0-dev\" state=present\n when: php7.pecl is defined\n\n- name: PHP Pecl packages | Install packages\n shell: echo \"\\n\\n\\n\\n\\n\\n\\n\\n\\n\" | pecl install {{ item }}\n regi...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1803, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/batman
111
[ "no_license" ]
[ { "path": "roles/batman/tasks/main.yml", "content": "---\n\n- name: Install batctl from apt\n apt: name=batctl\n\n- name: Enable batman during boot\n lineinfile: dest=/etc/modules line=batman-adv\n\n- name: Load batman-adv module\n modprobe: name=batman-adv\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/bind
111
[ "no_license" ]
[ { "path": "roles/bind/templates/named.conf.local.j2", "content": "# {{ ansible_managed }}\n\n// Do any local configuration here\n// Consider adding the 1918 zones here, if they are not used in your organization\n\ninclude \"/etc/bind/zones.rfc1918\";\n\n{% for item in gateways[unit_id].domains | dict2items ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3968, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/bird
111
[ "no_license" ]
[ { "path": "roles/bird/tasks/main.yml", "content": "---\n\n- name: Install bird\n apt: package=bird\n\n- name: Enable IPv6 routing\n sysctl: name=net.ipv6.conf.all.forwarding value=1 state=present\n\n- name: Configure bird\n template: src=bird.conf.j2 dest=/etc/bird/bird.conf\n notify: Restart bird\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 990, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/common
111
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: copy bashrc\n copy: \n src: bashrc \n dest: /root/.bashrc\n force: yes\n\n- name: first try apt update\n command: apt update\n\n- name: Install misc software\n apt: \n name:\n - build-essential\n - git\n - apt-trans...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/config-after-reboot
111
[ "no_license" ]
[ { "path": "roles/config-after-reboot/handlers/main.yml", "content": "---\n\n- name: Restart network\n command: perl -e 'my $exit_code = system(\"systemctl restart networking\"); sleep 3; $exit_code = $exit_code >> 8; exit($exit_code);'\n\n- name: Reload iptables\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2864, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/dhcp
111
[ "no_license" ]
[ { "path": "roles/dhcp/tasks/main.yml", "content": "---\n\n- name: Install dhcp server\n apt: \n name: isc-dhcp-server\n\n- name: Configure dhcp server\n template: \n src: dhcpd.conf.j2 \n dest: /etc/dhcp/dhcpd.conf\n notify: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1426, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/dhcp_kea
111
[ "no_license" ]
[ { "path": "roles/dhcp_kea/handlers/main.yml", "content": "---\n\n- name: reload systemd\n shell: systemctl daemon-reload \n\n- name: reload-or-restart kea-dhcp4.service\n shell: systemctl reload-or-restart kea-dhcp4.service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6236, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/dhcp_upd
111
[ "no_license" ]
[ { "path": "roles/dhcp_upd/templates/dhcpd.conf.j2", "content": "# {{ ansible_managed }}\n\n# option definitions common to all supported networks...\n\ndefault-lease-time 300;\nmax-lease-time 1200;\n\n# Use this to enble / disable dynamic dns updates globally.\nddns-update-style none;\n\n# If this DHCP serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1836, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/fastd
111
[ "no_license" ]
[ { "path": "roles/fastd/templates/fastd.conf.j2", "content": "# {{ ansible_managed }}\n\nuser \"fastd\";\ngroup \"fastd\";\n\nlog to syslog level warn;\n# hide ip addresses yes;\nstatus socket \"/run/fastd/vpn-{{ hoods[item[0].key]['sname'] }}{{ item[1] }}.sock\";\n\ninterface \"vpn-{{ hoods[item[0].key]['sn...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 14334, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/firewall
111
[ "no_license" ]
[ { "path": "roles/firewall/templates/iptables_xxxx.sh.j2", "content": "#!/bin/sh\n# {{ ansible_managed }}\n/sbin/ip route add default via {{ divert_ipv4 }} table 42\n/sbin/ip route add {{ batman_ipv4_range }} dev br-{{ site_code }} src {{ batman_ipv4 | ipaddr('address')}} table 42\n/sbin/ip route del default...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 4727, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/firmware_prep_site_local
111
[ "no_license" ]
[ { "path": "roles/firmware_prep_site_local/templates/site.conf.j2", "content": "-- {{ ansible_managed }}\n\n{\n authorized_keys = {'<KEY>'},\n hostname_prefix = 'Bitte ändere mich! ',\n site_name = '{{ sites[targetsite].name }}',\n site_code = '{{ sites[targetsite].sname }}',\n default_domain = '{{ hood...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10452, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/go
111
[ "no_license" ]
[ { "path": "roles/go/defaults/main.yml", "content": "---\n\ngo_version: 1.18\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/go/files/go.sh", "content": "export GOPRIVATE=github.com/FreifunkBremen/yanic\nexport GOPATH=/opt/go\nexport PAT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 441, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/hostname
111
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- name: Hostname im Prompt setzen\n hostname: \n name: \"{{ unit_idn }}\"\n\n- name: Hostname in /etc/hostname setzen\n copy:\n content: \"{{ unit_idn }}{{'\\n'}}\"\n dest: /etc/hostname\n owner: ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4360, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/l2tp_slov
111
[ "no_license" ]
[ { "path": "roles/l2tp_slov/templates/addif.sh.j2", "content": "#!/bin/bash\nINTERFACE=\"$3\"\nif grep -Fq \"$8\" \"/srv/tunneldigger/broker/scripts/sperrliste.txt\"\nthen\n\techo \"Der Knoten $8 ist auf der Sperrliste, verweigere Zugang.\"\n\texit 1\nelse\n\techo $(date) \"Verbindung von Knoten \"$8\" aufge...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8523, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/maintenance
111
[ "no_license" ]
[ { "path": "roles/maintenance/tasks/main.yml", "content": "---\n\n# maintenance / fastd-query\n- name: Creates file etc/{{ gateways[unit_id].site }}\n copy:\n content: \"MAINTENANCE=0\\n\" \n dest: \"/etc/{{ gateways[unit_id].site }}\"\n mode: 0644\n\n- name: Create excutable file (maintenance)\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1165, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/meshconfig
111
[ "no_license" ]
[ { "path": "roles/meshconfig/templates/mesh.conf.j2", "content": "# {{ ansible_managed }}\n\n\n# Zweite Schnittstelle für Ausleitung falls anders als die Erste\n{% if gateways[unit_id].div_if != gateways[unit_id].if %}\nauto {{ gateways[unit_id].div_if }}\niface {{ gateways[unit_id].div_if }} inet static\n\t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7469, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/meshviewer-config
111
[ "no_license" ]
[ { "path": "roles/meshviewer-config/templates/combine_meshv_json.j2", "content": "#!/usr/bin/python3\n\nimport json\n\ndef main():\n in_nodes=dict()\n work_nodes=dict()\n\n tmp_node=dict()\n out_json=dict()\n tmp_domain=dict()\n\n domain_list = dict(type='list') \n domain_list = [{%for g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 19532, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/meshviewer-install
111
[ "no_license" ]
[ { "path": "roles/meshviewer-install/tasks/main.yml", "content": "---\n\n# Install meshviewer\n\n- name: Install curl / wget\n apt:\n name:\n - curl\n - wget\n - python3-json-pointer\n\n- name: Get nodejs\n shell: \"curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -\"\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1168, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/nginx
111
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install nginx und certbot\n apt:\n name: ['nginx', 'python-simplejson', 'certbot', 'python3-certbot-nginx']\n# update_cache: yes\n\n- name: Generate dhparams\n shell: openssl dhparam -out /etc/nginx/dhparams...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5004, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/ntp
111
[ "no_license" ]
[ { "path": "roles/ntp/templates/ntp.conf.j2", "content": "# {{ ansible_managed }}\n\n{% for srv in ntp_servers %}\nserver {{ srv }} iburst\n{% endfor %}\n{% if ntp_peers is defined %}\n\n{% for peer in ntp_peers %}\npeer {{ peer }}\n{% endfor %}\n{% endif %}\n\nrestrict default kod nomodify notrap nopeer noq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/radvd
111
[ "no_license" ]
[ { "path": "roles/radvd/tasks/main.yml", "content": "---\n\n- name: Install radvd\n apt: \n name: radvd\n\n- name: Configure radvd\n template: \n src: radvd.conf.j2 \n dest: /etc/radvd.conf\n notify: Restart radvd\n\n- name: S...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1124, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/reboot-unit
111
[ "no_license" ]
[ { "path": "roles/reboot-unit/tasks/main.yml", "content": "---\n\n# Reboot unit\n\n- name: Reboot immediately \n shell: \"sleep 5 && reboot\"\n async: 1\n poll: 0\n\n- name: Wait for the reboot to complete if there was a change.\n wait_for_connection:\n connect_timeout: 20\n sleep: 5\n delay: 5\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/respondd
111
[ "no_license" ]
[ { "path": "roles/respondd/defaults/main.yml", "content": "---\n\nrespondd_announce_git_root: https://github.com/ffnord/mesh-announce/\nrespondd_announce_git_version: 1d2182232c1de0956092f9509368cae045f23751\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4593, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/stat-install-grafana
111
[ "no_license" ]
[ { "path": "roles/stat-install-grafana/tasks/main.yml", "content": "---\n#\n# file: grafana/tasks/main.yml\n#\n- name: Grafana Version\n set_fact: \n# Install first the version shown below because the existing grafana.db used here (containing all our charts) is based on this version\n# Update grafana to...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 11354, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/stat-install-influx-db
111
[ "no_license" ]
[ { "path": "roles/stat-install-influx-db/tasks/main.yml", "content": "---\n\n- name: Import InfluxDB GPG signing key\n apt_key: \n url: https://repos.influxdata.com/influxdb.key \n state: present\n\n- name: Add InfluxDB repository\n apt_repository: \n repo: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/yanic
111
[ "no_license" ]
[ { "path": "roles/yanic/templates/yanic.conf.j2", "content": "# {{ ansible_managed }}\n[respondd]\nenable = true\nsynchronize = \"1m\"\ncollect_interval = \"1m\"\n\n[respondd.sites.{{ gateways[unit_id].site }}]\ndomains = [\"{{ hoods[item.key].sname }}\"]\n\n[[respondd.interfaces]]\ni...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5027, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_arp-cache
111
[ "no_license" ]
[ { "path": "roles/zz_notused_arp-cache/tasks/main.yml", "content": "---\n\n- name: Configure ARP/ND cache\n sysctl: name={{ item.key }} value={{ item.value }} state=present\n with_items:\n - { key: 'net.ipv4.neigh.default.gc_thresh1', value: 2048 }\n - { key: 'net.ipv4.neigh.default.gc_thresh2', value: 4...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_dns
111
[ "no_license" ]
[ { "path": "roles/zz_notused_dns/templates/bind/90.10.in-addr.arpa.zone.j2", "content": "$ORIGIN 90.10.in-addr.arpa\t; base for unqualified names\n$TTL 1h\t\t\t\t; default time-to-live\n@\t\t\t\tIN\t SOA ns.ffrgb. hostmaster.ffrgb. (\n\t\t\t\t\t2018011701; serial\n\t\t\t\t\t1d; refresh\n\t\t\t\t\t2h; re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4181, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_ipf-iptables-interfaces
111
[ "no_license" ]
[ { "path": "roles/zz_notused_ipf-iptables-interfaces/templates/x-100-device-baseif.j2", "content": "# Process packages from device {{ base_if }}\nip46tables -A input -i {{ base_if }} -j wan-input\nip46tables -A forward -i {{ base_if }} -j wan-forward\n \n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 4715, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_meshviewer
111
[ "no_license" ]
[ { "path": "roles/zz_notused_meshviewer/tasks/main.yml", "content": "---\n\n# Install meshviewer\n\n- name: Install curl\n apt:\n name:\n - curl\n\n- name: Get nodejs\n shell: \"curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -\"\n\n- name: Install node_js\n apt:\n name: nodejs\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 10546, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_meshviewer-test
111
[ "no_license" ]
[ { "path": "roles/zz_notused_meshviewer-test/templates/offline_meshviewer.json.j2", "content": "{\n \"timestamp\": \"2999-12-31T22:22:22+0100\",\n \"nodes\": [\n {\n \"firstseen\": \"1111-01-11T11:11:11+0100\",\n \"lastseen\": \"1111-11-11T11:11:11+0100\",\n \"is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6541, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_netconfig
111
[ "no_license" ]
[ { "path": "roles/zz_notused_netconfig/handlers/main.yml", "content": "---\n\n- name: Restart network\n # Restart the network, sleep 3 seconds, return the\n # exit code returned by \"service network restart\".\n # This is to work-around a glitch in Ansible where\n # it detects a successful network restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3276, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_nginx_alt
111
[ "no_license" ]
[ { "path": "roles/zz_notused_nginx_alt/tasks/main.yml", "content": "---\n\n- name: Install nginx\n apt: name=nginx-light\n\n- name: Create certificate directory\n file: path=/etc/nginx/ssl state=directory mode=0750\n when: nginx_ssl == True\n\n- name: Ensure certificates are available\n command: openssl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3086, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_service-dhcpd
111
[ "no_license" ]
[ { "path": "roles/zz_notused_service-dhcpd/templates/kea_dhcp4_server_service_overrides.j2", "content": "[Service]\nRestart=on-failure\nRestartSec=10s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/zz_notused_service-dhcpd/README.md", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7502, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_web-gw
111
[ "no_license" ]
[ { "path": "roles/zz_notused_web-gw/handlers/main.yml", "content": "---\n\n- name: Restart nginx\n service: name=nginx state=restarted\n\n- name: Run acertmgr\n command: /opt/acertmgr/acertmgr.py\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2188, "all_permissive": false }
ansible_role
freifunk-nordheide/ansible
2e86ae5f960b9813b135958dda38de4f9adf22e5
0
roles/zz_notused_yanic_alt
111
[ "no_license" ]
[ { "path": "roles/zz_notused_yanic_alt/handlers/main.yml", "content": "---\n\n- name: Restart yanic\n service: name=yanic state=restarted\n\n- name: Restart yanic-publish\n service: name=yanic-publish.timer state=restarted\n\n- name: Reload systemd\n command: systemctl daemon-reload\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2948, "all_permissive": false }
ansible_role
hamidgholami/ansible-playbook_NFS
d2bb11688708ced94fa5d2458c2dc23d191c5be7
1
roles/NFS
111
[ "no_license" ]
[ { "path": "roles/NFS/vars/main.yml", "content": "---\nansible_workspace: \"/home/ansibleWorkspace\"\n\nNFS_SERVER: false\n\nshare_directory_path_server: \"/opt/nfs-share\"\n\nshare_directory_path_client: \"/opt/nfs-share-client\"\n\nexports_mount_IP: \"192.168.159.145\" # or NFS_CLIENT_IP\n\nNFS_SERVER_IP: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4133, "all_permissive": false }
ansible_role
caedh121/ansible
92571f0a2e1c99a49fa1b1839e76c67cd21596ad
0
roles/aws-account
111
[ "no_license" ]
[ { "path": "roles/aws-account/tasks/security_hub.yml", "content": "- name: Enabling Security Hub Organizational Membership\n shell: > \n aws securityhub create-members --account-details '[{\"AccountId\": \"{{this_acc_id}}\"}]' | grep -q UnprocessedAccounts && echo 'PREVIOUSLY ENABLED' || echo 'ENABLING'\...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 6616, "all_permissive": false }
ansible_role
caedh121/ansible
92571f0a2e1c99a49fa1b1839e76c67cd21596ad
0
roles/aws-ami
111
[ "no_license" ]
[ { "path": "roles/aws-ami/tasks/main.yml", "content": "---\n# tasks file for roles/aws-ami\n###\n###\n- name: Create a temp ec2 instance\n ec2:\n region: \"{{region}}\"\n image: \"{{base_ami}}\"\n instance_type: \"{{spot_instance_types}}\"\n vpc_subnet_id: \"{{subnet_id}}\"\n group_id: \"{{se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 889, "all_permissive": false }
ansible_role
caedh121/ansible
92571f0a2e1c99a49fa1b1839e76c67cd21596ad
0
roles/aws-remediations
111
[ "no_license" ]
[ { "path": "roles/aws-remediations/tasks/userassigned_key_add_to_centos.yml", "content": "- name: Add user public key to centos\n lineinfile:\n path: /home/centos/.ssh/authorized_keys\n state: present\n insertafter: EOF\n backup: yes\n line: \"ssh-rsa k...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 20, "total_bytes": 23731, "all_permissive": false }
ansible_role
caedh121/ansible
92571f0a2e1c99a49fa1b1839e76c67cd21596ad
0
roles/aws-vpc
111
[ "no_license" ]
[ { "path": "roles/aws-vpc/tasks/vgw.yml", "content": "- name: Create a vgw attached to this VPC\n ec2_vpc_vgw:\n state: present\n region: \"{{ region }}\"\n vpc_id: \"{{ thisvpc.vpc.id }}\"\n name: \"vpn_gwy_{{ thisvpc.vpc.id }}\"\n type: ipsec.1\n tags:\n Customer: \"{{customer }}\"\...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 16096, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-capsule
795abebf61367a2cff29d2e1702203bd546cd001
0
roles/bootstrap
111
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- name: Uninstall Satellite certificate\n ansible.builtin.shell: dnf remove -y \"katello-ca-consumer-*\"\n when: capsule_install\n\n- name: Install Satellite certificate\n ansible.builtin.shell: rpm -i \"http://{{ satellite_hostname }}/pub/kate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-capsule
795abebf61367a2cff29d2e1702203bd546cd001
0
roles/capsule_check
111
[ "no_license" ]
[ { "path": "roles/capsule_check/tasks/main.yml", "content": "---\n- name: Check capsule status\n ansible.builtin.command: satellite-maintain service status\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-capsule
795abebf61367a2cff29d2e1702203bd546cd001
0
roles/capsule_install
111
[ "no_license" ]
[ { "path": "roles/capsule_install/tasks/main.yml", "content": "---\n- name: Update all packages\n ansible.builtin.dnf:\n name: '*'\n state: latest\n\n- name: Install basic packages\n ansible.builtin.dnf:\n name: chrony\n state: present\n\n- name: Start chrony service\n ansible.builtin.service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-capsule
795abebf61367a2cff29d2e1702203bd546cd001
0
roles/capsule_upgrade
111
[ "no_license" ]
[ { "path": "roles/capsule_upgrade/tasks/main.yml", "content": "---\n- name: Stop services\n ansible.builtin.command: satellite-maintain service stop\n\n- name: Update all packages\n ansible.builtin.dnf:\n name: '*'\n state: latest\n\n- name: Run capsule-installer command\n ansible.builtin.command: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-capsule
795abebf61367a2cff29d2e1702203bd546cd001
0
roles/create_certs
111
[ "no_license" ]
[ { "path": "roles/create_certs/tasks/main.yml", "content": "---\n- name: Create /certs directory on satellite\n ansible.builtin.file:\n path: /certs\n state: directory\n mode: 0744\n delegate_to: \"{{ groups['satellite'][0] }}\"\n run_once: true\n\n- name: Create /certs directory on capsule\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1828, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-capsule
795abebf61367a2cff29d2e1702203bd546cd001
0
roles/provision_host
111
[ "no_license" ]
[ { "path": "roles/provision_host/tasks/main.yml", "content": "---\n- name: Provision host in Satellite\n redhat.satellite.host:\n username: \"{{ satellite_admin_username }}\"\n password: \"{{ <PASSWORD> }}\"\n server_url: \"{{ satellite_server_url }}\"\n name: \"{{ new_hostname_fqdn }}\"\n ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 930, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-capsule
795abebf61367a2cff29d2e1702203bd546cd001
0
roles/repo_enable
111
[ "no_license" ]
[ { "path": "roles/repo_enable/tasks/main.yml", "content": "---\n- name: Enable capsule installation/upgrade repos\n redhat.rhel_system_roles.rhsm_repository:\n name:\n - rhel-8-for-x86_64-baseos-rpms\n - rhel-8-for-x86_64-appstream-rpms\n - satellite-capsule-{{ capsule_version }}-for-rhel-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
DinaGamalMahmoud/Resources-Utilization-Task
c6309c8daf1318fc7b0c7dd5a0eaaf7d9e7104ff
0
roles/JdkInstall
115
[ "no_license" ]
[ { "path": "roles/JdkInstall/tasks/main.yml", "content": "---\n- name: Install Java OpenJDK 11\n yum: \n name: \"java-11-openjdk-devel\"\n state: present\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
DinaGamalMahmoud/Resources-Utilization-Task
c6309c8daf1318fc7b0c7dd5a0eaaf7d9e7104ff
0
roles/linuxPkgs
115
[ "no_license" ]
[ { "path": "roles/linuxPkgs/tasks/main.yml", "content": "---\n- name: install Linux packages\n yum: \n name: \"{{ linux_packages }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
DinaGamalMahmoud/Resources-Utilization-Task
c6309c8daf1318fc7b0c7dd5a0eaaf7d9e7104ff
0
roles/resources
115
[ "no_license" ]
[ { "path": "roles/resources/tasks/main.yml", "content": "---\n- name: Copy Python script\n copy:\n src: resources.py\n dest: /opt/resources.py\n mode: u=rxw,g=rxw,o=r\n\n- name: schdule Python Script\n cron:\n name: \"Resources Utlization\"\n minute: \"*/15\"\n hour: \"*\"\n day: \"*\"\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2203, "all_permissive": false }
ansible_role
Barrentd/Tools
9d9a2de33a4dc6017a586abd12a288c6991258f9
0
installEnv/roles/installDocker
115
[ "no_license" ]
[ { "path": "installEnv/roles/installDocker/tasks/main.yml", "content": "---\n- name: Install docker\n become: yes\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n loop: \"{{ docker }}\"\n\n# - name: Install Docker Module for Python\n# pip:\n# name: docker\n\n- name: enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
Barrentd/Tools
9d9a2de33a4dc6017a586abd12a288c6991258f9
0
installEnv/roles/testDocker
115
[ "no_license" ]
[ { "path": "installEnv/roles/testDocker/tasks/main.yml", "content": "---\n\n- name: Pull default Docker image\n docker_image:\n name: \"{{ default_container_image }}\"\n source: pull\n\n # Creates the number of containers defined by the variable create_containers, using values from vars file\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
Barrentd/Tools
9d9a2de33a4dc6017a586abd12a288c6991258f9
0
installEnv/roles/utils
115
[ "no_license" ]
[ { "path": "installEnv/roles/utils/tasks/main.yml", "content": "---\n- name: Install soft\n become: yes\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n loop: \"{{ softwares }}\"\n tags: [system]\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
adjimi-lionelle/webapp
5edbd7162bfe719ac09c01dd7912713965a0f8e4
0
roles/mini-projet-ansible
115
[ "no_license" ]
[ { "path": "roles/mini-projet-ansible/tests/test.yml", "content": "\n# Test playbook for basic-apache-container\n\n#- hosts: localhost\n # roles:\n # - basic-apache-container\n\n\n---\n- hosts: \"prod\"\n remote_user: \"vagrant\"\n tasks:\n - name: check website\n uri:\n url: http://192.16...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1741, "all_permissive": false }
ansible_role
Wenzel/kvm-vmi
485201ff64126cd5f0d53b67f72ff8d351521657
8
vagrant/ansible/roles/vm
115
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/vm/tasks/main.yml", "content": "---\n- name: create /data\n file:\n path: /data\n state: directory\n\n- name: force ownership of /data to vagrant\n file:\n path: /data\n state: directory\n owner: vagrant\n group: vagrant\n\n- name: setup libvirt\n includ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
MrAddlem/codeby-devop
46fbd0d1828f8ed2fdf4e9a8463c999549b0ed84
0
lesson13/roles/apache
115
[ "no_license" ]
[ { "path": "lesson13/roles/apache/vars/centos.yml", "content": "apache_php_packages:\n - httpd\n - php\n - php-mysqlnd\napache_service: httpd\napache_user: apache\napache_group: apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "lesson13/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1516, "all_permissive": false }
ansible_role
MrAddlem/codeby-devop
46fbd0d1828f8ed2fdf4e9a8463c999549b0ed84
0
lesson13/roles/mysql
115
[ "no_license" ]
[ { "path": "lesson13/roles/mysql/vars/ubuntu.yml", "content": "mysql_packages:\n - mysql-server\n - mysql-client\n - python3-mysqldb\nmysql_service: mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "lesson13/roles/mysql/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1627, "all_permissive": false }
ansible_role
gilbertorgit/vjunos_kvm
26ce1056dd0394aadb68d2293136c563ce615538
1
base-pkg-kvm/roles/additional_packages
115
[ "no_license" ]
[ { "path": "base-pkg-kvm/roles/additional_packages/tasks/main.yml", "content": " - name: Install Additional Packages\n apt:\n name:\n - ntp\n - net-tools\n - python3-netifaces\n - libyaml-dev\n - python3-yaml\n - numactl\n - libparted-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
gilbertorgit/vjunos_kvm
26ce1056dd0394aadb68d2293136c563ce615538
1
base-pkg-kvm/roles/kvm-qemu
115
[ "no_license" ]
[ { "path": "base-pkg-kvm/roles/kvm-qemu/tasks/main.yml", "content": " - name: Install KVM-QEMU\n apt:\n name:\n - qemu\n - qemu-kvm\n - libvirt-daemon\n - libvirt-daemon-system\n - virtinst\n - bridge-utils\n - virt-manager\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
gilbertorgit/vjunos_kvm
26ce1056dd0394aadb68d2293136c563ce615538
1
base-pkg-kvm/roles/python
115
[ "no_license" ]
[ { "path": "base-pkg-kvm/roles/python/tasks/main.yml", "content": " - name: Install Python\n apt:\n name:\n - python3.10\n - python3.10-dev\n - python3.10-venv\n state: present\n - name: Remove Pexpect Conflicts\n apt:\n name:\n - pytho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
clatour9595/formationAnsible
ed508f2f160a277cd30e812263ca627d220d2eec
0
ansible-template/roles/copy
115
[ "no_license" ]
[ { "path": "ansible-template/roles/copy/tasks/main.yml", "content": "--- \n- name: copy file {{ nom_utilisateur }}\n template: \n src: ./../template/index.html.j2\n dest: /html/index.html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
suvarineko/ansible-test-role
b545c805b403d02ca5186f209bc006e75c2de99e
0
roles/prepare-vm
115
[ "permissive" ]
[ { "path": "roles/prepare-vm/tasks/cpu_info.yaml", "content": "---\n- name: Get CPU model name\n shell: \"lscpu | grep 'Model name' | awk -F': ' '{print $2}' | sed 's/^ *//g' | tr -s ' '\"\n register: cpu_model\n changed_when: false\n\n- name: Get cores per socket count\n shell: \"lscpu | grep '^Core(s) ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 10786, "all_permissive": true }
ansible_role
taitd/ansible-lightbulb
47e15e392a4b2596fb055a87b3bbea9aa1a92d0b
1
lessons/apache_centos/roles/apache
116
[ "permissive" ]
[ { "path": "lessons/apache_centos/roles/apache/vars/main.yml", "content": "---\n# vars file for apache\npackages:\n- httpd\n- libselinux-python", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 64 }, { "path": "lessons/apache_centos/roles/apache/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 767, "all_permissive": true }
ansible_role
taitd/ansible-lightbulb
47e15e392a4b2596fb055a87b3bbea9aa1a92d0b
1
lessons/common_role/roles/common
116
[ "permissive" ]
[ { "path": "lessons/common_role/roles/common/tasks/RedHat.yml", "content": "- name: yum install commons packages (Red Hat)\n yum: name={{ item }} state=present\n with_items: packages\n\n- name: RedHat/CentOS - Install pip\n command: bash -c \"curl https://bootstrap.pypa.io/get-pip.py | python -\"\n sudo:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": true }
ansible_role
taitd/ansible-lightbulb
47e15e392a4b2596fb055a87b3bbea9aa1a92d0b
1
lessons/common_role/roles/infra
116
[ "permissive" ]
[ { "path": "lessons/common_role/roles/infra/tasks/main.yml", "content": "# tasks file for myapp_infra\n- name: create vpc\n ec2_vpc:\n state: present\n cidr_block: 172.22.0.0/16\n resource_tags: { \"Name\":\"Training\" }\n subnets:\n - cidr: 172.22.1.0/24\n resource_tags: { \"Name\":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2727, "all_permissive": true }
ansible_role
taitd/ansible-lightbulb
47e15e392a4b2596fb055a87b3bbea9aa1a92d0b
1
lessons/delegation_and_role_deps/roles/lameapp
116
[ "permissive" ]
[ { "path": "lessons/delegation_and_role_deps/roles/lameapp/tasks/main.yml", "content": "---\n# tasks file for lameapp\n\n- name: checkout lameapp\n git: repo=https://github.com/jsmartin/lameapp.git\n dest=/var/www/lameapp\n version={{ lameapp_version }}\n\n- name: set permissions on app\n file:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 768, "all_permissive": true }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/az_dcap
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/az_dcap/tasks/install.yml", "content": "- name: Add Microsoft repository key\n apt_key:\n url: \"https://packages.microsoft.com/keys/microsoft.asc\"\n state: present\n become: true\n\n- name: Add Microsoft sources list\n apt_repository:\n repo: \"deb [ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/ccf_build
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/ccf_build/vars/clang15.yml", "content": "workspace: \"/tmp/\"\nclang_ver: 15\n\ndebs:\n - apt-transport-https\n - ninja-build\n - libuv1-dev\n - libstdc++-11-dev\n - python3.8-dev\n - python3.8-venv\n - llvm-{{ clang_ver }}\n - clang-{{ clang_ver }}\n - cla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2646, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/ccf_install
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/ccf_install/tasks/deb_install.yml", "content": "- name: Include vars\n include_vars: common.yml\n\n- name: Add stdcxx APT repository\n apt_repository:\n repo: \"ppa:ubuntu-toolchain-r/test\"\n state: present\n update_cache: yes\n become: true\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1507, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/ccf_run
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/ccf_run/vars/clang15.yml", "content": "workspace: \"/tmp/\"\ndebs:\n - libstdc++6\n - libuv1\n - libnghttp2-14\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "getting_started/setup_vm/roles/ccf_run/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/h2spec
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/h2spec/vars/common.yml", "content": "workspace: \"/tmp/\"\nh2spec_version: 2.6.0\nh2spec_install_prefix: \"/opt/h2spec\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "getting_started/setup_vm/roles/h2sp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 584, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/lldb
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/lldb/tasks/install.yml", "content": "- name: Include vars\n include_vars: common.yml\n\n- name: Install debs\n apt:\n name: \"lldb\"\n update_cache: yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 149, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/llvm_repo
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/llvm_repo/tasks/install.yml", "content": "- name: Include vars\n include_vars: common.yml\n\n- name: Add LLVM repository key\n apt_key:\n url: \"https://apt.llvm.org/llvm-snapshot.gpg.key\"\n state: present\n become: yes\n\n- name: Add LLVM repository\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/nodejs
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/nodejs/vars/common.yml", "content": "nodejs_version: 20\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "getting_started/setup_vm/roles/nodejs/tasks/install.yml", "content": "- name: Include vars\n in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/pebble
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/pebble/tasks/install.yml", "content": "- name: Include vars\n include_vars: common.yml\n\n- name: Create directory for pebble\n file:\n path: \"{{ pebble_install_prefix }}\"\n state: directory\n become: true\n\n- name: Download pebble\n get_url:\n url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 738, "all_permissive": false }
ansible_role
microsoft/CCF
f0846cbb3e8475be8f7cf20de80eb5b629c3df5a
831
getting_started/setup_vm/roles/perf-tool
116
[ "no_license" ]
[ { "path": "getting_started/setup_vm/roles/perf-tool/tasks/install.yml", "content": "- name: Include arrow vars\n include_vars:\n file: common.yml\n\n- name: Download arrow\n get_url:\n url: \"https://apache.jfrog.io/artifactory/arrow/ubuntu/apache-arrow-apt-source-latest-{{ ansible_distribution_rele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 878, "all_permissive": false }
ansible_role
nsivakrishna6999/ansible-aws
ee84170f744ac3ce2fca8f5bf6177e043847ea81
0
roles/create
116
[ "no_license" ]
[ { "path": "roles/create/templates/ec2.j2", "content": "[launched]\n{% for item in ec2.results %}\n {% for item2 in item.instances %}\n {{ item2.public_ip }} ec2_id={{ item2.id }} ec2_region={{ item2.region }} ansible_ssh_user=ubuntu\n {% endfor %}\n{% endfor %}\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2435, "all_permissive": false }
ansible_role
nsivakrishna6999/ansible-aws
ee84170f744ac3ce2fca8f5bf6177e043847ea81
0
roles/delete
116
[ "no_license" ]
[ { "path": "roles/delete/tasks/main.yml", "content": "---\n# Delete instances\n\n- name: notify role start\n local_action: mqtt\n server={{ mqtt_server }}\n qos=0\n retain=false\n username={{ mqtt_user }}\n password={{ <PASSWORD> }}\n topic=\"{{ mqtt_root }}/{{ local_hostname }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }
ansible_role
nsivakrishna6999/ansible-aws
ee84170f744ac3ce2fca8f5bf6177e043847ea81
0
roles/example
116
[ "no_license" ]
[ { "path": "roles/example/tasks/main.yml", "content": "---\n# Example operation on instances: measure time needed to install Eclipse CDT\n#\n\n- name: notify role start\n sudo: no\n local_action: mqtt\n server={{ mqtt_server }}\n qos=0\n retain=false\n username={{ mqtt_user }}\n passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1524, "all_permissive": false }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
collections/dhs/quintiq/roles/quintiq
116
[ "permissive" ]
[ { "path": "collections/dhs/quintiq/roles/quintiq/tasks/lean_build.yml", "content": "---\n\n- name: Set variables\n set_fact:\n zip_file:\n name: '{{ buildver }}-all'\n path: '{{ path_env.repository }}\\{{ buildver }}-all.zip'\n temp_path: '{{ path_env.temp }}\\quintiq{{ buildver }}'\n\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2133, "all_permissive": true }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
core/roles/quintiq
116
[ "permissive" ]
[ { "path": "core/roles/quintiq/tasks/workspace.yml", "content": "---\n\n- name: Check if the workspace file exists\n win_stat:\n path: '{{ quintiq.path }}\\default.qworkspace'\n register: workspace_file_info\n ignore_errors: true\n\n- name: Create default workspace\n win_command: qk new workspace defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": true }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
core/roles/quintiq_build
116
[ "permissive" ]
[ { "path": "core/roles/quintiq_build/tasks/main.yml", "content": "- name: \"Create myansible folder in d: drive\"\n win_file:\n path: d:\\myansible\n state: directory\n\n- name: Copy README.md file over to the myansible folder\n win_copy:\n src: README.md\n dest: d:\\myansible\\README.md\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": true }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
roles/config_quintiq_component
116
[ "permissive" ]
[ { "path": "roles/config_quintiq_component/tasks/subcomponent.yml", "content": "---\n- name: subcomponent.yml - Parameters info\n debug:\n msg:\n - QUINTIQ_PROJECT = {{ QUINTIQ_PROJECT }}\n - QUINTIQ_VERSION = {{ QUINTIQ_VERSION }}\n - QUINTIQ_INSTALL_PATH = {{ QUINTIQ_INSTALL_PATH }}\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2048, "all_permissive": true }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
roles/config_quintiq_property
116
[ "permissive" ]
[ { "path": "roles/config_quintiq_property/tasks/main.yml", "content": "---\n- name: Parameters info\n debug:\n msg:\n - QUINTIQ_PROJECT = {{ QUINTIQ_PROJECT }}\n - QUINTIQ_VERSION = {{ QUINTIQ_VERSION }}\n - QUINTIQ_INSTALL_PATH = {{ QUINTIQ_INSTALL_PATH }}\n - QUINTIQ_PROPERTY_FILE =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": true }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
roles/install_quintiq_component
116
[ "permissive" ]
[ { "path": "roles/install_quintiq_component/defaults/main.yml", "content": "---\nQUINTIQ_INSTALL_PATH: 'Q:'\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 31 }, { "path": "roles/install_quintiq_component/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 300, "all_permissive": true }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
roles/install_quintiq_software
116
[ "permissive" ]
[ { "path": "roles/install_quintiq_software/defaults/main.yml", "content": "---\nQUINTIQ_INSTALL_PATH: 'Q:'\nenv_tiger_pass: '<PASSWORD>'\n\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 61 }, { "path": "roles/install_quintiq_software/tasks/...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 23140, "all_permissive": true }
ansible_role
jasonlaw/ansible
1f736af008e3e385535206841fc953fd112502dd
0
roles/role2
116
[ "permissive" ]
[ { "path": "roles/role2/vars/main.yml", "content": "ROLE1_VAR3: \"\"\nROLE1_VAR4: \"\"\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 30 }, { "path": "roles/role2/defaults/main.yml", "content": "ROLE1_VAR1: \"\"\nROLE1_VAR2: \"\"", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 252, "all_permissive": true }
ansible_role
Open-Science-Online-Grocery/online-grocery
4bcb537582ac0669253a0bf1298b0e0981546d97
5
ansible/roles/letsencrypt
116
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt/tasks/main.yml", "content": "---\n- block:\n - name: Install certbot-apache\n package:\n name: certbot-apache\n state: present\n - name: LetsEncrypt renewal\n cron:\n cron_file: letsencrypt-renewal\n user: root\n minute: 7\n hour: 22...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
Open-Science-Online-Grocery/online-grocery
4bcb537582ac0669253a0bf1298b0e0981546d97
5
ansible/roles/yarn
116
[ "no_license" ]
[ { "path": "ansible/roles/yarn/tasks/main.yml", "content": "---\n- block:\n - name: Download\n get_url:\n url: https://dl.yarnpkg.com/rpm/yarn.repo\n dest: /etc/yum.repos.d/yarn.repo\n - name: Install\n yum:\n name: yarn\n state: present\n become: yes\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_check_availability
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_check_availability/tasks/main.yml", "content": "- name: \"check given host\"\n tags:\n - always\n\n block:\n - name: \"check availibility {{ ansible_play_hosts | to_yaml }}\"\n ansible.builtin.wait_for_connection:\n delay: 10\n\n re...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 490, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_check_os
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_check_os/handlers/main.yml", "content": "---\n# handlers file for r_check_4_os\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible_collections/linux/bootstrap/roles/r_check_os/defaults/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1708, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_copy_files_2_homedir
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_copy_files_2_homedir/templates/.gitconfig.tpl", "content": "[user]\n\tname = {{ git_user }}\n\temail = {{ git_user }}@{{ regular_hostname }}.<EMAIL>\n\tusername = {{ git_user }}\n[core]\n\teditor = vim\n\twhitespace = fix,-indent-with-non-tab,trailing-s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2679, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_create_local_facts
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_create_local_facts/defaults/main.yml", "content": "---\n# defaults file for r_create_local_facts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible_collections/linux/bootstrap/roles/r_cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 813, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_install_packages
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_install_packages/defaults/main.yml", "content": "---\n# defaults file for r_install_packages\npackages_2_install: \"files/install.yaml\"\npackages_2_uninstall: \"files/uninstall.yaml\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 890, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_set_state
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_set_state/handlers/main.yml", "content": "---\n# handlers file for r_set_state\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible_collections/linux/bootstrap/roles/r_set_state/tasks/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 716, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_sudo
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_sudo/tasks/main.yml", "content": "---\n# tasks file for r_sudo\n- name: \"add local sudo role\"\n tags:\n - sudo\n vars:\n sep: '\\'\n sudo_file: \"{{ regular_user.split(sep)[-1] }}\"\n\n block:\n - name: \"create /etc/sudoers.d/{{ sudo_f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1106, "all_permissive": false }
ansible_role
git67/.init
d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf
0
ansible_collections/linux/bootstrap/roles/r_write_local_state_facts
116
[ "no_license" ]
[ { "path": "ansible_collections/linux/bootstrap/roles/r_write_local_state_facts/vars/main.yml", "content": "---\n# vars file for r_write_local_state_facts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible_collections/linux/bootstrap/roles/r_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1423, "all_permissive": false }