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
shirish87/ansible-ubuntu-caddy-multisite-https
eaf162c358a692f9c636f23be78ed1cb15f47f6b
0
roles/docker
408
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Check docker installed\n command: docker --version\n ignore_errors: true\n register: d\n tags:\n - docker\n\n- name: Add Docker GPG apt Key\n apt_key: url=\"https://download.docker.com/linux/ubuntu/gpg\" state=present\n when: d.rc > 0\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1879, "all_permissive": false }
ansible_role
shirish87/ansible-ubuntu-caddy-multisite-https
eaf162c358a692f9c636f23be78ed1cb15f47f6b
0
roles/example1
408
[ "no_license" ]
[ { "path": "roles/example1/files/Caddyfile.j2", "content": "(tls_{{ domain }}) {\n\ttls {{ acme_email }} {\n\t\tdns cloudflare {{ cloudflare_api_token }}\n\t{% if acme_staging %}\n\tca https://acme-staging-v02.api.letsencrypt.org/directory\n\t{% endif -%}\n\t}\n}\n\n{% if naked_domain is defined -%}\nhttp://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1600, "all_permissive": false }
ansible_role
shirish87/ansible-ubuntu-caddy-multisite-https
eaf162c358a692f9c636f23be78ed1cb15f47f6b
0
roles/example2
408
[ "no_license" ]
[ { "path": "roles/example2/tasks/main.yml", "content": "- name: Ensure home for {{ domain }} exists\n ansible.builtin.file: path=\"/var/www/{{ domain }}\" state=directory owner=caddy group=caddy\n tags:\n - example2\n\n- name: Copy site files\n copy:\n src: \"{{ domain }}/\"\n dest: \"/var/www/{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1457, "all_permissive": false }
ansible_role
shirish87/ansible-ubuntu-caddy-multisite-https
eaf162c358a692f9c636f23be78ed1cb15f47f6b
0
roles/init
408
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n- hostname: name=\"{{ inventory_hostname }}\"\n\n- name: Set authorized key from url\n authorized_key:\n user: \"{{ ansible_ssh_user }}\"\n state: present\n key: \"https://github.com/{{ github_user_pub_key }}.keys\"\n when: github_user_pub_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1680, "all_permissive": false }
ansible_role
shirish87/ansible-ubuntu-caddy-multisite-https
eaf162c358a692f9c636f23be78ed1cb15f47f6b
0
roles/tools
408
[ "no_license" ]
[ { "path": "roles/tools/vars/main.yml", "content": "---\n golang_version: 1.17.7\n fnm_version: v1.31.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/tools/tasks/main.yml", "content": "---\n- name: Create bin dir\n ansible.builtin.f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2816, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/account
408
[ "no_license" ]
[ { "path": "roles/account/tasks/main.yml", "content": "- name: Add the user '{{ foruser }}'\n user:\n name: \"{{ foruser }}\"\n comment: Working User\n generate_ssh_key: yes\n shell: /bin/zsh\n\n- name: install zsh\n package:\n name: zsh\n state: present\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/atom
408
[ "no_license" ]
[ { "path": "roles/atom/tasks/main.yml", "content": "- name: install atom\n package:\n name: atom\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/chromium
408
[ "no_license" ]
[ { "path": "roles/chromium/tasks/main.yml", "content": "- name: install chromium\n package:\n name: chromium\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/code
408
[ "no_license" ]
[ { "path": "roles/code/tasks/main.yml", "content": "- name: install visual studio code\n package:\n name: code\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/common
408
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: install htop\n package:\n name: htop\n state: present\n\n- name: install vim\n package:\n name: vim\n state: present\n\n- name: install zsh\n package:\n name: zsh\n state: present\n\n- name: install zsh-completions\n package:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1694, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/docker
408
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: install docker\n package:\n name: docker\n state: present\n\n- name: install docker-compose\n package:\n name: docker-compose\n state: present\n \n\n- name: adding existing user '{{ foruser }}' to group docker\n user:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/filezilla
408
[ "no_license" ]
[ { "path": "roles/filezilla/tasks/main.yml", "content": "- name: install filezilla\n package:\n name: filezilla\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/firefox
408
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yml", "content": "- name: install firefox\n package:\n name: firefox\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/i3
408
[ "no_license" ]
[ { "path": "roles/i3/templates/i3blocks-up.j2", "content": "# i3blocks config file\n#\n# Please see man i3blocks for a complete reference!\n# The man page is also hosted at http://vivien.github.io/i3blocks\n#\n# List of valid properties:\n#\n# align\n# color\n# commandenp0s25:\n# full_text\n# instance\n# int...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6948, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/insomnia
408
[ "no_license" ]
[ { "path": "roles/insomnia/tasks/main.yml", "content": "- name: Install insomnia\n aur:\n name: insomnia\n skip_installed: true\n become: yes\n become_user: \"aur_builder\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/keepassx
408
[ "no_license" ]
[ { "path": "roles/keepassx/tasks/main.yml", "content": "- name: install keepassx\n package:\n name: keepassx\n state: absent\n- name: install keepassxc\n package:\n name: keepassxc\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/mysqlworkbench
408
[ "no_license" ]
[ { "path": "roles/mysqlworkbench/tasks/main.yml", "content": "- name: install mysql-workbench\n package:\n name: mysql-workbench\n state: present\n\n- name: install gnome-keyring\n package:\n name: gnome-keyring\n state: present\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/networkmanager
408
[ "no_license" ]
[ { "path": "roles/networkmanager/tasks/main.yml", "content": "- name: install networkmanager\n package:\n name: networkmanager\n state: present\n- name: install network-manager-applet\n package:\n name: network-manager-applet\n state: present\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/nextcloud
408
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "- name: install nextcloud-client\n package:\n name: nextcloud-client\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/phpstorm
408
[ "no_license" ]
[ { "path": "roles/phpstorm/tasks/main.yml", "content": "- name: install jre-openjdk\n package:\n name: jre-openjdk\n state: present\n\n- name: Install phpstorm\n aur:\n name: phpstorm\n skip_installed: true\n become: yes\n become_user: \"aur_builder\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/pulseaudio
408
[ "no_license" ]
[ { "path": "roles/pulseaudio/tasks/main.yml", "content": "- name: install pulseaudio\n package:\n name: pulseaudio\n state: present\n\n- name: Install pacmixer\n aur:\n name: pacmixer\n skip_installed: true\n become: yes\n become_user: \"aur_builder\"\n\n- name: install pavucontrol\n package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/rambox
408
[ "no_license" ]
[ { "path": "roles/rambox/tasks/main.yml", "content": "- name: Install rambox\n aur:\n name: rambox-bin\n skip_installed: true\n become: yes\n become_user: \"aur_builder\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/randr
408
[ "no_license" ]
[ { "path": "roles/randr/tasks/main.yml", "content": "- name: install arandr\n package:\n name: arandr\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
kekskurse/denkbrett
0096b3c42ea964d1b7c37214cb9c68dab26705bd
1
roles/slim
408
[ "no_license" ]
[ { "path": "roles/slim/tasks/main.yml", "content": "---\n- name: install slim\n package:\n name: slim\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
redhat-cop/elk_automation
aae64db12f26976bea759a2c05e9372dd5407460
3
roles/automate_beats
408
[ "no_license" ]
[ { "path": "roles/automate_beats/defaults/main.yml", "content": "---\n# defaults file for automate_beats\n\nauditbeat_rpm: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{ auditbeat_version }}.rpm\nauditbeat_version: \"7.5.1-x86_64\"\nauditbeat_dir: /etc/auditbeat/auditbeat.yml\nauditbeat_sr...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 11776, "all_permissive": false }
ansible_role
redhat-cop/elk_automation
aae64db12f26976bea759a2c05e9372dd5407460
3
roles/automate_elasticsearch
408
[ "no_license" ]
[ { "path": "roles/automate_elasticsearch/defaults/main.yml", "content": "---\n# defaults file for automate_elasticsearch\n\n#elasticsearch_repo_data:\n# baseurl: \"https://artifacts.elastic.co/packages/7.x/yum\"\n# name: \"Elasticsearch repository for 7.x packages\"\n# enabled: yes \n# owner: root\n# re...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 8908, "all_permissive": false }
ansible_role
redhat-cop/elk_automation
aae64db12f26976bea759a2c05e9372dd5407460
3
roles/automate_kibana
408
[ "no_license" ]
[ { "path": "roles/automate_kibana/vars/main.yml", "content": "---\n# vars file for automate_kibana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/automate_kibana/tasks/install.yml", "content": "---\n\n - name: Add Kibana yum repository\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4749, "all_permissive": false }
ansible_role
redhat-cop/elk_automation
aae64db12f26976bea759a2c05e9372dd5407460
3
roles/automate_logstash
408
[ "no_license" ]
[ { "path": "roles/automate_logstash/vars/main.yml", "content": "---\n# vars file for automate_logstash", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/automate_logstash/tasks/install.yml", "content": "---\n\n - name: Install Java\n yum...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6966, "all_permissive": false }
ansible_role
wbh1/ansible-lint-test
bbf69411b5446fd79312f891bfee7dca993576e3
0
roles/cleanup
408
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n- name: cleanup package\n ansible.builtin.include_tasks:\n file: \"uninstall.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/cleanup/tasks/uninstall.yml", "content": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 239, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/apps
408
[ "no_license" ]
[ { "path": "roles/apps/tasks/main.yml", "content": "- name: OSX apps installed\n shell: brew install --cask {{ item.package_name }}\n args:\n creates: \"{{ item.path | default(home_dir + '/Applications/' + item.app_name + '.app') }}\"\n with_items: \"{{ osx_apps }}\"\n tags:\n - osx\n\n- name: Ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/common
408
[ "no_license" ]
[ { "path": "roles/common/files/bin/randomize", "content": "#!/usr/bin/env ruby\n\nrequire \"securerandom\"\n\nlength = (ARGV[0] || 16).to_i - 1\nputs SecureRandom.hex(length)[0..length]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/common...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3161, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/emacs
408
[ "no_license" ]
[ { "path": "roles/emacs/files/modules/delete-things.el", "content": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;;; miscellaneous utilities to delete and kill text\n\n;; recommended keybindings:\n\n;; (global-set-key (kbd \"C-k\") 'delete-line)\n;; (global-set-key (kbd \"C-S-k\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 33424, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/git
408
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: gitconfig copied\n copy:\n src: gitconfig\n dest: \"{{ home_dir }}/.gitconfig\"\n\n- name: gitignore copied\n copy:\n src: gitignore\n dest: \"{{ home_dir }}/.gitignore\"\n\n- name: work directory exists\n file:\n state: directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/homebrew
408
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: homebrew installed\n shell: /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n args:\n creates: \"/usr/local/bin/brew\"\n\n- name: opt directory exists\n file:\n state: directory\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/osx
408
[ "no_license" ]
[ { "path": "roles/osx/files/set_keyboard_defaults.sh", "content": "#!/bin/bash\n\nkeyboard_id=\"$(ioreg -n IOHIDKeyboard -r | grep -e VendorID\\\" -e ProductID | tr -d \\\"\\|[:blank:] | cut -d\\= -f2 | tr '\\n' -)\"\n\necho \"Switching to emacs modifiers\"\ndefaults -currentHost write -g com.apple.keyboard....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 14057, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/pass
408
[ "no_license" ]
[ { "path": "roles/pass/tasks/main.yml", "content": "- name: create gnupg directory\n file:\n path: \"{{ home_dir }}/.gnupg/\"\n state: directory\n\n- name: create gpg config file\n copy:\n content: |\n personal-digest-preferences SHA256\n cert-digest-algo SHA256\n default-preference...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 893, "all_permissive": false }
ansible_role
sborrazas/dotfiles
497e75e96e9e9907f4916b8b7ec91555968d30fd
1
roles/ubuntu
408
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yml", "content": "- name: xmodmap copied\n copy:\n src: Xmodmap\n dest: \"{{ home_dir }}/.Xmodmap\"\n- name: xkbmap copied\n copy:\n src: xkbmap\n dest: \"{{ home_dir }}/.xkbmap\"\n", "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": 165, "all_permissive": false }
ansible_role
Snopoff/Programming-Technologies-and-OS
56ebae3fcc32ff9fed6908afb2e31743683236b5
0
Ansible/ansible/roles/nginx
408
[ "no_license" ]
[ { "path": "Ansible/ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n - name: install_nginx\n apt: \n name: nginx\n state: latest\n register: first_run\n\n - name: install_pip\n become: yes\n when: first_run.changed\n apt:\n name: python3-pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3203, "all_permissive": false }
ansible_role
samyyang/ansible
d13ddcb38cf13d888912c5652c563b5cbce1f94b
0
nginx_ai/roles/check_log4j
408
[ "no_license" ]
[ { "path": "nginx_ai/roles/check_log4j/tasks/check_log4j.yml", "content": "---\n- name: check_log4j\n find:\n path: \"/\"\n file_type: \"file\"\n recurse: yes\n patterns: 'hosts'\n register: find_file\n\n- name: print find file\n debug:\n msg: \"{{ item.path }}\"\n with_list: \"{{ find_fil...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 264, "all_permissive": false }
ansible_role
samyyang/ansible
d13ddcb38cf13d888912c5652c563b5cbce1f94b
0
nginx_ai/roles/jdk
408
[ "no_license" ]
[ { "path": "nginx_ai/roles/jdk/tasks/jdk.yml", "content": "---\n - name: mkdir jdk dest dir\n file: path={{ jdk_dir }} state=directory\n\n - name: unzip jdk package to remote hosts\n unarchive: src=jdk-7u79-linux-x64.tar.gz dest={{ jdk_dir }}\n\n - name: copy set jdk environment file to remote hosts...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
samyyang/ansible
d13ddcb38cf13d888912c5652c563b5cbce1f94b
0
nginx_ai/roles/nginx
408
[ "no_license" ]
[ { "path": "nginx_ai/roles/nginx/tasks/basic.yml", "content": "---\r\n- name: install basic parket for nginx\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - gcc\r\n - openssl-devel \r\n - pcre\r\n - pcre-devel\r\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 951, "all_permissive": false }
ansible_role
samyyang/ansible
d13ddcb38cf13d888912c5652c563b5cbce1f94b
0
nginx_ai/roles/tomcat
408
[ "no_license" ]
[ { "path": "nginx_ai/roles/tomcat/tasks/tomcat.yml", "content": "---\n - name: unzip tomcat package to remote hosts\n unarchive: src=apache-tomcat-7.0.90.tar.gz dest={{ app_dir }}\n\n - name: copy tomcat config file to remote hosts\n template: src=tomcat_01.xml dest={{ app_dir }}/apache-tomcat-7.0.90...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 435, "all_permissive": false }
ansible_role
brunocoelho1997/terraform_ansible_project
cf686d025b7adcacffea781c77488be250d0c91f
0
ansible/roles/docker_role
408
[ "no_license" ]
[ { "path": "ansible/roles/docker_role/tasks/main.yml", "content": "---\n- name: Test Docker with hello world example\n shell: \"docker run hello-world\"\n register: hello_world_output\n\n- name: Show output of hello word example\n debug:\n msg: \"Container Output: {{hello_world_output.stdout}}\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/base
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/base/tasks/main.yml", "content": "---\n- name: install sudo\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n with_items:\n - sudo\n when: ansible_distribution == \"Debian\"\n\n- name: add group\n ansible.builtin.group:\n name: \"{{ admin_gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2877, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/bitcoin-core
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/bitcoin-core/templates/bitcoin.service.j2", "content": "[Unit]\nDescription=bitcoin-core\nAfter=network.target\n\n[Service]\nUser=bitcoin\nGroup=bitcoin\n\nType=forking\nPIDFile=/opt/bitcoin/bitcoind.pid\nExecStart=/opt/bitcoin/bitcoin-{{ version }}/bin/bitcoind -conf...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 18129, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/caddy
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/caddy/handlers/main.yml", "content": "- name: Restart caddy\n become: yes\n systemd:\n name: caddy\n state: restarted\n\n- name: Validate caddy\n uri:\n url: http://127.0.0.1:2019/metrics\n method: GET\n status_code: 200\n timeout: 10\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3523, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/docker_hosts
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/docker_hosts/tasks/main.yml", "content": "- name: install packages\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n with_items:\n - ca-certificates\n - curl\n when: ansible_distribution == \"Ubuntu\" or ansible_distribution == \"Debian\"\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2302, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/dojo
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/dojo/templates/docker-mysql.conf.tpl.j2", "content": "#########################################\n# CONFIGURATION OF MYSQL CONTAINER\n#########################################\n\n# Password of MySql root account\n# Warning: This option must not be modified after the fi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5076, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/git-server
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/git-server/templates/add-mirror-repo.sh.j2", "content": "#!/bin/sh\n\n# Set the base directory\nBASE_DIR=\"/home/git/repositories/mirrors\"\n\n# Check if we have enough arguments\nif [ $# -eq 0 ]; then\n echo \"Usage: add-mirror-repo <repo-url>\"\n exit 1\nfi\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3971, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/ntfy-server
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/ntfy-server/templates/server.yml.j2", "content": "# https://docs.ntfy.sh/config/\n---\nbase-url: \"{{ ntfy_base_url }}\"\nlisten-http: \":2586\"\nauth-file: \"/var/lib/ntfy/user.db\"\nauth-default-access: \"deny-all\"\nbehind-proxy: true\ncache-file: \"/var/cache/ntfy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1539, "all_permissive": false }
ansible_role
delvison/homelab
bf26c0a679e1875040b92c3ff8a25850fde5c2f1
0
infrastructure/ansible/roles/tailscale
408
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/tailscale/tasks/main.yml", "content": "- name: download tailscale keys\n become: true\n ansible.builtin.get_url:\n url: https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg\n dest: /usr/share/keyrings/tailscale-archive-keyring.gpg \n mode: '0444'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
create-instance-ansible/roles/common
408
[ "no_license" ]
[ { "path": "create-instance-ansible/roles/common/tasks/main.yml", "content": "- name: update pip\n become: yes\n pip:\n name: ['pip']\n state: latest\n\n- name: install openstacksdk\n become: yes\n pip:\n name: ['openstacksdk']\n state: latest", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
create-instance-ansible/roles/instances
408
[ "no_license" ]
[ { "path": "create-instance-ansible/roles/instances/tasks/main.yml", "content": "- name: create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ item.image }}'\n key_name: '{{ item.key_name }}'\n flavor: '{{ item.flavor }}'\n availability_zone: '{{ availability_zone }}'\n se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
create-instance-ansible/roles/volumes
408
[ "no_license" ]
[ { "path": "create-instance-ansible/roles/volumes/tasks/main.yml", "content": "- name: create a volume on nectar\n os_volume:\n display_name: '{{volume.vol_name}}'\n size: '{{volume.vol_size}}'\n availability_zone: '{{availability_zone}}'\n wait: yes\n timeout: 600\n state: present #absent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/common
408
[ "no_license" ]
[ { "path": "final-ansible/roles/common/tasks/main.yml", "content": "- name: update pip\n pip:\n name: ['pip']\n state: latest\n\n- name: install openstacksdk\n pip:\n name: ['openstacksdk']\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/docker
408
[ "no_license" ]
[ { "path": "final-ansible/roles/docker/tasks/main.yml", "content": "- name: uninstall old versions of docker\n tags: 'docker'\n become: yes\n apt:\n name: ['docker','docker-engine','docker.io','runc','containerd']\n state: absent\n\n\n# - name: show ansible_distribution\n# debug:\n# msg: '{{an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2412, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/host_common
408
[ "no_license" ]
[ { "path": "final-ansible/roles/host_common/tasks/main.yml", "content": "- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n- name: get environment arguments\n shell: cat /etc/environment\n register: env_args\n\n- name: set proxy\n tags: always\n become: yes\n lineinfile:\n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/init_swarm
408
[ "no_license" ]
[ { "path": "final-ansible/roles/init_swarm/tasks/main.yml", "content": "- name: remove the swarm manager\n become: yes\n docker_swarm:\n state: absent\n force: true\n- name: restart docker \n become: yes\n raw: systemctl daemon-reload; systemctl restart docker\n- name: init a new swarm\n become: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/instances
408
[ "no_license" ]
[ { "path": "final-ansible/roles/instances/tasks/main.yml", "content": "- name: create instances\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ private_key }}'\n flavor: '{{ instance_flavor }}'\n availability_zone: '{{ availability_zone }}'\n security...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/join_swarm
408
[ "no_license" ]
[ { "path": "final-ansible/roles/join_swarm/tasks/main.yml", "content": "- name: remove the swarm swarm worker\n become: yes\n docker_swarm:\n state: absent\n- name: restart docker \n become: yes\n raw: systemctl daemon-reload; systemctl restart docker\n- name:\n set_fact:\n swarm_manager_ip: \"{{g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/mount_volumes
408
[ "no_license" ]
[ { "path": "final-ansible/roles/mount_volumes/tasks/main.yml", "content": "\n# - name: install dependencies\n# tags: 'volumes'\n# become: yes\n# apt:\n# name: ['xfsprogs']\n# state: latest\n# install_recommends: no\n# update_cache: yes\n\n- name: make file system\n tags: 'volumes'\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1233, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/security_groups
408
[ "no_license" ]
[ { "path": "final-ansible/roles/security_groups/tasks/main.yml", "content": "- name: create security groups\n os_security_group:\n name: '{{item.name}}'\n description: '{{item.description}}'\n state: present\n loop: '{{security_groups}}'\n\n- name: create a list of security group names\n set_fact...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/stack_deploy
408
[ "no_license" ]
[ { "path": "final-ansible/roles/stack_deploy/tasks/main.yml", "content": "- name: copy the docker-compose file\n copy:\n src: ./docker-compose.yml\n dest: /home/ubuntu/docker-compose.yml\n- name: start the couchdb service\n become: yes\n raw: docker stack deploy -c /home/ubuntu/docker-compose.yml my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/storeips
408
[ "no_license" ]
[ { "path": "final-ansible/roles/storeips/tasks/main.yml", "content": "- name: remove invertory_file\n file:\n path: \"{{inventory_file}}\"\n state: absent\n\n- name: create and write to the host file\n lineinfile:\n path: \"{{inventory_file}}\"\n line: '[all]'\n create: yes\n\n- name: write ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1193, "all_permissive": false }
ansible_role
zijies1/CCC-ass2
34cd172f843d8c7dcb76da8708a384f2fe14b8aa
0
final-ansible/roles/volumes
408
[ "no_license" ]
[ { "path": "final-ansible/roles/volumes/tasks/main.yml", "content": "- name: create volumes on nectar\n os_volume:\n display_name: '{{item.vol_name}}'\n size: '{{item.vol_size}}'\n availability_zone: '{{availability_zone}}'\n wait: yes\n timeout: 600\n state: present #absent\n loop: '{{ v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
dani882/Ansible-local-config
401abdfeec81e80f500d907726fc3de01a793f69
0
roles/common
408
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Upgrade all apt packages\n become: yes\n apt: update_cache=yes upgrade=dist\n ignore_errors: yes\n\n- name: Install commom packages\n become: yes\n apt:\n name: ['default-jdk', 'unrar', 'vim', 'unzip', 'flameshot', 'telegram-desktop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5582, "all_permissive": false }
ansible_role
dani882/Ansible-local-config
401abdfeec81e80f500d907726fc3de01a793f69
0
roles/printer
408
[ "no_license" ]
[ { "path": "roles/printer/tasks/main.yml", "content": "---\n- name: Install LSB package module and gtk-canberra package beforehand\n apt:\n name: ['lsb', 'libcanberra-gtk-module']\n become: true\n\n- name: Install Epson Generic drivers & Utility package\n apt:\n deb: \"{{ item }}\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2247, "all_permissive": false }
ansible_role
dani882/Ansible-local-config
401abdfeec81e80f500d907726fc3de01a793f69
0
roles/work
408
[ "no_license" ]
[ { "path": "roles/work/handlers/main.yml", "content": "- name: reload systemd\n become: yes\n systemd:\n daemon_reload: yes\n\n- name: update trusted ca\n become: yes\n shell: /usr/sbin/update-ca-certificates", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2375, "all_permissive": false }
ansible_role
ericdugg/ansible-good
ffa10b39ed61d1ac16e31c5378ebb306e636d251
0
roles/app
408
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: install tomcat\n yum:\n name: tomcat\n state: latest\n\n- name: enable tomcat at boot\n service:\n name: tomcat\n enabled: yes\n\n- name: create tomcat default web directory\n file:\n path: \"{{ tomcat_web...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
ericdugg/ansible-good
ffa10b39ed61d1ac16e31c5378ebb306e636d251
0
roles/base
408
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n- name: enable sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: '^Defaults\\s*requiretty'\n replace: 'Defaults !requiretty'\n backup: yes\n\n- name: enable repos\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
ericdugg/ansible-good
ffa10b39ed61d1ac16e31c5378ebb306e636d251
0
roles/haproxy
408
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n- name: install haproxy\n yum:\n name: haproxy\n state: latest\n\n- name: enable haproxy at boot\n service:\n name: haproxy\n enabled: yes\n\n- name: configure haproxy to load balance app servers\n template:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
ericdugg/ansible-good
ffa10b39ed61d1ac16e31c5378ebb306e636d251
0
roles/postgresql
408
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# tasks file for postgresql\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n\n- name: enable postgres at boot\n service:\n name: postgresql\n enabled: yes\n\n- name: initilize postgres\n command: postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
theinternetcafe/k8s-ansible
0bb59059ad892153b9d28a83efd5937ece91f200
1
roles/common
408
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "{{ ansible_managed | comment }}\n{% if dns.hosts is defined %}\n{% for host in dns.hosts %}\n{{ host }}\n{% endfor %}\n{% endif %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/commo...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9351, "all_permissive": false }
ansible_role
theinternetcafe/k8s-ansible
0bb59059ad892153b9d28a83efd5937ece91f200
1
roles/kube
408
[ "no_license" ]
[ { "path": "roles/kube/defaults/main.yml", "content": "---\nfirewall_enabled: true\n# defaults file for kube\nkube_dns_domain: cluster.local\nkube_packages:\n - containerd.io\n - \"kubeadm-{{ kube.version }}\"\n - \"kubectl-{{ kube.version }}\"\n - \"kubelet-{{ kube.version }}\"\nkube_ports:\n - 6443/tc...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 14012, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/core
408
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "---\n- name: Update and upgrade apt packages\n become: true\n apt:\n update_cache: yes\n upgrade: dist\n\n# - name: Install Core Packages 1\n# become: true\n# apt: \n# name: [\"build-essential\", \"htop\", \"clangd\", \"python3-pip\"]\n\n# -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/docker
408
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install dependencies\n become: true\n apt:\n name:\n - curl\n - docker.io\n state: present\n update_cache: yes\n\n- name: Add user to docker group\n become: true\n user:\n name: \"{{ user }}\"\n groups: docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/git
408
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Git personal setup email\n git_config:\n name: user.email\n scope: global\n value: \"<EMAIL>\"\n- name: Git personal setup name\n git_config:\n name: user.name\n scope: global\n value: \"<NAME>\"", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/golang
408
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n- name: Fetch the latest version of Golang\n uri:\n url: https://golang.org/VERSION?m=text\n return_content: true\n register: go_latest_version\n ignore_errors: true\n when: go_version is not defined or go_version == 'latest'\n\n- name: Set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1562, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/lazygit
408
[ "no_license" ]
[ { "path": "roles/lazygit/tasks/main.yml", "content": "---\n- name: Fetch the latest Lazygit release version\n uri:\n url: https://api.github.com/repos/jesseduffield/lazygit/releases/latest\n return_content: yes\n headers:\n Accept: application/vnd.github.v3+json\n register: lazygit_release\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1009, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/lunarvim
408
[ "no_license" ]
[ { "path": "roles/lunarvim/tasks/main.yml", "content": "- name: Install LunarVim\n shell: LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)\n args:\n executable: /bin/bash\n\n- name: Install language s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/neovim
408
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: Install neovim requirements\n become: true\n apt: \n name: [\"ninja-build\", \"gettext\", \"cmake\", \"unzip\", \"curl\"]\n\n- name: Remove neovim\n shell: rm -rf ~/tools/neovim\n\n- name: Clone Neovim\n ansible.builtin.git:\n repo: 'htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/nerdfonts
408
[ "no_license" ]
[ { "path": "roles/nerdfonts/tasks/main.yml", "content": "---\n- name: Install unzip if not present\n become: true\n ansible.builtin.apt:\n name: unzip\n state: present\n\n- name: Install Fontconfig\n become: true\n ansible.builtin.apt:\n name: fontconfig\n state: present\n\n- name: Download J...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 990, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/node
408
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: Install nvm\n ansible.builtin.shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n\n- name: Use NVM to do something\n shell: |\n export NVM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/regolith
408
[ "no_license" ]
[ { "path": "roles/regolith/tasks/main.yml", "content": "---\n- name: Add Regolith GPG key to keyring\n ansible.builtin.get_url:\n url: https://regolith-desktop.org/regolith.key\n dest: /tmp/regolith.key\n mode: '0644'\n\n- name: Dearmor Regolith GPG key and add to keyring\n become: true\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
davisthedev/ansible
c8c19e91fe807cff8f4aa204e999f801b1609cb5
0
roles/zsh
408
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n become: true\n apt:\n name: zsh\n state: present\n\n- name: Change shell to zsh\n become: true\n shell: chsh -s $(which zsh)\n\n- name: Oh-My-Zsh\n shell: curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1147, "all_permissive": false }
ansible_role
deshike22/ansible-linuxha
88b422a71d201ce8b82db00b39dcc814e6a839f2
0
roles/linuxha
408
[ "no_license" ]
[ { "path": "roles/linuxha/defaults/main.yml", "content": "---\n# defaults file for linuxha\ncluster_multicast_address: 172.16.31.10\ncluster_multicast_port: 4000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/linuxha/templates/corosync.con...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5560, "all_permissive": false }
ansible_role
Pitmairen/ansbile-handlers-bug
b08e7209eb44eb48ac5f7fb541fc883f07055000
0
roles/role1
408
[ "no_license" ]
[ { "path": "roles/role1/handlers/main.yml", "content": "\n- name: restart {{ role1_name }}\n debug: var=role1_name", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/role1/tasks/main.yml", "content": "\n\n- name: Test {{ role1_name }}\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 145, "all_permissive": false }
ansible_role
khinewaioo/cicd-udapeople
535178f0bed6fc22d7a1033fb5423fb347ae408e
0
.circleci/ansible/roles/deploy
408
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "# ---\n- name: Untar backend dist files web server\n unarchive:\n src: /tmp/backend.tar.gz\n dest: /home/ubuntu/\n \n- name: Build Node\n shell: |\n cd /home/ubuntu/backend\n npm install\n npm run build\n\n\n- name: E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
WitoldJnc/rumbe-soa-integration
aec60eb771285900173583dfbd69252e91e9ec9b
0
ansible/roles/rumbe.check-document-service
408
[ "no_license" ]
[ { "path": "ansible/roles/rumbe.check-document-service/tasks/main.yml", "content": "---\n - name: Create /{{ destFolder }}/{{ module.name }}\n file:\n path: \"/{{ destFolder }}/{{ module.name }}\"\n state: directory\n tags: patch\n\n - name: Copy {{ module.name }}\n copy:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7594, "all_permissive": false }
ansible_role
WitoldJnc/rumbe-soa-integration
aec60eb771285900173583dfbd69252e91e9ec9b
0
ansible/roles/rumbe.unzip
408
[ "no_license" ]
[ { "path": "ansible/roles/rumbe.unzip/tasks/main.yml", "content": "---\n\n\n#- name: install unzip\n# tasks:\n\n - name: Copy unzip\n copy:\n src: files/rpm/unzip-6.0-19.el7.x86_64.rpm\n dest: /tmp\n\n - name: install unzip\n package:\n name: /tmp/unzip-6.0-19.el7.x86_64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
Pintademijote/projet-groupe-1
e991959d78baf047d48a749d820a63fe2ca87bd5
0
ansible/roles/deploy_kube
408
[ "no_license" ]
[ { "path": "ansible/roles/deploy_kube/tasks/main.yml", "content": "---\n- name: Setup compose dir structure\n file:\n path: \"{{ project_dir }}\"\n state: directory\n owner: \"{{ system_user }}\"\n group: \"{{ system_user }}\"\n recurse: yes\n mode: 0775\n become: yes\n\n- name: nodejs_ap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2018, "all_permissive": false }
ansible_role
biyapx/ansible-task
bb5c217875141b03d5ba96726347d005d7ba5859
0
playbook/roles/backend
408
[ "no_license" ]
[ { "path": "playbook/roles/backend/tasks/main.yml", "content": "- name: Install dependencies\n apt:\n name:\n - git\n - nodejs\n - npm\n state: present\n update_cache: yes\n\n- name: Clone the GitHub repo\n git:\n repo: https://github.com/biyapx/ping\n dest: /var/www/ping\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 966, "all_permissive": false }
ansible_role
biyapx/ansible-task
bb5c217875141b03d5ba96726347d005d7ba5859
0
playbook/roles/frontend
408
[ "no_license" ]
[ { "path": "playbook/roles/frontend/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name _;\n\n root /var/www/ping/frontend/dist;\n index index.html index.htm;\n\n location / {\n try_files $uri /index.html;\n }\n}\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 884, "all_permissive": false }
ansible_role
kserge2001/week18-ansible
0bdf5205250e4f34ffe4b8bed1bf08821bd09f61
0
roles/apache
411
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n# handlers file for apache\n- name: Restart Apache\n systemd:\n name: httpd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/apache/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 553, "all_permissive": false }
ansible_role
kserge2001/week18-ansible
0bdf5205250e4f34ffe4b8bed1bf08821bd09f61
0
roles/system
411
[ "no_license" ]
[ { "path": "roles/system/vars/main.yml", "content": "---\n# vars file for system\npkg: '*'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/system/tasks/main.yml", "content": "---\n# tasks file for system\n- name: Update the system\n yum:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 147, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/check_services
411
[ "no_license" ]
[ { "path": "roles/check_services/tasks/check-zookeeper.yml", "content": "- name: Get Apache Zookeeper service status\n tags: check-services\n block:\n - name: Zookeeper\n ansible.builtin.systemd:\n name: \"zookeeper\"\n register: zookeeper_status\n - debug:\n var: zookeeper_st...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 684, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/configure_apache_kafka
411
[ "no_license" ]
[ { "path": "roles/configure_apache_kafka/templates/server.properties.j2", "content": "{% for host in groups['kafka'] %}\n{% if host == inventory_hostname %}\nbroker.id={{ loop.index }}\n{% endif %}\n{% endfor %}\n{% for host in groups['kafka'] %}\n{% if host == inventory_hostname %}\nhost.name={{ inventory_h...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2747, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/configure_apache_zookeeper
411
[ "no_license" ]
[ { "path": "roles/configure_apache_zookeeper/tasks/main.yaml", "content": "- name: Configuration Apache Zookeeper\n ansible.builtin.include_tasks: \"{{ item_include }}\"\n tags: configure-zookeeper\n vars:\n my_var: \"{{ item_include }}\"\n with_items:\n - generate-configuration.yaml\n - systemd...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1773, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/install_apache_kafka
411
[ "no_license" ]
[ { "path": "roles/install_apache_kafka/tasks/create-folder.yml", "content": "- name: Create Apache Kafka directories\n tags: install-kafka\n block:\n - name: Install Apache Kafka | Create Kafka configurations folder\n ansible.builtin.file:\n path: /etc/kafka\n owner: kafka\n gr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2341, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/install_apache_zookeeper
411
[ "no_license" ]
[ { "path": "roles/install_apache_zookeeper/tasks/main.yaml", "content": "- name: Start tasks (create-user, create-folder, install)\n tags: install-zookeeper\n ansible.builtin.include_tasks: \"{{ item_include }}\"\n vars:\n my_var: \"{{ item_include }}\"\n with_items:\n - create-user.yml\n - crea...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2284, "all_permissive": false }