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
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/feh
377
[ "no_license" ]
[ { "path": "roles/feh/tasks/main.yml", "content": "---\n- name: install feh\n pacman: name=feh\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/feh/README.md", "content": "## feh\n\n* [feh](https://wiki.archlinuxjp.org/ind...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 145, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/fontconfig
377
[ "no_license" ]
[ { "path": "roles/fontconfig/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq_root}}/github.com/suzuki-shunsuke\n- name: clone my git repository\n git: repo=https://github.com/suzuki-shunsuke/font.conf\n dest={{ghq_root}}/github.com/suzuki-shunsuke/font.conf\n update=no\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 741, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/fzf
377
[ "no_license" ]
[ { "path": "roles/fzf/README.md", "content": "## fzf\n\n* [fzf](https://github.com/junegunn/fzf)のインストール\n\nGoに依存する。\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/fzf/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 287, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/ghc
377
[ "no_license" ]
[ { "path": "roles/ghc/tasks/main.yml", "content": "---\n- name: install ghc\n pacman: name=ghc\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/ghc/README.md", "content": "# ghc\n\n* ghcのインストール\n\nHaskell コンパイラ\n\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 93, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/gimp
377
[ "no_license" ]
[ { "path": "roles/gimp/tasks/main.yml", "content": "---\n- name: install gimp\n pacman: name=gimp\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/gimp/README.md", "content": "## Gimp\n\n* Gimpのインストール\n\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 83, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/git
377
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: install git\n pacman: name=git\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/git/README.md", "content": "## git\n\n* gitのインストール\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 78, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/git.conf
377
[ "no_license" ]
[ { "path": "roles/git.conf/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq_root}}/github.com/suzuki-shunsuke\n state=directory\n- name: clone my git repository\n git: repo=https://github.com/suzuki-shunsuke/git.conf\n dest={{ghq_root}}/github.com/suzuki-shunsuke/git.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 505, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/gnome-keyring
377
[ "no_license" ]
[ { "path": "roles/gnome-keyring/README.md", "content": "## gnome-keyring\n\n* gnome-keyringのインストール\n* libgnome-keyringのインストール\n* ヘルパーのコンパイル\n\n[GNOME Keyring](https://wiki.archlinuxjp.org/index.php/GNOME_Keyring)\n\nGitでHTTPSプロトコルを利用する際にクレデンシャルをGNOME Keyringで管理する。\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 504, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/go
377
[ "no_license" ]
[ { "path": "roles/go/README.md", "content": "## Go\n\n* Goのインストール(公式からバイナリをダウンロード)\n\n変数でインストールするGoのバージョンを管理している。\nパスを通す必要がある。\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/go/tasks/main.yml", "content": "---\n- name: confirm whether...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 364, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/hub
377
[ "no_license" ]
[ { "path": "roles/hub/tasks/main.yml", "content": "---\n- name: clone hub\n git: repo=https://github.com/github/hub dest=/tmp/hub\n update=no\n- name: make {{home}}/bin directory\n file: path={{home}}/bin state=directory\n- name: install hub\n shell: ./script/build -o {{home}}/bin/hub\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/libreoffice
377
[ "no_license" ]
[ { "path": "roles/libreoffice/tasks/main.yml", "content": "---\n- name: install libreoffice-still(stable version)\n pacman: name=libreoffice-still\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/libreoffice/README.md", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 144, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/lightdm
377
[ "no_license" ]
[ { "path": "roles/lightdm/README.md", "content": "## lightdm\n\n* [lightdm](https://wiki.archlinuxjp.org/index.php/LightDM)のインストール\n* Greeter(LightDMのユーザインタフェース)のインストール\n* LightDMを有効化(ブート時にLightDMが起動するようになる)\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 386, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/linux-headers
377
[ "no_license" ]
[ { "path": "roles/linux-headers/tasks/main.yml", "content": "---\n- name: install linux-headers\n pacman: name=linux-headers\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/linux-headers/README.md", "content": "# linux-he...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 118, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/locale
377
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n- locale_gen: name=ja_JP.UTF-8\n become: yes\n- locale_gen: name=en_US.UTF-8\n become: yes\n- name: copy locale.conf\n copy: src=locale.conf dest=/etc/locale.conf\n become: yes\n- name: set timezone\n file: src=/usr/share/zoneinfo/Asia/Tokyo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/mirror
377
[ "no_license" ]
[ { "path": "roles/mirror/tasks/main.yml", "content": "---\n- name: copy mirrorlist\n copy: src=mirrorlist dest=/etc/pacman.d/mirrorlist\n become: yes\n- name: update mirrorlist\n pacman: update_cache=true upgrade=yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/network
377
[ "no_license" ]
[ { "path": "roles/network/README.md", "content": "## network\n\n* [NetworkManager](https://wiki.archlinuxjp.org/index.php/NetworkManager) のインストール\n* NetworkManager の起動\n* NetworkManager の有効化\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/network-applet
377
[ "no_license" ]
[ { "path": "roles/network-applet/meta/main.yml", "content": "---\ndependencies:\n - role: network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/network-applet/README.md", "content": "## NetworkManager Applet\n\n[NetworkManager](https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 464, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/nvm
377
[ "no_license" ]
[ { "path": "roles/nvm/README.md", "content": "## nvm\n\n* [nvm](https://github.com/creationix/nvm)のインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/nvm/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq_root}}/gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 432, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/openbox
377
[ "no_license" ]
[ { "path": "roles/openbox/README.md", "content": "## Openbox\n\n* [Openbox](https://wiki.archlinuxjp.org/index.php/Openbox)のインストール\n* Openboxの設定\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/openbox/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 658, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/openssh
377
[ "no_license" ]
[ { "path": "roles/openssh/README.md", "content": "## openssh\n\n* opensshのインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/openssh/tasks/main.yml", "content": "---\n- name: install openssh\n pacman: name=openssh\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 95, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/pm-utils
377
[ "no_license" ]
[ { "path": "roles/pm-utils/README.md", "content": "## pm-utils\n\n* pm-utilsのインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/pm-utils/tasks/main.yml", "content": "---\n- name: install pm-utils\n pacman: name=pm-utils\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 99, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/pyenv
377
[ "no_license" ]
[ { "path": "roles/pyenv/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq_root}}/github.com/yyuu\n state=directory\n- name: install pyenv\n git: repo=https://github.com/yyuu/pyenv\n dest={{ghq_root}}/github.com/yyuu/pyenv\n update=no\n- name: make symbolic link to pyenv\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 420, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/rbenv
377
[ "no_license" ]
[ { "path": "roles/rbenv/README.md", "content": "## rbenv\n\n* [rbenv](https://github.com/rbenv/rbenv)のインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq_root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 803, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/seahorse
377
[ "no_license" ]
[ { "path": "roles/seahorse/tasks/main.yml", "content": "---\n- name: install seahorse\n pacman: name=seahorse\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/seahorse/README.md", "content": "# seahorse\n\n* seahorseのインストー...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 124, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/silver_searcher
377
[ "no_license" ]
[ { "path": "roles/silver_searcher/tasks/main.yml", "content": "---\n- name: install silver searcher(ag)\n pacman: name=the_silver_searcher\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/silver_searcher/README.md", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 136, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/stack
377
[ "no_license" ]
[ { "path": "roles/stack/README.md", "content": "# stack\n\n* stackのインストール\n\nHaskell Tool Stack\n\nhttps://github.com/commercialhaskell/stack\nhttp://docs.haskellstack.org/en/stable/README/\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/tint2
377
[ "no_license" ]
[ { "path": "roles/tint2/README.md", "content": "## tint2\n\n* [tint2](https://wiki.archlinuxjp.org/index.php/tint2)のインストール\n* [tint2の設定](https://github.com/suzuki-shunsuke/tint2.conf)\n\nタスクバー\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "path": "rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/tlp
377
[ "no_license" ]
[ { "path": "roles/tlp/tasks/main.yml", "content": "---\n- name: install tlp\n pacman: name=tlp\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/tlp/README.md", "content": "## tlp\n\n* tlpのインストール\n\n電源管理のユーティリティ\n\nhttps://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 137, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/tmux
377
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq_root}}/github.com/suzuki-shunsuke\n state=directory\n- name: mkdir\n file: path={{ghq_root}}/github.com/tmux-plugins\n state=directory\n- name: install tmux\n pacman: name=tmux\n become: yes\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1086, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/tree
377
[ "no_license" ]
[ { "path": "roles/tree/README.md", "content": "## tree\n\n* tree のインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/tree/tasks/main.yml", "content": "---\n- name: install tree\n pacman: name=tree\n become: yes\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 84, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/ubuntu-font
377
[ "no_license" ]
[ { "path": "roles/ubuntu-font/README.md", "content": "## ubuntu font family\n\n* ttf-ubuntu-font-familyのインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/ubuntu-font/tasks/main.yml", "content": "---\n- name: install ttf-ubuntu-fon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 151, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/upgrade_pacman
377
[ "no_license" ]
[ { "path": "roles/upgrade_pacman/README.md", "content": "## upgrade pacman\n\n[pacman](https://wiki.archlinuxjp.org/index.php/pacman)\n\n```\n$ sudo pacman -Syu\n```\n\nシステムの全てのパッケージのアップデート\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 203, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/urxvt
377
[ "no_license" ]
[ { "path": "roles/urxvt/tasks/main.yml", "content": "---\n- name: install urxvt\n pacman: name=rxvt-unicode\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/urxvt/README.md", "content": "## urxvt\n\n* urxvtのインストール\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 94, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/vconsole.font
377
[ "no_license" ]
[ { "path": "roles/vconsole.font/README.md", "content": "## vconsole.conf\n\n[コンソールでのキーボード設定 - Arch Wiki](https://wiki.archlinuxjp.org/index.php/%E3%82%B3%E3%83%B3%E3%82%BD%E3%83%BC%E3%83%AB%E3%81%A7%E3%81%AE%E3%82%AD%E3%83%BC%E3%83%9C%E3%83%BC%E3%83%89%E8%A8%AD%E5%AE%9A)\n\n起動時に systemd によって /etc/vconsole.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 369, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/vim
377
[ "no_license" ]
[ { "path": "roles/vim/README.md", "content": "## vim\n\n* vimのインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: install vim\n pacman: name=vim\n become: yes\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 79, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/vim.conf
377
[ "no_license" ]
[ { "path": "roles/vim.conf/README.md", "content": "## vim.conf\n\n* .vimundoディレクトリの作成\n* [vimの設定](https://github.com/suzuki-shunsuke/vim.conf)\n* [Neobundle](https://github.com/Shougo/neobundle.vim)のインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1219, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/wget
377
[ "no_license" ]
[ { "path": "roles/wget/README.md", "content": "# wget\n\n* wgetのインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/wget/tasks/main.yml", "content": "---\n- name: install wget\n pacman: name=wget\n become: yes\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 82, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/xf86-input-synaptics
377
[ "no_license" ]
[ { "path": "roles/xf86-input-synaptics/README.md", "content": "# xf86-input-synaptics\n\n* xf86-input-synaptics のインストール\n\nタッチパッドの Synaptics インプットドライバー\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/xf86-input-synaptics/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 177, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/xmobar
377
[ "no_license" ]
[ { "path": "roles/xmobar/README.md", "content": "## xmobar\n\n* [xmobar](https://wiki.archlinuxjp.org/index.php/Xmobar)のインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/xmobar/tasks/main.yml", "content": "---\n- name: install xmo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 140, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/xmonad
377
[ "no_license" ]
[ { "path": "roles/xmonad/tasks/main.yml", "content": "---\n- name: install xmonad\n pacman: name=xmonad\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/xmonad/README.md", "content": "## xmonad\n\n* [xmonad](https://wiki.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 140, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/xorg
377
[ "no_license" ]
[ { "path": "roles/xorg/tasks/main.yml", "content": "---\n- name: install xorg-server\n pacman: name=xorg-server\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/xorg.conf
377
[ "no_license" ]
[ { "path": "roles/xorg.conf/README.md", "content": "## xorg\n\n* xorg-serverのインストール\n* [xorgの設定](https://github.com/suzuki-shunsuke/xorg.conf)\n* xorg-xrdbのインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/xorg.conf/meta/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 825, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/xscreensaver
377
[ "no_license" ]
[ { "path": "roles/xscreensaver/tasks/main.yml", "content": "---\n- name: install xscreensaver\n pacman: name=xscreensaver\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/xscreensaver/README.md", "content": "# xscreensaver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 169, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/xsel
377
[ "no_license" ]
[ { "path": "roles/xsel/README.md", "content": "# xsel\n\n* xselのインストール\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/xsel/tasks/main.yml", "content": "---\n- name: install xsel\n pacman: name=xsel\n become: yes\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 82, "all_permissive": false }
ansible_role
suzuki-shunsuke/ansible.arch
5f79702886364b3d7490026ecd862361f5e1144e
1
roles/zsh
377
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: mkdir\n file: path={{ghq_root}}/github.com/suzuki-shunsuke\n state=directory\n- name: mkdir\n file: path={{ghq_root}}/github.com/b4b4r07\n state=directory\n- name: clone zplug\n git: repo=https://github.com/b4b4r07/zplug\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
rmbkva/ansible-homework
f6ab7229be5c2d68f3ccb70439f89a47e8a9deba
0
HW3/roles/apache
377
[ "no_license" ]
[ { "path": "HW3/roles/apache/tasks/main.yml", "content": "- name: Install the latest version of Apache\n ansible.builtin.yum:\n name: \"{{ package }}\" \n state: latest\n\n- name: Start service httpd, if not started\n ansible.builtin.service:\n name: \"{{ package }}\" \n state: started\n ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
rmbkva/ansible-homework
f6ab7229be5c2d68f3ccb70439f89a47e8a9deba
0
HW3/roles/db
377
[ "no_license" ]
[ { "path": "HW3/roles/db/defaults/main.yml", "content": "db_name: kaizen_the_best\ndb_user: kaizen_one\ndb_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "HW3/roles/db/tasks/main.yml", "content": "- name: Start mariadb\n se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 625, "all_permissive": false }
ansible_role
rmbkva/ansible-homework
f6ab7229be5c2d68f3ccb70439f89a47e8a9deba
0
HW3/roles/wordpress
377
[ "no_license" ]
[ { "path": "HW3/roles/wordpress/vars/main.yml", "content": "url_aws: https://wordpress.org/latest.tar.gz\nsrc_aws: /tmp/wordpress.tar.gz\ndest_2: /tmp\nsrc: /tmp/wordpress/. \ndest_3: /var/www/html ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "H...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 719, "all_permissive": false }
ansible_role
lixuanh/vagrant_ansible_centos_wordpress
7b93c8f8d246961a0494849f229ed5973edc38e3
0
share/ansible/roles/wordpress
377
[ "no_license" ]
[ { "path": "share/ansible/roles/wordpress/tasks/04_mysql.yml", "content": "---\n- name: Install mysql-server\n yum: name=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm state=present\n\n- name: Install Mysql package\n yum: name={{ item }} state=present\n with_items:\n - mysql-server\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6475, "all_permissive": false }
ansible_role
nehrman/tfe-demo-aws-ptfe
9ef615e02d59abbce253f35f65e90ec08618f1b9
0
ansible/roles/common
377
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# tasks/main.yml\n#\n# Define server related common tasks\n\n---\n- name: Setup some basic environment vars\n copy:\n src: environment.sh\n dest: /etc/profile.d/environment.sh\n\n- name: Ensure hostname/dbus is installed\n apt:\n name={...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
nehrman/tfe-demo-aws-ptfe
9ef615e02d59abbce253f35f65e90ec08618f1b9
0
ansible/roles/copy_cert
377
[ "no_license" ]
[ { "path": "ansible/roles/copy_cert/tasks/main.yml", "content": "---\n#- name: transfer pre-created certificates to host\n# unarchive:\n# src: cert.tgz\n# dest: /etc/\n\n- name: transfer pre-created certificates to host\n copy:\n src: cert.tgz\n dest: /home/ubuntu/\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
nehrman/tfe-demo-aws-ptfe
9ef615e02d59abbce253f35f65e90ec08618f1b9
0
ansible/roles/create_cert
377
[ "no_license" ]
[ { "path": "ansible/roles/create_cert/tasks/main.yml", "content": "---\n- name: Ensure GIT is installed\n apt:\n name={{ item }}\n state=present\n with_items:\n - git\n\n- name: Clone letsencrypt\n git:\n repo: 'https://github.com/letsencrypt/letsencrypt.git'\n dest: /home/ubuntu/letsencryp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
juliankraus/local-k8s-cluster
478f9d4a7e76ec84e31f3f3b952d5b197f1f5b95
1
ansible/roles/role_install_k8s_control_plane_debian
385
[ "no_license" ]
[ { "path": "ansible/roles/role_install_k8s_control_plane_debian/templates/InitConfiguration.yaml.j2", "content": "# {{ ansible_managed }}\n\napiVersion: kubeadm.k8s.io/v1beta3\nkind: InitConfiguration\nbootstrapTokens:\n- groups:\n - system:bootstrappers:kubeadm:default-node-token\n token: {{ k8s_control_p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3423, "all_permissive": false }
ansible_role
juliankraus/local-k8s-cluster
478f9d4a7e76ec84e31f3f3b952d5b197f1f5b95
1
ansible/roles/role_install_k8s_node_debian
385
[ "no_license" ]
[ { "path": "ansible/roles/role_install_k8s_node_debian/tasks/dependencies.yaml", "content": "---\n\n# Install container runtime, CNI plugins\n\n- name: Install containerd via apt\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - containerd\n register: apt_result\n until: apt_result is s...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7263, "all_permissive": false }
ansible_role
juliankraus/local-k8s-cluster
478f9d4a7e76ec84e31f3f3b952d5b197f1f5b95
1
ansible/roles/role_install_k8s_worker_node_debian
385
[ "no_license" ]
[ { "path": "ansible/roles/role_install_k8s_worker_node_debian/tasks/configure.yaml", "content": "---\n\n- name: \"Join worker node to kubernetes cluster\"\n command: \"kubeadm join {{ k8s_control_plane_host }}:{{ k8s_control_plane_port }} --token {{ k8s_control_plane_bootstrap_token }} --discovery-token-uns...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1280, "all_permissive": false }
ansible_role
khordoo/Deploy-a-High-Availability-Web-App-Using-CloudFormation
eabd3c75e818ac6d5f47c9fd002b171c1eb73e71
0
.circleci/ansible/roles/configure-server
385
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "\n- name: \"Install dependencies\"\n become: true \n shell: |\n apt update\n apt install nodejs npm -y\n npm install pm2 -g -y\n nodejs --version\n\n- name: \"Install node exporter\"\n become: true \n shell: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1355, "all_permissive": false }
ansible_role
khordoo/Deploy-a-High-Availability-Web-App-Using-CloudFormation
eabd3c75e818ac6d5f47c9fd002b171c1eb73e71
0
.circleci/ansible/roles/deploy
385
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"copy backend files\"\n become: true \n copy:\n src: /root/project/backend.tar.gz\n dest: /home/ubuntu/\n owner: ubuntu\n group: ubuntu\n\n- name: \"Uncompress Backend\"\n become: true\n shell: |\n tar -xvf /h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }
ansible_role
ra2085/apigee-scaffolding-samples
fc58177af9f987c9dd2cab9dd173079423adccf6
1
ansible-apigee-patterns-company-x/ansible/roles/create_proxy_from_spec
385
[ "no_license" ]
[ { "path": "ansible-apigee-patterns-company-x/ansible/roles/create_proxy_from_spec/tasks/main.yml", "content": " - name: Creates api directory\n file: path=./{{ api_name }} state=directory\n tags: always\n - name: execute openapi2apigee\n shell: openapi2apigee generateApi {{ api_name }} -s {{ api_name ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
davidemoro/ansible_localconf
609264efa3c4a6d3857954a35df7f921f1f67679
0
roles/common
385
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: update the apt cache\n apt: update_cache=yes\n become: true\n\n- name: ensure packages are installed (python support)\n apt: pkg={{item}} state=latest\n become: true\n with_items:\n - build-essential\n - libxml2-dev\n - l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1013, "all_permissive": false }
ansible_role
davidemoro/ansible_localconf
609264efa3c4a6d3857954a35df7f921f1f67679
0
roles/nvm
385
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n- name: Install nvm\n shell: >\n curl https://raw.githubusercontent.com/creationix/nvm/{{ nvm_version }}/install.sh | sh\n creates=/home/{{ username }}/.nvm/nvm.sh\n become_user: \"{{ username }}\"\n\n- name: Install node and set version\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
davidemoro/ansible_localconf
609264efa3c4a6d3857954a35df7f921f1f67679
0
roles/skype
385
[ "no_license" ]
[ { "path": "roles/skype/tasks/main.yml", "content": "---\n- name: skype | Install dependencies\n become: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - lib32stdc++6\n - libc6-i386\n - lib32gcc1\n \n- name: skype | Fix any broken depedencies\n become: yes\n command: apt-get -f -y inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
davidemoro/ansible_localconf
609264efa3c4a6d3857954a35df7f921f1f67679
0
roles/vagrant
385
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "---\n# Ubuntu/Debian users might want to install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade\n- name: Ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
davidemoro/ansible_localconf
609264efa3c4a6d3857954a35df7f921f1f67679
0
roles/vim
385
[ "no_license" ]
[ { "path": "roles/vim/templates/.vimrc", "content": "\" common\nsyntax on\nfiletype plugin indent on\n\n\" pathogen\nexecute pathogen#infect()\n\n\" flake8\nautocmd BufWritePost *.py call Flake8()\nfiletype indent off\n\n\" syntastic\nset statusline+=%#warningmsg#\nset statusline+=%{SyntasticStatuslineFlag()...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1113, "all_permissive": false }
ansible_role
kawasako/aws-elasticsearch-ansible
3e0b8c1bec76072c810af8714b428f2fcc3fc98d
1
roles/common
385
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: yum update\n sudo: yes\n yum: name=* state=latest\n\n- name: Install yum packages\n sudo: yes\n yum: name={{ item }} state=installed\n with_items:\n - git\n - openssl-devel\n - libcurl-devel\n - gcc\n - gcc-c++\n - make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
kawasako/aws-elasticsearch-ansible
3e0b8c1bec76072c810af8714b428f2fcc3fc98d
1
roles/elasticsearch
385
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Add rpm elasticsearch repository\n sudo: yes\n template: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch.repo\n\n- name: Install elasticsearch\n sudo: yes\n yum: name=elasticsearch state=installed\n\n# - name: Install el...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2084, "all_permissive": false }
ansible_role
kawasako/aws-elasticsearch-ansible
3e0b8c1bec76072c810af8714b428f2fcc3fc98d
1
roles/kibana
385
[ "no_license" ]
[ { "path": "roles/kibana/handlers/main.yml", "content": "---\n- name: Restart kibana\n sudo: yes\n shell: \"{{ item }}\"\n with_items:\n - \"pkill -9 -f kibana.jar\"\n # - \"/etc/kibana/{{ kibana_version }}/bin/kibana & exit\"\n # うまくいかんので手動 $ /etc/kibana/kibana-4.0.0-BETA2/bin/kibana & exit", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2011, "all_permissive": false }
ansible_role
kawasako/aws-elasticsearch-ansible
3e0b8c1bec76072c810af8714b428f2fcc3fc98d
1
roles/kopf
385
[ "no_license" ]
[ { "path": "roles/kopf/tasks/main.yml", "content": "---\n- name: Download kopf\n sudo: yes\n git: repo=https://github.com/lmenezes/elasticsearch-kopf.git dest=/etc/elasticsearch-kopf version={{ kopf_version }}\n\n- name: Create link\n sudo: yes\n command: ln -s /etc/elasticsearch-kopf /usr/share/nginx/ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
kawasako/aws-elasticsearch-ansible
3e0b8c1bec76072c810af8714b428f2fcc3fc98d
1
roles/nginx
385
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n sudo: yes\n yum: name=nginx state=installed\n\n- name: Copy nginx configuration\n sudo: yes\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n\n- name: Copy .htpasswd\n sudo: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
yanyabo111/vagrant
430c7bc7d71df146f7e796fd6da889d7751a3dba
0
ansible/roles/ohmyzsh
385
[ "no_license" ]
[ { "path": "ansible/roles/ohmyzsh/tasks/main.yml", "content": "---\n- name: Installing Zsh and git\n apt: pkg=zsh,git state=latest\n register: installation\n\n- name: Delete existing ~/.zshrc\n shell: if [ -f ~/.zshrc ]; then rm ~/.zshrc; fi\n when: installation|success\n sudo: no\n\n- name: Cloning oh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
yanyabo111/vagrant
430c7bc7d71df146f7e796fd6da889d7751a3dba
0
ansible/roles/phantomjs
385
[ "no_license" ]
[ { "path": "ansible/roles/phantomjs/tasks/main.yml", "content": "---\n\n# Install\n- include: install.yml\n tags:\n - manala_phantomjs\n\n# Config\n- include: config.yml\n tags:\n - manala_phantomjs\n\n# Services\n- include: services.yml\n tags:\n - manala_phantomjs\n - manala_phantomjs.servic...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3758, "all_permissive": false }
ansible_role
yanyabo111/vagrant
430c7bc7d71df146f7e796fd6da889d7751a3dba
0
ansible/roles/ruby
385
[ "no_license" ]
[ { "path": "ansible/roles/ruby/defaults/main.yml", "content": "---\nrvm1_install_path: '/home/{{ ansible_ssh_user }}/.rvm'\nrvm1_rvm: '{{ rvm1_install_path }}/bin/rvm'\nrvm1_install_flags: '--auto-dotfiles'\nrvm1_user: '{{ user_name }}'\nrvm1_rvm_latest_installer: 'https://raw.githubusercontent.com/wayneeseg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5002, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/cleanup
385
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n- name: Cleaning orchestration path\n file:\n state: absent\n path: \"/etc/docker-compose/\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/commons
385
[ "no_license" ]
[ { "path": "roles/commons/tasks/main.yml", "content": "---\n- name: add epel repository\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n gpgcheck: no\n\n- name: \"Install Common Libraries from CentOS mirro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/compose
385
[ "no_license" ]
[ { "path": "roles/compose/templates/docker-compose.yml.j2", "content": "version: '3.3'\nvolumes:\n data:\nservices:\n db:\n build: ./db/.\n volumes:\n - /var/lib/mysql:/var/lib/mysql\n\n web:\n build: ./web/.\n container_name: web-server\n volumes:\n - /var/log/nginx:/var/log/ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 781, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/docker
385
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n yum:\n name: docker\n state: latest\n\n- name: install docker-composer\n yum:\n name: docker-compose\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/mysql
385
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Ensure database path exists.\n file:\n path: \"/etc/docker-compose/db/sql-scripts\"\n state: directory\n\n- name: Add managed config file\n template:\n src: database_schema.sql.j2\n dest: \"/etc/docker-compose/db/sql-scripts/data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 535, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/nginx
385
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Ensure nginx orch path exists.\n file:\n path: \"/etc/docker-compose/web\"\n state: directory\n\n- name: Add managed config file\n template:\n src: nginx.conf.j2\n dest: \"/etc/docker-compose/web/nginx.conf\"\n mode: 0644\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/nodejs
385
[ "no_license" ]
[ { "path": "roles/nodejs/templates/Dockerfile.j2", "content": "FROM node:latest\n\nRUN mkdir /app/api -p\nCOPY api /app/api\nADD start.sh /start.sh\nRUN chmod 755 /start.sh\nCMD [\"/start.sh\"]\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 895, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/setproxy
385
[ "no_license" ]
[ { "path": "roles/setproxy/tasks/main.yml", "content": "---\n\n- name: Set Proxydd\n blockinfile:\n dest: /etc/environment\n block: |\n https_proxy=http://192.168.100.129:8880\n http_proxy=http://192.168.100.129:8880\n tags:\n - proxy\n- name: install docker\n yum:\n name: docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
victorarthae/ansible-docker-sample
ec81c63b574e11553b3d1979095ca62f72c5217d
0
roles/unsetproxy
385
[ "no_license" ]
[ { "path": "roles/unsetproxy/tasks/main.yml", "content": "---\n\n- name: Clear proxy settings.\n shell: echo > /etc/environment\n tags:\n - proxy\n\n- name: Delete docker proxy file\n file:\n state: absent\n path: \"/etc/systemd/system/docker.service.d/http-proxy.conf\"\n\n- name: Reload docker s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/bash
385
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "- name: Transfer \"Beautiful Bash\" scripts\n copy: \n src: \"{{ item }}\"\n dest: /home/{{ user_name }}/beautiful_bash/\n mode: 0777\n with_fileglob: \n - ../files/*\n - ../files/.bashrc\n become: yes\n become_user: \"{{ user_name }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1629, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/browsers
385
[ "no_license" ]
[ { "path": "roles/browsers/tasks/main.yml", "content": "- name: Install browsers - YAY\n yay:\n name: \"{{browsers}}\"\n state: present\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/cloud
385
[ "no_license" ]
[ { "path": "roles/cloud/tasks/main.yml", "content": "- name: Install AWS CLI V2\n shell: |\n curl \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\" -o \"awscliv2.zip\"\n unzip awscliv2.zip\n ./aws/install\n rm -rf aws*\n become: true\n become_user: \"{{ user_name }}\"", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/communicators
385
[ "no_license" ]
[ { "path": "roles/communicators/tasks/main.yml", "content": "- name: Install communicators - YAY\n yay:\n name: \"{{communicators}}\"\n state: present\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/core
385
[ "no_license" ]
[ { "path": "roles/core/files/enospc_watchpack_error.sh", "content": "#!bin/bash\n\nsudo echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/core/files/soun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1600, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/desktop
385
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yml", "content": "- name: Install desktop pakages - YAY\n yay:\n name: \"{{desktop}}\"\n state: present\n become: true\n\n- name: Copy conky settings\n copy: \n src: \"{{ item }}\"\n dest: /home/{{ user_name }}/.config/conky/\n mode: 0777\n with_fileglo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 775, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/developer
385
[ "no_license" ]
[ { "path": "roles/developer/tasks/git.yml", "content": "- name: Setup default Git configuration\n git_config: name=\"{{ item.name }}\" scope=global value=\"{{ item.value }}\"\n with_items:\n - {name: user.name, value: \"{{ git_user_name }}\"}\n - {name: user.email, value: \"{{ git_user_email }}\"}\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1900, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/drivers
385
[ "no_license" ]
[ { "path": "roles/drivers/tasks/main.yml", "content": "- name: Install drivers - YAY\n yay:\n name: \"{{drivers}}\"\n state: present\n become: true\n\n- name: Start cups service\n command: systemctl start cups.service\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": 178, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/fish
385
[ "no_license" ]
[ { "path": "roles/fish/files/.my_fish_commands.sh", "content": "# My own fish scripts add on 02.11.2022\n\n# Enable ssh agent for fish\nif test -z (pgrep ssh-agent)\n eval (ssh-agent -c)\n set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK\n set -Ux SSH_AGENT_PID $SSH_AGENT_PID\n set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1532, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/media
385
[ "no_license" ]
[ { "path": "roles/media/tasks/main.yml", "content": "- name: Install media - YAY\n yay:\n name: \"{{media}}\"\n state: present\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/security
385
[ "no_license" ]
[ { "path": "roles/security/tasks/clamav.yml", "content": "- name: Ensure that clamav-freshclam is not running in order to update the database\n ansible.builtin.systemd: state=stopped name=clamav-freshclam\n become: true\n\n- name: Update freshClam database\n command: freshclam\n become: true\n\n- name: S...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 966, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/tor
385
[ "no_license" ]
[ { "path": "roles/tor/tasks/main.yml", "content": "- name: Install tor browser, required dependencies and tools - YAY\n yay:\n name: \"{{tor}}\"\n state: present\n become: true\n\n- name: Configure nordvpn\n shell: |\n usermod -aG nordvpn $USER\n systemctl start nordvpnd\n become_user: \"{{ u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
DamianTab/personal-system-provisioning
fdd5dfb2a561c583ae821e2d24c6a87603977c4f
0
roles/virtualization
385
[ "no_license" ]
[ { "path": "roles/virtualization/tasks/main.yml", "content": "- name: Install virtualization tools - YAY\n yay:\n name: \"{{virtualization}}\"\n state: present\n become: true\n\n- name: Get the Linux kernel version\n register: kernel_version\n ansible.builtin.shell: |\n set -o pipefail\n unam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 937, "all_permissive": false }
ansible_role
AlpakaInfraCrew/ansible
dbb1a588c22ab3bd1f917df9078cc141d8c86020
1
roles/borgbackup_client
385
[ "no_license" ]
[ { "path": "roles/borgbackup_client/README.md", "content": "# Borgbackup Client\n\nThis role will configure borg and borgmatic on the (source) host and create a corresponding borg repository\non `borgbackup_target_host`.\n\nThis is a fork of [fsi-ansible/borgbackup_client](https://gitlab.fachschaften.org/fsi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10739, "all_permissive": false }
ansible_role
AlpakaInfraCrew/ansible
dbb1a588c22ab3bd1f917df9078cc141d8c86020
1
roles/hedgedoc
385
[ "no_license" ]
[ { "path": "roles/hedgedoc/meta/main.yml", "content": "galaxy_info:\n author: AlpakaInfraCrew\n description: Install hedgedoc\n\n license: MIT\n\n min_ansible_version: \"2.9\"\n\n platforms:\n - name: Debian\n versions:\n - all\n\n galaxy_tags: []\n\ndependencies: []\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1885, "all_permissive": false }
ansible_role
AlpakaInfraCrew/ansible
dbb1a588c22ab3bd1f917df9078cc141d8c86020
1
roles/pretalx
385
[ "no_license" ]
[ { "path": "roles/pretalx/meta/main.yml", "content": "galaxy_info:\n author: AlpakaInfraCrew\n description: Install pretalx\n\n license: MIT\n\n min_ansible_version: \"2.9\"\n\n platforms:\n - name: Debian\n versions:\n - all\n\n galaxy_tags: []\n\ndependencies: []\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2347, "all_permissive": false }
ansible_role
AlpakaInfraCrew/ansible
dbb1a588c22ab3bd1f917df9078cc141d8c86020
1
roles/reverse_proxy
385
[ "no_license" ]
[ { "path": "roles/reverse_proxy/defaults/main.yml", "content": "reverse_proxy_max_body_size: 5\nreverse_proxy_webroot: /var/www/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/reverse_proxy/meta/main.yml", "content": "galaxy_info:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2533, "all_permissive": false }
ansible_role
AlpakaInfraCrew/ansible
dbb1a588c22ab3bd1f917df9078cc141d8c86020
1
roles/user
385
[ "no_license" ]
[ { "path": "roles/user/meta/doku.j2", "content": "#### Basesystem\nDie Rolle User konfiguriert Zugriff auf das System. Es werden folgende Einrichtungen vorgenommen:\n* User werden erstellt\n* Default Shell und authorized SSH Key wird auf den Host kopiert", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4417, "all_permissive": false }
ansible_role
Tejpagala/ansible-pull
fc417cb08ac00da3b2628a35798339be6ae3d82f
0
roles/filebeat
385
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "- name: Install Filebeat - Version {{FILEBEAT_VERSION}}\n package:\n name: \"{{PACKAGE_URL}}\"\n state: installed \n\n- name: Update FILEBEAT configuration \n template:\n src: filebeat.yml.j2\n dest: /etc/filebeat/filebeat.yml \n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 576, "all_permissive": false }
ansible_role
Tejpagala/ansible-pull
fc417cb08ac00da3b2628a35798339be6ae3d82f
0
roles/jenkins
385
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Install Java \n yum:\n name: java \n state: installed \n\n- name: Import yum repo file \n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: Import rpm key \n shell: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }