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
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/nginx
7,991
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Ensure the key is present\n apt_key:\n url: http://nginx.org/keys/nginx_signing.key\n- name: Add repository\n apt_repository:\n repo: 'deb http://nginx.org/packages/debian/ {{ ansible_distribution_release }} nginx'\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5407, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/node
7,991
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Ensure apt-transport-https is installed\n apt:\n pkg: 'apt-transport-https'\n state: latest\n- name: Ensure the key is present\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n- name: Add repository\n apt_repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 870, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/php
7,991
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Ensure php GPG key is present (<NAME>)\n apt_key:\n url: https://packages.sury.org/php/apt.gpg\n- name: Add repository\n apt_repository:\n repo: 'deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main'\n state: pre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2558, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/postgresql
7,991
[ "no_license" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "---\npostgresql_version: \"14\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Ensure php GPG key is present\n apt_key:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
tchapi/ansible-playbooks
f018b18d30fcec6314ba2b6cabc53b30cf8514c9
28
roles/yarn
7,991
[ "no_license" ]
[ { "path": "roles/yarn/tasks/main.yml", "content": "---\n- name: Ensure the key is present\n apt_key:\n url: https://dl.yarnpkg.com/debian/pubkey.gpg\n- name: Add repository\n apt_repository:\n repo: 'deb https://dl.yarnpkg.com/debian/ stable main'\n state: present\n filename: \"yarn\"\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
Metric-nz/vanillaforum
b7090085b5181c03c657b3c95dc629dea6ac3ace
0
ansible/roles/init
7,991
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "---\n- name: Update apt\n become: yes\n apt: update_cache=yes\n\n- name: Install System Packages\n become: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n\n- name: Add ppa Reposit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
Metric-nz/vanillaforum
b7090085b5181c03c657b3c95dc629dea6ac3ace
0
ansible/roles/mysql
7,991
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: mysql | Install MySQL Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb\n\n- name: mysql | Update root password for all root accounts\n mysql_user: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
Metric-nz/vanillaforum
b7090085b5181c03c657b3c95dc629dea6ac3ace
0
ansible/roles/vanilla
7,991
[ "no_license" ]
[ { "path": "ansible/roles/vanilla/tasks/main.yml", "content": "---\n\n\n- name: mysql | Create databases\n mysql_db: name={{ vanillasql.database }} state=present login_user=root login_password={{ <PASSWORD> }}\n\n- name: mysql | Create users\n mysql_user: name={{ vanillasql.user }} password={{ <PASSWORD> }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2016, "all_permissive": false }
ansible_role
lucas-mezencio/dotfiles
f2c5234f8343ff65b6ae7cc86d7168bcd0094cca
0
old-things/setup/roles/alacritty
7,991
[ "no_license" ]
[ { "path": "old-things/setup/roles/alacritty/meta/main.yaml", "content": "---\ndependencies:\n - { role: requirements }\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "old-things/setup/roles/alacritty/tasks/main.yaml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1722, "all_permissive": false }
ansible_role
lucas-mezencio/dotfiles
f2c5234f8343ff65b6ae7cc86d7168bcd0094cca
0
old-things/setup/roles/nvim
7,991
[ "no_license" ]
[ { "path": "old-things/setup/roles/nvim/tasks/main.yml", "content": "---\n- name: Install nvim deps\n become: true\n ansible.builtin.apt:\n pkg:\n - gettext\n - lua5.4\n - liblua5.4-dev\n - ninja-build\n\n- name: Clone nvim repo\n ansible.builtin.git:\n repo: 'https://github.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
lucas-mezencio/dotfiles
f2c5234f8343ff65b6ae7cc86d7168bcd0094cca
0
old-things/setup/roles/requirements
7,991
[ "no_license" ]
[ { "path": "old-things/setup/roles/requirements/tasks/main.yaml", "content": "---\n- name: Install packages\n become: yes\n ansible.builtin.apt:\n pkg:\n - git\n - build-essential\n - curl\n - fzf\n - tree\n - cmake\n\n- name: Create git folder\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
lucas-mezencio/dotfiles
f2c5234f8343ff65b6ae7cc86d7168bcd0094cca
0
old-things/setup/roles/tmux
7,991
[ "no_license" ]
[ { "path": "old-things/setup/roles/tmux/tasks/main.yaml", "content": "---\n- name: Tmux - create .tmux folder\n ansible.builtin.file:\n path: ~/.tmux/\n state: directory \n\n- name: Tmux - install via apt\n ansible.builtin.apt:\n name: tmux\n state: present\n\n- name: Tmux - clone tpm\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
andriipetruk/ambari-IDM-for-Mantl
47d131e939a9a8fdc9b9fda88cd3cf22381e823d
0
playbook/roles/ambari-pangea
7,991
[ "no_license" ]
[ { "path": "playbook/roles/ambari-pangea/defaults/main.yml", "content": "ambari_pangea_image: andriipetruk/ambari-pangea\nambari_pangea_image_tag: 0.1.0\nsso_url: mantlkn01.cisco.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "playbook/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1860, "all_permissive": false }
ansible_role
andriipetruk/ambari-IDM-for-Mantl
47d131e939a9a8fdc9b9fda88cd3cf22381e823d
0
playbook/roles/knox
7,991
[ "no_license" ]
[ { "path": "playbook/roles/knox/templates/knoxsso.xml.j2", "content": "<topology>\n <gateway>\n <provider>\n <role>federation</role>\n <name>pac4j</name>\n <enabled>true</enabled>\n <param>\n <name>pac4j.callbackUrl</name>\n <value>https:/{{ k...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4123, "all_permissive": false }
ansible_role
andriipetruk/ambari-IDM-for-Mantl
47d131e939a9a8fdc9b9fda88cd3cf22381e823d
0
playbook/roles/shibboleth
7,991
[ "no_license" ]
[ { "path": "playbook/roles/shibboleth/defaults/main.yml", "content": "mantl_shibboleth_image: andriipetruk/mantl-shibboleth \nmantl_shibboleth_image_tag: v0.1.0\nimport_cert: /etc/pki/mantl/cert\nimport_key: /etc/pki/mantl/key\npkcs12: /etc/pki/host.p12\nkeystore: /etc/pki/keystore\nkeystore_pass: <PASSWORD>...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2141, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/ZSH
7,991
[ "no_license" ]
[ { "path": "roles/ZSH/files/os_darwin.zsh", "content": "# Disable compfix checking for multi-user setup\nZSH_DISABLE_COMPFIX=true\n\n# Add the correct HomeBrew folder to the PATH\nif [ \"$(sysctl -in sysctl.proc_translated)\" = \"0\" ]; then\n local brew_path=\"/opt/homebrew/bin:/opt/homebrew/sbin\"\nelse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 11613, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/autorandr
7,991
[ "no_license" ]
[ { "path": "roles/autorandr/tasks/main.yml", "content": "---\n- name: install autorandr and arandr\n become: yes\n package: name={{ item }} state=present\n with_items:\n - autorandr\n - arandr\n tags: i3\n\n- name: create the config directory\n file:\n path: '{{ user_config_dir }}/autorandr'\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/firefox
7,991
[ "no_license" ]
[ { "path": "roles/firefox/files/user.js", "content": "// Custom user-settings\nuser_pref(\"browser.fullscreen.exit_on_escape\", false);\nuser_pref(\"browser.gesture.swipe.left\", \"\");\nuser_pref(\"browser.gesture.swipe.right\", \"\");\nuser_pref(\"browser.profiles.enabled\", true);\nuser_pref(\"browser.tab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2629, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/fonts
7,991
[ "no_license" ]
[ { "path": "roles/fonts/tasks/ubuntu.yml", "content": "---\n- name: create the local fonts folder\n file:\n path: '{{ user_local_dir }}/share/fonts'\n state: directory\n\n- name: install the MesloLGS NF (nerd-font)\n copy:\n src: '{{ item }}'\n dest: '{{ user_local_dir }}/share/fonts'\n with_f...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1176, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/git
7,991
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: copy the .gitignore_global file\n copy:\n src: '{{ role_path }}/files/.gitignore_global'\n dest: '{{ user_home_dir }}/.gitignore_global'\n owner: \"{{ ansible_env.USER }}\"\n mode: 0700\n\n- name: set this as the global gitignore fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1272, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/htop
7,991
[ "no_license" ]
[ { "path": "roles/htop/tasks/main.yml", "content": "---\n- name: make sure the htop config folder exists\n file:\n path: '{{ htop_config_dir }}'\n state: directory\n mode: 0700\n\n- name: copy the htop config file\n copy:\n src: '{{ role_path }}/files/htoprc'\n dest: '{{ htop_config_dir }}/h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/i3-gaps
7,991
[ "no_license" ]
[ { "path": "roles/i3-gaps/files/screenshot", "content": "#!/usr/bin/env bash\n\n# Source: ddnomad - https://unix.stackexchange.com/a/346800/247336\n# alternative: gnome-screenshot\n\nfunction help_and_exit () {\n cat <<-EOF\n Usage: screenshot [-h | -p <screenshot_dir> -r|-s]\n\n Take screenshot of ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 16269, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/os-settings
7,991
[ "no_license" ]
[ { "path": "roles/os-settings/tasks/ubuntu.yml", "content": "---\n- name: detect if gsettings is installed\n shell: command -v gsettings >/dev/null 2>&1\n register: gsettings_exists\n ignore_errors: yes\n\n- name: enable right-click resize\n command: gsettings set org.gnome.desktop.wm.preferences resize-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1272, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/packages
7,991
[ "no_license" ]
[ { "path": "roles/packages/tasks/debian/main.yml", "content": "---\n- name: installing core packages\n become: yes\n apt:\n update_cache: yes\n pkg:\n - git\n - hsetroot\n - htop\n - iotop\n - make\n - neofetch\n - neovim\n - network-manager\n - python3-pi...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7161, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/polybar
7,991
[ "no_license" ]
[ { "path": "roles/polybar/tasks/install-polybar/archlinux.yml", "content": "---\n- name: install polybar from AUR\n command: yay -S --noconfirm polybar\n tags: i3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/polybar/files/config", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 11685, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/python
7,991
[ "no_license" ]
[ { "path": "roles/python/files/virtualenvwrapper/postmkvirtualenv", "content": "#! /usr/bin/env bash\n\npip install uv\nuv pip install \\\n\tblack \\\n\tipython \\\n\tisort \\\n\tpyreadline \\\n\truff\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2444, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/ranger
7,991
[ "no_license" ]
[ { "path": "roles/ranger/vars/main.yml", "content": "---\nranger_config_dir: '{{ user_config_dir }}/ranger'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/ranger/tasks/main.yml", "content": "---\n- name: make sure the ranger config fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 418, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/scripts
7,991
[ "no_license" ]
[ { "path": "roles/scripts/files/outputs2kanshi", "content": "#! /usr/bin/env python3\n\nimport argparse\nimport json\nimport logging\nimport os\nimport subprocess\nfrom dataclasses import dataclass\nfrom typing import List, Optional\n\nimport dacite\n\n\nlogging.basicConfig(\n level=logging.DEBUG,\n fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11287, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/sublime
7,991
[ "no_license" ]
[ { "path": "roles/sublime/files/cuda-c++.sublime-settings", "content": "{\n\t\"extensions\":\n\t[\n\t\t\"cuh\",\n\t\t\"cu\"\n\t]\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/sublime/files/Markdown.sublime-settings", "content": "{\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2234, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/sway
7,991
[ "no_license" ]
[ { "path": "roles/sway/files/.bash_profile", "content": "# configure the keyring\neval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)\nexport SSH_AUTH_SOCK\n\n[[ -f ~/.profile ]] && . ~/.profile\n[[ -f ~/.xprofile ]] && . ~/.xprofile\n[[ -f ~/.bashrc ]] && . ~/.bashrc\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1499, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/terminals
7,991
[ "no_license" ]
[ { "path": "roles/terminals/tasks/main.yml", "content": "---\n- name: install pywal\n become: yes\n pip:\n name: git+https://github.com/patzm/pywal.git@r3.3.1\n executable: pip3\n tags: i3\n\n- name: create all terminal directories\n file: path={{ item }} state=directory\n with_items:\n - '{{ ala...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2498, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/tmux
7,991
[ "no_license" ]
[ { "path": "roles/tmux/vars/main.yml", "content": "---\ntmux_dir: '{{ user_home_dir }}/.tmux'\nplugin_dir: '{{ tmux_dir }}/plugins'\ntpm_dir: '{{ plugin_dir }}/tpm'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/tmux/files/tmux.conf", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3880, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/vim
7,991
[ "no_license" ]
[ { "path": "roles/vim/files/init.vim", "content": "\" Source the vim RC file\nsource ~/.vim/vimrc\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/vim/vars/main.yml", "content": "---\nvim_dir: '{{ user_home_dir }}/.vim'\nnvim_dir: '{{ u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5208, "all_permissive": false }
ansible_role
patzm/dotfiles
2849467327cbe56632ff9dea60fb75ba42b95c48
2
roles/yabai
7,991
[ "no_license" ]
[ { "path": "roles/yabai/tasks/main.yml", "content": "---\n- name: Create the config directories\n file:\n path: '{{ user_config_dir }}/{{ item }}'\n state: directory\n loop:\n - yabai\n - skhd\n\n- name: Copy the yabai configuration\n copy:\n src: 'yabairc.sh'\n dest: '{{ user_config_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5147, "all_permissive": false }
ansible_role
nolte/ansible_playbook-common-cli-tools
56c255a2d4c8029ed44e58a3cedd165d0402b84c
0
roles/install_kubectl_helpers
7,991
[ "no_license" ]
[ { "path": "roles/install_kubectl_helpers/defaults/main.yml", "content": "---\n\nextra_pip_modules:\n - openshift\n - kubernetes\n - kubernetes-validate\n - jmespath\n - ansible-modules-hashivault\n - hvac\n\nzsh_plugins:\n - git\n - kubectl\n - helm\n - vault\n - ansible\n - docker\n - terrafor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2784, "all_permissive": false }
ansible_role
nolte/ansible_playbook-common-cli-tools
56c255a2d4c8029ed44e58a3cedd165d0402b84c
0
roles/install_tool
7,991
[ "no_license" ]
[ { "path": "roles/install_tool/defaults/main.yml", "content": "---\ntools_base_dir: /opt/tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/install_tool/tasks/install_archive.yml", "content": "---\n\n- set_fact:\n release_file_name...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2252, "all_permissive": false }
ansible_role
sachin14381/assemblyline
82015ebd074595f29c0ff6f55cc424fcf3c7faab
0
ansible/roles/java
7,991
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/setup-Debian.yml", "content": "---\n# See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199 and\n- name: Ensure 'man' directory exists.\n file:\n path: /usr/share/man/man1\n state: directory\n recurse: true\n when:\n - ansible_distribution == 'Ubuntu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
sachin14381/assemblyline
82015ebd074595f29c0ff6f55cc424fcf3c7faab
0
ansible/roles/jenkins_config
7,991
[ "no_license" ]
[ { "path": "ansible/roles/jenkins_config/tasks/main.yml", "content": "- name: Copy Jenkins Configuration File\n copy:\n src: \"{{ role_path }}/files/jenkins.yaml\"\n dest: \"/var/lib/jenkins/jenkins.yaml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3203, "all_permissive": false }
ansible_role
sachin14381/assemblyline
82015ebd074595f29c0ff6f55cc424fcf3c7faab
0
ansible/roles/nexus
7,991
[ "no_license" ]
[ { "path": "ansible/roles/nexus/tasks/main.yml", "content": "---\n# tasks file for ansible-nexus\n- name: Download nexus_package \n get_url: url=http://download.sonatype.com/nexus/oss/{{ nexus_package }} dest=\"{{ nexus_download_dir }}/{{ nexus_package }}\"\n tags: download\n sudo: no\n\n- name: Ensure Ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4734, "all_permissive": false }
ansible_role
sachin14381/assemblyline
82015ebd074595f29c0ff6f55cc424fcf3c7faab
0
ansible/roles/sonar
7,991
[ "no_license" ]
[ { "path": "ansible/roles/sonar/tasks/main.yml", "content": "---\n- name: Create a database for Sonar.\n mysql_db:\n login_unix_socket: /var/run/mysqld/mysqld.sock\n name: \"{{ sonar_mysql_database }}\"\n login_user: \"{{ sonar_root_username }}\"\n login_password: \"{{ <PASSWORD> }}\"\n state...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4209, "all_permissive": false }
ansible_role
sachin14381/assemblyline
82015ebd074595f29c0ff6f55cc424fcf3c7faab
0
ansible/roles/tomcat8
7,991
[ "no_license" ]
[ { "path": "ansible/roles/tomcat8/tasks/main.yml", "content": "---\n- name: Install Java 1.8\n apt: name=openjdk-8-jdk\n\n- name: add group \"tomcat\"\n group: name=tomcat\n\n- name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n become: True\n become_method:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1955, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
advanced_architecture/roles/add_user
7,991
[ "no_license" ]
[ { "path": "advanced_architecture/roles/add_user/tasks/main.yml", "content": "---\n - name: installing sudo\n apt:\n name: sudo\n state: latest\n - name: Creating root file directory\n file:\n path: \"/etc/sudoers.d\"\n state: directory\n - name: creating root privileges file\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
advanced_architecture/roles/install_web_server
7,991
[ "no_license" ]
[ { "path": "advanced_architecture/roles/install_web_server/tasks/main.yml", "content": "---\n- name: install web server\n apt:\n name: \"apache2\"\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: copying html template\n template:\n src: ../templates/index.html.j2\n dest: /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 516, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
ansible_lamp/roles/apache
7,991
[ "no_license" ]
[ { "path": "ansible_lamp/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name: \"apache2=2.4.29*\"\n state: present\n when: ansible_distribution_version == \"18.04\"\n\n- name: Copying conf file\n copy:\n src: ../files/apache.conf\n dest: /etc/apache2/apache2.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 479, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
ansible_lamp/roles/check_connexion
7,991
[ "no_license" ]
[ { "path": "ansible_lamp/roles/check_connexion/tasks/main.yml", "content": "---\n - name: checking connection\n debug:\n msg: \"Je suis bien connecté sur {{inventory_hostname}} !\"\n - name : print version os\n debug:\n msg: \"je suis en version {{ ansible_distribution_version}}\"\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
ansible_lamp/roles/mysql
7,991
[ "no_license" ]
[ { "path": "ansible_lamp/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt:\n name: \"{{ item.name }}\"\n state: present\n loop:\n - { name: mysql-server }\n - { name: mysql-client }\n - { name: python-mysqldb }\n when: ansible_distribution_version == \"18.04\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
ansible_lamp/roles/php
7,991
[ "no_license" ]
[ { "path": "ansible_lamp/roles/php/templates/index.php.j2", "content": "<html>\n <head>\n <title>Test PHP</title>\n </head>\n <body>\n <?php echo '<p>Bonjour le monde, c'est {{ prenom }} </p>'; ?>\n </body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
architecture/roles/add_user
7,991
[ "no_license" ]
[ { "path": "architecture/roles/add_user/tasks/main.yml", "content": "---\n\n - name: add_user\n user:\n name: \"{{ item.name }}\"\n password: \"{{ <PASSWORD> }}\"\n loop:\n - { name: \"lol\" , password: \"{{ password[0] | password_hash('<PASSWORD>') }}\"}\n - { name: \"supdevinci\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
Shuunt/ansible
dc57a511508459c5d741f6a5f3914cfd69ff814e
0
architecture/roles/install_vim
7,991
[ "no_license" ]
[ { "path": "architecture/roles/install_vim/tasks/main.yml", "content": "---\n- name: ensure vim is installed\n apt:\n name: vim\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/antarctica
7,991
[ "no_license" ]
[ { "path": "roles/antarctica/vars/sneak_vars.yml", "content": "---\nsneak_url: \"https://gitlab.com/clewsy/scripts/-/raw/master/sneak\"\nsneak_dest: \"/usr/local/sbin/sneak\"\n\n#sneak_transfer_source: \"amy:/home/jc/transfer/\" #Preferred but changed to below due to limited storage on bbb on-board eemc.\nsn...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4885, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/common
7,991
[ "no_license" ]
[ { "path": "roles/common/vars/aliases_vars.yml", "content": "---\ncommon_aliases:\n - \"alias l='ls -lh'\"\n - \"alias ll='ls -alFh'\"\n# - \"alias ssh='ssh -4'\"\n - \"alias sudo='sudo '\" #This alias enables other aliases when called after sudo.\n \n", "license_type": "no_license", "detected_l...
{ "task_files": 19, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 26, "total_bytes": 23996, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/cups
7,991
[ "no_license" ]
[ { "path": "roles/cups/vars/brlaser_driver_vars.yml", "content": "---\nbrlaser_driver_packages:\n - cmake\n - libcups2-dev\n\nbrlaser_driver_repo: \"https://github.com/pdewacht/brlaser\"\nbrlaser_driver_local_clone: \"{{ git_repos }}/brlaser\"\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2633, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/desktop
7,991
[ "no_license" ]
[ { "path": "roles/desktop/tasks/nautilus.yml", "content": "---\n- name: '[nautilus] Load nautilus variables.'\n include_vars: nautilus_vars.yml\n\n- name: '[nautilus] Install nautilus packages'\n apt:\n name: \"{{ nautilus_packages }}\"\n state: latest\n\n- name: '[nautilus] Configure nautilus dconf ...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 23, "total_bytes": 23338, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/develop
7,991
[ "no_license" ]
[ { "path": "roles/develop/vars/develop_packages_vars.yml", "content": "---\ndevelop_packages:\n - android-tools-adb\n - android-tools-fastboot\n - avrdude #avrdude, gcc-avr, binutils-avr & avr-libc for direct compiling and programming avr micros.\n - gcc-avr\n - binutils-avr\n - avr-libc\n - screen\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2186, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/docker
7,991
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: '[docker] Install and configure docker.'\n include_tasks: docker.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/docker/tasks/docker.yml", "content": "---\n- name: '...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 977, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/droid
7,991
[ "no_license" ]
[ { "path": "roles/droid/tasks/termux_ssh.yml", "content": "---\n- name: '[termux_ssh] Load termux_ssh variables.'\n include_vars: termux_ssh_vars.yml\n\n########Part 1 - set up user .ssh\n- name: '[termux_ssh] Ensure .ssh folder exists in home directory.'\n file:\n dest: \"{{ termux_ssh_dir }}\"\n mo...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 8933, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/file_server
7,991
[ "no_license" ]
[ { "path": "roles/file_server/tasks/disks.yml", "content": "---\n- name: '[disks] Load disks variables.'\n include_vars: disks_vars.yml\n\n- name: '[disks] Ensure all packages required for management of disks are installed.'\n apt:\n name: \"{{ disks_packages }}\"\n state: latest\n\n- name: '[disks] ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5109, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/headless
7,991
[ "no_license" ]
[ { "path": "roles/headless/vars/mc_vars.yml", "content": "---\nmc_default_skin: nicedark\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/headless/tasks/main.yml", "content": "---\n- name: '[headless_packages] Install general packages use...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1466, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/monster
7,991
[ "no_license" ]
[ { "path": "roles/monster/vars/monster_vars.yml", "content": "---\nmonster_root_dir: \"/home/docker\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/monster/files/www/css/style.css", "content": "body {\n\tfont-family: helvetica, verdana...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2603, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/motion
7,991
[ "no_license" ]
[ { "path": "roles/motion/tasks/motion.yml", "content": "---\n- name: '[motion] Load motion variables.'\n include_vars: motion_vars.yml\n\n- name: '[motion] Ensure all packages required for motion are installed.'\n apt:\n name: \"{{ motion_packages }}\"\n state: latest\n\n- name: '[motion] Enable moti...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2281, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/mpd
7,991
[ "no_license" ]
[ { "path": "roles/mpd/tasks/mpd.yml", "content": "---\n- name: '[mpd] Load mpd variables.'\n include_vars: mpd_vars.yml\n\n- name: '[mpd] Ensure all packages required for using mpd are installed.'\n apt:\n name: \"{{ mpd_packages }}\"\n state: latest\n\n- name: '[mpd] Create useful command line alias...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7556, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/node
7,991
[ "no_license" ]
[ { "path": "roles/node/tasks/node_packages.yml", "content": "---\n- name: '[node_packages] Load node_packages variables.'\n include_vars: node_packages_vars.yml\n \n- name: '[node_packages] Ensure all miscellaneous node packages are installed.'\n apt:\n name: \"{{ node_packages }}\"\n state: latest\...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 6060, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/p0wer
7,991
[ "no_license" ]
[ { "path": "roles/p0wer/vars/p0wer_vars.yml", "content": "---\np0wer_repo: \"<EMAIL>:clewsy/p0wer.git\"\n#p0wer_repo: \"https://gitlab.com/clewsy/p0wer.git\" #Use this repo link for https instead of ssh if you don't have a key set up.\n\np0wer_repo_keyfile: \"{{ ansible_user_home_dir }}/.ssh/id_rsa\"\n\np0we...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2392, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/polly
7,991
[ "no_license" ]
[ { "path": "roles/polly/tasks/polly.yml", "content": "---\n- name: '[polly] Load polly variables.'\n include_vars: polly_vars.yml\n\n- name: '[polly] Ensure scripts library directory exists ({{ scripts_lib }}).'\n file:\n dest: \"{{ scripts_lib }}\"\n state: directory\n owner: 'root'\n group: '...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2942, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/rad10
7,991
[ "no_license" ]
[ { "path": "roles/rad10/tasks/pigpio.yml", "content": "---\n- name: '[pigpio] Load pigpio variables.'\n include_vars: pigpio_vars.yml\n\n- name: '[pigpio] Ensure all packages required for pigpio are installed.'\n apt:\n name: \"{{ pigpio_packages }}\"\n state: latest\n\n- name: '[pigpio] Clone pigpio...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3341, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/rsync_server
7,991
[ "no_license" ]
[ { "path": "roles/rsync_server/templates/rsync_server_backup_script.sh", "content": "#!/bin/bash\n# rsync backup script generated by ansible rsync_server role.\n\nSYNC_NAME={{ item.name }}\nSYNC_SOURCE={{ item.source }}\nSYNC_DEST={{ item.dest }}\nSYNC_SSH_PORT={{ item.ssh_port | default('22')}}\nSYNC_LOGFIL...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4192, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/secure
7,991
[ "no_license" ]
[ { "path": "roles/secure/vars/ufw_vars.yml", "content": "---\nufw_packages:\n - ufw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/secure/vars/sshd_vars.yml", "content": "---\nsshd_configs:\n - name: 'no_root_login.conf'\n content:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4343, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/web_apps
7,991
[ "no_license" ]
[ { "path": "roles/web_apps/vars/clews.dev_vars.yml", "content": "---\nclews_dev_repo: \"<EMAIL>:clewsy/clews.dev\"\nclews_dev_repo_keyfile: \"{{ ansible_user_home_dir }}/.ssh/id_rsa\"\nclews_dev_root_dir: \"/home/docker/clews.dev\"\nclews_dev_docker_compose_yml: \"{{ clews_dev_root_dir }}/docker-compose.yml\...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 37, "total_bytes": 30072, "all_permissive": false }
ansible_role
Clewsy/clewsy_ansible
a120a2d490d0065c0184e672e57feb3590b5049a
0
roles/wireguard
7,991
[ "no_license" ]
[ { "path": "roles/wireguard/vars/wireguard_vars.yml", "content": "---\nwireguard_packages:\n - systemd-resolved\n - wireguard\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/wireguard/tasks/main.yml", "content": "---\n- name: '[wiregua...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5206, "all_permissive": false }
ansible_role
sleepingfrog/dianthus
52b5b982eb7ebc50935d95ffb38fb5aef8672da6
0
roles/nodejs
7,991
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: gpg\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n become: true\n\n- name: nodesource\n blockinfile:\n path: /etc/apt/sources.list.d/nodesource.list\n block:\n deb https://deb.nodesource.com/node_12.x eoa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
sleepingfrog/dianthus
52b5b982eb7ebc50935d95ffb38fb5aef8672da6
0
roles/rbenv
7,991
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "- name: install depends\n apt:\n name: \"{{ rbenv.depends }}\"\n become: true\n\n- name: clone repos\n git:\n repo: \"{{ item.repo }}\"\n dest: \"{{ item.dest }}\"\n with_items:\n - { repo: \"https://github.com/rbenv/rbenv.git\", dest:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1582, "all_permissive": false }
ansible_role
sleepingfrog/dianthus
52b5b982eb7ebc50935d95ffb38fb5aef8672da6
0
roles/toybox
7,991
[ "no_license" ]
[ { "path": "roles/toybox/tasks/main.yml", "content": "- name: install!\n apt:\n name:\n - cloc\n - dnsutils\n - emacs\n - git\n - jq\n - nkf\n - ranger\n - tig\n - vim\n - w3m\n become: true\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
2k13bfs16/descendant-centos7-10.05.17
295db989377d2b99bf85a0f59a6c5159c817e6ae
0
java/java-master/ansible/roles/couterwebapp
7,991
[ "no_license" ]
[ { "path": "java/java-master/ansible/roles/couterwebapp/defaults/main.yml", "content": "---\n# defaults file for couterwebapp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "java/java-master/ansible/roles/couterwebapp/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 350, "all_permissive": false }
ansible_role
2k13bfs16/descendant-centos7-10.05.17
295db989377d2b99bf85a0f59a6c5159c817e6ae
0
java/java-master/ansible/roles/tomcat
7,991
[ "no_license" ]
[ { "path": "java/java-master/ansible/roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n- name: install tomcat\n package: name=tomcat state=present\n- name: tomcat service start\n service: name=tomcat state=started\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/alertmanager
7,991
[ "no_license" ]
[ { "path": "roles/alertmanager/templates/run_alertmanager_binary.sh.j2", "content": "#!/bin/bash\nset -e\nulimit -n 1000000\n\nDEPLOY_DIR={{ deploy_dir }}\ncd \"${DEPLOY_DIR}\" || exit 1\n\nexec > >(tee -i -a \"{{ alertmanager_log_dir }}/{{ alertmanager_log_filename }}\")\nexec 2>&1\n\nexec bin/alertmanager ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2696, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/blackbox_exporter
7,991
[ "no_license" ]
[ { "path": "roles/blackbox_exporter/defaults/main.yml", "content": "---\n\nblackbox_exporter_conf_filename: \"blackbox.yml\"\nblackbox_exporter_log_level: info\nblackbox_exporter_log_dir: \"{{ deploy_dir }}/log\"\nblackbox_exporter_log_filename: \"blackbox_exporter.log\"\n\n\n#blackbox_exporter_port: \"9115\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2955, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/bootstrap
7,991
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n\n- name: setting absent kernel params\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n sysctl_set: yes\n ignoreerrors: yes\n state: absent\n with_items:\n - { name: 'net.ipv4.tcp_tw_recycle', value: 0 }\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1572, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/cadvisor
7,991
[ "no_license" ]
[ { "path": "roles/cadvisor/templates/run_cadvisor_binary.sh.j2", "content": "#!/bin/bash\nset -e\nulimit -n 1000000\n\nDEPLOY_DIR={{ deploy_dir }}\ncd \"${DEPLOY_DIR}\" || exit 1\n\n\nexec > >(tee -i -a \"{{ cadvisor_log_dir }}/{{ cadvisor_log_filename }}\")\nexec 2>&1\n\nexec bin/cadvisor \\\n --port=\"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2335, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/elasticsearch_exporter
7,991
[ "no_license" ]
[ { "path": "roles/elasticsearch_exporter/templates/stop_role.sh.j2", "content": "#!/bin/bash\nset -e\n\nsudo systemctl stop {{ role_name }}-{{ elasticsearch_exporter_port }}.service\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/elasticse...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2796, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/kafka_exporter
7,991
[ "no_license" ]
[ { "path": "roles/kafka_exporter/templates/run_kafka_exporter_binary.sh.j2", "content": "#!/bin/bash\nset -e\nulimit -n 1000000\n\nDEPLOY_DIR={{ deploy_dir }}\ncd \"${DEPLOY_DIR}\" || exit 1\n\n{% set my_ip = hostvars[inventory_hostname].ansible_host | default(hostvars[inventory_hostname].inventory_hostname)...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2803, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/node_exporter
7,991
[ "no_license" ]
[ { "path": "roles/node_exporter/templates/stop_role.sh.j2", "content": "#!/bin/bash\nset -e\n\nsudo systemctl stop {{ role_name }}-{{ node_exporter_port }}.service\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/node_exporter/tasks/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2514, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/process_exporter
7,991
[ "no_license" ]
[ { "path": "roles/process_exporter/templates/start_role.sh.j2", "content": "#!/bin/bash\nset -e\n\nsudo systemctl start {{ role_name }}-{{ process_exporter_port }}.service\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/process_exporter/de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2896, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/prometheus
7,991
[ "no_license" ]
[ { "path": "roles/prometheus/templates/stop_role.sh.j2", "content": "#!/bin/bash\nset -e\n\nsudo systemctl stop {{ role_name }}-{{ prometheus_port }}.service\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/prometheus/files/docker.rules.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 20151, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/pushgateway
7,991
[ "no_license" ]
[ { "path": "roles/pushgateway/templates/pushgateway.service.j2", "content": "[Unit]\nDescription={{ role_name }}-{{ pushgateway_port }} service\nAfter=syslog.target network.target remote-fs.target nss-lookup.target\n\n[Service]\nCPUShares=2048\nMemoryLimit=4G\nLimitNOFILE=1000000\nUser={{ deploy_user }}\nExe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2474, "all_permissive": false }
ansible_role
tianboarenjie/prometheus-ansible
f40cdc595975c1c552aad7db8cf9ff5d88a00454
0
roles/zookeeper_exporter
7,991
[ "no_license" ]
[ { "path": "roles/zookeeper_exporter/templates/run_zookeeper_exporter_binary.sh.j2", "content": "#!/bin/bash\nset -e\nulimit -n 1000000\n\nDEPLOY_DIR={{ deploy_dir }}\ncd \"${DEPLOY_DIR}\" || exit 1\n\n{% set my_ip = hostvars[inventory_hostname].ansible_host | default(hostvars[inventory_hostname].inventory_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2560, "all_permissive": false }
ansible_role
ismayl98/acube-project
e1da836b63e23707e510daa10841157bf5242ec9
0
setup/roles/common
7,989
[ "no_license" ]
[ { "path": "setup/roles/common/tasks/main.yml", "content": "# Charger la création de l'utilisateur admin et ses clés SSH\n- import_tasks: tasks/users.yml\n tags: [users]\n\n\n- name: Vérifier si sudo fonctionne sans mot de passe\n command: whoami\n register: result\n\n- name: Afficher le résultat\n debug...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4127, "all_permissive": false }
ansible_role
ismayl98/acube-project
e1da836b63e23707e510daa10841157bf5242ec9
0
setup/roles/farmos
7,989
[ "no_license" ]
[ { "path": "setup/roles/farmos/files/k8s/secrets/postgres-secret.yml", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: farmos-postgres-secret\n namespace: farmos\ntype: Opaque\nstringData:\n username: farmos_dadie\n password: <PASSWORD>\n database: farmosdb\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 7521, "all_permissive": false }
ansible_role
ismayl98/acube-project
e1da836b63e23707e510daa10841157bf5242ec9
0
setup/roles/kubernetes_master
7,989
[ "no_license" ]
[ { "path": "setup/roles/kubernetes_master/handlers/main.yml", "content": "# --- handler ---\n- name: Recharger sysctl\n ansible.builtin.shell: sysctl --system\n listen: Recharger sysctl", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "setup/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 7824, "all_permissive": false }
ansible_role
archiebw-amido/jenkins-ci
6fb302a161f390b1a1e68537988c4a207326a76f
0
orchestration/ansible/roles/jenkins-ec2
7,989
[ "no_license" ]
[ { "path": "orchestration/ansible/roles/jenkins-ec2/tasks/main.yml", "content": "---\n- name: Install python\n yum:\n name: python \n state: latest\n\n- name: Install docker\n yum:\n name: docker\n state: latest\n\n- name: Install docker pip\n pip:\n name: docker\n state: latest\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
abnmessaoud/Ansible
f3dac2f668623aa88e7fcc7a7d59682caa5b1926
0
roles/nginx
7,989
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.j2", "content": "server{\n server_name www.{{ item }};\n return 301 $scheme://{{ item }}$request_uri;\n}\n\nserver{\n server_name {{ item }};\n root /usr/share/nginx/www/{{ item }};\n\n index index.html;\n}\n", "license_type": "no_license", "detected_licen...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1604, "all_permissive": false }
ansible_role
abnmessaoud/Ansible
f3dac2f668623aa88e7fcc7a7d59682caa5b1926
0
roles/user
7,989
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Création d'un user\n when: user is defined\n user: name={{ user }} comment=\"Mon user\" shell=/usr/bin/zsh\n\n- name: Ajout de la clef SSH\n when: user is defined\n authorized_key: user={{ user }} key=\"{{ lookup('file','~/.ssh/id_rsa.pub')...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
abnmessaoud/Ansible
f3dac2f668623aa88e7fcc7a7d59682caa5b1926
0
roles/utils
7,989
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "---\n- name: Installation environnement\n apt: name={{ item }} state=latest\n with_items:\n - vim\n - htop\n - git\n - zsh\n...\n", "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
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/ai
7,989
[ "no_license" ]
[ { "path": "roles/ai/tasks/main.yaml", "content": "#\n# Piper [1] is a text to speech program.\n# [1] https://github.com/rhasspy/piper\n#\n- name: \"piper: create /opt/piper-{{ piper_version }}\"\n file:\n path: \"/opt/piper-{{ piper_version }}\"\n state: directory\n tags:\n - AI\n - ai\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1679, "all_permissive": false }
ansible_role
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/apt
7,989
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yaml", "content": "- name: \"install package management tools: {{ packages }}\"\n apt:\n name: \"{{ packages }}\"\n state: latest\n install_recommends: yes\n vars:\n packages:\n - apt-transport-https\n - software-properties-common\n - aptitude\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3034, "all_permissive": false }
ansible_role
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/backup
7,989
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "#\n# Rclone\n#\n- name: \"rclone: install\"\n apt:\n name: \"rclone\"\n state: latest\n install_recommends: yes\n tags:\n - Security\n - backup\n - rclone\n\n#\n# Duplicity\n#\n- name: \"duplicity: install\"\n apt:\n name: duplici...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/base-dirs
7,989
[ "no_license" ]
[ { "path": "roles/base-dirs/tasks/main.yaml", "content": "- name: \"create /opt/bin\"\n file:\n path: /opt/bin\n state: directory\n mode: 0755\n tags:\n - Base\n - base-dirs\n - opt-bin\n\n- name: \"create /scratch\"\n file:\n path: /scratch\n state: directory\n mode: 0777\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/base-tools
7,989
[ "no_license" ]
[ { "path": "roles/base-tools/tasks/main.yaml", "content": "- name: \"install base cli-tools: {{ packages }}\"\n apt:\n name: \"{{ packages }}\"\n state: latest\n install_recommends: yes\n vars:\n packages:\n # shell\n - bash-completion\n - tmux\n # shell utilities\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2718, "all_permissive": false }
ansible_role
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/cloud
7,989
[ "no_license" ]
[ { "path": "roles/cloud/tasks/main.yaml", "content": "#\n# Openstack\n#\n\n- name: \"openstackclient: install\"\n become: no # not as root\n pip:\n executable: pip3\n extra_args: --user # install under ~/.local\n name: openstackclient\n tags:\n - Cloud\n - cloud\n - openstackclient\n\n#\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2084, "all_permissive": false }
ansible_role
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/database
7,989
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yaml", "content": "#\n# Database clients\n#\n\n- name: \"postgresql-client: install\"\n apt:\n name: postgresql-client\n state: latest\n install_recommends: yes\n tags:\n - Dev\n - database\n - postgresql-client\n\n- name: \"mysql-client: install\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1868, "all_permissive": false }
ansible_role
petergardfjall/seed
53bf07789713fde560665b732ef550f13a881392
3
roles/dev-tools
7,989
[ "no_license" ]
[ { "path": "roles/dev-tools/tasks/main.yaml", "content": "# Prettier is an opinionated code-formatter for many languages (JavaScript, JSX,\n# yaml). See https://prettier.io/. Used in Emacs.\n- name: \"prettier: install\"\n become: no\n npm:\n name: \"{{ item }}\"\n # npm install -g <pkg>\n global:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4119, "all_permissive": false }