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 | takanao14/homelab | f6fe7e6651ffe87f5c2b90dd38e6064be2e4472a | 0 | playbooks/roles/tool | 1,479 | [
"no_license"
] | [
{
"path": "playbooks/roles/tool/tasks/main.yml",
"content": "---\n- name: Install tool dependencies\n ansible.builtin.apt:\n name:\n - clang\n - bash-completion\n update_cache: true\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | rtsp/rtsp.dotfiles | bcd4b9db62fc0ba34e8db5eaf6d729a6fbe88ad8 | 1 | roles/dotfiles_bash | 1,539 | [
"no_license"
] | [
{
"path": "roles/dotfiles_bash/DEVELOPMENT.md",
"content": "# Development Notes - Ansible `rtsp.dotfiles.dotfiles_bash`\n\n\n## Decision Choices\n\n### Multiple approaches in task `Adding ~/.bash_rtsp.d entry point to .bashrc`\n\n```\n## 1. Simple\nsource <(cat ~/.bash_rtsp.d/*.sh 2>/dev/null)\n\n## 2. Chec... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 23,
"total_bytes": 10935,
"all_permissive": false
} |
ansible_role | rtsp/rtsp.dotfiles | bcd4b9db62fc0ba34e8db5eaf6d729a6fbe88ad8 | 1 | roles/dotfiles_htop | 1,539 | [
"no_license"
] | [
{
"path": "roles/dotfiles_htop/tasks/main.yml",
"content": "---\n- name: htop # noqa: name[casing]\n when:\n - ansible_facts.os_family in [\"Debian\"]\n - ansible_facts.distribution_major_version | int in [7, 8, 9, 10, 11, 12]\n tags:\n - dotfiles\n - dotfiles-htop\n block:\n - name: Copy ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | rtsp/rtsp.dotfiles | bcd4b9db62fc0ba34e8db5eaf6d729a6fbe88ad8 | 1 | roles/dotfiles_nano | 1,539 | [
"no_license"
] | [
{
"path": "roles/dotfiles_nano/files/nanorc",
"content": "# RTSP BASH environment\n# .nanorc - Version 3.0 2023-07-04\n\nset constantshow\nset smarthome\nset tabsize 2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/dotfiles_nano/README.md... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | rtsp/rtsp.dotfiles | bcd4b9db62fc0ba34e8db5eaf6d729a6fbe88ad8 | 1 | roles/dotfiles_screen | 1,539 | [
"no_license"
] | [
{
"path": "roles/dotfiles_screen/tasks/main.yml",
"content": "---\n- name: screen # noqa: name[casing]\n when:\n - ansible_facts.os_family in [\"Debian\"]\n - ansible_facts.distribution_major_version | int in [6, 7, 8, 9, 10, 11, 12]\n tags:\n - dotfiles\n - dotfiles-screen\n block:\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | rtsp/rtsp.dotfiles | bcd4b9db62fc0ba34e8db5eaf6d729a6fbe88ad8 | 1 | roles/dotfiles_top | 1,539 | [
"no_license"
] | [
{
"path": "roles/dotfiles_top/README.md",
"content": "# README - Ansible `rtsp.dotfiles.dotfiles_top`\n\n## Supported Distro\n\n- Debian 6 (Squeeze)\n- Debian 7 (Wheezy)\n- Debian 8 (Jessie)\n- Debian 9 (Stretch)\n- Debian 10 (Buster)\n- Debian 11 (Bullseye)\n- Ubuntu 16 (Xenial Xerus)\n- Ubuntu 18 (Bionic ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | rtsp/rtsp.dotfiles | bcd4b9db62fc0ba34e8db5eaf6d729a6fbe88ad8 | 1 | roles/dotfiles_vim | 1,539 | [
"no_license"
] | [
{
"path": "roles/dotfiles_vim/README.md",
"content": "# README - Ansible `rtsp.dotfiles.dotfiles_vim`\n\n## Supported Distro\n\n- Debian 6 (Squeeze)\n- Debian 7 (Wheezy)\n- Debian 8 (Jessie)\n- Debian 9 (Stretch)\n- Debian 10 (Buster)\n- Debian 11 (Bullseye)\n- Ubuntu 16 (Xenial Xerus)\n- Ubuntu 18 (Bionic ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1550,
"all_permissive": false
} |
ansible_role | Moshibl/CI-CD-Autoscaling-Application | 53920375c63ca354fdeb82b5b3f1761da2989d4d | 5 | Ansible/roles/backend | 1,539 | [
"no_license"
] | [
{
"path": "Ansible/roles/backend/tasks/main.yml",
"content": "---\n- name: Update APT package list\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install Docker\n ansible.builtin.apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Disable Host Nginx\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 807,
"all_permissive": false
} |
ansible_role | Moshibl/CI-CD-Autoscaling-Application | 53920375c63ca354fdeb82b5b3f1761da2989d4d | 5 | Ansible/roles/master | 1,539 | [
"no_license"
] | [
{
"path": "Ansible/roles/master/tasks/main.yml",
"content": "---\n- name: Update APT package list\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Copy the SSH private key to the Master\n ansible.builtin.copy:\n src: \"/home/mohamed/.ssh/Key\"\n dest: \"/home/ubuntu/.ssh/Key\"\n mode: \"0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | Moshibl/CI-CD-Autoscaling-Application | 53920375c63ca354fdeb82b5b3f1761da2989d4d | 5 | Ansible/roles/slave | 1,539 | [
"no_license"
] | [
{
"path": "Ansible/roles/slave/vars/main.yml",
"content": "---\n# vars file for slave\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "Ansible/roles/slave/tasks/main.yml",
"content": "---\n- name: Update APT package list\n ansible.builtin.apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1750,
"all_permissive": false
} |
ansible_role | sanjeev3d/Testrepo | 852f46f1b3089eda7bc92372f8fd937543dfa2b5 | 0 | ansible-code/roles/clone | 1,539 | [
"no_license"
] | [
{
"path": "ansible-code/roles/clone/tasks/main.yml",
"content": "---\n\n- name: Copy private key\n copy:\n src: \"{{ keyfile }}\"\n dest: \"~/.ssh/keyfile\"\n mode: 0400\n\n- name: Git Clone\n git:\n repo: \"git clone https://github.com/sanjeev3d/Testrepo.git\"\n dest: \"/var/www/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/alacritty | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/alacritty/tasks/main.yml",
"content": "- name: link .alacritty.yml\n file:\n src: \"{{ role_path }}/files/.alacritty.yml\"\n dest: ~/.alacritty.yml\n state: link\n force: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/anyenv | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/anyenv/vars/main.yml",
"content": "anyenv:\n git_url: https://github.com/anyenv/anyenv\n install_dir: ~/.anyenv\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible-playbook/roles/anyenv/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/bash | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/bash/files/rc/options.bash",
"content": "shopt -s autocd\nexport LSCOLORS=gxfxcxdxbxegedabagacad\n\n# -------------------------------------------------------\n# cross-promopt command history\n# -------------------------------------------------------\n\n# function share_hist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 18662,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/cli | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/cli/files/installer.sh",
"content": "#!/bin/bash\n\nset -eu\n\nfunction expand() {\n download_path=$1\n tmp_dir=$2\n\n ext=\".${download_path#*.}\"\n\n echo $ext\n\n case $ext in\n .zip)\n unzip $download_path -d $tmp_dir > /dev/null\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/dotfiles | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/dotfiles/tasks/main.yml",
"content": "- name: Link .gitconfig\n file:\n src: \"{{ role_path }}/files/.gitconfig\"\n dest: ~/.gitconfig\n state: link\n force: yes\n\n- name: Link .gitignore\n file:\n src: \"{{ role_path }}/files/.gitignore\"\n dest: ~/.gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/homebrew | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/homebrew/tasks/main.yml",
"content": "- name: Debug\n debug:\n msg: \"{{ ansible_facts.distribution }}\"\n\n# https://docs.ansible.com/ansible/latest/collections/community/general/homebrew_tap_module.html\n- name: Homebrew tap\n community.general.homebrew_tap:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/homebrew_cask | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/homebrew_cask/vars/main.yml",
"content": "# list the tools up installed via homebrew --cask.\n# check application avaliability on the below link,\n# https://formulae.brew.sh/formula/\n\nbrew_cask_apps:\n - docker\n - google-chrome\n - google-japanese-ime\n - visual-stud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/nvim | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/nvim/files/userautoload/plugins/plugins-denite.vim",
"content": "if executable('rg')\n call denite#custom#var('file_rec', 'command',\n \\ ['rg', '--files', '--glob', '!.git'])\n call denite#custom#var('grep', 'command', ['rg'])\n call denite#custom#var('grep', 'de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 33799,
"all_permissive": false
} |
ansible_role | kawaaa26/dotfiles | fcb240e12f91746ab88665cffe2a0943dc9118e4 | 1 | ansible-playbook/roles/tmux | 1,539 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/tmux/files/tmux_conifg/tmux-pane-border",
"content": "#!/bin/zsh\n\nif git_status=$(cd $1 && git status 2>/dev/null ); then\n git_branch=\"$(echo $git_status| awk 'NR==1 {print $3}')\"\n case $git_status in\n *Changes\\ not\\ staged* ) state=\"#[bg=blue,fg=black] ± #[f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5216,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/logflux | 1,539 | [
"no_license"
] | [
{
"path": "roles/logflux/defaults/main.yml",
"content": "---\n\nlogflux_upgrade: false\nlogflux_user: nobody\nlogflux_group: nobody\nlogflux_root: \"/srv/logflux\"\nlogflux_config_file: \"{{ logflux_root }}/etc/logflux.yaml\"\nlogflux_config: {}\nlogflux_syslog_selector: \"*.*\"\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2892,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/usegalaxy | 1,539 | [
"no_license"
] | [
{
"path": "roles/usegalaxy/templates/supervisorctl.j2",
"content": "#!/bin/sh\n##\n## This file is maintained by Ansible - CHANGES WILL BE OVERWRITTEN\n##\n\n/usr/bin/supervisorctl -c $HOME/etc/supervisord.conf \"$@\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1465,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/usegalaxy_backup | 1,539 | [
"no_license"
] | [
{
"path": "roles/usegalaxy_backup/tasks/main.yml",
"content": "---\n\n- name: Backup tasks block\n block:\n\n - name: Fetch galaxy_mutable_config_files\n synchronize:\n mode: pull\n src: \"{{ item.dest }}\"\n dest: \"files/galaxy/var/{{ item.dest | basename }}\"\n loop: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/usegalaxy_cvmfs | 1,539 | [
"no_license"
] | [
{
"path": "roles/usegalaxy_cvmfs/tasks/update.yml",
"content": "---\n\n- name: Create temporary Galaxy config dir\n tempfile:\n prefix: ansible_usegalaxy_cvmfs_galaxy_config_dir_\n state: directory\n register: __usegalaxy_cvmfs_galaxy_config_result\n\n- name: Begin CVMFS transaction\n command: /usr... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8436,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/usegalaxy_privileged | 1,539 | [
"no_license"
] | [
{
"path": "roles/usegalaxy_privileged/templates/cleanup_datasets.sh.j2",
"content": "#!/bin/sh\n##\n## This file is maintained by Ansible - CHANGES WILL BE OVERWRITTEN\n##\nset -e\n\ncd {{ galaxy_server_dir }}\n\nif [ -z \"$1\" ]; then\n days={{ galaxy_pgcleanup_days }}\nelse\n days=$1\nfi\n\n{{ galax... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2445,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/usegalaxy_static | 1,539 | [
"no_license"
] | [
{
"path": "roles/usegalaxy_static/tasks/main.yml",
"content": "---\n\n- name: Create directories\n ansible.builtin.file:\n path: \"{{ nginx_srv }}/{{ galaxy_instance_hostname }}/root/{{ item }}\"\n mode: \"0755\"\n state: \"directory\"\n loop:\n - static\n\n- name: Copy files\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1397,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/usegalaxy_swarmscale | 1,539 | [
"no_license"
] | [
{
"path": "roles/usegalaxy_swarmscale/files/leave.yml",
"content": "---\n\n- name: Leave swarm\n hosts: instances\n become: yes\n #vars:\n # ansible_ssh_common_args: \"-F {{ inventory_dir }}/ssh_config.{{ cloud_id }}\"\n tasks:\n - name: Leave docker swarm\n command: docker swarm leave\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10817,
"all_permissive": false
} |
ansible_role | galaxyproject/usegalaxy-playbook | bdc7873b29866e51759d5b14239fd065c2e3f361 | 33 | roles/usegalaxy_webhooks | 1,539 | [
"no_license"
] | [
{
"path": "roles/usegalaxy_webhooks/defaults/main.yml",
"content": "---\n\nwebhook_plugins: []\nwebhook_links: []\nwebhook_plugins_src_dir: \"{{ inventory_dir }}/templates/galaxy/webhooks\"\nwebhook_plugins_dest_dir: \"{{ galaxy_config_dir }}/webhooks\"\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2002,
"all_permissive": false
} |
ansible_role | opi/ansible | 1c6054f397c690c346aa7d4eebac87ad45c3de1d | 1 | roles/apache | 1,539 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: Install Apache web server\n apt:\n pkg:\n - apache2\n - apache2-utils\n state: present\n\n- name: Install Apache PHP 5\n apt:\n pkg:\n - libapache2-mod-php5\n state: present\n when: php_version == 5\n\n- name: Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | opi/ansible | 1c6054f397c690c346aa7d4eebac87ad45c3de1d | 1 | roles/debian_common | 1,539 | [
"no_license"
] | [
{
"path": "roles/debian_common/tasks/main.yml",
"content": "- name: Install base packages\n apt:\n pkg:\n - less\n - nano\n - curl\n - wget\n - rsync\n - htop\n - tree\n - bash-completion\n - haveged\n - fail2ban\n - git\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | opi/ansible | 1c6054f397c690c346aa7d4eebac87ad45c3de1d | 1 | roles/drupal | 1,539 | [
"no_license"
] | [
{
"path": "roles/drupal/tasks/drupal7.yml",
"content": "- name: Install Drush 8 globally\n include_role:\n name: geerlingguy.drush\n vars:\n drush_launcher_install: false\n drush_composer_global_install: true\n drush_composer_version: \"~8.0\"\n\n",
"license_type": "no_license",
"detec... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | opi/ansible | 1c6054f397c690c346aa7d4eebac87ad45c3de1d | 1 | roles/letsencrypt | 1,539 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "- name: Install Letsencrypt and Apache Certbot plugin\n apt:\n pkg:\n - letsencrypt\n - python3-certbot-apache\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | opi/ansible | 1c6054f397c690c346aa7d4eebac87ad45c3de1d | 1 | roles/mysql | 1,539 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "\n- name: Install MySQL\n apt:\n pkg:\n - mariadb-server\n - mariadb-common\n - mariadb-client\n state: present\n\n- name: Install MySQL PHP Lib\n apt:\n pkg:\n - php5-mysql\n state: present\n when: php_version == 5\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | opi/ansible | 1c6054f397c690c346aa7d4eebac87ad45c3de1d | 1 | roles/php | 1,539 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "# Main PHP Tasks\n- include: php56.yml\n when: php_version == 5\n\n- include: php7.yml\n when: php_version == 7\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/php/tasks/php56.yml",
"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | ThreeToes/superlumic-config | 8df625804665867d455da268bd86d8b120e652e4 | 0 | roles/profile-all | 1,539 | [
"no_license"
] | [
{
"path": "roles/profile-all/files/bashrc.aliases.sh",
"content": "# git push\nalias gpd=\"git push origin develop\"\nalias gpm=\"git push origin master\"\n\n# ls better\nalias la=\"ls -aF\"\nalias ld=\"ls -ld\"\nalias ll=\"ls -l\"\nalias lt='ls -At1 && echo \"------Oldest--\"'\nalias ltr='ls -Art1 && echo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1060,
"all_permissive": false
} |
ansible_role | ThreeToes/superlumic-config | 8df625804665867d455da268bd86d8b120e652e4 | 0 | roles/profile-developer | 1,539 | [
"no_license"
] | [
{
"path": "roles/profile-developer/tasks/main.yml",
"content": "---\n\n- name: tap caskroom/versions\n homebrew_tap: tap=caskroom/versions state=present\n\n- name: install developer brew applications\n homebrew: name={{item}} state=latest\n with_items:\n - wget\n - apg\n - htop-osx\n - watch\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 862,
"all_permissive": false
} |
ansible_role | ThreeToes/superlumic-config | 8df625804665867d455da268bd86d8b120e652e4 | 0 | roles/spf13-vim | 1,539 | [
"no_license"
] | [
{
"path": "roles/spf13-vim/tasks/main.yml",
"content": "---\n\n- name: install developer brew applications\n homebrew: name={{item}} state=latest\n with_items:\n - curl\n - git\n\n- name: install vim\n homebrew: name=vim state=present install_options=with-lua\n\n- name: install macvim\n homebrew: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | wenzizone/odoo_for_ubuntu | 4dcfc32b44178982aefbbc129155b4e49088d695 | 0 | roles/odoo | 1,539 | [
"no_license"
] | [
{
"path": "roles/odoo/handlers/main.yml",
"content": "---\n- name: restart odoo\n service: name=odoo state=restarted\n\n- name: restart nginx\n service: name=nginx state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/odoo/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | lab-builder/roles/bind9 | 1,539 | [
"no_license"
] | [
{
"path": "lab-builder/roles/bind9/vars/main.yml",
"content": "---\n# vars file for roles/bind9\n\ndomain: xlab.lcl\n\nrev_domain: 254.239.10.in-addr.arpa\n\nrecords:\n dns1: {forward: 10.254.239.157, last: 1, type: A, in: IN, rev: 239.254.10.in-addr.arpa.}\n dns2: {forward: 10.254.239.139, last: 5, type:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4103,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | lab-builder/roles/disableTHP | 1,539 | [
"no_license"
] | [
{
"path": "lab-builder/roles/disableTHP/handlers/main.yml",
"content": "---\n# handlers file for roles/disableTHP",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "lab-builder/roles/disableTHP/vars/main.yml",
"content": "---\n# vars file for role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | lab-builder/roles/staticIP | 1,539 | [
"no_license"
] | [
{
"path": "lab-builder/roles/staticIP/templates/resolv.conf.j2",
"content": "# configured by ansible\nsearch xlab.lcl\nnameserver 10.254.239.157\nnameserver 10.254.239.139\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "lab-builder/roles/staticIP... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | lab-builder/xweb/roles/websvr | 1,539 | [
"no_license"
] | [
{
"path": "lab-builder/xweb/roles/websvr/defaults/main.yml",
"content": "---\n# defaults file for roles/websvr",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "lab-builder/xweb/roles/websvr/handlers/main.yml",
"content": "---\n# handlers file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2738,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/check-hostname | 1,539 | [
"no_license"
] | [
{
"path": "roles/check-hostname/defaults/main.yml",
"content": "---\n# defaults file for roles/check-hostname\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/check-hostname/vars/main.yml",
"content": "---\n# vars file for roles/check-ho... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/disableRockyRepos | 1,539 | [
"no_license"
] | [
{
"path": "roles/disableRockyRepos/tasks/main.yml",
"content": "---\n# tasks file for roles/disableRockyRepos\n\n---\n- name: Disable Rocky Repos\n hosts: xymon\n become: true\n tasks:\n - name: disable repos\n shell: sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/Rocky*.repo\n \n - name: A... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/gather_info | 1,539 | [
"no_license"
] | [
{
"path": "roles/gather_info/handlers/main.yml",
"content": "---\n# handlers file for gather_info\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/gather_info/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/install-package | 1,539 | [
"no_license"
] | [
{
"path": "roles/install-package/defaults/main.yml",
"content": "---\n# defaults file for roles/install-package\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/install-package/vars/main.yml",
"content": "---\n# vars file for roles/insta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/log4j | 1,539 | [
"no_license"
] | [
{
"path": "roles/log4j/handlers/main.yml",
"content": "---\n# handlers file for roles/log4j\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/log4j/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/pingall | 1,539 | [
"no_license"
] | [
{
"path": "roles/pingall/tasks/main.yml",
"content": "---\n# tasks file for roles/pingall\n- hosts: all\n user: bryan\n tasks:\n - name: Ping all hosts\n ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/pingall/vars/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/plexmediaserver | 1,539 | [
"no_license"
] | [
{
"path": "roles/plexmediaserver/tasks/main.yml",
"content": "---\n\n- name: Print Hostname/IP of all hosts\n debug:\n msg: '{{ ansible_hostname }} - {{ ansible_default_ipv4.address }}'\n \n- name: Add Plex Repo\n yum_repository:\n name: Plex\n description: Plex repo\n baseurl: https://down... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/printvars | 1,539 | [
"no_license"
] | [
{
"path": "roles/printvars/tasks/main.yml",
"content": "---\n# tasks file for roles/printvars\n- hosts: all\n user: root\n tasks:\n - name: Print hostname of all hosts\n debug:\n msg: '{{ ansible_hostname }} - {{ ansible_default_ipv4.address }}'\n - name: ensure wget is installed\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/temptests | 1,539 | [
"no_license"
] | [
{
"path": "roles/temptests/handlers/main.yml",
"content": "---\n# handlers file for rhel/roles/temptests\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/temptests/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": 5,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/updates | 1,539 | [
"no_license"
] | [
{
"path": "roles/updates/tasks/main.yml",
"content": "---\n# tasks file for roles/updates\n- name: update the system\n dnf:\n name: \"*\"\n state: latest\n\n- name: Add the user 'jenkins' with a specific uid\n ansible.builtin.user:\n name: jenkins\n comment: Build User\n uid: 1040\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | bzuelly/ansible-stuff | 55126d2226ce4b8e287577749c9023362f5dd356 | 0 | roles/zk | 1,539 | [
"no_license"
] | [
{
"path": "roles/zk/defaults/main.yml",
"content": "---\n# defaults file for rhel/roles/zk-kafka\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/zk/vars/main.yml",
"content": "---\n# vars file for rhel/roles/zk-kafka\n",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3306,
"all_permissive": false
} |
ansible_role | dillibabu91GIT/ansibledemo | 82c046f891acbcb82d22caf8b67bc67df9bd10e1 | 0 | roles/ansible-role-jboss-deploy | 1,539 | [
"no_license"
] | [
{
"path": "roles/ansible-role-jboss-deploy/defaults/main.yml",
"content": "jboss_controller: \"192.168.127.12:9990\"\ngithub_token: \"gh<PASSWORD>\"\nowner: \"dillibabu91GIT\"\nrepo: \"ansible-2\"\nbranch: \"main\"\njboss_user: \"demo\"\njboss_password: \"<PASSWORD>\"\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1651,
"all_permissive": false
} |
ansible_role | philopateermansour/aws-infra-ansible-terraform-jenkins-ci-cd | e0240dadba82085e710409c5b7830c74ded44d70 | 4 | Ansible/roles/docker | 1,499 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker/tasks/main.yml",
"content": "- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Remove all conflicting packages\n apt:\n name:\n - docker.io\n - docker-doc\n - docker-compose\n - docker-compose-v2\n - podman-docker\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | philopateermansour/aws-infra-ansible-terraform-jenkins-ci-cd | e0240dadba82085e710409c5b7830c74ded44d70 | 4 | Ansible/roles/jenkins-agent | 1,499 | [
"no_license"
] | [
{
"path": "Ansible/roles/jenkins-agent/tasks/main.yml",
"content": "- name: Install python3-requests\n apt:\n name: python3-requests\n state: present\n update_cache: yes\n\n- name: Run jenkins agent container\n community.docker.docker_container:\n name: jenkins-agent\n user: root\n image... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | philopateermansour/aws-infra-ansible-terraform-jenkins-ci-cd | e0240dadba82085e710409c5b7830c74ded44d70 | 4 | Ansible/roles/jenkins-master | 1,499 | [
"no_license"
] | [
{
"path": "Ansible/roles/jenkins-master/tasks/main.yml",
"content": "- name: Create Jenkins home directory on host\n ansible.builtin.file:\n path: /home/ubuntu/jenkins_home\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: '0755'\n\n- name: Install python3-requests\n apt:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/Myrica | 1,499 | [
"no_license"
] | [
{
"path": "roles/Myrica/tasks/main.yml",
"content": "- name: create Myrica directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - '/tmp/MyricaM'\n\n- name: download latest Myrica M\n unarchive:\n src: https://github.com/tomokuni/Myrica/raw/master/product/MyricaM.zip\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/common_app | 1,499 | [
"no_license"
] | [
{
"path": "roles/common_app/tasks/main.yml",
"content": "- name: add apt-key url\n become: yes\n apt_key:\n url: \"{{ item.url }}\"\n with_items:\n - { url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub' }\n - { url: 'https://packages.microsoft.com/keys/microsoft.asc' }\n - { url: 'h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2111,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/dotfiles | 1,499 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "- name: clone dotfiles\n git:\n repo: <EMAIL>:ikdysfm/dotfiles.git # pushには鍵を作るかssh-agentを使う\n dest: \"{{ dotfiles_path }}\"\n\n- name: create dotfiles directories\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - '{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/fish | 1,499 | [
"no_license"
] | [
{
"path": "roles/fish/tasks/main.yml",
"content": "- name: apt install fish\n become: yes\n apt:\n name: \"{{ item.name }}\" \n state: \"{{ item.state }}\" \n cache_valid_time: \"{{ cache_valid_time }}\"\n with_items:\n - { name: fish, state: latest }\n\n- name: set shell\n become: yes\n us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/gnome | 1,499 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "- name: add theme-repository\n become: yes\n apt_repository:\n repo: \"{{ item }}\"\n with_items:\n - 'ppa:snwh/pulp'\n\n- name: apt install gnome\n become: yes\n apt:\n name: \"{{ item.name }}\" \n state: \"{{ item.state }}\" \n cache_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3711,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/golang | 1,499 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "- name: apt install\n become: yes\n apt:\n name: \"{{ item.name }}\" \n state: \"{{ item.state }}\" \n cache_valid_time: \"{{ cache_valid_time }}\"\n with_items:\n - { name: golang, state: present }\n\n- name: check golang module\n # shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1391,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/mount | 1,499 | [
"no_license"
] | [
{
"path": "roles/mount/tasks/main.yml",
"content": "- name: apt install\n become: yes\n apt:\n name: \"{{ item.name }}\" \n state: \"{{ item.state }}\" \n cache_valid_time: \"{{ cache_valid_time }}\"\n with_items:\n - { name: cifs-utils, state: latest }\n\n- name: input mount pass\n pause:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/python | 1,499 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: apt install\n become: yes\n apt:\n name: \"{{ item.name }}\" \n state: \"{{ item.state }}\" \n cache_valid_time: \"{{ cache_valid_time }}\"\n with_items:\n - { name: python3-pip, state: present }\n - { name: python-dev, state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/skk | 1,499 | [
"no_license"
] | [
{
"path": "roles/skk/tasks/main.yml",
"content": "- name: apt install skk\n become: yes\n apt:\n name: \"{{ item.name }}\" \n state: \"{{ item.state }}\" \n cache_valid_time: \"{{ cache_valid_time }}\"\n with_items:\n - { name: ibus-skk, state: latest }\n - { name: skkdic, state: latest }\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/sources.list | 1,499 | [
"no_license"
] | [
{
"path": "roles/sources.list/tasks/main.yml",
"content": "- name: replace sources.list\n become: yes\n replace:\n path: /etc/apt/sources.list\n regexp: 'http://archive.ubuntu.com/ubuntu'\n replace: 'http://ftp.jaist.ac.jp/pub/Linux/ubuntu/'\n backup: yes\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | ikdysfm/ansible-ubuntu | 938a8b661022a81a66128a0a6b0608fe63785ab7 | 0 | roles/xkeysnail | 1,499 | [
"no_license"
] | [
{
"path": "roles/xkeysnail/tasks/main.yml",
"content": "# https://qiita.com/samurai20000@github/items/2e1d779e806a7e8543d6\n# role的にはpipのインストールを含めるべきだがバージョンはpythonロールで一元管理したいため省略\n# またconfig.pyのcloneとlink生成もここでやるべきだがdotfilesで一元管理したいため省略。順序に注意\n\n# - name: xkeysnail install\n# sudo pip installは一般的に控えるべきだが公... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | EMBL-EBI-TSI/consul.io | cecf6d7a1d56fe130536bb49392636d3e3ce4800 | 0 | roles/apache-proxy | 1,499 | [
"no_license"
] | [
{
"path": "roles/apache-proxy/tasks/main.yml",
"content": "\n- name: Add EPEL repository needed for pip (Centos7)\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://dl.fedoraproject.org/pub/epel/7Server/x86_64/\n when: \n - \"'gridftp-1' in inventory_hostname\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | EMBL-EBI-TSI/consul.io | cecf6d7a1d56fe130536bb49392636d3e3ce4800 | 0 | roles/consul-agent | 1,499 | [
"no_license"
] | [
{
"path": "roles/consul-agent/templates/config.json",
"content": "{\n \"server\": false,\n \"datacenter\": \"{{ datacenter }}\",\n \"data_dir\": \"/opt/consul/data\",\n \"encrypt\": \"encryption_string\",\n \"log_level\": \"DEBUG\",\n \"enable_syslog\": true,\n \"bind_addr\": \"{{ host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2106,
"all_permissive": false
} |
ansible_role | EMBL-EBI-TSI/consul.io | cecf6d7a1d56fe130536bb49392636d3e3ce4800 | 0 | roles/consul-common | 1,499 | [
"no_license"
] | [
{
"path": "roles/consul-common/tasks/main.yml",
"content": "# consul installation and config\n- name: create consul group\n group: \n name: consul\n state: present\n \n- name: create consul user\n user:\n name: consul\n shell: /bin/bash\n groups: consul\n \n- name: create folde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | EMBL-EBI-TSI/consul.io | cecf6d7a1d56fe130536bb49392636d3e3ce4800 | 0 | roles/consul-server | 1,499 | [
"no_license"
] | [
{
"path": "roles/consul-server/templates/config.json",
"content": "{\n \"bootstrap\": true,\n \"server\": true,\n \"datacenter\": \"{{ datacenter }}\",\n \"data_dir\": \"/opt/consul/data\",\n \"encrypt\": \"encryption_string\",\n \"log_level\": \"INFO\",\n \"ui\" : true,\n \"enable_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | EMBL-EBI-TSI/consul.io | cecf6d7a1d56fe130536bb49392636d3e3ce4800 | 0 | roles/monitoring | 1,499 | [
"no_license"
] | [
{
"path": "roles/monitoring/templates/monitor.py",
"content": "#!/usr/bin/python\n\nimport os\nimport psutil\nimport sys\n\nmemoryUse = psutil.virtual_memory()\ncpuUse = psutil.cpu_percent(interval=5)\nstorageUse = psutil.disk_usage('/')\nprint('memory use:', memoryUse[2])\nprint('cpu use:', cpuUse)\nprint(... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | c-dst/ansible-role-k8s-cluster | 0af78d2b8e64b329ac10fbc64b5f5faf1178c880 | 0 | roles/k8s_cri | 1,499 | [
"permissive"
] | [
{
"path": "roles/k8s_cri/defaults/main.yaml",
"content": "---\n# CRI : containerd\n## containerd version\ncontainerd_release_version: 1.6.14\n\n# Kubernetes\n## Kubernetes version\n# k8s_version: 1.26\n\n## Kubernetes pod subnet\ncri_podSubnet: \"{{ k8s_networking.podSubnet | default(false) }}\"\n",
"li... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8092,
"all_permissive": true
} |
ansible_role | johan-adriaans/clusterf.ck | 1b5aba42c0786d97cb3207d6939a88b4b10c37ac | 1 | roles/cluster | 1,499 | [
"no_license"
] | [
{
"path": "roles/cluster/tasks/main.yaml",
"content": "---\n\n# Set up NFS server and clients\n- name: Create /core/units directory\n become: true\n file: path=/home/core/units state=directory mode=0755 owner=core group=core\n\n# DRBD service\n- name: Copy drbd-service unit template\n become: yes\n regi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8063,
"all_permissive": false
} |
ansible_role | johan-adriaans/clusterf.ck | 1b5aba42c0786d97cb3207d6939a88b4b10c37ac | 1 | roles/coreos | 1,499 | [
"no_license"
] | [
{
"path": "roles/coreos/files/bashrc",
"content": "if [[ $- != *i* ]] ; then\n # Shell is non-interactive. Be done now!\n return\nfi\n\n# Move /opt/bin to start of path\nexport PATH=/mnt/data/bin:/opt/bin:$(echo $PATH | sed 's#:/opt/bin##g')\n\n# These help me :)\nexport TERM=xterm-256color\nalias vi=vim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | johan-adriaans/clusterf.ck | 1b5aba42c0786d97cb3207d6939a88b4b10c37ac | 1 | roles/coreos-bootstrap | 1,499 | [
"no_license"
] | [
{
"path": "roles/coreos-bootstrap/tasks/main.yml",
"content": "# Update CoreOS when needed\n- name: Check CoreOS version\n raw: cat /etc/os-release | grep VERSION= | cut -d'=' -f 2 | cut -d'.' -f1\n register: version_check\n\n- name: \"Update CoreOS if needed (needs to be >= 1010)\"\n raw: /usr/bin/sudo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | johan-adriaans/clusterf.ck | 1b5aba42c0786d97cb3207d6939a88b4b10c37ac | 1 | roles/member | 1,499 | [
"no_license"
] | [
{
"path": "roles/member/meta/main.yml",
"content": "---\ndependencies: \n - { role: \"coreos\" }\n\ngalaxy_info:\n author: <NAME>\n description: \"Setup cloud-init for our CoreOS masters\"\n license: \"MIT\"\n min_ansible_version: 1.4\n categories:\n - system\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3799,
"all_permissive": false
} |
ansible_role | ganes891/ansible-connection | 634cc3cb744337919a05af29a648df0ea51e5e50 | 1 | roles/nginx_hardening | 1,499 | [
"no_license"
] | [
{
"path": "roles/nginx_hardening/vars/Debian_9.yml",
"content": "---\nnginx_ssl_protocols: \"TLSv1.2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/nginx_hardening/tasks/main.yml",
"content": "---\n- name: Fetch OS dependent variable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3527,
"all_permissive": false
} |
ansible_role | juliaaano/rhdm-eap-ansible | c5be5ebd1d41e15155db0a2b2a1f686af9ce75d1 | 1 | roles/rhdm-central | 1,499 | [
"no_license"
] | [
{
"path": "roles/rhdm-central/meta/main.yml",
"content": "---\ndependencies:\n - role: jboss-eap\n vars:\n jboss_eap_root: \"{{ rhdm_central_root }}\"\n\ngalaxy_info:\n author: juliaaano\n description: Red Hat Decision Manager Business / Decision Central - The Workbench.\n license: \"license (MI... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8586,
"all_permissive": false
} |
ansible_role | juliaaano/rhdm-eap-ansible | c5be5ebd1d41e15155db0a2b2a1f686af9ce75d1 | 1 | roles/rhdm-server | 1,499 | [
"no_license"
] | [
{
"path": "roles/rhdm-server/templates/setup.cli.j2",
"content": "embed-server --server-config=standalone-full.xml\n\n if (outcome != \"success\") of /system-property=org.jbpm.server.ext.disabled:read-resource\n /system-property=org.jbpm.server.ext.disabled:add(value=\"true\")\n end-if\n if ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 10515,
"all_permissive": false
} |
ansible_role | ijikeman/ansible_best_practice | ef92dc9b19bc4d4c3756f45a8cea65f982beed38 | 0 | roles/common | 1,499 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- include_role:\n name: libraries\n tasks_from: service_disabled.yml\n with_items:\n - \"{{ COMMON_DISABLE_SERVICES | default([]) }}\"\n - \"{{ COMMON_HOSTGROUP_DISABLE_SERVICES | default([]) }}\"\n - \"{{ INVENTORY_DISABLE_SERVICES |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4764,
"all_permissive": false
} |
ansible_role | ijikeman/ansible_best_practice | ef92dc9b19bc4d4c3756f45a8cea65f982beed38 | 0 | roles/common_tasks | 1,499 | [
"no_license"
] | [
{
"path": "roles/common_tasks/tasks/service_restarted_RedHat_7.yml",
"content": "---\n- name: Check State \"{{ DAEMON_NAME }}\"\n command: \"systemctl status {{ DAEMON_NAME }}\"\n register: service_status\n changed_when: False\n failed_when: False\n when: not ansible_check_mode\n\n# Start if serivce st... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3249,
"all_permissive": false
} |
ansible_role | ijikeman/ansible_best_practice | ef92dc9b19bc4d4c3756f45a8cea65f982beed38 | 0 | roles/template_advanced_role | 1,499 | [
"no_license"
] | [
{
"path": "roles/template_advanced_role/tasks/install.yml",
"content": "---\n- include_tasks: install_{{ ansible_os_family }}_{{ ansible_distribution_major_version }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/template_advanced_r... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | ijikeman/ansible_best_practice | ef92dc9b19bc4d4c3756f45a8cea65f982beed38 | 0 | roles/template_basic_role | 1,499 | [
"no_license"
] | [
{
"path": "roles/template_basic_role/vars/main.yml",
"content": "NAME_SERVICE_MANAGER: Service\nNAME_DAEMON: sample\nNAME_PACKAGE: sample\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/template_basic_role/handlers/main.yml",
"content":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1747,
"all_permissive": false
} |
ansible_role | mariano-dagostino/genoma | 47ca0f68acf91c1c7d4710e4c24074cd0eea5371 | 0 | ansible/roles/common | 1,499 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Check requirements\n fail: msg=\"Only debian based box are supported at this moment. You are currently using {{ ansible_os_family }}\"\n when: ansible_os_family != \"Debian\"\n\n- name: Proxy configurations\n when: proxy is defined and ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2960,
"all_permissive": false
} |
ansible_role | mariano-dagostino/genoma | 47ca0f68acf91c1c7d4710e4c24074cd0eea5371 | 0 | ansible/roles/database | 1,499 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/mariadb.yml",
"content": "- name: Install MariaDB dependencies\n apt: name={{item}}\n with_items:\n - python-software-properties\n\n- name: Add apt key for MariaDB\n apt_key: url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xCBCB082A1BB943DB state=prese... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3129,
"all_permissive": false
} |
ansible_role | mariano-dagostino/genoma | 47ca0f68acf91c1c7d4710e4c24074cd0eea5371 | 0 | ansible/roles/php | 1,499 | [
"no_license"
] | [
{
"path": "ansible/roles/php/handlers/main.yml",
"content": "- name: restart fpm\n service: name=php5-fpm state=restarted\n\n- name: restart apache\n service: name=apache2 state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "ansib... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3789,
"all_permissive": false
} |
ansible_role | mariano-dagostino/genoma | 47ca0f68acf91c1c7d4710e4c24074cd0eea5371 | 0 | ansible/roles/webserver | 1,499 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "- include: nginx.yml\n when: vendors.webserver == \"nginx\"\n\n- include: apache.yml\n when: vendors.webserver == \"apache\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "ansi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | charlesmrajacsa/Ansible | 377e0e4287a4a7e335f819b6ad61a5e6caf46a28 | 0 | on-prem_disk/roles/check_create_vg | 1,499 | [
"no_license"
] | [
{
"path": "on-prem_disk/roles/check_create_vg/tasks/main.yml",
"content": "- name: Check if VG exists\n command: vgdisplay \"{{ vg_name }}\"\n register: vg_status\n failed_when: false\n changed_when: false\n\n- name: List available disks (excluding system disk)\n shell: lsblk -dn -o NAME | grep -v -E \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3416,
"all_permissive": false
} |
ansible_role | charlesmrajacsa/Ansible | 377e0e4287a4a7e335f819b6ad61a5e6caf46a28 | 0 | on-prem_disk/roles/create_fs | 1,499 | [
"no_license"
] | [
{
"path": "on-prem_disk/roles/create_fs/tasks/main.yml",
"content": "- name: Create LV\n lvol:\n vg: \"{{ vg_name }}\"\n lv: \"{{ lv_name }}\"\n size: \"{{ size }}\"\n\n- name: Format LV as XFS\n filesystem:\n fstype: xfs\n dev: \"/dev/{{ vg_name }}/{{ lv_name }}\"\n\n- name: Ensure mount p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | charlesmrajacsa/Ansible | 377e0e4287a4a7e335f819b6ad61a5e6caf46a28 | 0 | on-prem_disk/roles/extend_fs | 1,499 | [
"no_license"
] | [
{
"path": "on-prem_disk/roles/extend_fs/tasks/main.yml",
"content": "- name: Extend LV and resize FS\n lvol:\n vg: \"{{ vg_name }}\"\n lv: \"{{ lv_name }}\"\n size: \"+{{ size }}\"\n resizefs: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | itcampdev/brusvyanka | 530b71ea504544c6a782cc871ade1bbb8179454c | 0 | deploy/roles/conf | 1,579 | [
"no_license"
] | [
{
"path": "deploy/roles/conf/templates/uwsgi.j2",
"content": "[uwsgi]\nplugins = python\nchdir = /opt/brusvyanka/\n\nmodule = ilya.wsgi\nhome = /opt/brusvyanka/.env/\n\n# общие настройки\n# master\nmaster = true\n# максимальное количество процессов\nprocesses = 5... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2171,
"all_permissive": false
} |
ansible_role | itcampdev/brusvyanka | 530b71ea504544c6a782cc871ade1bbb8179454c | 0 | deploy/roles/deploy | 1,579 | [
"no_license"
] | [
{
"path": "deploy/roles/deploy/tasks/main.yml",
"content": "- name: Fix permissions\n file:\n path: /opt/\n owner: 1000\n group: 1000\n become: true\n\n\n- name: clone repo\n git:\n repo: <EMAIL>:seavalley/brusvyanka.git\n dest: /opt/brusvyanka/\n accept_hostkey: yes\n\n\n- name: Change... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/common | 1,579 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\n# vars file for common\ncommon_packages_default:\n# Editors\n- helix\n- neovim\n- code\n# Terminal helper\n- exa\n- htop\n- tree\n- tmux\n- unzip\n- mosh\n- lsd\n- fzf\n- bat \n- duf \n- fd \n- zoxide\n- mcfly\n- ripgrep\n ###- cheat # Aktuell nur AU... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/conky | 1,579 | [
"no_license"
] | [
{
"path": "roles/conky/tasks/main.yaml",
"content": "---\n- name: Installing Conky\n ansible.builtin.package:\n name: conky\n state: present\n\n- name: Create config folder\n ansible.builtin.file:\n path: /etc/conky\n state: directory\n mode: '0755'\n owner: root\n group: root\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3862,
"all_permissive": false
} |
ansible_role | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/editor | 1,579 | [
"no_license"
] | [
{
"path": "roles/editor/README.md",
"content": "editor\n=========\n\nThis role install and setting up the default editor.\n\nAvailable Editors\n-----------------\n\nFor the current Editors are more settings included:\n\n- helix\n- vim\n- neovim\n\nRole Variables\n--------------\n\ndefault_editor: <string> D... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3176,
"all_permissive": false
} |
ansible_role | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/git | 1,579 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n# tasks file for git\n- name: Installing git\n ansible.builtin.package:\n name: git\n state: present\n\n- name: Setup ssh workeround for gitlab.puzzle.ch\n ansible.builtin.lineinfile:\n path: \"/home/sebastian/.ssh/config\"\n line: \"{{ _g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/nix | 1,579 | [
"no_license"
] | [
{
"path": "roles/nix/tasks/main.yaml",
"content": "---\n- name: Install nix package manager\n ansible.builtin.package:\n name: nix\n state: present\n\n- name: Start and enable nix deamon\n ansible.builtin.systemd:\n name: nix-daemon\n state: started\n enabled: true\n\n- name: Add users to t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1189,
"all_permissive": false
} |
ansible_role | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/obs-studio | 1,579 | [
"no_license"
] | [
{
"path": "roles/obs-studio/tasks/main.yaml",
"content": "---\n- name: Installing obs and dependencies\n ansible.builtin.package:\n name: \"{{ _obs_studio }}\"\n state: present\n loop_control:\n loop_var: _obs_studio\n loop:\n - obs-studio\n - qt5-wayland\n - qt6-wayland\n - v4l2loop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.