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
kiltlifter/ansible
d73dc8059ab01a5adca849dcdee6832b0b7ed2c6
0
roles/bind
161
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yml", "content": "---\n- include: bind_debian.yml\n when: (ansible_os_family == 'Debian' and ansible_distribution_major_version == '8')\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/bind/tasks/bind_debia...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 431, "all_permissive": false }
ansible_role
kiltlifter/ansible
d73dc8059ab01a5adca849dcdee6832b0b7ed2c6
0
roles/clamav
161
[ "no_license" ]
[ { "path": "roles/clamav/defaults/main.yml", "content": "---\ndaily_freshclam_updates: 3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/clamav/tasks/main.yml", "content": "---\n- include: clamav_debian.yml\n when: (ansible_os_family ==...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 476, "all_permissive": false }
ansible_role
kiltlifter/ansible
d73dc8059ab01a5adca849dcdee6832b0b7ed2c6
0
roles/minifi
161
[ "no_license" ]
[ { "path": "roles/minifi/tasks/main.yml", "content": "---\n- name: Include OS-specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Install Java\n include: java.yml\n\n- name: Install minifi\n include: minifi.yml\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2348, "all_permissive": false }
ansible_role
arthsf/devops-livecoding-main-TP2
a84d6ac4251b533aced5bc5d3136bd882a2ee553
0
ansible/roles/app
161
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": " - name: Run API Backend\r\n docker_container:\r\n name: my-api\r\n image: arthsf/tp-devops-simple-api:latest\r\n pull: true\r\n networks:\r\n - name: my-network\r\n \r\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
arthsf/devops-livecoding-main-TP2
a84d6ac4251b533aced5bc5d3136bd882a2ee553
0
ansible/roles/database
161
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": " - name: Launch the PostgreSQL database\r\n docker_container:\r\n name: my-db\r\n image: arthsf/tp-devops-db:latest\r\n env:\r\n POSTGRES_DB: \"db\"\r\n POSTGRES_USER: \"usr\"\r\n POSTGRES_PASSWORD: \"pwd\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
arthsf/devops-livecoding-main-TP2
a84d6ac4251b533aced5bc5d3136bd882a2ee553
0
ansible/roles/network
161
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": " - name: Create a network\r\n docker_network:\r\n name: my-network\r\n driver: bridge\r\n vars:\r\n ansible_python_interpreter: ../../usr/bin/python3\r\n \r\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
arthsf/devops-livecoding-main-TP2
a84d6ac4251b533aced5bc5d3136bd882a2ee553
0
ansible/roles/proxy
161
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": " - name: Run HTTPD\r\n docker_container:\r\n name: httpd\r\n image: arthsf/tp-devops-httpd:latest\r\n state: started\r\n ports:\r\n - \"80:80\"\r\n networks:\r\n - name: my-network\r\n vars:\r\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
dometto/sssd-proxy-component
21879fcb82a8847a210a727e92898b4364ca1f8c
0
roles/sssd_proxy
161
[ "no_license" ]
[ { "path": "roles/sssd_proxy/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.apt:\n name:\n - sssd-common\n - sssd-proxy\n state: present\n\n- name: Copy proxy config\n ansible.builtin.copy:\n src: sssd.conf\n dest: /etc/sssd/sssd.conf\n mode: \"700\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
jollygoose/playbook-gnome
a40295a579b206f91ea850af3ff636015584d2ac
0
roles/flat_remix
161
[ "no_license" ]
[ { "path": "roles/flat_remix/tasks/shell.yml", "content": "---\n# - name: check if flat remix gtk is already installed\n# stat:\n# path: ~/.local/share/themes/Flat-Remix-Blue-Darkest-fullPanel\n# register: flat_remix\n\n- name: clone flat remix gnome\n ansible.builtin.script: \"{{ flat_remix_gnome_v...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2740, "all_permissive": false }
ansible_role
jollygoose/playbook-gnome
a40295a579b206f91ea850af3ff636015584d2ac
0
roles/gnome
161
[ "no_license" ]
[ { "path": "roles/gnome/tasks/repo_extensions.yml", "content": "---\n- name: install gnome extensions with ubuntu\n become: yes\n ansible.builtin.package:\n name: \"{{ item }}\"\n with_items: \"{{ gnome_ext_ubuntu }}\"\n when: ansible_facts.os_family == \"Debian\"\n", "license_type": "no_license",...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1767, "all_permissive": false }
ansible_role
jollygoose/playbook-gnome
a40295a579b206f91ea850af3ff636015584d2ac
0
roles/icons
161
[ "no_license" ]
[ { "path": "roles/icons/tasks/main.yml", "content": "---\n- name: update apt packages\n become: yes\n apt:\n update_cache: yes\n upgrade: 'yes'\n\n- name: install oxygen cursors from the repo\n become: yes\n ansible.builtin.apt:\n name:\n - oxygen-cursor-theme\n - oxygen-cursor-theme-e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 577, "all_permissive": false }
ansible_role
Fittske/ab-logstash
c908d4b28550aafdd8de1e3dc0d3d2d854690444
0
roles/elasticsearch
161
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n# tasks file for elasticsearch\n- name: Install apt-transport-https\n apt:\n pkg: apt-transport-https\n state: latest\n\n- name: Save repo\n ansible.builtin.shell: echo \"deb [trusted=yes] https://mirror.yandex.ru/mirrors/elastic/8/ st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1034, "all_permissive": false }
ansible_role
Fittske/ab-logstash
c908d4b28550aafdd8de1e3dc0d3d2d854690444
0
roles/logstash
161
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "---\n# tasks file for logstash\n#- name: Add logstash apt key\n# ansible.builtin.shell: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg --dearmor -o /usr/share/keyrings/elastic-keyring.gpg\n\n- name: Install apt-transport-https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
Fittske/ab-logstash
c908d4b28550aafdd8de1e3dc0d3d2d854690444
0
roles/monit
161
[ "no_license" ]
[ { "path": "roles/monit/tasks/main.yml", "content": "---\n# tasks file for monit\n- name: install monit\n apt:\n pkg: monit\n state: present\n\n- name: start monit\n service:\n name: monit\n state: started\n\n- name: configure monit\n template:\n src: elastic.conf\n dest: /etc/monit/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
sonalsingh30/ansible-roles-example
bad69e63046d83f9bb1e11ce49050c02cd31d12d
0
roles/proj
161
[ "no_license" ]
[ { "path": "roles/proj/vars/main.yml", "content": "---\n# vars file for proj\nw_server: httpd\ncompanyname: Deloitte\nyourname: Rock\nage: 22\nemailaddress: <EMAIL>\nhttp_port: 8080\ndoc_dir: /ansible/\ndoc_root: /var/www/html/\nmax_clients: 5\ndoc_root1: /etc/httpd/conf/\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1033, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/aerospace
160
[ "no_license" ]
[ { "path": "roles/aerospace/tasks/main.yml", "content": "# - name: Install aerospace\n# ansible.builtin.package:\n# state: present\n# name: FelixKratz/formulae/aerospace\n- name: Stow aerospace\n ansible.builtin.command:\n cmd: stow aerospace --target=$HOME --verbose=2\n chdir: \"{{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/aider
160
[ "no_license" ]
[ { "path": "roles/aider/tasks/main.yml", "content": "- name: Stow aider\n ansible.builtin.include_role:\n name: stow\n vars:\n stow_package: aider\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/aws
160
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "- name: Install aws-cli\n ansible.builtin.package:\n state: present\n name:\n - awscli\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/direnv
160
[ "no_license" ]
[ { "path": "roles/direnv/tasks/main.yml", "content": "- name: Install direnv\n ansible.builtin.package:\n state: present\n name:\n - direnv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/environment
160
[ "no_license" ]
[ { "path": "roles/environment/tasks/main.yml", "content": "- name: Stow scripts\n ansible.builtin.command:\n cmd: stow bin --target=$HOME --verbose=2\n chdir: \"{{ ansible_user_dir }}/.dotfiles\"\n register: result\n changed_when: 'result.stderr is search(\"LINK: \")'\n- name: Stow environment\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/fd
160
[ "no_license" ]
[ { "path": "roles/fd/tasks/main.yml", "content": "- name: Install fd\n ansible.builtin.package:\n state: present\n name:\n - fd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/fzf
160
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "- name: Install fzf\n ansible.builtin.package:\n state: present\n name:\n - fzf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/git
160
[ "no_license" ]
[ { "path": "roles/git/files/.gitignore", "content": ".DS_Store\n.node_repl_history\n.envrc\n__pycache__\nnode_modules/\n.python-version\n.ruff.toml\n.aider.tags.cache*\n.aider.chat.history*\n.aider.input.history*\n.aider.*\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/jq
160
[ "no_license" ]
[ { "path": "roles/jq/tasks/main.yml", "content": "- name: Install jq\n ansible.builtin.package:\n state: present\n name:\n - jq\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/kitty
160
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "- name: Install kitty\n ansible.builtin.shell: >\n set -o pipefail && curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin launch=n\n\n args:\n creates: \"{{ ansible_env.HOME }}/Applications/kitty.app\"\n- name: Stow kitty\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/llvm
160
[ "no_license" ]
[ { "path": "roles/llvm/tasks/main.yml", "content": "- name: Install llvm\n ansible.builtin.package:\n name:\n - llvm\n state: present\n become: \"{{ use_sudo }}\"\n- name: Install clang\n ansible.builtin.package:\n name:\n - clang\n state: present\n become: \"{{ use_sudo }}\"\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/neovim
160
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: Add neovim archive\n ansible.builtin.apt_repository:\n repo: ppa:neovim-ppa/unstable\n become: \"{{ use_sudo }}\"\n when: ansible_system == 'Linux'\n- name: Install neovim\n ansible.builtin.package:\n name: neovim\n become: \"{{ use_sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/npm
160
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "- name: Install nvm\n ansible.builtin.shell: >\n PROFILE=/dev/null bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash'\n args:\n creates: \"{{ ansible_env.HOME }}/.config/nvm/nvm.sh\"\n- name: Install node and se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/parallel
160
[ "no_license" ]
[ { "path": "roles/parallel/tasks/main.yml", "content": "- name: Install parallel\n ansible.builtin.package:\n name: parallel\n become: \"{{ use_sudo }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/pre-commit
160
[ "no_license" ]
[ { "path": "roles/pre-commit/tasks/main.yml", "content": "- name: Install pre-commit\n community.general.pipx:\n name: pre-commit\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
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/pyenv
160
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "- name: Check pyenv installed\n ansible.builtin.stat:\n path: \"{{ ansible_user_dir }}/.pyenv\"\n register: pyenv_install\n- name: Download pyenv installer\n ansible.builtin.get_url:\n mode: '0755'\n url: https://pyenv.run\n dest: /tmp/pyenv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1680, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/ripgrep
160
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/main.yml", "content": "- name: Install ripgrep\n ansible.builtin.package:\n state: present\n name:\n - ripgrep\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/rust
160
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "- name: check if cargo is installed\n shell: command -v cargo\n register: cargo_exists\n ignore_errors: true\n- name: Download Installer\n when: cargo_exists is failed\n get_url:\n url: https://sh.rustup.rs\n dest: /tmp/sh.rustup.rs\n mode: '0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/sketchybar
160
[ "no_license" ]
[ { "path": "roles/sketchybar/tasks/main.yml", "content": "- name: Install sketchybar\n ansible.builtin.package:\n state: present\n name: FelixKratz/formulae/sketchybar\n- name: Stow sketchybar\n ansible.builtin.command:\n cmd: stow sketchybar --target=$HOME --verbose=2\n chdir: \"{{ ansible_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/skhd
160
[ "no_license" ]
[ { "path": "roles/skhd/tasks/main.yml", "content": "- name: Install skhd\n ansible.builtin.package:\n state: present\n name: koekeishiya/formulae/skhd\n- name: Stow skhd\n ansible.builtin.command:\n cmd: stow skhd --target=$HOME --verbose=2\n chdir: \"{{ ansible_user_dir }}/.dotfiles\"\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/stow
160
[ "no_license" ]
[ { "path": "roles/stow/tasks/main.yml", "content": "- name: Stow files\n ansible.builtin.command:\n cmd: \"stow {{ stow_package }} --target=$HOME\"\n chdir: \"{{ stow_base_dir }}\"\n register: result\n changed_when: 'result.stderr is search(\"LINK: \")'\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 250, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/tmux
160
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: Install tmux\n ansible.builtin.package:\n state: present\n name: tmux\n- name: Stow tmux\n ansible.builtin.command:\n cmd: stow tmux --target=$HOME --verbose=2\n chdir: \"{{ ansible_user_dir }}/.dotfiles\"\n register: result\n change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/watson
160
[ "no_license" ]
[ { "path": "roles/watson/tasks/main.yml", "content": "- name: Stow watson\n ansible.builtin.command:\n cmd: stow watson --target=$HOME --verbose=2\n chdir: \"{{ ansible_user_dir }}/.dotfiles\"\n register: result\n changed_when: 'result.stderr is search(\"LINK: \")'\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
felixscherz/.dotfiles
278ccd23c8e0694d3e3a0efd7fa3264deb3a2631
1
roles/zsh
160
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Install zsh\n ansible.builtin.package:\n name: zsh\n state: present\n become: \"{{ use_sudo }}\"\n- name: Install antigen\n ansible.builtin.package:\n name: antigen\n state: present\n become: \"{{ use_sudo }}\"\n- name: Stow zsh\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/appformix_controller_ec2
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/appformix_controller_ec2/tasks/main.yaml", "content": "- name: 1st Wait 300 seconds for port 22 to become open\n wait_for:\n host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'\n timeout: 300\n port: 22\n sleep: 10\n delegate_to: loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1231, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/appformix_installer_ec2
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/appformix_installer_ec2/tasks/main.yaml", "content": "# got intermittent /var/lib/dpg/lock error\n# TODO: need to wait appropriately\n- name: 1st Wait 300 seconds for port 22 to become open\n wait_for:\n host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2815, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/aws_ec2
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/aws_ec2/tasks/ec2-delete-all.yaml", "content": "\n- name: Find EC2s under VPC {{myvpc_name}}\n ec2_remote_facts:\n region: \"{{myvpc.region}}\"\n validate_certs: \"{{validate_certs}}\"\n filters:\n instance-state-name: running\n vpc-id: \"{{myvpc_id}}\"\n re...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4520, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/aws_ec2_eni
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/aws_ec2_eni/tasks/ec2-eni-delete.yaml", "content": "######## DELETE Elastic Network Interface\n# http://docs.ansible.com/ansible/latest/ec2_eni_module.html\n\n#- name: Find Elastic Network Interface via ec2-eni-find.yaml\n# include_role:\n# name: aws_ec2_eni\n# tasks_from...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10214, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/aws_ec2_group
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/aws_ec2_group/tasks/ec2-group-delete.yaml", "content": "######## DELETE SECURITY GROUP\n\n#- name: Find Subnet for further process\n# include_role:\n# name: aws_ec2_group\n# tasks_from: ec2-group-find.yaml\n\n# want to delete default, but it fails\n- name: Delete Security...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3795, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/aws_iam_role
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/aws_iam_role/tasks/iam-role-find.yaml", "content": "# http://docs.ansible.com/ansible/latest/ec2_eni_facts_module.html\n# aws --region us-east-1 ec2 describe-network-interfaces\n\n\n- name: Sef Fact for Elastic Network Interface Components {{myeni_dict.key}} in VPC {{myvpc_name}...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2937, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/aws_vpc
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/aws_vpc/tasks/vpc-find.yaml", "content": "# aws --region us-east-1 ec2 describe-vpcs --filters Name=tag:uuid_tag,Values=DB57D576-5F03-44BE-8575-EC9C3F70BBEC\n# aws --region us-east-1 ec2 describe-vpcs --filters Name=tag:uuid_tag,Values=*\n\n- name: Set Fact for VPC Components fo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8973, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/aws_vpc_route_table
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/aws_vpc_route_table/tasks/route-table-delete.yaml", "content": "######## DELETE ROUTE TABLE\n\n# aws --region us-east-1 ec2 delete-route-table --route-table-id rtb-f26b2889\n\n- name: Find Route Table {{routetable_dict.key}} for further Delete processing\n# include: roles/vpc/t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3248, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/aws_vpc_subnet
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/aws_vpc_subnet/tasks/subnet-delete.yaml", "content": "######## DELETE SUBNET\n\n- name: Find Subnet for further process\n# include: roles/vpc/tasks/subnet-find.yaml\n include_role:\n name: aws_vpc_subnet\n tasks_from: subnet-find.yaml\n\n\n- name: Delete Subnet {{mysubne...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2665, "all_permissive": false }
ansible_role
kimcharli/my-osx
b0af70127f85c75264f2415a5e3ffe66f06012d0
0
aws_ansible/roles/vpc
160
[ "no_license" ]
[ { "path": "aws_ansible/roles/vpc/tasks/security-group-delete.yaml", "content": "######## SECURITY GROUP ROUTE TABLE\n\n# Temporary workaround to avoid MAIN ROUTE TABLE DELETION FAILURE\n#- name: Set Fact To Delete Security Group Components {{routetable_dict.key}} in VPC {{myvpc_name}}\n# set_fact:\n# my...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 11340, "all_permissive": false }
ansible_role
tjanusz-personal/ansibleplaybookrunner
6977dfa531d08f3a669850cd3aa08fc0dd7509c4
1
project/roles/sample1
160
[ "no_license" ]
[ { "path": "project/roles/sample1/tasks/main.yaml", "content": "---\n\n## Sample1 tasks to print out statements for tasks\n\n- name: Debug listing of important variables\n debug: \n msg: \"Customer: {{default_customer_abbrev}} OS Version: {{default_os_ver}}\"\n\n\n- name: Debug listing of important varia...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 441, "all_permissive": false }
ansible_role
tjanusz-personal/ansibleplaybookrunner
6977dfa531d08f3a669850cd3aa08fc0dd7509c4
1
project/roles/sample2
160
[ "no_license" ]
[ { "path": "project/roles/sample2/tasks/main.yaml", "content": "---\n\n## Sample2 tasks to print out statements for tasks\n\n- name: Debug listing of important variables\n debug: \n msg: \"I am inside sample 2 role tasks now\"\n\n- name: Throw error if cognos_ver incorrect\n fail:\n msg: The system m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
hashimotom92/training
da840ada3ce462d025016139fad7b96dea91596b
0
roles/adm
160
[ "no_license" ]
[ { "path": "roles/adm/tasks/main.yml", "content": "---\n\n - include: common.yml\n - include: zabbix.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/adm/defaults/main.yml", "content": " locale: \"ja_JP.UTF-8\"\n zone: \"Asia/Tokyo\"\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1438, "all_permissive": false }
ansible_role
nax71/awx_log_keeper
a7013f82f073704f7efd7c50ed67f19d09850b32
2
roles/awx_get_one_log
160
[ "no_license" ]
[ { "path": "roles/awx_get_one_log/vars/main.yml", "content": "---\n# vars file for awx_get_one_log\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/awx_get_one_log/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2834, "all_permissive": false }
ansible_role
daveg999/automation_class
d23652ecae56b790684971dda6e85a1d2367e22b
0
class5/ex1/roles/switch
160
[ "permissive" ]
[ { "path": "class5/ex1/roles/switch/tasks/main.yml", "content": "---\n- name: create config files\n\n template: src=switch.j2\n dest=/home/dgrice/automation_class/class5/ex1/ex1_{{item.hostname}}.txt\n\n with_items: \"{{ switches }}\"\n\n", "license_type": "permissive", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": true }
ansible_role
daveg999/automation_class
d23652ecae56b790684971dda6e85a1d2367e22b
0
class5/ex2/roles/switch
160
[ "permissive" ]
[ { "path": "class5/ex2/roles/switch/tasks/main.yml", "content": "---\n- name: create config files\n\n template: src=switch.j2\n dest=/home/dgrice/automation_class/class5/ex2/ex2_{{item.hostname}}.txt\n\n with_items: switches\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": true }
ansible_role
daveg999/automation_class
d23652ecae56b790684971dda6e85a1d2367e22b
0
class5/ex3/roles/switch
160
[ "permissive" ]
[ { "path": "class5/ex3/roles/switch/tasks/main.yml", "content": "---\n- name: create config files\n\n template: src=switch.j2\n dest=/home/dgrice/automation_class/class5/ex3/ex3_{{item.hostname}}.txt\n\n with_items: switches\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": true }
ansible_role
yutee/devops-cicd
645c1a880e75b84480ddd3ec3e1062070900c735
0
ansible/roles/copy-app-files
160
[ "no_license" ]
[ { "path": "ansible/roles/copy-app-files/tasks/main.yml", "content": "\n- name: Create the base application directory\n file:\n path: \"/opt/app\"\n state: directory\n mode: \"0755\"\n\n- name: Copy docker-compose.yml\n copy:\n src: \"../docker-compose/docker-compose.yml\"\n dest: \"/opt/app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
yutee/devops-cicd
645c1a880e75b84480ddd3ec3e1062070900c735
0
ansible/roles/deploy-monitoring
160
[ "no_license" ]
[ { "path": "ansible/roles/deploy-monitoring/tasks/main.yml", "content": "- name: Create the base application directory\n file:\n path: \"/opt/monitoring-stack\"\n state: directory\n mode: \"0755\"\n\n- name: Create the monitoring directory\n file:\n path: \"/opt/monitoring-stack/monitoring\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1749, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/automation_tests
160
[ "no_license" ]
[ { "path": "roles/automation_tests/defaults/main.yml", "content": "---\n# defaults file for /home/kamil/ansible-spot/roles/automation_tests", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/automation_tests/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2747, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/dbusers
160
[ "no_license" ]
[ { "path": "roles/dbusers/tasks/main.yml", "content": "---\n- name: Modify Log On as a Service Policy in User Rights Assignment Local Security Policy Settings\n win_user_right:\n name: SeServiceLogonRight\n users: \"{{ mdb_hostname }}\\\\Spot Services\"\n action: add\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/mdb
160
[ "no_license" ]
[ { "path": "roles/mdb/tasks/main.yml", "content": "---\n- name: Wait for system to become reachable over WinRM\n wait_for_connection:\n timeout: 900\n\n- name: Change the hostname\n win_hostname:\n name: \"{{ mdb_hostname }}\"\n register: hostname\n\n- name: Reboot if hostname has changed\n win_reb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2033, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/mpegdb
160
[ "no_license" ]
[ { "path": "roles/mpegdb/templates/create_mpeg.sql", "content": "use master\r\nGO\r\ndeclare @sql nvarchar(512)\r\nselect @sql = 'Create Database mpeg ON PRIMARY\r\n( NAME = mpeg_data,\r\nFILENAME = ''d:\\sql\\data\\mpeg_data.mdf'',\r\nSIZE = 600MB,\r\nFILEGROWTH = 10% )\r\nLOG ON\r\n( NAME = mpeg_log,\r\nFI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2595, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/mvl
160
[ "no_license" ]
[ { "path": "roles/mvl/tasks/main.yml", "content": "---\n- name: Modify Log On as a Service Policy in User Rights Assignment Local Security Policy Settings\n win_user_right:\n name: SeServiceLogonRight\n users: \"{{ mvl_hostname }}\\\\Spot Services\"\n action: add\n\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/ntp
160
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Ensure proper directories exists\n win_file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - '{{ destdir }}'\n - C:\\Program Files (x86)\\NTP\\etc\n\n- name: Copy NTP package\n win_copy:\n src: \"{{ item }}\"\n dest: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1742, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/populate_hosts
160
[ "no_license" ]
[ { "path": "roles/populate_hosts/templates/hosts.j2", "content": "{{ mdb_ip }} {{ mdb_hostname }}\r\n10.48.77.23 TSI5000\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/populate_hosts/tasks/main.yml", "content": "---\n- name: Copy host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/reboot
160
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n- name: Check if host is part of domain\n win_command: wmic computersystem get domain\n register: domain\n changed_when: no\n\n- name: Run gpupdate\n win_command: gpupdate /force\n when: not \"WORKGROUP\" in domain.stdout\n\n- name: Check if reb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/sqlscripts
160
[ "no_license" ]
[ { "path": "roles/sqlscripts/tasks/main.yml", "content": "---\n- name: Obtain information about a registry key property\n win_reg_stat:\n path: \"{{ spot_registry }}\"\n name: Version\n register: reg_spot_version\n\n- name: Copy sql files\n win_get_url:\n url: \"{{ item }}\"\n dest: '{{ destdi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1904, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/tss
160
[ "no_license" ]
[ { "path": "roles/tss/tasks/main.yml", "content": "---\n- name: Modify Log On as a Service Policy in User Rights Assignment Local Security Policy Settings\n win_user_right:\n name: SeServiceLogonRight\n users: \"{{ tss_hostname }}\\\\Spot Services\"\n action: add\n\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
kmonticolo/ansible-spot
872851ea560b24d2f73274f2018a595d3a85b16b
0
roles/users
160
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Create groups\n win_group:\n name: \"{{ item }}\"\n state: present\n with_items:\n - Administrators\n - Spot Administrators\n - Spot Services\n - Spot View Only\n\n- name: Ensure users are present\n win_user:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1251, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/ap-server
160
[ "no_license" ]
[ { "path": "playbook/roles/ap-server/tasks/main.yml", "content": "---\n- name: 'make sure mongodb user is created ({{ mongodb_user_admin_account }})'\n mongodb_user:\n name: '{{ mongodb_user_admin_account }}'\n password: '{{ <PASSWORD> }}'\n roles: userAdminAnyDatabase\n database: admin\n upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1503, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/common-linux
160
[ "no_license" ]
[ { "path": "playbook/roles/common-linux/tasks/main.yml", "content": "---\n- name: make sure essential packages are installed\n apt: name={{item}} state=latest update_cache=yes\n with_items: \n - unzip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/common-python
160
[ "no_license" ]
[ { "path": "playbook/roles/common-python/tasks/main.yml", "content": "---\n- name: make sure essential python packages are installed\n apt: name={{item}} state=latest update_cache=yes\n with_items: \n - python-dev\n - libxml2-dev\n - libxslt-dev\n - lib32z1-dev\n - python3-lxml\n - pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/docker
160
[ "no_license" ]
[ { "path": "playbook/roles/docker/tasks/main.yml", "content": "---\n- name: register uname -r result for update linux-image-extra\n shell: uname -r\n register: uname_r_result\n\n- name: make sure recommended extra packages are installed\n apt: name={{item}} state=latest update_cache=yes\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1248, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/docker-sonatype-nexus
160
[ "no_license" ]
[ { "path": "playbook/roles/docker-sonatype-nexus/meta/main.yml", "content": "---\ndependencies:\n - { role: solution}\n - { role: docker}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "playbook/roles/docker-sonatype-nexus/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/mongodb
160
[ "no_license" ]
[ { "path": "playbook/roles/mongodb/tasks/main.yml", "content": "---\n- name: make sure mongodb key is present\n apt_key:\n id: <KEY>\n keyserver: keyserver.ubuntu.com\n state: present\n\n- name: make sure mongodb repository is added\n apt_repository:\n repo: deb [ arch=amd64 ] http://repo.mongo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/mosquitto
160
[ "no_license" ]
[ { "path": "playbook/roles/mosquitto/tasks/main.yml", "content": "---\n- name: do apt-get update\n apt: \n update_cache: yes\n \n- name: make sure mosquitto are installed\n apt: \n name: mosquitto \n state: latest\n \n- name: make sure mosquitto is enabled\n service:\n name: mosquitto\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/oracle-java7
160
[ "no_license" ]
[ { "path": "playbook/roles/oracle-java7/tasks/main.yml", "content": "--- \n- name: ensure required packages are installed for Java 7\n apt: name={{item}} state=latest update_cache=yes\n with_items:\n - python-software-properties\n\n- name: Add Java repository to sources\n apt_repository:\n repo: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/solution
160
[ "no_license" ]
[ { "path": "playbook/roles/solution/tasks/main.yml", "content": "---\n# define common solution infrastructure\n- name: create a directory if it doesn't exist\n file:\n path: /solution\n state: directory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
shawn-yang-1979/poc-ansible
6412bfba49cbce923d2b45cf7b38fe1b3742addd
0
playbook/roles/sonatype-nexus
160
[ "no_license" ]
[ { "path": "playbook/roles/sonatype-nexus/meta/main.yml", "content": "---\ndependencies:\n - { role: oracle-java7 }\n - { role: solution }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "playbook/roles/sonatype-nexus/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1407, "all_permissive": false }
ansible_role
elohim18bolts/ansible
f328f96c5e6d135c60e2b5900f276e0e752d2198
0
roles/common
160
[ "no_license" ]
[ { "path": "roles/common/tasks/fonts.yaml", "content": "---\n- name: Create Fonts Assets Directory\n ansible.builtin.file:\n path: \"/ansible/fonts\"\n mode: \"0775\"\n state: directory\n\n- name: Check Cache\n ansible.builtin.stat:\n path: \"/ansible/fonts/{{ item }}.zip\"\n loop: \"{{ nerd_f...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5842, "all_permissive": false }
ansible_role
elohim18bolts/ansible
f328f96c5e6d135c60e2b5900f276e0e752d2198
0
roles/maintenance
160
[ "no_license" ]
[ { "path": "roles/maintenance/tasks/main.yaml", "content": "---\n- name: Debian maintenance\n block:\n - name: \"Update And Upgrade Packages\"\n ansible.builtin.apt:\n upgrade: yes\n update_cache: yes\n\n\n - name: \"Remove useless packages from the cache\"\n ansible.builtin.ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
elohim18bolts/ansible
f328f96c5e6d135c60e2b5900f276e0e752d2198
0
roles/pull
160
[ "no_license" ]
[ { "path": "roles/pull/templates/pull.sh.j2", "content": "#!/bin/bash\nhostname=$(uname -n)\ntruncate --size=0 {{ log_path }} && \\\nansible-pull -U {{ repo_url }} \\\n{% if only_if_changed -%} --only-if-changed {%- endif %} \\\n--directory {{ repo_local_directory }} -i $hostname, {{ playbook_path }} >> {{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3226, "all_permissive": false }
ansible_role
elohim18bolts/ansible
f328f96c5e6d135c60e2b5900f276e0e752d2198
0
roles/server
160
[ "no_license" ]
[ { "path": "roles/server/handlers/main.yaml", "content": "---\n- name: \"Enable Cockpit Socket\"\n ansible.builtin.service:\n name: cockpit.socket\n state: enabled\n\n- name: \"Start Cockpit Service\"\n ansible.builtin.service:\n name: cockpit\n state: started\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 554, "all_permissive": false }
ansible_role
elohim18bolts/ansible
f328f96c5e6d135c60e2b5900f276e0e752d2198
0
roles/workstation
160
[ "no_license" ]
[ { "path": "roles/workstation/tasks/main.yaml", "content": "---\n- name: Install Nix Packages For WorkStation\n ansible.builtin.shell: |\n . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh\n nix profile install 'nixpkgs#{{ item }}'\n changed_when: true\n loop: \n - kitty\n - dmenu\...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3080, "all_permissive": false }
ansible_role
burncycl/risc-zero-coding-demonstration
da192a2f41e93c896894ffc9e01ac34570639bf9
0
ansible-local-development-environment/roles/ansible-credentials
160
[ "no_license" ]
[ { "path": "ansible-local-development-environment/roles/ansible-credentials/tasks/main.yml", "content": "---\n\n- name: Create '{{ secrets_dir }}' directory\n tags: ansible-vault, credentials, secrets\n file:\n path: '{{ secrets_dir }}'\n state: directory\n owner: '{{ ansible_env.USER }}' \n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
burncycl/risc-zero-coding-demonstration
da192a2f41e93c896894ffc9e01ac34570639bf9
0
ansible-local-development-environment/roles/install-aws-ssm-sessionmanager
160
[ "no_license" ]
[ { "path": "ansible-local-development-environment/roles/install-aws-ssm-sessionmanager/vars/main.yml", "content": "---\n\ntmp_dir: /tmp\nusr_bin: /usr/bin\n\n# AWS SSM Session Manager plugin for AWSCLI # Reference: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
burncycl/risc-zero-coding-demonstration
da192a2f41e93c896894ffc9e01ac34570639bf9
0
ansible-local-development-environment/roles/install-awscliv2
160
[ "no_license" ]
[ { "path": "ansible-local-development-environment/roles/install-awscliv2/vars/main.yml", "content": "---\n\ntmp_dir: /tmp\nusr_bin: /usr/bin\n\n# awscliv2 # Reference: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html \nawscli_zip_filename: 'awscli-exe-linux-x86_64.zip'\nawscli_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1098, "all_permissive": false }
ansible_role
nttdevopscc/vmware_linux_provisioning
24713281b22a43e6459aef32a7abdfaf5144ad93
0
roles/linux-vmware-provisioning
160
[ "no_license" ]
[ { "path": "roles/linux-vmware-provisioning/tasks/main.yml", "content": "---\n- name: Clone Linux VMs from template\n vmware_guest:\n validate_certs: no\n esxi_hostname: \"{{ vmware_esx_host }}\"\n datacenter: \"{{ vmware_datacenter }}\"\n datastore: \"{{ vmware_datastore }}\"\n folder: /\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 986, "all_permissive": false }
ansible_role
M4thi4s/vote-app-main
6f24aefc3ca7d9660aa1a15b2e644a49ed48fdc5
0
deployments/ansible/roles/postgresql_installation
160
[ "no_license" ]
[ { "path": "deployments/ansible/roles/postgresql_installation/tasks/main.yml", "content": "---\n- name: Installer les paquets nécessaires pour PostgreSQL\n apt:\n name:\n - postgresql-15\n - python3-psycopg2\n state: present\n become: yes\n\n- name: Démarrer le service PostgreSQL\n service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3202, "all_permissive": false }
ansible_role
M4thi4s/vote-app-main
6f24aefc3ca7d9660aa1a15b2e644a49ed48fdc5
0
deployments/ansible/roles/postgresql_replication
160
[ "no_license" ]
[ { "path": "deployments/ansible/roles/postgresql_replication/templates/pgpass.j2", "content": "{{ postgresql_master_ip }}:5432:replication:{{ replicator_username }}:{{ replicator_password }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "deployme...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4586, "all_permissive": false }
ansible_role
0xjuang/Ansible-Lab
b6506029bae767201903ceb4d8e3cf9baee044cb
0
roles/core_utils
160
[ "no_license" ]
[ { "path": "roles/core_utils/files/vimrc", "content": "\" ┌───────────────────────────────────────────────────────────┐\n\" │ GG3 DevNet – .vimrc │\n\" │ Minimalist Vim config for DevOps, automation, and CLI │\n\" │ workflows. Designed for speed, clarity, and compati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3099, "all_permissive": false }
ansible_role
0xjuang/Ansible-Lab
b6506029bae767201903ceb4d8e3cf9baee044cb
0
roles/extra_utils
160
[ "no_license" ]
[ { "path": "roles/extra_utils/tasks/main.yml", "content": "# ┌──────────────────────────────────────────────────────────────┐\n# │ Role: extra_utils │\n# │ Installs a suite of additional tools useful for networking, │\n# │ terminal UX, system monitoring, scripting, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1686, "all_permissive": false }
ansible_role
0xjuang/Ansible-Lab
b6506029bae767201903ceb4d8e3cf9baee044cb
0
roles/oh_my_zsh
160
[ "no_license" ]
[ { "path": "roles/oh_my_zsh/files/gg3.zsh-theme", "content": "# ┌────────────────────────────────────────────────────────────────────┐\n# │ GG3 DevNet – gg3.zsh-theme │\n# │ Custom Oh My Zsh prompt for automation-friendly environments. │\n# │ Two-line prompt showi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 9954, "all_permissive": false }
ansible_role
0xjuang/Ansible-Lab
b6506029bae767201903ceb4d8e3cf9baee044cb
0
roles/sshd_config_hardening
160
[ "no_license" ]
[ { "path": "roles/sshd_config_hardening/handlers/main.yml", "content": "# ┌────────────────────────────────────────────────────────────────────┐\n# │ (SSH HANDLERS) │\n# │ Handlers triggered by SSH config changes. │\n# │ - Log harde...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3621, "all_permissive": false }
ansible_role
KMNRao/roboshop-ansible-roles
f72a45607238d1dc2782e38fb216e1c2c78031c6
0
roles/redis
157
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yaml", "content": "- name: install remi release\n ansible.builtin.dnf: #check package will work not\n name: https://rpms.remorepo.net/enterprise/remo-release-8.rpm\n state: present\n disable_gpg_check: true\n\n- name: enable redis\n ansible.builtin.command: dnf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
asneeded/kali_build
f23ffbfe942af2399086d62c0cf25278083e6186
0
roles/configure-logging
157
[ "no_license" ]
[ { "path": "roles/configure-logging/tasks/auditd.yml", "content": "- name: \"Install Packages\"\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - auditd\n - jq\n become: true\n become_method: sudo\n\n- name: \"Configure Audit Rules\"\n copy:\n src: audit.rules\n dest: /etc/aud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2255, "all_permissive": false }
ansible_role
asneeded/kali_build
f23ffbfe942af2399086d62c0cf25278083e6186
0
roles/customize_desktop
157
[ "no_license" ]
[ { "path": "roles/customize_desktop/tasks/main.yml", "content": "---\n# tasks file for customize_desktop\n- include: \"wallpaper.yml\"\n- include: \"rdesktop.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/customize_desktop/tests/test.ym...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1665, "all_permissive": false }
ansible_role
asneeded/kali_build
f23ffbfe942af2399086d62c0cf25278083e6186
0
roles/install-tools
157
[ "no_license" ]
[ { "path": "roles/install-tools/tasks/apt-stuff.yml", "content": "---\n- name: \"Installing Packages\"\n package:\n name:\n - jq\n - pipx\n - ntpdate\n - flameshot\n - golang\n - rsyslog\n - ufw\n state: latest\n become: true\n become_method: sudo\n\n- name: \"Setu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1192, "all_permissive": false }
ansible_role
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
homework_ans1/ansible/roles/nginx
157
[ "no_license" ]
[ { "path": "homework_ans1/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Create directory for Docker Compose\n file:\n path: /opt/nginx\n state: directory\n\n- name: Copy Docker Compose file\n template:\n src: docker-compose.yml.j2\n dest: /opt/nginx/docker-compose.yml\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
ndrych/DanIT
0cad5d40f2e9fe5748ea9bd166be9dcc0d7051a9
0
homework_ans2/ansible/roles/docker
157
[ "no_license" ]
[ { "path": "homework_ans2/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n command: amazon-linux-extras install docker -y\n become: true\n\n- name: Install Docker Compose\n get_url:\n url: https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }