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
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/atom
6,556
[ "no_license" ]
[ { "path": "roles/atom/tasks/main.yml", "content": "-\n name: install atom\n homebrew_cask:\n name: atom\n state: installed\n-\n name: simlink dotfiles to home dir\n file:\n src: \"{{ dotfiles_dir }}/.atom\"\n dest: \"{{ home_dir }}/.atom\"\n state: link\n-\n name: install packages\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/development-tools
6,556
[ "no_license" ]
[ { "path": "roles/development-tools/tasks/main.yml", "content": "---\n-\n name: tap hombrew repos\n homebrew_tap:\n name: \"{{ item }}\"\n state: present\n with_items:\n - git-chglog/git-chglog\n-\n name: install homebrew packages\n homebrew:\n name: \"{{ development_tools.homebrew_packages ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1021, "all_permissive": false }
ansible_role
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/dotfiles
6,556
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n# clone dotfiles repository\n-\n name: clone dotfiles repo\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_dir }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/gaming
6,556
[ "no_license" ]
[ { "path": "roles/gaming/tasks/main.yml", "content": "---\n-\n name: install homebrew cask applications\n homebrew_cask:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ gaming.homebrew_cask_applications }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/productivity-tools
6,556
[ "no_license" ]
[ { "path": "roles/productivity-tools/tasks/main.yml", "content": "---\n-\n name: install homebrew packages\n homebrew:\n name: \"{{ productivity_tools.homebrew_packages }}\"\n state: latest\n-\n name: install homebrew cask applications\n homebrew_cask:\n name: \"{{ item }}\"\n state: latest\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/python
6,556
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "-\n name: check if poetry is installed and updated\n command: \"poetry self:update\"\n register: poetry_check\n ignore_errors: True\n-\n name: install poetry\n block:\n -\n name: download poetry installer\n get_url:\n url: https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/setup_mac_os
6,556
[ "no_license" ]
[ { "path": "roles/setup_mac_os/meta/main.yml", "content": "---\ndependencies:\n - { role: atom }\n - { role: development-tools }\n - { role: dotfiles }\n - { role: gaming }\n - { role: homebrew }\n - { role: productivity-tools }\n - { role: python }\n - { role: windows-support }\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1303, "all_permissive": false }
ansible_role
mech-pig/start-me-up
472f63155a37f180f9b5faa3fcd299123d4213ad
1
roles/windows-support
6,556
[ "no_license" ]
[ { "path": "roles/windows-support/tasks/main.yml", "content": "-\n name: install wine\n homebrew:\n name:\n - wine\n - winetricks\n state: latest\n-\n name: install xquartz\n homebrew_cask:\n name: xquartz\n state: latest\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-nexus
fc8597fbbc2ed237567674493aab34c25b85c839
0
roles/ce_install
6,556
[ "no_license" ]
[ { "path": "roles/ce_install/vars/Fedora.yml", "content": "---\n_nexus_ce_os_is_tested: false\n_nexus_ce_default_configure_selinux: true\n_nexus_ce_default_firewall_type: firewalld\n\n_nexus_ce_default_tmp_path: /var/tmp/nexus\n\n_nexus_ce_selinux_packages:\n - policycoreutils\n - python3-libsemanage\n - ...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 31958, "all_permissive": false }
ansible_role
amirhgh/docker-ansible
ba9b258a7b5d8755547bf8a7b5d8e016a6705035
1
roles/docker
6,556
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n - name: Check installed packages\n package_facts:\n manager: auto\n \n - include_tasks: pre-apt.yml\n when: (ansible_pkg_mgr == 'apt' and 'docker-ce' not in ansible_facts.packages)\n\n - include_tasks: pre-yum.yml\n when: (ansible_...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3114, "all_permissive": false }
ansible_role
amirhgh/docker-ansible
ba9b258a7b5d8755547bf8a7b5d8e016a6705035
1
roles/docker-compose
6,556
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n# tasks file for docker-compose\n- name: Step-1 | Check installed packages\n package_facts:\n manager: \"auto\"\n\n- assert: \n that:\n - \"'docker-ce' in ansible_facts.packages\"\n fail_msg: \"Docker engine is not installed\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1139, "all_permissive": false }
ansible_role
amuzhichenko/lemp-wp
0b03eb7ff380b25a8f3d518b5f0b843a4ee19690
0
Ansible/roles/db
6,556
[ "no_license" ]
[ { "path": "Ansible/roles/db/vars/RedHat.yml", "content": "---\n# Vars for RedHat OS\nmysql_packages:\n - mysql-server-8.0\n - python3-mysqlclient\ncentos_repo: \"epel-release\" # repository\nmysql_config_file: '/etc/my.cnf' # path to my.cnf\nmysql_hardening...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 9363, "all_permissive": false }
ansible_role
amuzhichenko/lemp-wp
0b03eb7ff380b25a8f3d518b5f0b843a4ee19690
0
Ansible/roles/nginx1
6,556
[ "no_license" ]
[ { "path": "Ansible/roles/nginx1/templates/example.conf.j2", "content": "# Virtual host example.local\nserver {\n listen 80;\n server_name {{ server_name }} {{ server_name_w }};\n return 301 https://{{ server_name }}$request_uri;\n}\nserver {\n listen 443 ssl;\n server_name {{ server_name_w }};\n # SSL ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 10141, "all_permissive": false }
ansible_role
amuzhichenko/lemp-wp
0b03eb7ff380b25a8f3d518b5f0b843a4ee19690
0
Ansible/roles/php
6,556
[ "no_license" ]
[ { "path": "Ansible/roles/php/tasks/variable.yml", "content": "---\n# Variable configuration.\n- name: Include OS-specific variables.\n include_vars: \"{{ item }}\"\n with_first_found:\n - files:\n - \"vars/{{ ansible_os_family }}.yml\"\n skip: true\n", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2052, "all_permissive": false }
ansible_role
amuzhichenko/lemp-wp
0b03eb7ff380b25a8f3d518b5f0b843a4ee19690
0
Ansible/roles/wordpress
6,556
[ "no_license" ]
[ { "path": "Ansible/roles/wordpress/README.md", "content": "acme.wordpress\n=========\n\nThe Role download and unpack the latest version of Wordpress on Ubuntu 20.0x and CentOS 8.\nThen, configuring wp-config.php for rule of secure.\n\nRequirements\n------------\n\nUbuntu 20.04\nCentOS 8\n\nRole Variables\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1888, "all_permissive": false }
ansible_role
modem7/Ansible
b2ba9b923a0233ef80b90c15bda141684eef3c8e
4
roles/apt_update
6,556
[ "no_license" ]
[ { "path": "roles/apt_update/tasks/apt_upgrade.yaml", "content": "---\n - name: Wait for systems to become reachable\n wait_for_connection:\n timeout: 120\n\n - name: Wait for cloud-init / user-data to finish\n command: cloud-init status --wait\n changed_when: false\n no_log:...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 4050, "all_permissive": false }
ansible_role
modem7/Ansible
b2ba9b923a0233ef80b90c15bda141684eef3c8e
4
roles/netdata
6,556
[ "no_license" ]
[ { "path": "roles/netdata/README.md", "content": "# Deploy Netdata with Ansible\n\nUse this [Ansible](https://www.ansible.com/) playbook to quickly deploy the Netdata Agent to one or more remote nodes\nand claim them to Netdata Cloud. Excellent for demo-ing Netdata's single-node and infrastructure monitoring...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4300, "all_permissive": false }
ansible_role
qmcree/ansible_docker_python
cf7fe154f41eb8bf35da4a92c3c5820af8c6e257
0
provisioning/roles/common
6,556
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Upgrade all pre-installed packages\n package: name=* state=latest update_cache=yes\n\n- name: Install EPEL\n package: name=epel-release state=present", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
qmcree/ansible_docker_python
cf7fe154f41eb8bf35da4a92c3c5820af8c6e257
0
provisioning/roles/docker
6,556
[ "no_license" ]
[ { "path": "provisioning/roles/docker/meta/main.yml", "content": "---\ndependencies:\n - role: common\n - role: python3\n tags: python", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "provisioning/roles/docker/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 625, "all_permissive": false }
ansible_role
qmcree/ansible_docker_python
cf7fe154f41eb8bf35da4a92c3c5820af8c6e257
0
provisioning/roles/nginx
6,556
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/templates/etc/nginx/nginx.conf.j2", "content": "# {{ ansible_managed }}\n\nserver {\n listen 80;\n server_name {{ inventory_hostname }};\n\n location / {\n include uwsgi_params;\n uwsgi_pass 127.0.0.1:3031;\n }\n}\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1109, "all_permissive": false }
ansible_role
qmcree/ansible_docker_python
cf7fe154f41eb8bf35da4a92c3c5820af8c6e257
0
provisioning/roles/postgres
6,556
[ "no_license" ]
[ { "path": "provisioning/roles/postgres/defaults/main.yml", "content": "---\npostgres_image_name: dbserver\npostgres_container_name: \"{{ postgres_image_name }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "provisioning/roles/postgres/files/Dock...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 746, "all_permissive": false }
ansible_role
qmcree/ansible_docker_python
cf7fe154f41eb8bf35da4a92c3c5820af8c6e257
0
provisioning/roles/python3
6,556
[ "no_license" ]
[ { "path": "provisioning/roles/python3/defaults/main.yml", "content": "---\npython_version_major: 3\npython_version_minor: 5\npython_version_patch: 2\npython_version: \"{{ python_version_major }}.{{ python_version_minor }}.{{ python_version_patch }}\"\npython_path: \"/usr/local/lib/python{{ python_version_ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1996, "all_permissive": false }
ansible_role
qmcree/ansible_docker_python
cf7fe154f41eb8bf35da4a92c3c5820af8c6e257
0
provisioning/roles/uwsgi
6,556
[ "no_license" ]
[ { "path": "provisioning/roles/uwsgi/tasks/main.yml", "content": "---\n- name: Install uWSGI\n pip:\n executable: /usr/local/bin/pip3\n name: uwsgi\n state: present\n\n- name: Configure\n ini_file:\n dest: \"{{ wsgi_config_path }}\"\n owner: nginx\n group: www-data\n mode: \"ugo=r,u+w\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1261, "all_permissive": false }
ansible_role
zcash/zcash-gitian
41c60cfa3ea95f9444388123fccdbdf36408b5ce
19
roles/common
6,556
[ "no_license" ]
[ { "path": "roles/common/templates/motd.j2", "content": "{{ kernel_version_string.stdout }}\n _____ _\n|__ /___ __ _ ___| |__\n / // __/ _` / __| '_ \\\n / /| (_| (_| \\__ \\ | | |\n/____\\___\\__,_|___/_| |_|\n\nHostname: {{ ansible_fqdn }}\nIP address: {{ ansible_default_ipv4.address }}\n\n",...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 5483, "all_permissive": false }
ansible_role
zcash/zcash-gitian
41c60cfa3ea95f9444388123fccdbdf36408b5ce
19
roles/gitian
6,556
[ "no_license" ]
[ { "path": "roles/gitian/templates/rc.local", "content": "#!/bin/sh -e\n\necho 1 > /sys/fs/cgroup/cpuset/cgroup.clone_children\necho 1 > /proc/sys/kernel/unprivileged_userns_clone\necho 1 > /proc/sys/net/ipv4/ip_forward\n\nexit 0\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 17541, "all_permissive": false }
ansible_role
thorsteinbn/ansible-collection-apps
156a20f1f5c0f6b7a9e0702ab7b2cb92fd60002e
0
roles/baseapps
6,556
[ "no_license" ]
[ { "path": "roles/baseapps/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: podman\nplatforms:\n - name: fedora\n image: quay.io/fedora/fedora:37\n pre_build_image: true\n - name: ubuntu\n image: ubuntu:22.04\n dockerfile: Dockerfiles/Ubuntu.j2\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2291, "all_permissive": false }
ansible_role
thorsteinbn/ansible-collection-apps
156a20f1f5c0f6b7a9e0702ab7b2cb92fd60002e
0
roles/firefox
6,556
[ "no_license" ]
[ { "path": "roles/firefox/defaults/main.yml", "content": "---\n# defaults file for firefox\nfirefox_app_id: \"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}\"\n\n# firefox_addons:\n# - name: bitwarden\n# url: https://addons.mozilla.org/firefox/downloads/file/3940986/bitwarden_password_manager-1.56.0.xpi\n# ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1733, "all_permissive": false }
ansible_role
thorsteinbn/ansible-collection-apps
156a20f1f5c0f6b7a9e0702ab7b2cb92fd60002e
0
roles/hashicorp
6,556
[ "no_license" ]
[ { "path": "roles/hashicorp/tasks/Fedora.yml", "content": "---\n- name: \"FEDORA: Import gpg key\"\n become: true\n ansible.builtin.rpm_key:\n state: present\n key: \"{{ yum_repo_gpg_url }}\"\n\n- name: \"FEDORA: Add repository\"\n become: true\n ansible.builtin.yum_repository:\n name: \"{{ yum_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1899, "all_permissive": false }
ansible_role
thorsteinbn/ansible-collection-apps
156a20f1f5c0f6b7a9e0702ab7b2cb92fd60002e
0
roles/vscode
6,556
[ "no_license" ]
[ { "path": "roles/vscode/defaults/main.yml", "content": "---\n# Yum related variables\nyum_repo_name: \"vscode\"\nyum_repo_desc: \"vscode\"\nyum_repo_url: https://packages.microsoft.com/yumrepos/vscode\nyum_repo_enabled: true\nyum_repo_gpgcheck: true\nyum_repo_gpg_url: https://packages.microsoft.com/keys/mic...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1759, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/backup_Photo
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/backup_Photo/tasks/main.yml", "content": "---\n# tasks file for backup\n- name: Install restic en co\n apt:\n name: \n - restic\n - bzip2\n - cron\n# - sshfs\n\n- name: Update restic\n shell: \n restic self-update\n\n- name: Download and execute install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1917, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/backup_base
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/backup_base/vars/main.yml", "content": "# vars file for backup\n---\ngithub_repo: \"cupcakearmy/autorestic\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "homelab/playbooks/roles/backup_base/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/backup_docker01
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/backup_docker01/tasks/main.yml", "content": "---\n# tasks file for docker01\n- name: Cron job\n cron:\n name: \"Docker01 restic\"\n user: ydh\n minute: \"*/5\"\n job: \"autorestic -c /home/ydh/autorestic/Docker01/.autorestic.yml --ci cron >> /tmp/autorestic.lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/backup_docker02
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/backup_docker02/tasks/main.yml", "content": "---\n# tasks file for backup\n- name: add key storagebox\n copy:\n src: storagebox_hetzner\n dest: /home/ydh/.ssh/storagebox\n mode: '600'\n owner: ydh\n group: ydh\n\n- name: copy autorestic_syncthing env file\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/bootstrap
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/bootstrap/tasks/main.yml", "content": " - name: Remove apt lock files\n file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - /var/lib/dpkg/lock\n - /var/lib/dpkg/lock-frontend\n become: true\n\n - name: install updates\n apt:\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/docker_base
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/docker_base/tasks/main.yml", "content": "# install docker engine\n#- name: insall ca-certificates curl\n# apt: \n# name: ca-certificates curl\n\n- name: Creates directory with permissions\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1373, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/jump
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/jump/templates/50unattended-upgrades.j2", "content": "// Automatically upgrade packages from these (origin:archive) pairs\n//\n// Note that in Ubuntu security updates may pull in new dependencies\n// from non-security sources (e.g. chromium). By allowing the release\n// po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5902, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/mantaince_base
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/mantaince_base/tasks/main.yml", "content": "- name: update repo and packages (apt)\n apt: \n upgrade: dist\n update_cache: yes\n\n- name: autoremove\n ansible.builtin.apt:\n autoremove: yes", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/mantaince_docker
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/mantaince_docker/tasks/main.yml", "content": "- name: Prune everything (Docker)\n community.docker.docker_prune:\n containers: true\n images: true\n networks: true\n builder_cache: true", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/mantaince_pi-hole
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/mantaince_pi-hole/tasks/main.yml", "content": "- name: update (Pi-Hole)\n shell: pihole -up -y\n\n- name: update ads lists\n shell: pihole -g -y", "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
apt-install-ydh/Ansible
97ffe793d1a085ac9d4f4fb29dc61a1c15408829
1
homelab/playbooks/roles/new_server_install
6,496
[ "no_license" ]
[ { "path": "homelab/playbooks/roles/new_server_install/tasks/main.yml", "content": " - name: update repo cache\n apt:\n update_cache: yes\n changed_when: false\n\n - name: install standard programms\n apt:\n name:\n - net-tools\n - unattended-upgrades\n \n - name: i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1814, "all_permissive": false }
ansible_role
Radprox/DevOps_Lab
14daa7603d83581028f567075385f5aff8c66519
0
1_full_cicd_pipeline/terraform/roles/create_jenkins_worker
6,496
[ "no_license" ]
[ { "path": "1_full_cicd_pipeline/terraform/roles/create_jenkins_worker/tasks/main.yml", "content": "# create jenkins worker\n - name: Generate SSH Keypair\n openssh_keypair:\n path: /home/ubuntu/.ssh/id_rsa\n type: rsa\n size: 2048\n group: ubuntu\n owner: ubuntu\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2426, "all_permissive": false }
ansible_role
Radprox/DevOps_Lab
14daa7603d83581028f567075385f5aff8c66519
0
1_full_cicd_pipeline/terraform/roles/jenkins_in_docker
6,496
[ "no_license" ]
[ { "path": "1_full_cicd_pipeline/terraform/roles/jenkins_in_docker/tasks/main.yml", "content": " # add jenkins user and group \n - name: Ensure group \"jenkins\" exists\n group:\n name: jenkins\n state: present\n \n - name: Add jenkins user\n user:\n name: jenkins\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1374, "all_permissive": false }
ansible_role
acampergue/ansible
803ae5d24088c54564a846e64c0a218c8b2c14b1
0
raspbian_rpi2/roles/apt
6,496
[ "permissive" ]
[ { "path": "raspbian_rpi2/roles/apt/tasks/main.yml", "content": "---\n- apt:\n upgrade: dist\n update_cache: yes\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": true }
ansible_role
acampergue/ansible
803ae5d24088c54564a846e64c0a218c8b2c14b1
0
raspbian_rpi2/roles/dhcpcd
6,496
[ "permissive" ]
[ { "path": "raspbian_rpi2/roles/dhcpcd/tasks/main.yml", "content": "---\n- apt:\n name: dhcpcd5\n update_cache: yes\n become: true\n\n- template:\n src: dhcpcd.conf.j2\n dest: /etc/dhcpcd.conf\n owner: root\n group: netdev\n mode: \"u=rw,g=rw,o=r\"\n notify: restart dhcpcd\n become: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": true }
ansible_role
acampergue/ansible
803ae5d24088c54564a846e64c0a218c8b2c14b1
0
raspbian_rpi2/roles/ipv6
6,496
[ "permissive" ]
[ { "path": "raspbian_rpi2/roles/ipv6/tasks/main.yml", "content": "---\n- copy:\n src: blacklist.conf\n dest: /etc/modprobe.d/blacklist.conf\n owner: root\n group: root\n mode: 0640\n tags: ipv6\n become: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": true }
ansible_role
acampergue/ansible
803ae5d24088c54564a846e64c0a218c8b2c14b1
0
raspbian_rpi2/roles/pihole
6,496
[ "permissive" ]
[ { "path": "raspbian_rpi2/roles/pihole/tasks/main.yml", "content": "---\n\n# - name: download pi-hole\n# get_url:\n# url: https://install.pi-hole.net\n# dest: /tmp/pihole-install.sh\n# mode: 0550\n# Example from Ansible Playbooks\n- copy:\n src: basic-install.sh\n dest: /tmp/basic-install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": true }
ansible_role
acampergue/ansible
803ae5d24088c54564a846e64c0a218c8b2c14b1
0
raspbian_rpi2/roles/tmpfs
6,496
[ "permissive" ]
[ { "path": "raspbian_rpi2/roles/tmpfs/tasks/main.yaml", "content": "---\n- name: /tmp in tmpfs\n mount:\n name: /tmp\n src: tmpfs\n fstype: tmpfs\n opts: defaults,noatime,nosuid,size=50m\n state: present\n tags: fstab\n become: true\n\n- name: /var/tmp in tmpfs\n mount:\n name: /var/tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 871, "all_permissive": true }
ansible_role
acampergue/ansible
803ae5d24088c54564a846e64c0a218c8b2c14b1
0
raspbian_rpi2/roles/torguard
6,496
[ "permissive" ]
[ { "path": "raspbian_rpi2/roles/torguard/templates/user.txt.j2", "content": "{{ torguard_user }}\n{{ torguard_password }}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "raspbian_rpi2/roles/torguard/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1362, "all_permissive": true }
ansible_role
mkbredem/aap_certs
022a26975b0a03eb74f5207de66400faae5adb18
0
roles/install_lets_encrypt
6,496
[ "no_license" ]
[ { "path": "roles/install_lets_encrypt/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install_lets_encrypt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/install_lets_encrypt/vars/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1884, "all_permissive": false }
ansible_role
wenlongyan/networking-odl
cec4fbd0fecef4913657f415167ef0eb7fb48cb0
0
roles/show-odl-info
6,496
[ "permissive" ]
[ { "path": "roles/show-odl-info/tasks/ovs_flows.yaml", "content": "- name: Print information on \"{{ item }}\"\n command: ovs-ofctl --protocols OpenFlow13 show \"{{ item|quote }}\"\n become: true\n\n- name: Print statistics for network devices associated with \"{{ item }}\"\n command: ovs-ofctl --protocol...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2450, "all_permissive": true }
ansible_role
bfcoder/squid-proxy-ansible
d7279c88e6b76b3148db2cffaf0ea97b80bf2b2d
0
roles/essential
6,496
[ "no_license" ]
[ { "path": "roles/essential/tasks/main.yml", "content": "---\n- name: Update packages\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n upgrade: safe\n autoremove: true\n\n- name: Install Vim\n apt:\n pkg: vim\n state: present\n update_cache: true\n become: yes\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
bfcoder/squid-proxy-ansible
d7279c88e6b76b3148db2cffaf0ea97b80bf2b2d
0
roles/squid
6,496
[ "no_license" ]
[ { "path": "roles/squid/tasks/main.yml", "content": "---\n- name: Add dependencies\n apt:\n name:\n - squid\n state: latest\n update_cache: true\n\n- name: \"Add config block to squid config file\"\n blockinfile:\n path: /etc/squid/squid.conf\n block: |\n acl {{network_name}} src {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
gitolathe/vagrant_gce_ansible_docker
236f003ba4239ca4778eaefebd1180acb19677f8
0
provisioning/roles/aws
6,496
[ "no_license" ]
[ { "path": "provisioning/roles/aws/tasks/main.yml", "content": "# Task for setting up EC2 instances.\n---\n- include: security_groups.yml\n\n- include: ec2_instances.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "provisioning/roles/aws/tasks...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1179, "all_permissive": false }
ansible_role
gitolathe/vagrant_gce_ansible_docker
236f003ba4239ca4778eaefebd1180acb19677f8
0
provisioning/roles/docker
6,496
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/main.yml", "content": "---\n- name: install apt-transport-https and cert\n become: yes\n become_method: sudo\n apt: name={{item}} update_cache=yes state=latest\n with_items:\n - apt-transport-https\n - ca-certificates\n\n- name: add keys\n become: yes\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/alfresco-solr4
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/alfresco-solr4/tasks/main.yml", "content": "---\n- name: download alfresco sources\n get_url:\n url: '{{alf_sources_url}}'\n dest: \"{{alf_inst_dir}}/{{alf_name}}.zip\"\n\n- name: Ensure unzip is present\n package:\n name: [\"unzip\"]\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1163, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/apache
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/apache/templates/apache_vhost.conf.j2", "content": "<VirtualHost *:80>\n{% if esrender_vhost is defined and esrender_vhost %}\n DocumentRoot {{esrender_document_root}}\n <Directory {{esrender_base_dir}}/>\n Options Indexes FollowS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1757, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/edu-sharing
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/edu-sharing/tasks/libreoffice.yml", "content": "---\n - name: Ensure libreoffice packages are present\n apt:\n name: [\"libreoffice\"]\n become: yes\n tags:\n - packages\n - root-task\n", "license_type": "no_license", "detec...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 12303, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/java
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/java/tasks/main.yml", "content": "---\n - name: download and extract java\n unarchive:\n remote_src: yes\n src: '{{java_archive_url}}'\n dest: \"{{java_inst_dir}}\"\n creates: \"{{java_inst_dir}}/{{java_name}}\"\n\n - name: crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/mariadb
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/mariadb/tasks/main.yml", "content": "---\n- name: Ensures /etc/my.cnf.d dir exists\n file: path=/etc/my.cnf.d/ state=directory\n tags:\n - root-task\n\n- name: Configure MariaDB\n template:\n src: mysql.cnf\n dest: /etc/my.cnf.d/mysql.cnf\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 667, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/moodle-registration
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/moodle-registration/templates/ccapp-registry.properties.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<!DOCTYPE properties SYSTEM \"http://java.sun.com/dtd/properties.dtd\">\n<properties>\n<comment>Thu Aug 15 14:02:22 CEST 2019 added file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4466, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/renderingservice-init
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/renderingservice-init/tasks/main.yml", "content": "---\n- name: check if esrender initialization is complete already\n uri:\n url: '{{esrender_url}}/application/esmain/metadata.php'\n method: GET\n status_code: [200, 500]\n register: esrender...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2013, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/renderingservice-installation
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/renderingservice-installation/tasks/mariadb.yml", "content": "---\n- name: Ensure mysql python packages are present\n package:\n name: python-mysqldb\n become: yes\n tags:\n - packages\n - root-task\n\n- name: Create a new database with name 'es...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1904, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/renderingservice-registration
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/renderingservice-registration/tasks/main.yml", "content": "---\n- name: get esrender meta info\n uri:\n url: '{{esrender_url}}/application/esmain/metadata.php'\n method: GET\n return_content: yes\n register: esrender_meta\n\n- name: get esren...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1704, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_edu_sharing/roles/tomcat
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_edu_sharing/roles/tomcat/templates/tomcat.sh", "content": "#!/bin/sh\n\nCATALINA_HOME={{tomcat_home}}\nTOMCAT_BINDIR=${CATALINA_HOME}/bin\nJRE_HOME={{java_home}}\nCATALINA_PID=${CATALINA_HOME}/logs/catalina.pid\nexport CATALINA_PID\nTOMCAT_STATUS=\"\"\nERROR=0\nPID=\"\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5477, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_moodle/roles/apache
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_moodle/roles/apache/templates/apache_vhost.conf.j2", "content": "<VirtualHost *:80>\n DocumentRoot /var/www/moodle\n <Directory /var/www/moodle/>\n AllowOverride All\n Require all granted\n </Directory>\n\n ErrorLog ${APACHE_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_moodle/roles/edu-sharing-plugin
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_moodle/roles/edu-sharing-plugin/tasks/main.yml", "content": "---\n- name: Ensure necessary packages are present\n apt:\n name: '{{ packages }}'\n state: present\n become: yes\n vars:\n packages:\n - python-lxml\n - unzip\n - git\n tags:\n - package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 12590, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_moodle/roles/mariadb
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_moodle/roles/mariadb/templates/mysql.cnf", "content": "[server]\nuser=root\nport={{mariadb_port}}\nlower_case_table_names=1\nmax_allowed_packet=16777216\n\n[mysqladmin]\nuser=root\npassword=xxx\n\n[client]\ndefault-character-set = utf8mb4\n\n[mysqld]\ninnodb_file_format ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1527, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_moodle/roles/moodle
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_moodle/roles/moodle/tasks/main.yml", "content": "---\n- name: Ensure apt repo packages are present\n apt:\n name: [\"ca-certificates\", \"apt-transport-https\"]\n tags:\n - packages\n - root-task\n\n- name: add packages.sury.org/php public_key\n apt_key:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2367, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/apache
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/apache/tasks/main.yml", "content": "- name: Get apache\n apt:\n name: apache2\n state: present\n become: yes\n\n- name: Copy wordpress.conf\n template:\n src: wordpress.conf\n dest: /etc/apache2/sites-available/wordpress.conf\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/certbot
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/certbot/defaults/main.yml", "content": "---\n# Certbot auto-renew cron job configuration (for certificate renewals).\ncertbot_auto_renew: true\ncertbot_auto_renew_user: \"{{ ansible_user | default(lookup('env', 'USER')) }}\"\ncertbot_auto_renew_hour: 5\nc...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2788, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/mysql
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/mysql/defaults/main.yml", "content": "---\n# defaults file for mysql\n\n# The address mysql should bind to.\nmysql_bind_address: 127.0.0.1\n\n# This role can populate databases and users, see below.\n# mysql_databases:\n# - name: firstdb\n# - name: se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3074, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/package_update
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/package_update/tasks/main.yml", "content": "- name: update package list\n apt:\n update_cache: yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/php
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/php/tasks/main.yml", "content": "- name: Install php packages and extensions\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - php\n - libapache2-mod-php\n - php-mysql\n - php-curl\n - php-gd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/php_test
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/php_test/tasks/main.yml", "content": "- name: copy info.php\n template:\n src: info.php\n dest: /var/www/html/info.php\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/python
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/python/tasks/main.yml", "content": "- name: Update package index\n apt:\n update_cache: yes\n become: yes\n\n- name: Install python packages\n apt:\n name: '{{ packages }}'\n state: present\n vars:\n packages:\n - python\n - pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/ufw
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/ufw/tasks/main.yml", "content": "- name: open ports\n ufw:\n rule: '{{ item.rule }}'\n port: '{{ item.port }}'\n proto: '{{ item.proto }}'\n with_items: \"{{ ufw_ports }}\"\n become: yes\n\n- name: allow Apps\n ufw:\n rule: '{{ item.rule }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/wp
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/wp/tasks/main.yml", "content": "- name: Check if WordPress directory exists in /var/www\n stat: path=/var/www/wordpress\n register: wp_path\n\n- name: Check if Upgrade directory already exists in /tmp/wordpress/wp-content/upgrade\n stat: path=/tmp/word...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2294, "all_permissive": false }
ansible_role
sroertgen/edu-sharing-with-a-click
2ad6ff6d6ab322b094354618660131048a393443
1
ansible-templates/ansible_wordpress/roles/wp-mysql
6,496
[ "no_license" ]
[ { "path": "ansible-templates/ansible_wordpress/roles/wp-mysql/tasks/main.yml", "content": "---\n - name: Create WP-Database\n mysql_db:\n login_user: \"{{ mysql['user'] }}\"\n login_password: \"{{ mysql['<PASSWORD>'] }}\"\n name: \"{{ wp_db_name }}\"\n state: present\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
kencx/homelab
1c451e1634f818e9d912bb054db47988cb083989
177
ansible/roles/common
6,496
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/hashicorp.yml", "content": "---\n- name: Create keyring directory\n file:\n path: \"{{ common_keyring_dir }}\"\n mode: 0755\n owner: root\n group: root\n state: directory\n\n# apt-key is being deprecated in Debian 11\n# note the .asc extension is necessa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4310, "all_permissive": false }
ansible_role
kencx/homelab
1c451e1634f818e9d912bb054db47988cb083989
177
ansible/roles/consul
6,496
[ "no_license" ]
[ { "path": "ansible/roles/consul/templates/client.hcl.j2", "content": "server = false\nretry_join = [\"{{ consul_server_ip }}\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/consul/tasks/gossip.yml", "content": "---\n# Wri...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 12493, "all_permissive": false }
ansible_role
kencx/homelab
1c451e1634f818e9d912bb054db47988cb083989
177
ansible/roles/consul-template
6,496
[ "no_license" ]
[ { "path": "ansible/roles/consul-template/tasks/main.yml", "content": "---\n# consul-template requires write access to all template destination directories.\n# - name: Create consul-template user\n# user:\n# name: consul-template\n# groups: [\"vault\", \"consul\", \"nomad\"]\n# append: true\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1686, "all_permissive": false }
ansible_role
kencx/homelab
1c451e1634f818e9d912bb054db47988cb083989
177
ansible/roles/issue_cert
6,496
[ "no_license" ]
[ { "path": "ansible/roles/issue_cert/defaults/main.yml", "content": "---\nissue_cert_role: \"client\"\nissue_cert_common_name: \"\"\nissue_cert_ttl: \"24h\"\nissue_cert_vault_addr: \"https://localhost:8200\"\n\nissue_cert_owner: \"\"\nissue_cert_group: \"\"\n\nissue_cert_path: \"cert.crt\"\nissue_cert_key_pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4996, "all_permissive": false }
ansible_role
kencx/homelab
1c451e1634f818e9d912bb054db47988cb083989
177
ansible/roles/nomad
6,496
[ "no_license" ]
[ { "path": "ansible/roles/nomad/templates/nomad.hcl.j2", "content": "datacenter = \"dc1\"\ndata_dir = \"{{ nomad_data_dir }}\"\nbind_addr = \"0.0.0.0\"\n\ntls {\n http = true\n rpc = true\n\n ca_file = \"{{ nomad_tls_dir }}/ca.crt\"\n cert_file = \"{{ nomad_tls_dir }}/cert.crt\"\n key_file = \"{{ nom...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 18168, "all_permissive": false }
ansible_role
kencx/homelab
1c451e1634f818e9d912bb054db47988cb083989
177
ansible/roles/unseal_vault
6,496
[ "no_license" ]
[ { "path": "ansible/roles/unseal_vault/tasks/unseal.yml", "content": "---\n# TODO create list of keys from list of files\n- name: Get unseal key(s) from file(s)\n command: \"\"\n register: vault_unseal_key_raw\n when:\n - unseal_store == 'file'\n - unseal_keys_files is defined\n - unseal_keys_fil...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2653, "all_permissive": false }
ansible_role
kencx/homelab
1c451e1634f818e9d912bb054db47988cb083989
177
ansible/roles/vault
6,496
[ "no_license" ]
[ { "path": "ansible/roles/vault/tasks/agent.yml", "content": "---\n- set_fact:\n local_cert_dir: \"{{ lookup('pipe', 'git rev-parse --show-toplevel') }}/certs\"\n\n- name: Check if {{ local_cert_dir }} exists\n block:\n - stat:\n path: \"{{ local_cert_dir }}\"\n register: c\n\n - assert...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 19176, "all_permissive": false }
ansible_role
liweitianux/ansible-cluster-shao
453f00d426440de898ff42e5ae3e93aba521cdac
0
roles/bootstrap
6,536
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- debug: var=ansible_play_hosts\n- debug: var=deploy_user\n- debug: var=ansible_ssh_private_key_file\n- debug: var=ansible_ssh_public_key_file\n\n- name: SSH - scan and add hosts\n delegate_to: localhost\n become: false\n lineinfile:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1699, "all_permissive": false }
ansible_role
liweitianux/ansible-cluster-shao
453f00d426440de898ff42e5ae3e93aba521cdac
0
roles/firewall
6,536
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Firewall - disable firewall on nodes\n service:\n name: firewalld\n state: stopped\n enabled: false\n when: cluster_role == \"node\"\n\n- name: Firewall - enable firewall on master\n service:\n name: firewalld\n state: sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1354, "all_permissive": false }
ansible_role
liweitianux/ansible-cluster-shao
453f00d426440de898ff42e5ae3e93aba521cdac
0
roles/network
6,536
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: copy /etc/hosts from master\n copy:\n src: /etc/hosts\n dest: /etc/hosts\n backup: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
liweitianux/ansible-cluster-shao
453f00d426440de898ff42e5ae3e93aba521cdac
0
roles/nginx
6,536
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: nginx - install package\n yum:\n name: nginx\n state: latest\n\n- name: nginx - enable service\n service:\n name: nginx\n enabled: true\n\n- name: nginx - copy config for repo proxy\n copy:\n src: repo-proxy.conf\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
liweitianux/ansible-cluster-shao
453f00d426440de898ff42e5ae3e93aba521cdac
0
roles/ntp
6,536
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: install chrony package\n yum:\n name: chrony\n state: latest\n\n- name: enable chronyd service\n service:\n name: chronyd\n enabled: true\n\n- name: setup chrony server on master\n lineinfile:\n path: /etc/chrony.conf\n rege...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 783, "all_permissive": false }
ansible_role
liweitianux/ansible-cluster-shao
453f00d426440de898ff42e5ae3e93aba521cdac
0
roles/selinux
6,536
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "---\n- name: disable SELinux on nodes (until reboot)\n command: setenforce 0\n when: cluster_role == \"node\"\n\n- name: disable SELinux on nodes (for next boot)\n lineinfile:\n path: /etc/selinux/config\n regexp: \"^SELINUX=\"\n line: \"SELI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
liweitianux/ansible-cluster-shao
453f00d426440de898ff42e5ae3e93aba521cdac
0
roles/yum
6,536
[ "no_license" ]
[ { "path": "roles/yum/handlers/main.yml", "content": "---\n- name: yum-update-cache\n command: yum makecache\n args:\n warn: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/yum/templates/epel.repo.j2", "content": "[epel]\nname...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4185, "all_permissive": false }
ansible_role
anis016/Docker
decbb0618d763f9156ebf97ee92c8191cca2d4e1
0
docker_swarm/roles/docker
6,536
[ "no_license" ]
[ { "path": "docker_swarm/roles/docker/defaults/main.yml", "content": "---\n# Edition can be one of: 'ce' (Community Edition) or 'ee' (Enterprise Edition)\ndocker__package:\n - \"docker-ce\"\n\ndocker__apt_release_channel: stable\ndocker__apt_arch: amd64\ndocker__apt_repository: \"deb [arch={{ docker__apt_ar...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1971, "all_permissive": false }
ansible_role
trafo21/ForAnsible
aaa9125127eba13c9b95ef95c7b05b6c35e2f7e3
0
ansible/roles/role2
6,536
[ "no_license" ]
[ { "path": "ansible/roles/role2/tasks/main.yml", "content": "---\n# tasks file for role2\n - include: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/role2/tasks/install.yml", "content": "---\n - name: Install Apach...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 133, "all_permissive": false }
ansible_role
kishore14194/Ansible_jenkins
0f825cb7261e465fb5e118f1c17d8005e99ca733
0
roles/docker
6,536
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n - name: Adding gpg key to Docker\n apt_key: keyserver=hkp://pgp.mit.edu:80 id=58118E89F3A912897C070ADBF76221572C52609D\n\n - name: Adding repository for Docker\n apt_repository: repo='deb https://apt.dockerproject.org/repo ubuntu-trusty main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
kishore14194/Ansible_jenkins
0f825cb7261e465fb5e118f1c17d8005e99ca733
0
roles/links
6,536
[ "no_license" ]
[ { "path": "roles/links/tasks/main.yml", "content": "---\n - name: Adding key to jenkins\n apt_key: url=http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key state=present\n\n - name: Adding repository for Jenkins\n apt_repository: repo='deb http://pkg.jenkins-ci.org/debian binary/'\n\n # - name: Intia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
mauricerashad/worksofcode
60570d2192d7c9aa482f0eb78d527dd6c076b94b
0
php_app/infrastructure/roles/app
6,536
[ "no_license" ]
[ { "path": "php_app/infrastructure/roles/app/handlers/main.yml", "content": "---\n- name: SUMMARY\n debug:\n msg: \"Notejam is accessible at http://{{ IP }}/index.php\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "php_app/infrastructure/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1490, "all_permissive": false }
ansible_role
mauricerashad/worksofcode
60570d2192d7c9aa482f0eb78d527dd6c076b94b
0
php_app/infrastructure/roles/automation
6,536
[ "no_license" ]
[ { "path": "php_app/infrastructure/roles/automation/tasks/main.yml", "content": "---\n- name: \"CENTOS: Check if Swap Exists\"\n command: ls /swap\n register: swp\n ignore_errors: true\n tags: create-all, os\n\n- name: \"CENTOS: Make Swap\"\n command: \"{{ item.cmd }}\"\n with_items:\n - { cmd: \"dd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": false }
ansible_role
mauricerashad/worksofcode
60570d2192d7c9aa482f0eb78d527dd6c076b94b
0
php_app/infrastructure/roles/discovery
6,536
[ "no_license" ]
[ { "path": "php_app/infrastructure/roles/discovery/tasks/main.yml", "content": "---\n# IMPORTANT: Ensure tags accross all plays and tasks are added to these discovery jobs\n- name: Discovery\n command: ls\n notify:\n - DISCOVERY\n - DISCOVERY_JKNS\n tags: discovery, create-all, ec2-host, ec2-securit...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3013, "all_permissive": false }
ansible_role
mauricerashad/worksofcode
60570d2192d7c9aa482f0eb78d527dd6c076b94b
0
php_app/infrastructure/roles/ec2
6,536
[ "no_license" ]
[ { "path": "php_app/infrastructure/roles/ec2/tasks/main.yml", "content": "---\n# SECURITY\n- name: \"EC2: Create Security Group\"\n ec2_group:\n name: \"notejam_secgrp\"\n aws_access_key: \"{{ lookup('env', 'AWS_ACCESS_KEY_ID') }}\"\n aws_secret_key: \"{{ lookup('env', 'AWS_SECRET_ACCESS_KEY') }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4931, "all_permissive": false }