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
ozmeka/auto-ozmeka
581aa27e01a7d0f3b8c2a95d8fba7c176fbbbfc4
2
vagrant/provisioning/roles/omeka-theme
7,489
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/omeka-theme/tasks/main.yml", "content": "---\n\n#############################################################################\n##\n## Auto-Ozmeka\n## T McIntyre for UTS EResearch 2015-2016\n##\n##########################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1570, "all_permissive": false }
ansible_role
ozmeka/auto-ozmeka
581aa27e01a7d0f3b8c2a95d8fba7c176fbbbfc4
2
vagrant/provisioning/roles/prep
7,489
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/prep/tasks/main.yml", "content": "---\n\n#############################################################################\n##\n## Auto-Ozmeka\n## T McIntyre for UTS EResearch 2015-2016\n##\n#############################################################################\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
ozmeka/auto-ozmeka
581aa27e01a7d0f3b8c2a95d8fba7c176fbbbfc4
2
vagrant/provisioning/roles/solr
7,489
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/solr/tasks/main.yml", "content": "---\n\n#############################################################################\n##\n## Auto-Ozmeka\n## T McIntyre for UTS EResearch 2015-2016\n##\n#############################################################################\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6512, "all_permissive": false }
ansible_role
mikkokoivusaari/ansibleIperf
aabefe3603c741688a395cd662450d79526b80a9
0
roles/iperf
7,489
[ "no_license" ]
[ { "path": "roles/iperf/tasks/main.yml", "content": "--- \n- name: Performing from taskss\n user: \n name: iperf\n group: iperf\n state: present\n- name: create configuration file\n file: \n path: /etc/systemd/system/iperf.service\n owner: iperf\n group: iperf\n state: touch\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 960, "all_permissive": false }
ansible_role
mikkokoivusaari/ansibleIperf
aabefe3603c741688a395cd662450d79526b80a9
0
roles/iperfclient
7,489
[ "no_license" ]
[ { "path": "roles/iperfclient/tasks/main.yml", "content": "---\n - name: install vim\n package:\n name: vim\n state: latest\n - name: install iperf\n package: \n name: iperf\n state: latest\n - name: test connetion to server\n command: iperf -c 192.168.1.9 -p 5001 -u -b 3\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
jacderida/wireguard-proxy-sandbox
cc4ea07537de65a3e43b95f46d0849401cedd9e1
1
ansible/roles/ansible-provisioner
7,489
[ "no_license" ]
[ { "path": "ansible/roles/ansible-provisioner/defaults/main.yml", "content": "---\nprovisioning_user: ansible\nvirtualenv_name: venv\nvirtualenv_path: \"{{ safe_build_infrastructure_repo_path }}/{{ virtualenv_name }}\"\njq_url: \"https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64\"\njq_instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3403, "all_permissive": false }
ansible_role
jacderida/wireguard-proxy-sandbox
cc4ea07537de65a3e43b95f46d0849401cedd9e1
1
ansible/roles/haproxy
7,489
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/defaults/main.yml", "content": "---\nhaproxy_repository: ppa:vbernat/haproxy-1.8\nhaproxy_config_path: /etc/haproxy/haproxy.cfg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible/roles/haproxy/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
jacderida/wireguard-proxy-sandbox
cc4ea07537de65a3e43b95f46d0849401cedd9e1
1
ansible/roles/jenkins-master
7,489
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-master/tasks/main.yml", "content": "---\n- name: 'install java'\n package:\n name: openjdk-8-jdk\n\n- name: 'setup the java repository'\n apt_repository:\n repo: ppa:webupd8team/java\n state: present\n\n- name: 'add jenkins gpg key'\n apt_key:\n url: https://p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
jacderida/wireguard-proxy-sandbox
cc4ea07537de65a3e43b95f46d0849401cedd9e1
1
ansible/roles/wireguard-client
7,489
[ "no_license" ]
[ { "path": "ansible/roles/wireguard-client/tasks/main.yml", "content": "---\n- name: 'load os specific variables'\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_os_family }}.yml\"\n\n- fail:\n msg: \"An IP address or hostname must be supplied for wg_haproxy_endpoint. Run Ansible ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/alacritty
7,489
[ "no_license" ]
[ { "path": "roles/alacritty/tasks/main.yml", "content": "---\n# tasks file for roles/alacritty\n#\n- name: enable alacritty copr repo\n command:\n cmd: \"dnf copr -y enable pschyska/alacritty\"\n creates:\n \"/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:pschyska:alacritty.repo\"\n warn: no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 680, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/asdf-vm
7,489
[ "no_license" ]
[ { "path": "roles/asdf-vm/defaults/main.yml", "content": "---\n# defaults file for roles/asdf-vm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/asdf-vm/vars/main.yml", "content": "---\n# vars file for roles/asdf-vm\n#\nasdf_version: v0.7....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 633, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/bootstrap
7,489
[ "no_license" ]
[ { "path": "roles/bootstrap/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include roles/bootstrap\"\n include_role:\n name: \"roles/bootstrap\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1158, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/dunst
7,489
[ "no_license" ]
[ { "path": "roles/dunst/defaults/main.yml", "content": "---\n# defaults file for roles/dunst", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/dunst/handlers/main.yml", "content": "---\n# handlers file for roles/dunst", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 604, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/emacs
7,489
[ "no_license" ]
[ { "path": "roles/emacs/files/.doom.d/+pomidor.el", "content": ";;; ~/.doom.d/+pomidor.el -*- lexical-binding: t; -*-\n\n(use-package! pomidor\n :defer t\n ;; :bind ((\"<f12>\" . pomidor))\n :config (setq pomidor-sound-tick nil\n pomidor-sound-tack nil\n pomidor-seconds (* 45...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 8078, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/fish
7,489
[ "no_license" ]
[ { "path": "roles/fish/files/fish/functions/ls.fish", "content": "#!/usr/bin/env fish\n\nfunction ls --description 'Alias ls -> lsd'\n lsd $argv\nend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/fish/files/fish/completions/br.fish", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 26, "total_bytes": 12486, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/i3wm
7,489
[ "no_license" ]
[ { "path": "roles/i3wm/vars/main.yml", "content": "---\n# vars file for roles/i3wm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/i3wm/tasks/main.yml", "content": "---\n# tasks file for roles/i3wm\n- name: Install i3wm\n dnf:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1401, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/intel_vga
7,489
[ "no_license" ]
[ { "path": "roles/intel_vga/vars/main.yml", "content": "---\n# vars file for roles/intel_vga", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/intel_vga/tasks/main.yml", "content": "---\n# tasks file for roles/intel_vga\n- name: cofigure tri...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 477, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/powershell
7,489
[ "no_license" ]
[ { "path": "roles/powershell/vars/main.yml", "content": "---\n# vars file for roles/powershell", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/powershell/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 748, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/repositories
7,489
[ "no_license" ]
[ { "path": "roles/repositories/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include roles/repositories\"\n include_role:\n name: \"roles/repositories\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 784, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/rofi
7,489
[ "no_license" ]
[ { "path": "roles/rofi/tasks/main.yml", "content": "---\n# tasks file for roles/rofi\n#\n- name: Install rofi\n dnf:\n name: rofi\n state: latest\n become: yes\n\n- name: create config dir\n file:\n name: \"{{config_home}}/rofi\"\n state: directory\n\n- name: deploy config\n copy:\n src: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 410, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/sway
7,489
[ "no_license" ]
[ { "path": "roles/sway/vars/main.yml", "content": "---\n# vars file for roles/sway", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/sway/tasks/main.yml", "content": "---\n# tasks file for roles/sway\n#\n- name: create sway config directory\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 786, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/vivaldi
7,489
[ "no_license" ]
[ { "path": "roles/vivaldi/handlers/main.yml", "content": "---\n# handlers file for roles/vivaldi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/vivaldi/defaults/main.yml", "content": "---\n# defaults file for roles/vivaldi", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 483, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/waybar
7,489
[ "no_license" ]
[ { "path": "roles/waybar/vars/main.yml", "content": "---\n# vars file for roles/waybar", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/waybar/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 812, "all_permissive": false }
ansible_role
gorosz/dotfiles
f96fba5cb26a1889a1865c3a053b1194a616d466
0
roles/wofi
7,489
[ "no_license" ]
[ { "path": "roles/wofi/handlers/main.yml", "content": "---\n# handlers file for roles/wofi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/wofi/defaults/main.yml", "content": "---\n# defaults file for roles/wofi", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 406, "all_permissive": false }
ansible_role
vinayz7/Automating-webserver-Deployment-and-Configuration-Using-Ansible-Playbooks-and-Roles
15df5f022bbc0da4eda7cd8c7e55ba18e6518e46
0
roles/webserver
7,489
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yaml", "content": "---\n- name: Install Apache web server\n apt:\n name: apache2\n state: present\n update_cache: yes\n become: yes\n\n- name: Copy dynamic homepage using Jinja2 template\n template:\n src: index.html.j2\n dest: /var/www/html/index.html...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
wjts/ansible-basic-server-setup
3a81fd9086efad8b28a334909296e482f33783b5
0
roles/custom-user
7,489
[ "no_license" ]
[ { "path": "roles/custom-user/tasks/main.yml", "content": "---\n# tasks file for custom-user\n- name: Add custom user\n user:\n name: \"{{ ssh_user }}\"\n\n- name: Set authorized key for custom user copying it from current user\n authorized_key:\n user: \"{{ ssh_user }}\"\n state: present\n key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
wjts/ansible-basic-server-setup
3a81fd9086efad8b28a334909296e482f33783b5
0
roles/docker
7,489
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Download docker installer\n get_url:\n url: https://get.docker.com\n dest: /root/get-docker.sh\n\n- name: Install docker\n shell: >\n sh /root/get-docker.sh\n creates=/usr/bin/docker\n\n- name: Add {{ ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 541, "all_permissive": false }
ansible_role
wjts/ansible-basic-server-setup
3a81fd9086efad8b28a334909296e482f33783b5
0
roles/firewall
7,489
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n- name: Configure open ports with ufw.\n ufw:\n rule: \"{{ item.rule }}\"\n port: \"{{ item.port }}\"\n proto: \"{{ item.proto }}\"\n with_items:\n - { rule: 'allow', port: \"{{ ssh_port }}\", proto: 'tcp' }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1850, "all_permissive": false }
ansible_role
wjts/ansible-basic-server-setup
3a81fd9086efad8b28a334909296e482f33783b5
0
roles/logging
7,489
[ "no_license" ]
[ { "path": "roles/logging/tasks/main.yml", "content": "---\n# tasks file for other\n- name: Configure global bash history timestamp\n lineinfile:\n dest: /etc/environment\n state: present\n line: 'export HISTTIMEFORMAT=\"%Y-%m-%d %T \"'", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
wjts/ansible-basic-server-setup
3a81fd9086efad8b28a334909296e482f33783b5
0
roles/package-security
7,489
[ "no_license" ]
[ { "path": "roles/package-security/tasks/main.yml", "content": "---\n# tasks file for package-security\n- name: Install unattended upgrades package.\n apt: name=unattended-upgrades state=present\n when: ansible_os_family == 'Debian'\n\n- name: Install yum-cron.\n yum: name=yum-cron state=present\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
wjts/ansible-basic-server-setup
3a81fd9086efad8b28a334909296e482f33783b5
0
roles/ssh-basic-hardening
7,489
[ "no_license" ]
[ { "path": "roles/ssh-basic-hardening/handlers/main.yml", "content": "---\n# handlers file for ssh-basic-hardening\n- name: restart ssh (Debian)\n service: name=ssh state=restarted\n listen: restart ssh\n when: ansible_os_family == 'Debian'\n\n- name: restart ssh (RedHat)\n service: name=sshd state=resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1046, "all_permissive": false }
ansible_role
wjts/ansible-basic-server-setup
3a81fd9086efad8b28a334909296e482f33783b5
0
roles/zsh-with-plugins
7,489
[ "no_license" ]
[ { "path": "roles/zsh-with-plugins/tasks/main.yml", "content": "---\n# tasks file for zsh-with-plugins\n- name: Install zsh shell\n package: name={{ item }} state=present\n with_items:\n - git\n - zsh\n\n- name: Change default shell\n user: \n name: \"{{ ssh_user }}\"\n shell: /usr/bin/zsh\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2561, "all_permissive": false }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/common
7,489
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Install common packages\n ansible.builtin.apt:\n name:\n - eza\n - fzf\n - ripgrep\n - fd-find\n - bat\n - git-delta\n - gcc\n - tar\n - unzip\n - curl\n - wget\n - jq\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/docker
7,489
[ "permissive" ]
[ { "path": "ansible/roles/docker/handlers/main.yaml", "content": "---\n- name: Start and enable Docker service\n ansible.builtin.systemd:\n name: docker\n enabled: yes\n state: started\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 124 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 773, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/git
7,489
[ "permissive" ]
[ { "path": "ansible/roles/git/tasks/setup.yaml", "content": "---\n- name: Symlink .gitconfig\n ansible.builtin.file:\n src: \"~/.dotfiles/.gitconfig\"\n dest: \"~/.gitconfig\"\n state: link\n become_user: geloman\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 232, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/golang
7,489
[ "permissive" ]
[ { "path": "ansible/roles/golang/tasks/main.yaml", "content": "---\n- name: Remove any existing Go installation\n ansible.builtin.file:\n path: /usr/local/go\n state: absent\n\n- name: Download Golang tarball\n ansible.builtin.get_url:\n url: \"{{ go_download_url }}\"\n dest: /tmp/go.tar.gz\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1039, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/lsp
7,489
[ "permissive" ]
[ { "path": "ansible/roles/lsp/tasks/main.yaml", "content": "---\n- name: Install terraform-ls\n ansible.builtin.apt:\n name: \"terraform-ls\"\n state: present\n\n- name: Install gopls\n ansible.builtin.apt:\n name: \"gopls\"\n state: present\n\n- name: Install typescript-language-server\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/minikube
7,489
[ "permissive" ]
[ { "path": "ansible/roles/minikube/vars/main.yaml", "content": "minikube_deb_url: \"https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb\"\nminikube_deb_path: \"/tmp/minikube_latest_amd64.deb\"\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 362, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/neovim
7,489
[ "permissive" ]
[ { "path": "ansible/roles/neovim/tasks/setup.yaml", "content": "- name: Symlink neovim config\n ansible.builtin.file:\n src: \"~/.dotfiles/nvim\"\n dest: \"~/.config/nvim\"\n state: link\n become_user: geloman\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ]...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/nodejs
7,489
[ "permissive" ]
[ { "path": "ansible/roles/nodejs/vars/main.yaml", "content": "nodejs_major_version: 22\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 25 }, { "path": "ansible/roles/nodejs/tasks/main.yaml", "content": "---\n- name: Download and execute ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 441, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/stylua
7,489
[ "permissive" ]
[ { "path": "ansible/roles/stylua/tasks/main.yaml", "content": "---\n- name: Download Stylua binary\n ansible.builtin.get_url:\n url: \"{{ stylua_download_url }}\"\n dest: \"/tmp/{{ stylua_compress_file }}\"\n\n- name: Install unzip package\n package:\n name: unzip\n state: present\n\n- name: Ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 875, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/terraform
7,489
[ "permissive" ]
[ { "path": "ansible/roles/terraform/tasks/main.yaml", "content": "---\n- name: Install required dependencies\n ansible.builtin.apt:\n name:\n - gnupg\n - software-properties-common\n state: present\n\n- name: Add HashiCorp GPG key\n ansible.builtin.apt_key:\n url: https://apt.releases.ha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/tmux
7,489
[ "permissive" ]
[ { "path": "ansible/roles/tmux/tasks/main.yaml", "content": "---\n- name: Ensure tmux is installed\n ansible.builtin.apt:\n name: tmux\n state: present\n\n- name: Clone TPM (Tmux Plugin Manager)\n ansible.builtin.git:\n repo: \"https://github.com/tmux-plugins/tpm\"\n dest: \"~/.tmux/plugins/tpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": true }
ansible_role
gelocraft/dotfiles
e78f7b4c7e65b365dcdf9d9b553e75958d6dbd88
5
ansible/roles/zsh
7,489
[ "permissive" ]
[ { "path": "ansible/roles/zsh/tasks/main.yaml", "content": "---\n- ansible.builtin.import_tasks: install.yaml\n- ansible.builtin.import_tasks: setup.yaml\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 92 }, { "path": "ansible/roles/zsh/task...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 596, "all_permissive": true }
ansible_role
m-bull/ansible.shovill
cc414255a1b8c40359a1d18a66e8bc0d14f1a03f
0
roles/shovill
7,489
[ "no_license" ]
[ { "path": "roles/shovill/tasks/install_samtools.yml", "content": "---\n\n- name: \"Download Samtools\"\n unarchive:\n src: \"{{ samtools_archive_url }}\"\n dest: \"{{ samtools_install_dir }}\"\n remote_src: yes\n become: yes\n\n- name: Make Samtools\n command: make\n args:\n chdir: \"{{ samt...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 7743, "all_permissive": false }
ansible_role
wlieberz/salt-ssh-ansible-comparison
1004f8239c590cc28975e62b74ef9e9dcac68780
1
ansible/roles/chromium-browser
7,489
[ "no_license" ]
[ { "path": "ansible/roles/chromium-browser/tasks/main.yml", "content": "---\n# tasks file for chromium-browser\n- name: Ensure chromium-browser installed\n ansible.builtin.package:\n name: chromium-browser\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
wlieberz/salt-ssh-ansible-comparison
1004f8239c590cc28975e62b74ef9e9dcac68780
1
ansible/roles/git
7,489
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: Ensure git installed\n ansible.builtin.package:\n name: git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansible/roles/git/RE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 423, "all_permissive": false }
ansible_role
wlieberz/salt-ssh-ansible-comparison
1004f8239c590cc28975e62b74ef9e9dcac68780
1
ansible/roles/openssh-server
7,489
[ "no_license" ]
[ { "path": "ansible/roles/openssh-server/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - openssh-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/openssh-server/vars/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 662, "all_permissive": false }
ansible_role
wlieberz/salt-ssh-ansible-comparison
1004f8239c590cc28975e62b74ef9e9dcac68780
1
ansible/roles/slack
7,489
[ "no_license" ]
[ { "path": "ansible/roles/slack/README.md", "content": "Role Name\n=========\n\nRole installs Slack for rpm or deb based hosts, if not already installed. \n\nInstallation is handled by copying the rpm or deb package into /tmp/ and installing from there.\n\nRequirements\n------------\n\nThe deb and rpm packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2470, "all_permissive": false }
ansible_role
wlieberz/salt-ssh-ansible-comparison
1004f8239c590cc28975e62b74ef9e9dcac68780
1
ansible/roles/tmux
7,489
[ "no_license" ]
[ { "path": "ansible/roles/tmux/README.md", "content": "Role Name\n=========\n\nExtremely simpe role to install tmux.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\n- hosts: DevWorkstations\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 447, "all_permissive": false }
ansible_role
DPini/CreditoSintesis_ASIX2
7a14c6c02b69ac142bd6bfc55c8ba78b4ed0d26a
0
provisioning/roles/blog
7,489
[ "no_license" ]
[ { "path": "provisioning/roles/blog/tasks/main.yml", "content": "---\n# Comrpbamos si el directorio del blog existe\n- name: Comprobar instalacion wordpress\n stat: path=/var/www/html/{{ blog_dir }}\n register: blog_path\n\n# Descargamos Wordpress \n- name: Descargamos Wordpress\n get_url: url=http://es.w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2481, "all_permissive": false }
ansible_role
DPini/CreditoSintesis_ASIX2
7a14c6c02b69ac142bd6bfc55c8ba78b4ed0d26a
0
provisioning/roles/common
7,489
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "--- \n # Actualizamos el sistema, mediante el módulo apt\n - name: actualizar sistema\n apt: upgrade=dist update_cache=yes\n # Instalamos aplicaciones útiles mediante el módulo apt. Usamos un loop para especificar la lista de aplicac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
DPini/CreditoSintesis_ASIX2
7a14c6c02b69ac142bd6bfc55c8ba78b4ed0d26a
0
provisioning/roles/dns
7,489
[ "no_license" ]
[ { "path": "provisioning/roles/dns/handlers/main.yml", "content": "---\n- name: reiniciar bind9\n service: name=bind9 state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "provisioning/roles/dns/tasks/main.yml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 525, "all_permissive": false }
ansible_role
DPini/CreditoSintesis_ASIX2
7a14c6c02b69ac142bd6bfc55c8ba78b4ed0d26a
0
provisioning/roles/mysql
7,489
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/handlers/main.yml", "content": "---\n- name: reiniciar mysql\n service: name=mysql state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "provisioning/roles/mysql/tasks/main.yml", "content": " # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 264, "all_permissive": false }
ansible_role
DPini/CreditoSintesis_ASIX2
7a14c6c02b69ac142bd6bfc55c8ba78b4ed0d26a
0
provisioning/roles/webserver
7,489
[ "no_license" ]
[ { "path": "provisioning/roles/webserver/handlers/main.yml", "content": "---\n- name: reiniciar apache2\n service: name=apache2 state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "provisioning/roles/webserver/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
puiterwijk/system-configs
96c5a8a24fdff50e21fa8b86cb8322a06a48164d
0
roles/base
7,498
[ "no_license" ]
[ { "path": "roles/base/tasks/1password.yml", "content": "- name: Add 1Password RPM key\n become: true\n ansible.builtin.rpm_key:\n fingerprint: \"3FEF9748469ADBE15DA7CA80AC2D62742012EA22\"\n key: \"https://downloads.1password.com/linux/keys/1password.asc\"\n- name: Add 1Password repository\n become:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1831, "all_permissive": false }
ansible_role
puiterwijk/system-configs
96c5a8a24fdff50e21fa8b86cb8322a06a48164d
0
roles/development
7,498
[ "no_license" ]
[ { "path": "roles/development/tasks/main.yml", "content": "- name: Install development dependencies\n become: true\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - strace\n - gh\n - golang\n- include_tasks: rust.yml\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
puiterwijk/system-configs
96c5a8a24fdff50e21fa8b86cb8322a06a48164d
0
roles/development-workstation
7,498
[ "no_license" ]
[ { "path": "roles/development-workstation/tasks/main.yml", "content": "- name: Add Microsoft RPM key\n become: true\n ansible.builtin.rpm_key:\n fingerprint: \"BC528686B50D79E339D3721CEB3E94ADBE1229CF\"\n key: \"https://packages.microsoft.com/keys/microsoft.asc\"\n- name: Add VSCode repository\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
puiterwijk/system-configs
96c5a8a24fdff50e21fa8b86cb8322a06a48164d
0
roles/workstation
7,498
[ "no_license" ]
[ { "path": "roles/workstation/tasks/main.yml", "content": "- name: Add Chrome RPM key 1\n become: true\n ansible.builtin.rpm_key:\n fingerprint: \"4CCA 1EAF 950C EE4A B839 76DC A040 830F 7FAC 5991\"\n key: \"https://dl.google.com/linux/linux_signing_key.pub\"\n- name: Add Chrome RPM key 2\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
daryl-software/git-up
d6d7fc44c68f47ca23a7f00abedb2fa7ec1e0b58
4
roles/git-up-deployable
7,498
[ "no_license" ]
[ { "path": "roles/git-up-deployable/defaults/main.yml", "content": "web_user: www-data\n\ndeploy_conf:\n- name: 'deploy'\n folder: /var/www\n user: ops\n group: \"{{ user }}\"\n uid: 333\n home: /var/local\n ssh_pub:\n hosts:\n - 127.0.0.1\n - ::1\n\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1522, "all_permissive": false }
ansible_role
daryl-software/git-up
d6d7fc44c68f47ca23a7f00abedb2fa7ec1e0b58
4
roles/git-up-provision
7,498
[ "no_license" ]
[ { "path": "roles/git-up-provision/tasks/main.yml", "content": "- name: APT | configure gitolite\n debconf: name=gitolite question='gitolite/gituser' value={{ git_user }} vtype=string\n\n- name: APT | configure gitolite\n debconf: name=gitolite question='gitolite/adminkey' value=\"{{ git_user_key }}\" vtyp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
jccl1706/ansible_nginx
1c3a895067879bf77bb38d8e357c447b1a84ca3f
0
roles/git
7,498
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Create folder test inside home/vagrant\n file:\n path: /home/vagrant/test\n state: directory\n mode: '0755'\n\n\n- name: clone ansible_nginx from jccl1706 repo\n git:\n repo: https://github.com/jccl1706/ansible_nginx.git\n dest: /hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
jccl1706/ansible_nginx
1c3a895067879bf77bb38d8e357c447b1a84ca3f
0
roles/nginx
7,498
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Update caches\n apt:\n update_cache: true\n cache_valid_time: 3600\n name: '*'\n state: latest\n\n- name: Ensure nginx is installed.\n apt:\n name: nginx\n state: present\n\n- name: Create directory for nginx.test\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/base
7,498
[ "no_license" ]
[ { "path": "setup/roles/base/tasks/main.yml", "content": "---\n\n- name: disable apt recommends\n ansible.builtin.copy:\n src: 02norecommends\n dest: /etc/apt/apt.conf.d/\n owner: root\n group: root\n mode: u=rw,g=r,g=r\n become: yes\n tags: [\"base\", \"configuration\"]\n\n- name: install ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3671, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/evince
7,498
[ "no_license" ]
[ { "path": "setup/roles/evince/tasks/main.yml", "content": "---\n\n- name: make sure Evince is installed\n ansible.builtin.apt:\n name: evince\n state: present\n become: yes\n tags: [\"evince\", \"packages\"]\n\n- name: set Evince as the default browser for PDFs\n ansible.builtin.command: >\n /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/firefox
7,498
[ "no_license" ]
[ { "path": "setup/roles/firefox/tasks/main.yml", "content": "---\n\n- name: make sure Firefox is installed\n ansible.builtin.apt:\n name: firefox-esr\n state: latest\n become: yes\n tags: [\"firefox\", \"configuration\"]\n\n- name: set Firefox as the default x-www-browser\n community.general.altern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/firewall
7,498
[ "no_license" ]
[ { "path": "setup/roles/firewall/tasks/main.yml", "content": "---\n\n- name: install nftables\n ansible.builtin.apt:\n name: nftables\n state: latest\n become: yes\n tags: [\"firewall\", \"packages\"]\n\n- name: copy firewall configuration\n ansible.builtin.copy:\n src: nftables.conf\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/oh-my-zsh
7,498
[ "no_license" ]
[ { "path": "setup/roles/oh-my-zsh/vars/main.yml", "content": "---\n\nvim_vundle_repo_url: https://github.com/VundleVim/Vundle.vim.git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "setup/roles/oh-my-zsh/tasks/main.yml", "content": "---\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/signal
7,498
[ "no_license" ]
[ { "path": "setup/roles/signal/tasks/main.yml", "content": "---\n\n- block:\n - name: add Signal repository key\n ansible.builtin.apt_key:\n url: https://updates.signal.org/desktop/apt/keys.asc\n state: present\n tags: [\"signal\", \"packages\", \"3rd-party-packages\"]\n\n - name: configure...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/spotify
7,498
[ "no_license" ]
[ { "path": "setup/roles/spotify/tasks/main.yml", "content": "---\n\n- block:\n - name: add Spotify apt key\n ansible.builtin.apt_key:\n url: https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg\n state: present\n tags: [\"spotify\", \"packages\", \"3rd-party-packages\"]\n\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/urxvt
7,498
[ "no_license" ]
[ { "path": "setup/roles/urxvt/tasks/main.yml", "content": "---\n\n- name: install urxvt\n ansible.builtin.apt:\n pkg:\n - rxvt-unicode\n - ncurses-term\n state: latest\n become: yes\n tags: [\"urxvt\", \"packages\"]\n\n- name: set urxvt as the default X terminal emulator\n community.gener...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
wybczu/dotfiles
cbcefb7e056e114e04b7fb34c2ba61e0ff30f0d6
3
setup/roles/vim
7,498
[ "no_license" ]
[ { "path": "setup/roles/vim/tasks/main.yml", "content": "---\n\n- name: install vim\n ansible.builtin.apt:\n pkg:\n - vim-nox\n - vim-gtk\n state: latest\n become: yes\n tags: [\"vim\", \"packages\"]\n\n- name: set vim as the default editor\n community.general.alternatives:\n name: edi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
Lootax/playbook-configure-fedora-laptop
60d46e32503661981dc0f4a47ee4373f13a782e4
0
roles/configure-postinstall
7,498
[ "no_license" ]
[ { "path": "roles/configure-postinstall/handlers/main.yml", "content": "---\n# handlers file for configure-postinstall\n- name: reload-docker-daemon\n systemd:\n name: docker\n state: reloaded\n\n- name: reload-libvirtd-service\n systemd:\n name: libvirtd\n state: reloaded\n\n- name: reload-dnf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1792, "all_permissive": false }
ansible_role
Lootax/playbook-configure-fedora-laptop
60d46e32503661981dc0f4a47ee4373f13a782e4
0
roles/configure-repos
7,498
[ "no_license" ]
[ { "path": "roles/configure-repos/defaults/main.yml", "content": "---\n# defaults file for configure-repos\nflathub_mirror: \"https://dl.flathub.org/repo\"\nhashicorp_mirror: 'https://rpm.releases.hashicorp.com'\ndocker_mirror: 'https://download.docker.com/linux'\nrpmfusion_mirror: 'https://download1.rpmfusi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2054, "all_permissive": false }
ansible_role
Lootax/playbook-configure-fedora-laptop
60d46e32503661981dc0f4a47ee4373f13a782e4
0
roles/install-aws-api
7,498
[ "no_license" ]
[ { "path": "roles/install-aws-api/tasks/main.yml", "content": "---\n# tasks file for install-aws-api\n- name: Download AWS CLI\n get_url:\n url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\n dest: /tmp/awscliv2.zip\n force: true\n\n- name: Unzip AWS CLI\n unarchive:\n src: /tmp/aws...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
Lootax/playbook-configure-fedora-laptop
60d46e32503661981dc0f4a47ee4373f13a782e4
0
roles/install-with-dnf
7,498
[ "no_license" ]
[ { "path": "roles/install-with-dnf/defaults/main.yml", "content": "---\n# defaults file for install-with-dnf\npackage_list:\n - code\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-buildx-plugin\n - docker-compose-plugin\n - blender\n - godot\n - '@virtualization'\n - steam\n - terraf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
Lootax/playbook-configure-fedora-laptop
60d46e32503661981dc0f4a47ee4373f13a782e4
0
roles/install-with-flatpak
7,498
[ "no_license" ]
[ { "path": "roles/install-with-flatpak/defaults/main.yml", "content": "---\n# defaults file for install-with-flatpak\npackage_list_flatpak:\n - org.blender.Blender\n - org.signal.Signal\n - dev.vencord.Vesktop\n - com.spotify.Client\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
techprober/cloud-estate
545eac819ea58e1d9572a8401acf6dc3a5719f46
17
ansible-playbooks/roles/containerd-rootless.ops
7,498
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/containerd-rootless.ops/tasks/main.yml", "content": "---\n# rootless containerd\n- include_tasks: rootless-install.yml\n- include_tasks: ipv4_forward.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "ansible-p...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1566, "all_permissive": false }
ansible_role
techprober/cloud-estate
545eac819ea58e1d9572a8401acf6dc3a5719f46
17
ansible-playbooks/roles/containerd.ops
7,498
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/containerd.ops/tasks/reboot.yml", "content": "---\n- name: Reboot machine to take effect\n ansible.builtin.reboot:\n msg: \"Reboot initiated by Ansible\"\n reboot_timeout: 120\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7313, "all_permissive": false }
ansible_role
techprober/cloud-estate
545eac819ea58e1d9572a8401acf6dc3a5719f46
17
ansible-playbooks/roles/docker.ops
7,498
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/docker.ops/defaults/main.yml", "content": "---\ncompose_version: \"1.29.2\"\n\nuser:\n name: packer\n groups:\n - users\n - wheel\n - sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible-playbook...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1264, "all_permissive": false }
ansible_role
techprober/cloud-estate
545eac819ea58e1d9572a8401acf6dc3a5719f46
17
ansible-playbooks/roles/homebrew.ops
7,498
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/homebrew.ops/tasks/main.yml", "content": "- include_tasks: homebrew-update.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible-playbooks/roles/homebrew.ops/tasks/homebrew-update.yml", "content": "---...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 169, "all_permissive": false }
ansible_role
techprober/cloud-estate
545eac819ea58e1d9572a8401acf6dc3a5719f46
17
packer-templates/playbooks/roles/local.packer.build
7,498
[ "no_license" ]
[ { "path": "packer-templates/playbooks/roles/local.packer.build/tasks/prerequisite.yml", "content": "---\n- name: Install unzip\n include_tasks: install-unzip.yml\n\n- name: Download packer release\n get_url:\n url: \"{{ packer_release_url }}\"\n dest: \"/tmp/{{ packer_release_filename }}\"\n forc...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2492, "all_permissive": false }
ansible_role
techprober/cloud-estate
545eac819ea58e1d9572a8401acf6dc3a5719f46
17
packer-templates/playbooks/roles/remote.cloudimg.build
7,498
[ "no_license" ]
[ { "path": "packer-templates/playbooks/roles/remote.cloudimg.build/files/vendor.yaml.j2", "content": "#cloud-config\nmanage_etc_hosts: true\n# ssh_authorized_keys:\n# - ssh-rsa AAAAKEYHEEEEREEEE= user@client\nlocale: {{ cloudinit_locale }}\nkeyboard:\n layout: us\ntimezone: {{ cloudinit_timezone }}\nssh_p...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6898, "all_permissive": false }
ansible_role
techprober/cloud-estate
545eac819ea58e1d9572a8401acf6dc3a5719f46
17
packer-templates/playbooks/roles/remote.post-install.cloudinit
7,498
[ "no_license" ]
[ { "path": "packer-templates/playbooks/roles/remote.post-install.cloudinit/tasks/main.yml", "content": "---\n- include_tasks: update-cloudinit.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "packer-templates/playbooks/roles/remote.post-insta...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1298, "all_permissive": false }
ansible_role
trondhindenes/ansibletest-2.0
c9c87fa593bc662823faf42f210579e558d2e40c
0
roles/windows-git
7,498
[ "no_license" ]
[ { "path": "roles/windows-git/tasks/main.yml", "content": "---\n - name: install git\n action: win_chocolatey package=\"git\"\n\n - name: install notepadplusplus\n action: win_chocolatey package=\"notepadplusplus.install\"", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
jimmydoh/ansibletest
18107ebd91062cdd4948c40d2b21a288b34daea7
0
roles/common
7,498
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n\n- name: Update and Upgrade\n tags: \n - init\n - update\n block: \n - name: Update package cache\n ansible.builtin.apt:\n update_cache: yes \n \n - name: Upgrade all packages to their late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": true }
ansible_role
jimmydoh/ansibletest
18107ebd91062cdd4948c40d2b21a288b34daea7
0
roles/docker
7,498
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# file: roles/docker/tasks/main.yml\n\n#- name: Print all available facts\n# ansible.builtin.debug:\n# var: ansible_facts\n\n- name: Update apt package cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install required system packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2748, "all_permissive": true }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
ansible-B6.9/playbooks/roles/dnsmasq
7,498
[ "no_license" ]
[ { "path": "ansible-B6.9/playbooks/roles/dnsmasq/tasks/main.yml", "content": "---\n# tasks file for dnsmasq\n- name: Installing dnsmasq\n apt: name=dnsmasq state=latest update_cache=yes\n\n- name: Disable service systemd-resolved\n service: name=systemd-resolved state=stopped enabled=no\n\n- name: Copy con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
ansible-B6.9/playbooks/roles/nginx_php-fpm
7,498
[ "no_license" ]
[ { "path": "ansible-B6.9/playbooks/roles/nginx_php-fpm/defaults/main.yml", "content": "---\n# defaults file for nginx_php-fpm\nroot_folder: /opt/nginx/ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible-B6.9/playbooks/roles/nginx_php-f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1341, "all_permissive": false }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
ansible-B6pr/roles/http
7,498
[ "no_license" ]
[ { "path": "ansible-B6pr/roles/http/templates/default.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n\n root /var/www/html;\n\n \tindex index.php index.html index.htm index.nginx-debian.html;\n\n server_name _;\n\n location / {\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 902, "all_permissive": false }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
ansible-B6pr/roles/php
7,498
[ "no_license" ]
[ { "path": "ansible-B6pr/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Install PHP packages\n apt: name=\"{{ item }}\" state=latest update_cache=yes\n loop: [\"php7.4\", \"php7.4-fpm\"]\n\n- name: Start PHP-FPM\n service: name=php7.4-fpm state=started enabled=yes\n\n- name: Set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
project6/roles/docker_debian
7,498
[ "no_license" ]
[ { "path": "project6/roles/docker_debian/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker_debian", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "project6/roles/docker_debian/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 975, "all_permissive": false }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
project6/roles/docker_redhat
7,498
[ "no_license" ]
[ { "path": "project6/roles/docker_redhat/tasks/main.yml", "content": "---\n# tasks file for docker_redhat\n- name: Install required packages\n yum:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - ca-certificates\n - curl\n - python3-pip\n - pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
project6/roles/postgresql
7,498
[ "no_license" ]
[ { "path": "project6/roles/postgresql/tasks/main.yml", "content": "---\n# tasks file for postgresql\n- name: Install PostgreSQL\n apt: name=postgresql state=latest update_cache=yes\n\n- name: Start PostgreSQL\n service: name=postgresql state=started enabled=yes\n\n- name: Setting up PostgreSQL configuratio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1420, "all_permissive": false }
ansible_role
romanblohin/ansible
72e8199f7ac13bf6d347792107ba642740f84965
0
project6/roles/users
7,498
[ "no_license" ]
[ { "path": "project6/roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n- name: Create {{ username }}\n user:\n name: \"{{ username }}\"\n state: present\n \n- name: Set authorized key for {{ username }}\n authorized_key:\n user: \"{{ username }}\"\n state: present\n ke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 327, "all_permissive": false }
ansible_role
andayalyka/HOA9.1
4674b4fc1770de41035c8bbef56466bea84b2dc3
0
roles/prometheus
7,498
[ "no_license" ]
[ { "path": "roles/prometheus/main.yml", "content": "---\n - name: Install dependencies\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - wget\n - tar\n \n - name: Download Prometheus tarball\n get_url:\n url: \"https://github.com/prometh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4075, "all_permissive": false }
ansible_role
bigazzzz/simplecloud
72ca2cd12a8a349c15928469df396c5ed12afecf
0
roles/backup
7,498
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n - name: Create /backup directory for backup\n file:\n path: /backup\n state: directory\n\n - name: Archive /etc directory\n archive:\n path:\n - /etc\n dest: \"/backup/etc.tar.gz\"\n format: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1119, "all_permissive": false }
ansible_role
bigazzzz/simplecloud
72ca2cd12a8a349c15928469df396c5ed12afecf
0
roles/create_user
7,498
[ "no_license" ]
[ { "path": "roles/create_user/defaults/main.yml", "content": "Debian:\n packages:\n - curl\n - mc\n - tmux\n - git\n - vim\n - wget\n - zsh\n - python3\n\nCentOS:\n packages:\n - curl\n - mc\n - tmux\n - git\n - vim\n - wget\n - zsh\n - python3\n", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1269, "all_permissive": false }
ansible_role
bigazzzz/simplecloud
72ca2cd12a8a349c15928469df396c5ed12afecf
0
roles/default_software
7,498
[ "no_license" ]
[ { "path": "roles/default_software/defaults/main.yml", "content": "Debian:\n packages:\n - curl\n - mc\n - tmux\n - git\n - vim\n - wget\n - bash-completion\n - zsh\n - python3\n - python3-mysqldb\n\nCentOS:\n packages:\n - curl\n - mc\n - tmux\n - git\n - vim\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 897, "all_permissive": false }
ansible_role
bigazzzz/simplecloud
72ca2cd12a8a349c15928469df396c5ed12afecf
0
roles/lemp
7,498
[ "no_license" ]
[ { "path": "roles/lemp/templates/snippets/standart-sites.conf.j2", "content": " index index.php;\n error_log /var/log/nginx/$server_name-error.log notice;\n access_log /var/log/nginx/$server_name-access.log combined;\n\n location / {\n try_files $uri $uri/ /index.php?$query_string;\n }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5165, "all_permissive": false }