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
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/document
7,862
[ "no_license" ]
[ { "path": "roles/document/tasks/main.yml", "content": "---\n- name: install document applications\n pacman:\n name:\n - libreoffice-still\n - libreoffice-still-ja\n - okular\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/home
7,862
[ "no_license" ]
[ { "path": "roles/home/tasks/main.yml", "content": "---\n- name: change default shell for user\n user:\n name: \"{{ maintain_user }}\"\n shell: /bin/fish\n\n- name: clone dotfiles\n become: true\n become_user: \"{{ maintain_user }}\"\n git:\n repo: https://github.com/mikamo3/dotfiles\n dest: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1602, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/storage
7,862
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n- name: install storage tools\n become: true\n become_user: aur\n aur:\n name:\n - rclone\n - inotify-tools\n - veracrypt\n- name: enable user_allow_other_mounts\n lineinfile:\n path: /etc/fuse.conf\n regexp: \"^#?user_al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
ahkarhul/deploy-demo
c48de89c55f41263e14097ef844ee247d147c69f
0
roles/db
7,862
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- name: install db apt requirements\n become: yes\n apt:\n name: mysql-server\n\n- name: push mysqld config\n become: yes\n copy:\n src: mysqld.cnf\n dest: /etc/mysql/mysql.conf.d/mysqld.cnf\n mode: 0644\n\n- name: restart mysql server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
ahkarhul/deploy-demo
c48de89c55f41263e14097ef844ee247d147c69f
0
roles/web
7,862
[ "no_license" ]
[ { "path": "roles/web/templates/simple_web.py.j2", "content": "import mysql.connector\nfrom http.server import BaseHTTPRequestHandler, HTTPServer\nimport time\n\nhost = \"davetf-db-vm-0\"\nuser = \"{{ansible_user}}\"\npassword = \"{{<PASSWORD>}}\"\ndatabase = \"test\"\nhostName = \"0.0.0.0\"\nserverPort = 80...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2491, "all_permissive": false }
ansible_role
alextee-dev/my_collection
c0150373509d0eb54c0eca6e5804001e08fb186d
0
roles/my_role
7,862
[ "no_license" ]
[ { "path": "roles/my_role/defaults/main.yml", "content": "---\n# defaults file for vector-role\nfile_path: '/tmp/123.txt'\nfile_content: test_content\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/my_role/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/acros
7,862
[ "no_license" ]
[ { "path": "roles/acros/templates/acros.conf.j2", "content": "<VirtualHost *:80>\n ServerName local.www.across-yoyaku.jp\n ServerAdmin www@local.across-yoyaku.jp\n DocumentRoot {{ document_root }}\n ErrorLog ${APACHE_LOG_DIR}/acros-error.log\n CustomLog ${APACHE_LOG_DIR}/acros-access.log combi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1307, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/albert
7,862
[ "no_license" ]
[ { "path": "roles/albert/tasks/main.yml", "content": "---\n- name: \"install / Add Repository\"\n apt_repository:\n repo: ppa:nilarimogard/webupd8\n state: present\n\n- name: \"install / package install\"\n apt:\n name={{item}} state=\"present\" update_cache=yes\n with_items:\n - albert", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/apache2
7,862
[ "no_license" ]
[ { "path": "roles/apache2/tasks/check_install.yml", "content": "---\n## 1.ufwのポート許可\n- name: check_install / Allow service for ufw\n ufw:\n rule: allow\n port: \"{{ item.port }}\"\n proto: \"{{ item.proto }}\"\n with_items: \"{{ http_ufw_service }}\"\n", "license_type": "no_license", "dete...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2894, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/byobu
7,862
[ "no_license" ]
[ { "path": "roles/byobu/tasks/main.yml", "content": "---\n## 1.必要パッケージインストール\n- name: install / Install packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - byobu\n\n- name: configure / Enable login shell\n command: byobu-enable\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/common
7,862
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n## 1.IPv6インターフェイス無効化\n#- name: configure / Desable ipv6 interface\n# sysctl:\n# state: present\n# name: \"{{ item }}\"\n# value: 1\n# sysctl_set: yes\n# reload: yes\n# with_items:\n# - net.ipv6.conf.all.disable_ipv6\n# - net.ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1515, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/git
7,862
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: \"install / package install\"\n apt:\n name={{item}} state=\"present\" update_cache=yes\n with_items:\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/laravel
7,862
[ "no_license" ]
[ { "path": "roles/laravel/tasks/main.yml", "content": "---\n## インストール状態\n- name: stat / Laravel Installer\n stat:\n path: ~/.composer/vendor/bin/laravel\n register: laravel\n\n## 1.インストーラー\n- name: install / Laravel Installer\n command: composer global require \"laravel/installer\"\n when: laravel.sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/php
7,862
[ "no_license" ]
[ { "path": "roles/php/vars/main.yml", "content": "---\nphp_packages:\n - php7.1\n - php7.1-common\n - php7.1-mbstring\n - php7.1-pdo\n - php7.1-pgsql\n - php7.1-gd\n - php7.1-mcrypt\n - php7.1-zip\n - php7.1-xml\n - php7.1-xdebug\n - php7.1-dev", "license_type": "no_license", "detected_lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1414, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/phpredis
7,862
[ "no_license" ]
[ { "path": "roles/phpredis/tasks/main.yml", "content": "---\n- name: install / git clone or pull\n git:\n repo: https://github.com/phpredis/phpredis.git\n dest: /home/{{ ansible_env.SUDO_USER }}/tmp/phpredis\n version: php7\n update: yes\n accept_hostkey: true\n depth: 1\n\n- name: configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1176, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/playonlinux
7,862
[ "no_license" ]
[ { "path": "roles/playonlinux/tasks/main.yml", "content": "---\n- name: install / Add apt-key\n shell: wget -q \"http://deb.playonlinux.com/public.gpg\" -O- | sudo apt-key add -\n\n- name: install / Install playonlinux.list\n shell: wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sourc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/postgres
7,862
[ "no_license" ]
[ { "path": "roles/postgres/tasks/install.yml", "content": "---\n## 1.postgresインストール\n- name: install / Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items: \"{{ postgres_packages }}\"\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1569, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/redis
7,862
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n## 1.パッケージインストール\n- name: install / Install packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - redis-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/subversion
7,862
[ "no_license" ]
[ { "path": "roles/subversion/tasks/main.yml", "content": "---\n## 1.subversionインストール\n - name: \"install / Install packages\"\n apt:\n name: subversion\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/thunar
7,862
[ "no_license" ]
[ { "path": "roles/thunar/tasks/main.yml", "content": "---\n## 1.必要パッケージインストール\n- name: install / Install packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - thunar\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/ufw
7,862
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n## 1.ufwインストール\n- name: install / Install packages\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n## 2.起動設定\n- name: configure /\n ufw:\n state: enabled\n policy: deny\n\n## 3.ロギング設定\n- name: configure /\n ufw:\n logging...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/vim
7,862
[ "no_license" ]
[ { "path": "roles/vim/files/.vimrc", "content": "set nocompatible\nset backspace=indent,eol,start\n\n\"------------------------------------\n\" display setting\n\"------------------------------------\nsyntax on\nset title\nset number\n\n\"------------------------------------\n\" colorscheme\n\" -------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1101, "all_permissive": false }
ansible_role
nagasu/ubuntu-ansible
bdf6a4fa60844976aae65d1941e75aa2f3a200a8
0
roles/zsh
7,862
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n## 1.zshインストール\n- name: install / Install packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - zsh\n - xsel\n\n## 2.zshrc配置\n- name: configure / Setup .zshrc\n copy:\n src: .zshrc\n dest: \"/home/{{ ansible_env....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
mdunnio/rpi-minecraft-example
05ce9714917ac6b9f992f4db778d1675b7fa37a2
2
ansible/roles/minecraft
7,862
[ "no_license" ]
[ { "path": "ansible/roles/minecraft/handlers/main.yaml", "content": "---\n\n- name: restart minecraft\n become: yes\n systemd: name=\"minecraft.service\" state=\"restarted\" daemon_reload=\"yes\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5096, "all_permissive": false }
ansible_role
sh-miyoshi/vagrant-rails
1caaa8da668383dba026a79dd2b85a143f0e7844
0
ansible/roles/init
7,864
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yaml", "content": "- name: yum update\n yum: name=* state=latest\n\n- name: install firewalld for disable\n yum: name=firewalld state=latest\n\n- name: stop and disable firewalld\n systemd:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
sh-miyoshi/vagrant-rails
1caaa8da668383dba026a79dd2b85a143f0e7844
0
ansible/roles/ruby
7,864
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yaml", "content": "- name: get ruby source code\n get_url:\n url: https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.3.tar.gz\n sha256sum: 9828d03852c37c20fa333a0264f2490f07338576734d910ee3fd538c9520846c\n dest: /opt\n\n- name: decompress ruby tarball\n una...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 787, "all_permissive": false }
ansible_role
djtjwillia/dogfiles
3e8643de3c8ac99700e09a26874688f92c4dbe3d
1
roles/macbook
7,864
[ "permissive" ]
[ { "path": "roles/macbook/templates/zshrc.j2", "content": "DOT_FILES_PROJECT_DIRECTORY=~/.dotfiles\n#omzsh\nexport ZSH=\"$HOME/.oh-my-zsh\"\nZSH_THEME=\"\"\nplugins=(\n git\n aws\n docker\n iterm2\n terraform\n python\n kubectl\n)\nsource $ZSH/oh-my-zsh.sh\n\n#trim whitespace before adding commadns to...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7297, "all_permissive": true }
ansible_role
ForisTale/foris_dev_react
08e21ac1f36c59afdcf53661a4f3be7fc6e2efa2
0
deployment/roles/files_setup
7,864
[ "no_license" ]
[ { "path": "deployment/roles/files_setup/tasks/main.yaml", "content": "- name: Deadsnakes PPA to get Python 3.10\n ansible.builtin.apt_repository:\n repo: ppa:deadsnakes/ppa\n\n- name: make sure required packages are installed\n ansible.builtin.apt:\n name: [\"nginx\", \"git\", \"python3.10\", \"pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2739, "all_permissive": false }
ansible_role
ForisTale/foris_dev_react
08e21ac1f36c59afdcf53661a4f3be7fc6e2efa2
0
deployment/roles/services_setup
7,864
[ "no_license" ]
[ { "path": "deployment/roles/services_setup/handlers/main.yaml", "content": "- name: restart nginx\n ansible.builtin.service:\n name: nginx\n state: restarted\n\n- name: restart gunicorn\n ansible.builtin.systemd:\n name: gunicorn-{{ ansible_host }}\n daemon_reload: yes\n enabled: yes\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 869, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/add_fonts
7,864
[ "no_license" ]
[ { "path": "ansible/roles/add_fonts/defaults/main.yml", "content": "add_fonts_by_url: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "ansible/roles/add_fonts/tasks/add_font.yml", "content": "---\n- name: Check if font exits\n ansible.built...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1020, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/bws_cache
7,864
[ "no_license" ]
[ { "path": "ansible/roles/bws_cache/tasks/main.yml", "content": "---\n- name: Run bws cache\n community.docker.docker_container:\n name: bws-cache\n image: ghcr.io/ripplefcl/bws-cache\n state: started\n restart_policy: \"unless-stopped\"\n ports:\n - \"5000:5000\"\n env:\n SECRET...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/configure_iscsi_disks
7,864
[ "no_license" ]
[ { "path": "ansible/roles/configure_iscsi_disks/tasks/main.yml", "content": "---\n- name: Set iscsi initiator name\n ansible.builtin.lineinfile:\n dest: \"/etc/iscsi/initiatorname.iscsi\"\n state: present\n line: \"InitiatorName={{ configure_iscsi_disks_initiator_name }}\"\n regexp: \"^Initiator...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/configure_omzsh
7,864
[ "no_license" ]
[ { "path": "ansible/roles/configure_omzsh/defaults/main.yml", "content": "install_zsh_plugins:\n zsh-autocomplete: https://github.com/marlonrichert/zsh-autocomplete.git\n zsh-autosuggestions: https://github.com/zsh-users/zsh-autosuggestions.git\n zsh-syntax-highlighting: https://github.com/zsh-users/zsh-s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1361, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/install_bsm
7,864
[ "no_license" ]
[ { "path": "ansible/roles/install_bsm/tasks/main.yml", "content": "\n---\n- name: Check if bws exists\n ansible.builtin.stat:\n path: /bin/bws\n register: st\n\n- name: Make, clone, and build bws\n when: not st.stat.exists\n block:\n - name: Create bsm tmp directory\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/install_git
7,864
[ "no_license" ]
[ { "path": "ansible/roles/install_git/tasks/main.yml", "content": "---\n- name: Install git\n community.general.pacman:\n name: git\n state: present\n\n- name: Ensure github.com is a known host\n become: true\n ansible.builtin.lineinfile:\n dest: \"/home/ripple/.ssh/known_hosts\"\n create: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/install_packer
7,864
[ "no_license" ]
[ { "path": "ansible/roles/install_packer/tasks/main.yml", "content": "- name: Add GPG Key for hasicorp\n become: true\n ansible.builtin.get_url:\n url: \"https://apt.releases.hashicorp.com/gpg\"\n dest: \"/etc/apt/trusted.gpg.d/hasicorp.asc\"\n mode: \"0644\"\n force: true\n register: add_apt_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/install_pipewire_audio
7,864
[ "no_license" ]
[ { "path": "ansible/roles/install_pipewire_audio/tasks/main.yml", "content": "---\n- name: Install packages\n kewlfft.aur.aur:\n use: yay\n name:\n - pipewire\n - pipewire-audio\n - pipewire-alsa\n - pipewire-pulse\n - pavucontrol\n - python-setuptools\n - python-pex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/install_yay
7,864
[ "no_license" ]
[ { "path": "ansible/roles/install_yay/tasks/main.yml", "content": "---\n- name: Check if yay exists\n ansible.builtin.stat:\n path: /usr/bin/yay\n register: st\n\n- name: Make, clone, and build yay\n when: not st.stat.exists\n block:\n - name: Make yay build dir\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/old_af_gpu_patch
7,864
[ "no_license" ]
[ { "path": "ansible/roles/old_af_gpu_patch/tasks/main.yml", "content": "---\n- name: Make libgl not use hardware axel\n ansible.builtin.lineinfile:\n path: /etc/environment\n regexp: \"^LIBGL_ALWAYS_SOFTWARE=true\"\n line: \"LIBGL_ALWAYS_SOFTWARE=true\"\n state: present\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/post_clone_setup
7,864
[ "no_license" ]
[ { "path": "ansible/roles/post_clone_setup/tasks/main.yml", "content": "- name: Check if provision happened\n ansible.builtin.stat:\n path: /etc/provisioned\n register: st\n\n- name: Run post clone\n when: not st.stat.exists\n block:\n - name: Update /etc/hosts\n ansible.builtin.lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 901, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/run_chezmoi
7,864
[ "no_license" ]
[ { "path": "ansible/roles/run_chezmoi/tasks/main.yml", "content": "---\n- name: Initialize chezmoi\n become_user: ripple\n become: true\n ansible.builtin.shell:\n chdir: /home/ripple/\n cmd: \"set -o pipefail && curl -fsLS get.chezmoi.io | sh -s -- -b .local/bin/ init --apply https://github.com/ripp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/setup_fstab
7,864
[ "no_license" ]
[ { "path": "ansible/roles/setup_fstab/defaults/main.yml", "content": "setup_fstab_mounts: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/setup_fstab/tasks/main.yml", "content": "---\n- name: Make mountpoints\n ansible.builti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 412, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/setup_jankvisor_audio_server
7,864
[ "no_license" ]
[ { "path": "ansible/roles/setup_jankvisor_audio_server/tasks/main.yml", "content": "---\n\n- name: Install pulseaudio\n ansible.builtin.apt:\n name: pulseaudio\n state: present\n\n- name: Start pulseaudio\n become: true\n become_user: vmaudio\n become_method: su\n ansible.builtin.systemd_service:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/setup_nmcli
7,864
[ "no_license" ]
[ { "path": "ansible/roles/setup_nmcli/tasks/main.yml", "content": "---\n- name: Start network manager service\n ansible.builtin.systemd:\n name: NetworkManager\n state: \"started\"\n enabled: true\n\n- name: Configure nmcli interfaces\n ansible.builtin.include_tasks:\n file: configure_interface...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1474, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/setup_sddm
7,864
[ "no_license" ]
[ { "path": "ansible/roles/setup_sddm/tasks/install_deps.yml", "content": "---\n- name: \"Install arch deps for theme: {{ setup_sddm_theme }}\"\n kewlfft.aur.aur:\n use: yay\n update_cache: true\n name: \"{{ setup_sddm_deps[setup_sddm_theme]}}\"\n state: present\n", "license_type": "no_licens...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1416, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/setup_uwusers
7,864
[ "no_license" ]
[ { "path": "ansible/roles/setup_uwusers/tasks/setup_sshkeys.yml", "content": "---\n- name: \"Copy private keys to user directory\"\n no_log: false\n diff: false\n ansible.builtin.copy:\n dest: \"{{ userdata.home }}/.ssh/{{ item.name }}\"\n content: \"{{ item.private_key }}\\n\"\n mode: \"0600\"\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2566, "all_permissive": false }
ansible_role
rippleFCL/janksetup
1cb0b8a43f2d8137f424587debc19f78e5e44f0e
0
ansible/roles/targetcli
7,864
[ "no_license" ]
[ { "path": "ansible/roles/targetcli/handlers/main.yml", "content": "- name: Save targetcli configuration\n ansible.builtin.command: targetcli saveconfig\n changed_when: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible/roles/targetcl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1551, "all_permissive": false }
ansible_role
ammarnajjar/manage-dotfiles
474bf2ecbbedee50be6d8e8d06bbebe6cc67cdd2
0
roles/bash
7,864
[ "no_license" ]
[ { "path": "roles/bash/vars/main.yml", "content": "---\n# vars file for bash\nlocal_home: \"{{ lookup('env','HOME') }}\"\ndotfiles_dir: \"{{ local_home }}/dotfiles\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/bash/templates/bashrc", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 458, "all_permissive": false }
ansible_role
ammarnajjar/manage-dotfiles
474bf2ecbbedee50be6d8e8d06bbebe6cc67cdd2
0
roles/git
7,864
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: Cloning repos\n git:\n repo: \"https://github.com/ammarnajjar/{{ item.repo }}.git\"\n dest: \"{{ item.dest }}\"\n version: \"{{ item.branch }}\"\n recursive: no\n with_items:\n - name: Dotfiles\n repo:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1350, "all_permissive": false }
ansible_role
ammarnajjar/manage-dotfiles
474bf2ecbbedee50be6d8e8d06bbebe6cc67cdd2
0
roles/homebrew
7,864
[ "no_license" ]
[ { "path": "roles/homebrew/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Homebrew Role\n\n license: license (GPLv3)\n\n min_ansible_version: 2.4\n\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1928, "all_permissive": false }
ansible_role
ammarnajjar/manage-dotfiles
474bf2ecbbedee50be6d8e8d06bbebe6cc67cdd2
0
roles/neovim
7,864
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n# tasks file for neovim\n- name: Symlink nvim to dotfiles\n file:\n path=~/.config/nvim\n src={{ dotfiles_dir }}\n state=link\n force=yes\n\n- name: Install plugins\n command: nvim +PlugInstall +qall\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 473, "all_permissive": false }
ansible_role
ammarnajjar/manage-dotfiles
474bf2ecbbedee50be6d8e8d06bbebe6cc67cdd2
0
roles/pkgs
7,864
[ "no_license" ]
[ { "path": "roles/pkgs/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Install packages on different platforms\n\n license: license (GPLv3)\n\n min_ansible_version: 2.4\n\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1364, "all_permissive": false }
ansible_role
ammarnajjar/manage-dotfiles
474bf2ecbbedee50be6d8e8d06bbebe6cc67cdd2
0
roles/tmux
7,864
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n# tasks file for tmux\n- name: Symlink tmux.conf\n file:\n path=~/.config/tmux\n src={{ dotfiles_dir }}/tmux\n state=link\n force=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1295, "all_permissive": false }
ansible_role
Kartgithub87/aws_stack
f29a1bd413862230889aef0377c252a2c4f54fe6
0
roles/prepare
7,864
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "- name: \"to update the apt packages\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes", "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
mindreframer/golang-devops-stuff
bb6c6c16ff0ae7892cd0ed0715b8a6b769052f9f
589
src/github.com/vektra/tachyon/base/roles/build_essential
7,864
[ "no_license" ]
[ { "path": "src/github.com/vektra/tachyon/base/roles/build_essential/tasks/main.yml", "content": "---\n- name: Update apt-get cache\n apt: update_cache=yes cache_time=60m\n\n- name: Install build packages\n apt: pkg=$item state=present\n with_items:\n - autoconf\n - binutils-doc\n - bison\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
mindreframer/golang-devops-stuff
bb6c6c16ff0ae7892cd0ed0715b8a6b769052f9f
589
src/github.com/vektra/tachyon/test/roles/role1
7,864
[ "no_license" ]
[ { "path": "src/github.com/vektra/tachyon/test/roles/role1/tasks/main.yml", "content": "---\n- name: echo role\n shell: echo in role\n notify:\n - role handler\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "src/github.com/vektra/tachyon/test...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 128, "all_permissive": false }
ansible_role
mindreframer/golang-devops-stuff
bb6c6c16ff0ae7892cd0ed0715b8a6b769052f9f
589
src/github.com/vektra/tachyon/test/roles/role3
7,864
[ "no_license" ]
[ { "path": "src/github.com/vektra/tachyon/test/roles/role3/tasks/main.yml", "content": "---\n- name: show name\n shell: echo $name\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "src/github.com/vektra/tachyon/test/roles/role3/tasks/get.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 88, "all_permissive": false }
ansible_role
mindreframer/golang-devops-stuff
bb6c6c16ff0ae7892cd0ed0715b8a6b769052f9f
589
src/github.com/vektra/tachyon/test/roles/role4
7,864
[ "no_license" ]
[ { "path": "src/github.com/vektra/tachyon/test/roles/role4/tasks/special.yml", "content": "---\n- name: announce\n shell: echo \"in special\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "src/github.com/vektra/tachyon/test/roles/role4/tasks/mai...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 75, "all_permissive": false }
ansible_role
mindreframer/golang-devops-stuff
bb6c6c16ff0ae7892cd0ed0715b8a6b769052f9f
589
src/github.com/vektra/tachyon/test/roles/role6
7,864
[ "no_license" ]
[ { "path": "src/github.com/vektra/tachyon/test/roles/role6/files/my_script.sh", "content": "echo \"in my script\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "src/github.com/vektra/tachyon/test/roles/role6/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 69, "all_permissive": false }
ansible_role
mindreframer/golang-devops-stuff
bb6c6c16ff0ae7892cd0ed0715b8a6b769052f9f
589
src/github.com/vektra/tachyon/vagrant-tachyon/roles/golang
7,864
[ "no_license" ]
[ { "path": "src/github.com/vektra/tachyon/vagrant-tachyon/roles/golang/tasks/main.yml", "content": "---\n\n- name: Install git\n apt: pkg=git state=present\n\n- name: Install mercurial\n apt: pkg=mercurial state=present\n\n- name: Install bzr\n apt: pkg=bzr state=present\n\n- name: Download go\n download...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 539, "all_permissive": false }
ansible_role
chriserin/seq27
a1fee179a1dd8ec3c9530211931415df88dc5897
4
ansible/roles/common
7,864
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: update-packages\n apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
chriserin/seq27
a1fee179a1dd8ec3c9530211931415df88dc5897
4
ansible/roles/create_deploy_user
7,864
[ "no_license" ]
[ { "path": "ansible/roles/create_deploy_user/tasks/main.yml", "content": "- name: create chriserin user\n user: name=chriserin comment=\"deploy user\" generate_ssh_key=yes state=present password=<PASSWORD> shell=/bin/bash\n\n- name: authorize my SSH key to access chriserin\n authorized_key: user=chriserin ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
chriserin/seq27
a1fee179a1dd8ec3c9530211931415df88dc5897
4
ansible/roles/postgres
7,864
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n- name: Add PostgreSQL repository\n apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' state=present\n sudo: yes\n\n- name: Add PostgreSQL repository key\n apt_key: url=https://www.postgresql.org/media/k...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 734, "all_permissive": false }
ansible_role
chriserin/seq27
a1fee179a1dd8ec3c9530211931415df88dc5897
4
ansible/roles/ruby
7,864
[ "no_license" ]
[ { "path": "ansible/roles/ruby/files/install_ruby_alternative.sh", "content": "sudo update-alternatives --install /usr/bin/ruby ruby /usr/bin/ruby2.2 400 \\\n --slave /usr/bin/rake rake /usr/bin/rake2.2 \\\n --slave /usr/bin/ri ri /usr/bin/ri2.2 \\\n --slave /usr/bin/rdoc rdoc /usr/bin/rdoc2.2 \\\n --slave /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 801, "all_permissive": false }
ansible_role
chriserin/seq27
a1fee179a1dd8ec3c9530211931415df88dc5897
4
ansible/roles/web-dependencies
7,864
[ "no_license" ]
[ { "path": "ansible/roles/web-dependencies/tasks/main.yml", "content": "---\n- name: install system packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - software-properties-common\n - python-software-properties\n - curl\n - build-essential\n - libpq-dev\n - libs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
georgypv/deploy-datahub-postgres-ansible
66578ae0ed82caeac657c99a1f794a01db1c13a0
0
ansible/roles/datahub
7,864
[ "no_license" ]
[ { "path": "ansible/roles/datahub/templates/docker-compose.yaml.j2", "content": "networks:\n default:\n name: datahub_network\nservices:\n broker:\n container_name: broker\n depends_on:\n - zookeeper\n environment:\n - KAFKA_BROKER_ID=1\n - KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8683, "all_permissive": false }
ansible_role
georgypv/deploy-datahub-postgres-ansible
66578ae0ed82caeac657c99a1f794a01db1c13a0
0
ansible/roles/db
7,864
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yaml", "content": "---\n- name: Create a directory for Postgres .yaml\n file:\n path: /src/postgres/\n state: directory\n\n- name: Create a sub-directory for Postgres files\n file:\n path: /src/postgres/pg-data\n state: directory\n\n- name: Download sampl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2425, "all_permissive": false }
ansible_role
mariuskimmina/ansible-workstation-setup
b29e814d7d8a2e4ccf8598d5e2147294de7db6a8
0
roles/docker
7,864
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install aptitude using apt\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n become: true\n\n- name: Install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
mariuskimmina/ansible-workstation-setup
b29e814d7d8a2e4ccf8598d5e2147294de7db6a8
0
roles/go
7,864
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "- name: Create tmp directory\n file:\n path: \"/tmp/go\"\n state: directory\n\n- name: Download go tarball\n get_url:\n url: \"https://golang.org/dl/go{{go_version}}.linux-amd64.tar.gz\"\n dest: \"/tmp/go\"\n\n- name: Install go\n unarchive:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 540, "all_permissive": false }
ansible_role
mariuskimmina/ansible-workstation-setup
b29e814d7d8a2e4ccf8598d5e2147294de7db6a8
0
roles/nvim
7,864
[ "no_license" ]
[ { "path": "roles/nvim/tasks/main.yml", "content": "- name: \"Download NVIM (Debian)\"\n get_url:\n url: \"{{ nvim_download_url_linux }}\"\n dest: \"/usr/bin/nvim\"\n mode: 0755\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 401, "all_permissive": false }
ansible_role
mariuskimmina/ansible-workstation-setup
b29e814d7d8a2e4ccf8598d5e2147294de7db6a8
0
roles/tmux
7,864
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: Install Tmux with apt\n apt:\n name: tmux\n state: present\n update_cache: yes\n become: yes\n\n- name: Install Tmux Plugin Manger (tpm)\n git:\n repo: https://github.com/tmux-plugins/tpm\n dest: ~/.tmux/plugins/tpm\n version: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
jfiraben/k8s-gitops
5d72361a9ebb998454c5d4e64e06717462a5c72b
0
ansible/roles/vault
7,864
[ "no_license" ]
[ { "path": "ansible/roles/vault/templates/vault.hcl.j2", "content": "# roles/vault/templates/vault.hcl.j2\n\nstorage \"file\" {\n path = \"{{ vault_storage_path }}\"\n}\n\nlistener \"tcp\" {\n address = \"0.0.0.0:8200\"\n tls_disable = 1\n}\n\ndisable_mlock = true\n\nui = true", "license_type": "n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6543, "all_permissive": false }
ansible_role
olegj06/dst-ansible
8f50b040a533097680454faf39e3022b285e8d73
0
roles/mysql
7,866
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\nwp_version: 5.7.1\nwp_webserver: nginx\nwp_mysql_db: \"wpdatabase\"\nwp_mysql_user: \"wpadmin\"\nwp_mysql_password: \"<PASSWORD>\"\nwp_mysql_host: \"mariadb-server.jobs.fr\"\nwp_mysql_collate: ''\nwp_mysql_charset: 'utf8'\nwp_adm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3270, "all_permissive": false }
ansible_role
olegj06/dst-ansible
8f50b040a533097680454faf39e3022b285e8d73
0
roles/wordpress
7,866
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/nginx.yml", "content": "---\n#pour Ubuntu & Debian\n- name: WordPress | Nginx | Déterminer l'emplacement du socket PHP FPM\n shell: dpkg -l | grep php-fpm | awk '{print $3}' | grep -o '[0-9]\\.[0-9]' | head -n 1\n register: php_ver_output\n when: ansible_distribution == ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 10328, "all_permissive": false }
ansible_role
saroj3k/tabular-terraform
d0bde68d0f6a7806499218d575cacf6fa9768ac1
0
examples/vpcwebapp/playbooks/roles/db
7,866
[ "permissive" ]
[ { "path": "examples/vpcwebapp/playbooks/roles/db/tasks/main.yaml", "content": "---\n# Install & Configure mySQL for wordpress\n\n- include: create-wordpress-db.yaml\n- include: configure-replication-sourcedb.yaml\n when: zone == \"us-south-1\"\n- include: configure-replication-replicadb.yaml\n when: zone ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": true }
ansible_role
franck2504/Lab_OS
08aece8cecd54207c4d83d25f89d4e317a03a1d9
0
lab_vagrant/course_os/ANSIBLE/docker_file/roles/nginx
7,866
[ "no_license" ]
[ { "path": "lab_vagrant/course_os/ANSIBLE/docker_file/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Start Nginx service\n service:\n name: nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
snowolfe/ansible
82c760391f9c720981f7d81c262ad6de0dac04d9
0
RH294/10.4_review-cr4/roles/ansible-httpd
7,866
[ "no_license" ]
[ { "path": "RH294/10.4_review-cr4/roles/ansible-httpd/defaults/main.yml", "content": "---\nweb_root: /var/www/html/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "RH294/10.4_review-cr4/roles/ansible-httpd/vars/main.yml", "content": "---\nweb_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1186, "all_permissive": false }
ansible_role
snowolfe/ansible
82c760391f9c720981f7d81c262ad6de0dac04d9
0
RH294/7.2_role-create/roles/myvhost
7,866
[ "no_license" ]
[ { "path": "RH294/7.2_role-create/roles/myvhost/tasks/main.yml", "content": "---\n# tasks file for myvhost\n- name: Install httpd\n ansible.builtin.dnf:\n name: httpd\n state: present\n\n- name: Start and enable httpd\n ansible.builtin.service:\n name: httpd\n state: started\n enabled: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/aws-codedeploy-agent
7,866
[ "no_license" ]
[ { "path": "roles/aws-codedeploy-agent/tasks/main.yml", "content": "- name: Install ruby\n shell: amazon-linux-extras install ruby2.4 -y\n\n- name: Download aws-codedeploy-agent Installer\n become: no\n shell: aws s3 cp s3://aws-codedeploy-ap-northeast-1/latest/install . --region ap-northeast-1\n args:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/aws-scripts-mon
7,866
[ "no_license" ]
[ { "path": "roles/aws-scripts-mon/tasks/set-cron-tab.yml", "content": "- name: Set cron-tab\n cron:\n name: \"mon-put-instance-data.pl\"\n minute: \"*/5\"\n user: \"{{ app_user }}\"\n job: \"/opt/aws-scripts-mon/mon-put-instance-data.pl --mem-used-incl-cache-buff --mem-util --mem-used --mem-avai...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 883, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/common
7,866
[ "no_license" ]
[ { "path": "roles/common/tasks/set-locale.yml", "content": "- name: set locale\n shell: localectl set-locale LANG=ja_JP.UTF-8\n\n- name: set keymap\n shell: localectl set-keymap jp106\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/common...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1124, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/mysql
7,866
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install Official MySQL Repository\n yum: name=https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm\n\n- name: Disable MySQL 8.0 Repository\n shell: yum-config-manager --disable mysql80-community\n\n- name: Enable MySQL 5.7 Reposit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/nginx
7,866
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n shell: amazon-linux-extras install nginx1.12 -y\n\n- name: Replace nginx.conf\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf owner=root group=root mode=0600\n\n- name: Replace qiita-stocker-backend.conf\n template: src=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3125, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/php
7,866
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Install PHP\n shell: amazon-linux-extras install php7.2 -y\n\n- name: Install PHP7.2 Packages\n yum:\n state: present\n name:\n - php\n - php-opcache\n - php-devel\n - php-opcache\n - php-mbstring\n - php-xml\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 805, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/php-fpm
7,866
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "- name: Replace php-fpm www.conf\n template: src=www.conf.j2 dest=/etc/php-fpm.d/www.conf owner=root group=root mode=0600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
nekochans/qiita-stocker-ansible
73c61f5a2de79a8736c4bd32b098795b2abf16ee
0
roles/qiita-stocker-backend
7,866
[ "no_license" ]
[ { "path": "roles/qiita-stocker-backend/tasks/main.yml", "content": "- name: change App Directory Permission\n file:\n path: /home/{{ app_user }}\n owner: \"{{ app_user }}\"\n group: \"{{ app_user }}\"\n mode: 0755\n state: directory\n\n# ここから下は本来Ansibleでやるべき事ではないので動作確認したい時だけコメントアウトを解除する\n# ア...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1228, "all_permissive": false }
ansible_role
dgliwka/big-data-processing
141dea0a5bfbbb4b6b1b9bc99ba1700fc2c5ca3c
0
tf/roles/common
7,866
[ "no_license" ]
[ { "path": "tf/roles/common/tasks/main.yml", "content": "- name: Copy .vimrc\n copy:\n src: ~/.vimrc\n dest: ~/.vimrc\n force: yes\n\n- name: Copy htoprc\n copy:\n src: ~/.config/htop/htoprc\n dest: ~/.config/htop/\n force: yes\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
dgliwka/big-data-processing
141dea0a5bfbbb4b6b1b9bc99ba1700fc2c5ca3c
0
tf/roles/mosh
7,866
[ "no_license" ]
[ { "path": "tf/roles/mosh/tasks/main.yml", "content": "- name: Install mosh\n apt:\n name:\n - mosh\n - iptables-persistent\n state: latest\n update_cache: true\n become: true\n\n- name: Allow mosh port on firewall\n iptables:\n action: insert\n chain: INPUT\n rule_num: '1'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
dgliwka/big-data-processing
141dea0a5bfbbb4b6b1b9bc99ba1700fc2c5ca3c
0
tf/roles/snap-remove
7,866
[ "no_license" ]
[ { "path": "tf/roles/snap-remove/tasks/main.yml", "content": "- name: Remove snap package\n apt:\n name: snapd\n state: absent\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
dgliwka/big-data-processing
141dea0a5bfbbb4b6b1b9bc99ba1700fc2c5ca3c
0
tf/roles/tmux
7,866
[ "no_license" ]
[ { "path": "tf/roles/tmux/tasks/main.yml", "content": "- name: Copy .tmux.conf\n copy:\n src: ~/.tmux.conf\n dest: ~/.tmux.conf\n force: yes\n\n- name: Copy .tmux.conf.local\n copy:\n src: ~/.tmux.conf.local\n dest: ~/.tmux.conf.local\n force: yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
dgliwka/big-data-processing
141dea0a5bfbbb4b6b1b9bc99ba1700fc2c5ca3c
0
tf/roles/zsh
7,866
[ "no_license" ]
[ { "path": "tf/roles/zsh/tasks/main.yml", "content": "- name: install everything\n apt:\n pkg:\n - fzf\n - zsh\n - direnv\n become: yes\n\n\n- name: Clone oh-my-zsh\n git:\n repo: https://github.com/ohmyzsh/ohmyzsh\n dest: ~/.oh-my-zsh\n clone: yes\n update: yes\n depth: 1\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1155, "all_permissive": false }
ansible_role
eubrazilcc/e-SC-IM
252af7648e06d16372842e64859b08a4e1124a06
0
ansible/roles/esc-db
7,866
[ "no_license" ]
[ { "path": "ansible/roles/esc-db/tasks/main.yml", "content": "---\n# e-Science Central\n# Copyright (C) 2008-2015 School of Computing Science, Newcastle University\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# version 2 a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2175, "all_permissive": false }
ansible_role
eubrazilcc/e-SC-IM
252af7648e06d16372842e64859b08a4e1124a06
0
ansible/roles/esc-db-restore
7,866
[ "no_license" ]
[ { "path": "ansible/roles/esc-db-restore/tasks/main.yml", "content": "---\n- { include: restore_db.yml, db_name: connexience }\n- { include: restore_db.yml, db_name: logeventsdb }\n- { include: restore_db.yml, db_name: performancedb }\n\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1238, "all_permissive": false }
ansible_role
eubrazilcc/e-SC-IM
252af7648e06d16372842e64859b08a4e1124a06
0
ansible/roles/esc-engine
7,866
[ "no_license" ]
[ { "path": "ansible/roles/esc-engine/defaults/main.yml", "content": "---\n# e-Science Central\n# Copyright (C) 2008-2016 School of Computing Science, Newcastle University\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# vers...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11236, "all_permissive": false }
ansible_role
eubrazilcc/e-SC-IM
252af7648e06d16372842e64859b08a4e1124a06
0
ansible/roles/esc-nginx
7,866
[ "no_license" ]
[ { "path": "ansible/roles/esc-nginx/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - nginx-core\n\n- name: Remove default configuration\n file: path=/etc/nginx/sites-enabled/default state=absent\n notify: restart ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
eubrazilcc/e-SC-IM
252af7648e06d16372842e64859b08a4e1124a06
0
ansible/roles/esc-server
7,866
[ "no_license" ]
[ { "path": "ansible/roles/esc-server/files/init.d/jboss-as", "content": "#!/bin/bash\n### BEGIN INIT INFO\n# Provides: jboss-as\n# Required-Start:\n# Required-Stop:\n# Should-Start: postgresql\n# Should-Stop: postgresql\n# Default-Start: 2 3 4 5\n# Default-Stop: 0 1 6\n# Short-De...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 16358, "all_permissive": false }
ansible_role
eubrazilcc/e-SC-IM
252af7648e06d16372842e64859b08a4e1124a06
0
ansible/roles/esc-store-restore
7,866
[ "no_license" ]
[ { "path": "ansible/roles/esc-store-restore/tasks/main.yml", "content": "---\n# Restore the local fs storage\n#\n- name: Create the storage directory\n file: path={{ RegInfo_StorageFolder }} state=directory owner={{ jboss_user }} group=esc\n\n- name: Restore the storage from the archive in {{ dump_directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
MikeGreyDog/Ansible_playbooks
94bbe5b7ff5de78180718d4a3e7cf267eae9194a
0
roles/Local-cleaning
7,866
[ "no_license" ]
[ { "path": "roles/Local-cleaning/tasks/main.yml", "content": " - name: Remove cloned repo\n shell: rm -rf /tmp/repo/Gitlab-backups\n\n - name: Remove copied backup\n shell: rm -rf /home/ansible/Ansible_playbooks/files/{{ backup_filename.stdout }}\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
MikeGreyDog/Ansible_playbooks
94bbe5b7ff5de78180718d4a3e7cf267eae9194a
0
roles/Local-preparation
7,866
[ "no_license" ]
[ { "path": "roles/Local-preparation/tasks/main.yml", "content": " - name: Get repo from github\n git:\n repo: '<EMAIL>:MikeGreyDog/Gitlab-backups.git'\n dest: /tmp/repo/Gitlab-backups \n accept_hostkey: yes\n\n - name: Get the latest backup name\n command: ls /tmp/repo/Gitlab-backups/New-Back...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
MikeGreyDog/Ansible_playbooks
94bbe5b7ff5de78180718d4a3e7cf267eae9194a
0
roles/gitlab-server
7,866
[ "no_license" ]
[ { "path": "roles/gitlab-server/tasks/main.yml", "content": "---\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Check if GitLab configuration file already exists.\n stat: path=/etc/gitlab/gitlab.rb\n register: gitlab_config_file\n\n- name: Check if GitLa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2685, "all_permissive": false }