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
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/install_docker
411
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "- name: Start tasks (setup-Debian, setup-RedHat, install)\n ansible.builtin.include_tasks: \"{{ item_include }}\"\n tags: install-docker\n vars:\n my_var: \"{{ item_include }}\"\n with_items:\n - setup-Debian.yml\n - setup-RedHat.yml\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5326, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/preinstall
411
[ "no_license" ]
[ { "path": "roles/preinstall/tasks/set-timezone.yml", "content": "- name: Prepare system | Set timezone to Europe/Moscow\n tags: preinstall\n community.general.timezone:\n name: Europe/Moscow\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "r...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 6549, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/restart_apache_kafka
411
[ "no_license" ]
[ { "path": "roles/restart_apache_kafka/tasks/main.yaml", "content": "- name: Restart Apache Kafka cluster\n tags: restart-kafka\n ansible.builtin.include_tasks: \"{{ tasks_item }}\"\n vars:\n my_var: \"{{ tasks_item }}\"\n with_items:\n - restart.yaml\n loop_control:\n loop_var: tasks_item\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }
ansible_role
l4ngl3y/apache-kafka-cluster
95f4e8ffe022f056415ad24939645aabae08b3d1
0
roles/restart_apache_zookeeper
411
[ "no_license" ]
[ { "path": "roles/restart_apache_zookeeper/tasks/restart.yaml", "content": "- name: Restart service\n tags: restart-zookeper\n ansible.builtin.systemd:\n state: restarted\n daemon_reload: yes\n name: zookeeper\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 372, "all_permissive": false }
ansible_role
gordono19/nicksmac
ede3fd82e7199bc0de967fd5d70600459a7d5a9b
0
roles/base
411
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Update homebrew\n command: \"brew update\"\n tags:\n - base\n - brew\n - brew-cask\n - update\n\n- name: Install base homebrew packages\n homebrew:\n name: \"{{ item.name }}\"\n install_options: \"{{ item.install_options ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2543, "all_permissive": false }
ansible_role
gordono19/nicksmac
ede3fd82e7199bc0de967fd5d70600459a7d5a9b
0
roles/python
411
[ "no_license" ]
[ { "path": "roles/python/vars/main.yml", "content": "---\n\npython_brew_packages:\n - name: python\n - name: python3\npython_packages:\n - pip\n - ipython\n - virtualenv\n - virtualenvwrapper\n - boto\n - awscli\npython_pyenv_install_cmd: \"CFLAGS=\\\"-I$(brew --prefix openssl)/include -I$(xcrun --sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1158, "all_permissive": false }
ansible_role
gordono19/nicksmac
ede3fd82e7199bc0de967fd5d70600459a7d5a9b
0
roles/vimfiles
411
[ "no_license" ]
[ { "path": "roles/vimfiles/vars/main.yml", "content": "---\n\nvimfiles_repo: \"<EMAIL>:nickyj88/nick-vim.git\"\nvimfiles_dir: \"{{ documents_dir }}/vimfiles\"\n# ycm_bundle_dir: \"{{ home_dir }}/.vim/bundle/YouCompleteMe\"\n# ycm_install_cmd: \"./ycm-update.sh\"\n# ycm_installed_file: \"{{ home_dir }}/.ycm_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 920, "all_permissive": false }
ansible_role
mcmillanator/playbooks
46ab833b256603e5ae500662789cecbdb3d4002c
0
roles/desktop-env
411
[ "no_license" ]
[ { "path": "roles/desktop-env/tasks/gufw.yaml", "content": "- name: Installing gufw\n package:\n name: gufw\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/desktop-env/handlers/main.yaml", "content"...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 6109, "all_permissive": false }
ansible_role
mcmillanator/playbooks
46ab833b256603e5ae500662789cecbdb3d4002c
0
roles/dev-env
411
[ "no_license" ]
[ { "path": "roles/dev-env/files/zsh/tmux.zsh", "content": "if ! tmux -v tmux %> /dev/null\nthen\n if [ \"$TMUX\" = \"\" ]\n then\n tmux\n fi\nelse\n exit 0\nfi\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/dev-env/tasks/qmk.y...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 18, "total_bytes": 18530, "all_permissive": false }
ansible_role
mcmillanator/playbooks
46ab833b256603e5ae500662789cecbdb3d4002c
0
roles/nas
411
[ "no_license" ]
[ { "path": "roles/nas/tasks/main.yaml", "content": "- name: Install samba\n package:\n name: samba\n state: present\n- name: Configure samba\n copy:\n src: smb.conf\n dest: /etc/samba/smb.conf\n mode: 0664\n notify: restart samba", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 254, "all_permissive": false }
ansible_role
mcmillanator/playbooks
46ab833b256603e5ae500662789cecbdb3d4002c
0
roles/vms
411
[ "no_license" ]
[ { "path": "roles/vms/vars/main.yaml", "content": "username: \"{{ ansible_env.USER }}\"\n# Looking Glass\nlooking_glass_src_dir: \"{{ ansible_env.HOME }}/src/looking-glass\"\nlooking_glass_build_dir: \"{{ src_dir }}/client/build\"\ngit_url: \"https://github.com/gnif/LookingGlass.git\"\nbuilt_bin: \"{{ build_...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4476, "all_permissive": false }
ansible_role
random234/cmgt
4507ea35c0ecb96f46cdd95283c08434f422c83e
0
roles/firewall
411
[ "no_license" ]
[ { "path": "roles/firewall/templates/firewall.bash.j2", "content": "#! /bin/sh\n\n# interfaces\n# external interface\n#EXT=eth0\n#internal interfaces\n#INT=virbr10\n#PUBLIC_INT=eth3\n\n#loopback interface\n#LOOP=lo\n\n#\n# Setup firewall rules\n#\nsetup()\n{\n if [ -e /proc/sys/net/ipv4/conf/all/rp_filter ]...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7653, "all_permissive": false }
ansible_role
k2ojima/macos-setup
e2f51ab042dea5fe712fb2ea5558f9f64bb27f30
0
ansible/roles/appstore
411
[ "no_license" ]
[ { "path": "ansible/roles/appstore/tasks/main.yml", "content": "---\n\n- name: Register installed apps list\n command: mas list\n register: installed_list\n changed_when: false\n\n# - debug:\n# msg: \"{{ installed_list.stdout_lines | select('search', 497799835) }}\"\n\n- name: Install App Store applic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
k2ojima/macos-setup
e2f51ab042dea5fe712fb2ea5558f9f64bb27f30
0
ansible/roles/brew
411
[ "no_license" ]
[ { "path": "ansible/roles/brew/tasks/main.yml", "content": "---\n\n- name: Homebrew tap\n community.general.homebrew_tap:\n name: \"{{ item }}\"\n state: \"present\"\n with_items: \"{{ brew_taps }}\"\n\n- name: Install Homebrew Cask Packages\n community.general.homebrew_cask:\n name: \"{{ item }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
k2ojima/macos-setup
e2f51ab042dea5fe712fb2ea5558f9f64bb27f30
0
ansible/roles/dotfiles
411
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/files/.zshrc", "content": "# Ctrl+Dでログアウトしてしまうことを防ぐ\nsetopt IGNOREEOF\n\n# 日本語を使用\nexport LANG=ja_JP.UTF-8\n\n# 色を使用\nautoload -Uz colors\ncolors\n\n# 補完\nfpath=(~/.zsh/completion $fpath)\n\nautoload -Uz compinit\ncompinit\n\n# emacsキーバインド\nbindkey -e\n\n# 他のターミナルとヒストリーを共有\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3525, "all_permissive": false }
ansible_role
k2ojima/macos-setup
e2f51ab042dea5fe712fb2ea5558f9f64bb27f30
0
ansible/roles/go
411
[ "no_license" ]
[ { "path": "ansible/roles/go/tasks/main.yml", "content": "---\n\n- name: Install pkg\n command: go get -u \"{{ item }}\"\n with_items: \"{{ go_pkg }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
k2ojima/macos-setup
e2f51ab042dea5fe712fb2ea5558f9f64bb27f30
0
ansible/roles/nodejs
411
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Install node.js\n command: nodebrew install latest\n ignore_errors: true\n\n- name: Setup npm\n command: yarn add global \"{{ item }}\"\n with_items: \"{{ yarn_packages }}\"\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
k2ojima/macos-setup
e2f51ab042dea5fe712fb2ea5558f9f64bb27f30
0
ansible/roles/python
411
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yml", "content": "---\n\n- name: Setup python\n shell: LDFLAGS=\"-L$(xcrun --show-sdk-path)/usr/lib\" pyenv install -f 3.8.6 && pyenv global 3.8.6\n\n- name: Upgrade pip\n command: pip install pip --upgrade\n\n- name: Install fundamental packages\n pip:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
TOnodera/nfs-for-k8s
8f069490b830c7650595503edae070d07c22e144
0
roles/install-server
411
[ "no_license" ]
[ { "path": "roles/install-server/files/options.local.j2", "content": "options lockd nlm_udpport={{ nlm_udpport }} nlm_tcpport={{ nlm_tcpport }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/install-server/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1999, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/ceph
411
[ "no_license" ]
[ { "path": "roles/ceph/tasks/main.yml", "content": " - name: \"configure ceph repo\"\n yum_repository:\n file: ceph\n name: '{{ item.name }}'\n description: '{{ item.description}}'\n baseurl: '{{ item.baseurl }}'\n gpgkey: \"https://mirrors.aliyun.com/ceph/keys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1653, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/docker
411
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: \"add Docker repo\"\n yum_repository:\n file: docker-ce\n name: \"docker-ce-stable\"\n description: \"Docker CE Stable - $basearch\"\n baseurl: \"https://mirrors.aliyun.com/docker-ce/linux/centos/7/$basearch/stable\"\n gpgkey: \"ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1331, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/download
411
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yml", "content": "- name: \"add yum Centos-Base repo\"\n yum_repository:\n file: CentOS-Base\n name: '{{ item.name }}'\n description: '{{ item.description}}'\n baseurl: '{{ item.baseurl }}'\n gpgkey: \"https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3038, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/etcd
411
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "- name: \"install etcd\"\n yum:\n name: etcd\n state: installed\n- name: \"distribute cert\"\n copy:\n src: \"{{ item.line }}\"\n dest: \"/etc/kubernetes/pki/\"\n with_items:\n - {line: '{{ ssl_dir }}/etcd-ca.pem'}\n - {line: '{{ ssl_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1981, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/haproxy
411
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "- name: \"install haproxy\"\n yum:\n name: haproxy\n state: present\n- name: \"copy haproxy.cfg\"\n template:\n src: \"haproxy.cfg.j2\"\n dest: \"/etc/haproxy/haproxy.cfg\"\n notify:\n - restart haproxy\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/init
411
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "- name: fail when hostname is not specified\n fail:\n msg: \"hostname not specified\"\n when:\n - hostname is not defined\n- name: \"change hostname\"\n hostname:\n name: \"{{ hostname|quote }}\"\n tags: hostname\n- name: Hosts | populate apise...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7321, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/keepalived
411
[ "no_license" ]
[ { "path": "roles/keepalived/tasks/main.yml", "content": "- name: \"install keepalived\"\n yum:\n name: keepalived\n state: present\n- name: \"copy keepalived.conf\"\n template:\n src: \"keepalived.conf.j2\"\n dest: \"/etc/keepalived/keepalived.conf\"\n notify:\n - restart keepalived\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/master
411
[ "no_license" ]
[ { "path": "roles/master/templates/admin.kubeconfig.j2", "content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority: /etc/kubernetes/pki/ca.pem\n server: https://{{apiserver_domain_name}}:{{lb_port}}\n name: kubernetes\ncontexts:\n- context:\n cluster: kubernetes\n user: admin\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 13121, "all_permissive": false }
ansible_role
w-huaqiang/zdgtdui
e8cbeab5a117269a85e81300e854b9a9ddeac0ff
0
roles/node
411
[ "no_license" ]
[ { "path": "roles/node/templates/10-kubelet.conf.j2", "content": "KUBELET_ARGS=\"\\\n --hostname-override={{ ansible_default_ipv4.address }} \\\n --config=/etc/kubernetes/kubelet.conf \\\n --cgroup-driver=systemd \\\n --pod-infra-container-image={% if not yum_config_internet %}{{registry_url}}{% ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 188592, "all_permissive": false }
ansible_role
Dileeprithvi/Ansible-Jenkins-With_Roles
aab00de6e3d4b8e5228da986091392637fb2df3f
0
roles/jenkins
411
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/jenkins.yml", "content": "---\n- name: Install the wget utility\n yum:\n name: wget\n\n- name: Installing the java Package\n yum:\n name: \"{{java.VERSION}}\"\n state: latest\n become: true\n\n- name: Downloading the jenkins.repo\n get_url:\n url: \"{{jenkins....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1207, "all_permissive": false }
ansible_role
mohakadd/ansible-prestashop
e4fcd6d60f524a5589cafba20659d69f12ed0276
0
roles/mysql
409
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: MySql - Installation de mysql-server\n apt:\n pkg: mysql-server\n update_cache: yes\n cache_valid_time: 86400\n state: present\n when: ansible_distribution == 'Ubuntu'\n\n- name: MySql - Installation de mariadb-server\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1907, "all_permissive": false }
ansible_role
mohakadd/ansible-prestashop
e4fcd6d60f524a5589cafba20659d69f12ed0276
0
roles/prestashop
409
[ "no_license" ]
[ { "path": "roles/prestashop/templates/prestashop.conf.j2", "content": "<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n DocumentRoot /var/www/html/prestashop\n\n <Directory /var/www/html/prestashop/>\n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Requir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3040, "all_permissive": false }
ansible_role
tomonarinakama/ocp
e0953b19c5f6d3735b9f19841867526d8b7fc600
0
ansible-django-1.6.5/playbooks/roles/apache2
409
[ "no_license" ]
[ { "path": "ansible-django-1.6.5/playbooks/roles/apache2/templates/opencomputemanager-wsgi-conf.j2", "content": "WSGIScriptAlias /opencomputemanager /usr/share/opencomputemanager/dashboard/wsgi/django.wsgi\nWSGIDaemonProcess opencomputemanager user=ocp group=ocp processes=3 threads=10\nWSGIProcessGroup openc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
tomonarinakama/ocp
e0953b19c5f6d3735b9f19841867526d8b7fc600
0
ansible-django-1.6.5/playbooks/roles/common
409
[ "no_license" ]
[ { "path": "ansible-django-1.6.5/playbooks/roles/common/tasks/main.yml", "content": "- name: install latest python-pip\n apt: name=python-pip state=latest\n\n- name: install latest virtualenv\n pip: name=virtualenv state=latest\n\n- name: create virtualenv dir\n command: /usr/local/bin/virtualenv /root/EN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
tomonarinakama/ocp
e0953b19c5f6d3735b9f19841867526d8b7fc600
0
ansible-django-1.6.5/playbooks/roles/django
409
[ "no_license" ]
[ { "path": "ansible-django-1.6.5/playbooks/roles/django/tasks/main.yml", "content": "- name: install django 1.6.5\n pip: name=django version=1.6.5 virtualenv=/root/ENV\n\n- name: create project directory\n file: path=/usr/share/opencomputemanager state=directory\n\n- name: create project\n command: /root/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
shagu/ansible-playbooks
3d24a9d3261405513ab1d4a8bd07baec3079a63d
1
roles/cmangos-classic
409
[ "no_license" ]
[ { "path": "roles/cmangos-classic/tasks/main.yml", "content": "---\n- name: install dependencies\n apt:\n name: ['git', 'libace-dev', 'build-essential',\n 'libmysql++-dev', 'libtool', 'libssl-dev', 'zlibc',\n 'libc6', 'libbz2-dev', 'cmake', 'libboost-all-dev',\n 'unzip']\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2600, "all_permissive": false }
ansible_role
shagu/ansible-playbooks
3d24a9d3261405513ab1d4a8bd07baec3079a63d
1
roles/shairport-sync
409
[ "no_license" ]
[ { "path": "roles/shairport-sync/tasks/main.yml", "content": "---\n- name: install shairport-sync\n pacman:\n name: [ 'shairport-sync', 'alsa-utils' ]\n state: latest\n\n- name: start and enable shairport-sync\n systemd:\n name: shairport-sync\n state: started\n enabled: yes\n\n- name: enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
unong-dlab/dlab-ansible-proto
fb23344d16213ff7e10648301a2e8d9bcd24080f
0
playbooks/roles/base-dir
409
[ "no_license" ]
[ { "path": "playbooks/roles/base-dir/tasks/main.yml", "content": "---\n- name: Check need to make top directory\n stat: path={{top_dir}}\n register: top_dir_stat\n\n- name: Make top directory\n become: yes\n become_method: sudo\n file: src={{volume}} dest={{top_dir}} mode=755 owner={{username}} group=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 890, "all_permissive": false }
ansible_role
gspvsr/ansible-roboshop-roles-tf
592c5df2db1249d0822371dc7796e0fffce115ed
0
roles/mongodb
409
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": " - name: Copy mongo repo to yum.repos.d\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n - name: Copy catalogue.js to yum.repos.d\n ansible.builtin.copy:\n src: catalogue.js\n dest: /tmp/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
themao/helpers
d4e98fe4ecc21abfdd133d178148311297bbe8fa
0
meteor-deploy/roles/app
409
[ "no_license" ]
[ { "path": "meteor-deploy/roles/app/tasks/deploy.yml", "content": "- name: Copy build to the target server\n copy:\n src: \"{{ meteor_build_path }}\"\n dest: \"{{ deploy_path }}\"\n owner: \"{{ become_user }}\"\n group: \"{{ become_user }}\"\n mode: 0600\n\n- name: Extract build\n shell: \"c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1683, "all_permissive": false }
ansible_role
morozandralek/ansible
7b25d05b18d3baef28fde1e8da0925153c9fe8f2
0
roles/docker
409
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker_redhat.yml", "content": "---\r\n\r\n- name: Install yum utils\r\n yum:\r\n name: yum-utils\r\n state: latest\r\n tags:\r\n - docker\r\n \r\n- name: Install device-mapper-persistent-data\r\n yum:\r\n name: device-mapper-persistent-data\r\n state: latest\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3252, "all_permissive": false }
ansible_role
morozandralek/ansible
7b25d05b18d3baef28fde1e8da0925153c9fe8f2
0
roles/rancher
409
[ "no_license" ]
[ { "path": "roles/rancher/tasks/main.yml", "content": "---\r\n\r\n- name: Creates directory\r\n file:\r\n path: /opt/rancher/ssl\r\n state: directory\r\n recurse: yes\r\n\r\n- name: Copy CA files\r\n copy:\r\n src: '{{item}}'\r\n dest: '/opt/rancher/ssl/'\r\n loop:\r\n - cert.pem\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 988, "all_permissive": false }
ansible_role
morozandralek/ansible
7b25d05b18d3baef28fde1e8da0925153c9fe8f2
0
roles/users_ubuntu
409
[ "no_license" ]
[ { "path": "roles/users_ubuntu/handlers/main.yml", "content": "- name: reload ssh\r\n systemd: name=sshd.service state=restarted daemon_reload=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/users_ubuntu/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2164, "all_permissive": false }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/base-system
409
[ "permissive" ]
[ { "path": "machines/roles/base-system/tasks/main.yaml", "content": "---\n- name: locale\n lineinfile:\n path: /etc/locale.gen\n line: en_US.UTF-8 UTF-8\n- copy:\n dest: /etc/locale.conf\n content: LANG=en_US.UTF-8\n- command: locale-gen\n args:\n creates: /usr/lib/locale/locale-archive\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1194, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/cert
409
[ "permissive" ]
[ { "path": "machines/roles/cert/tasks/main.yaml", "content": "---\n- name: certbot\n package: name=certbot\n- name: obtain certificate\n command: certbot --agree-tos certonly --keep-until-expiring --domains {{ domain }},vor.{{ domain }},zahe.me --webroot --webroot-path {{ public }}\n...\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/cmd
409
[ "permissive" ]
[ { "path": "machines/roles/cmd/tasks/main.yaml", "content": "---\n- name: commandline packages\n become: yes\n package:\n name: \"{{ item }}\"\n with_items:\n - android-tools\n - android-udev\n - ansible\n - emacs\n - fish\n - git\n - inotify-tools\n - jq\n - lsof\n - p7zi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3948, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/dhcp
409
[ "permissive" ]
[ { "path": "machines/roles/dhcp/tasks/main.yaml", "content": "---\n- package: name=dnsmasq\n- name: hosts\n copy:\n dest: /etc/hosts\n content: |\n {{ subnet }}.1 kub vor.{{ domain }}\n {{ subnet }}.2 zif\n {{ subnet }}.5 gpon\n {{ subnet }}.7 zel\n {{ subnet }}.10 rtn10\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1448, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/dlna
409
[ "permissive" ]
[ { "path": "machines/roles/dlna/tasks/main.yaml", "content": "---\n- name: media packages\n package:\n name: \"{{ item }}\"\n with_items:\n - minidlna\n- name: minidlna ports\n firewalld:\n permanent: yes\n immediate: yes\n state: enabled\n zone: internal\n service: minidlna\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/dns
409
[ "permissive" ]
[ { "path": "machines/roles/dns/tasks/main.yaml", "content": "---\n- package: name=dnsmasq\n- name: steven hosts\n get_url:\n url: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n dest: /var/cache/steven\n- name: use own\\'s resolver\n copy:\n dest: /etc/resolv.conf\n content: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/download-videos
409
[ "permissive" ]
[ { "path": "machines/roles/download-videos/templates/get_inoreader.fish.j2", "content": "#!/usr/bin/fish\n/bin/curl --silent --show-error \\\n --header @{{ config_dir }}/inoreader-auth \\\n 'https://www.inoreader.com/reader/api/0/stream/contents/user%2F-%2Fstate%2Fcom.google%2F{{ type }}?n=1000&ot='(da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2590, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/gui
409
[ "permissive" ]
[ { "path": "machines/roles/gui/tasks/main.yaml", "content": "---\n- package: name=\"{{ item }}\"\n with_items:\n - mpv\n - pulseaudio-alsa\n - sddm\n - i3-wm\n - dmenu\n - xclip\n- file:\n state: directory\n path: \"{{ item }}\"\n with_items:\n - \"{{ config_dir }}/mpv/\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/http
409
[ "permissive" ]
[ { "path": "machines/roles/http/tasks/main.yaml", "content": "---\n- name: nginx\n package: name=nginx-mainline\n- name: fancyindex\n become: no\n git:\n repo: https://aur.archlinux.org/nginx-mainline-mod-fancyindex.git\n dest: \"{{ pacaur }}/nginx-mainline-mod-fancyindex\"\n- name: nginx.conf\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/sync
409
[ "permissive" ]
[ { "path": "machines/roles/sync/tasks/main.yaml", "content": "---\n- name: syncthing\n package: name=syncthing\n become: yes\n- name: syncthing firewall\n become: yes\n firewalld:\n permanent: yes\n immediate: yes\n state: enabled\n zone: internal\n port: \"{{ item }}\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/torrent
409
[ "permissive" ]
[ { "path": "machines/roles/torrent/tasks/main.yaml", "content": "---\n- name: transmission\n package: name=transmission-cli\n- name: transmission firewall\n firewalld:\n permanent: yes\n immediate: yes\n state: enabled\n zone: \"{{ item }}\"\n service: transmission-client\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/vm-guest
409
[ "permissive" ]
[ { "path": "machines/roles/vm-guest/tasks/main.yaml", "content": "---\n- name: VMware guest\n when: ansible_virtualization_type == \"VMware\"\n package: name=open-vm-tools\n- service: name=vmtoolsd state=started enabled=yes\n when: ansible_virtualization_type == \"VMware\"\n become: yes\n- name: VirtualB...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": true }
ansible_role
hdhoang/hdhoang
b0285f24d706e48dc38198c45701f6c2c6b699f7
1
machines/roles/vpn
409
[ "permissive" ]
[ { "path": "machines/roles/vpn/tasks/main.yaml", "content": "---\n- name: wireguard\n package:\n name: \"{{ item }}\"\n with_items:\n - wireguard-dkms\n - wireguard-tools\n...\n", "license_type": "permissive", "detected_licenses": [ "BlueOak-1.0.0" ], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": true }
ansible_role
vedernik0v/ansible-roles
b31800cabe0540a10afb030821508f5fa713de18
0
roles/openvpn-client
409
[ "no_license" ]
[ { "path": "roles/openvpn-client/meta/main.yml", "content": "galaxy_info:\n author: <NAME> <<EMAIL>>\n description: Setup OpenVPN client\n\n license: license (GPLv2, CC-BY, etc)\n\n min_ansible_version: 2.2\n\n platforms:\n - name: Ubuntu\n versions:\n - xenial\n\n tags:\n - openvpn-client\n\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3049, "all_permissive": false }
ansible_role
azzeddineslimani/ansible
8505da9ba97855e6af5f5b3e7f6ed91a607652e0
0
ch4_netbox/roles/build_netbox_db
409
[ "no_license" ]
[ { "path": "ch4_netbox/roles/build_netbox_db/tasks/create_device.yml", "content": "- name: Provision NetBox Devices\n netbox_device:\n data:\n name: \"{{ inventory_hostname }}\"\n device_role: \"{{ device_role }}\"\n device_type: \"{{ device_model }}\"\n status: Active\n site: \"...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4437, "all_permissive": false }
ansible_role
nophin-cw/pi-k8s-lab
41db5c0471c56202a0cdb2d191f787c89f8df019
0
ansible/roles/tailscale
409
[ "no_license" ]
[ { "path": "ansible/roles/tailscale/tasks/main.yml", "content": "---\n- name: Stop and disable Tailscale if it exists\n become: yes\n ignore_errors: yes\n systemd:\n name: tailscaled\n state: stopped\n enabled: no\n\n- name: Uninstall any old Tailscale version (if present)\n become: yes\n shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
mclellac/ansible
130b43dbc267eac05436fdbfe0e7e82b88244bcb
0
roles/common
409
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# handlers file for common\n- name: restart ssh\n service: name=ssh state=restarted\n\n- name: restart fail2ban\n service: name=fail2ban state=restarted\n\n- name: reload sysctl\n command: /sbin/sysctl -p\n\n- name: restart ntp\n service: name...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 10646, "all_permissive": false }
ansible_role
claualc/network_automation_testbed
a0661fa8c2417507f95804e3aa529e0bae88b672
0
ansible/roles/basic_role
409
[ "no_license" ]
[ { "path": "ansible/roles/basic_role/vars/main.yml", "content": "---\nbasic_role_config_var: /config_dir\nbasic_role_sentence: \"Hello world to {{ members }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "ansible/roles/basic_role/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 630, "all_permissive": false }
ansible_role
niveK77pur/ExcaliburEnvironmentGCP
72c0b24c5d412d6eb3b275e5144371c0f01ab86f
0
roles/Excalibur
413
[ "no_license" ]
[ { "path": "roles/Excalibur/defaults/main.yml", "content": "---\n\n# use 'apt' or 'official' to get packages from standart\n# repositories or from the tools' official websites\n\nsource: apt\ndo_checklist: false\ndestination: \"{{vHome}}/Tools_download\"\nexcalibur_install: true\nversion: minimal\n", "li...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4061, "all_permissive": false }
ansible_role
niveK77pur/ExcaliburEnvironmentGCP
72c0b24c5d412d6eb3b275e5144371c0f01ab86f
0
roles/getDesktop
413
[ "no_license" ]
[ { "path": "roles/getDesktop/tasks/files/xrdp.ini", "content": ";\n; Session types\n;\n\n[Xvnc]\nname=Xvnc\nlib=libvnc.so\nusername=ask\npassword=ask\nip=127.0.0.1\nport=-1\n#xserverbpp=24\n#delay_ms=2000\n\n\n[Xorg]\nname=Xorg\nlib=libxup.so\nusername=ask\npassword=ask\nip=127.0.0.1\nport=-1\ncode=20\n\n\n[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": false }
ansible_role
niveK77pur/ExcaliburEnvironmentGCP
72c0b24c5d412d6eb3b275e5144371c0f01ab86f
0
roles/shell_tools
413
[ "no_license" ]
[ { "path": "roles/shell_tools/tasks/main.yml", "content": "---\n\n- name: \"Install handy tools for the shell\"\n become: true\n apt:\n name: \"{{packages}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/shell_tools/defaults/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 126, "all_permissive": false }
ansible_role
ntnrmr/vagrant-practice
90a426e486503d16bf89441fb2761b38b88f8a30
0
k8s/roles/base
413
[ "no_license" ]
[ { "path": "k8s/roles/base/tasks/main.yml", "content": "\n- name: Add hosts file\n template:\n src: hosts.j2\n dest: /etc/hosts\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel ALL=(ALL) NOPASS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
ntnrmr/vagrant-practice
90a426e486503d16bf89441fb2761b38b88f8a30
0
k8s/roles/k8s
413
[ "no_license" ]
[ { "path": "k8s/roles/k8s/tasks/main.yml", "content": "---\n - name: Disable swap in fstab\n mount:\n path: none\n src: /swapfile\n fstype: swap\n state: absent\n\n - name: Add kernel module\n modprobe:\n name: br_netfilter\n state: present\n\n - name: Update kernel settings\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2496, "all_permissive": false }
ansible_role
bottkars/ansible_avi
ed8b84b4aa53ef3a1f061e63f124832906ce4f61
0
roles/check_avi
413
[ "no_license" ]
[ { "path": "roles/check_avi/tasks/main.yml", "content": "- name: Check AVI Service\n uri:\n url: \"https://{{ avi_ip }}:7543/avi/avigui.html\"\n status_code: 200\n validate_certs: false\n retries: 30\n delay: 10\n register: result\n until: result.status is defined and ( result.status == 200 or ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
bottkars/ansible_avi
ed8b84b4aa53ef3a1f061e63f124832906ce4f61
0
roles/get_avi_messages
413
[ "no_license" ]
[ { "path": "roles/get_avi_messages/tasks/main.yml", "content": "- name: Get AVI {{ status }} Message with {{ retries }} retries\n uri:\n method: GET\n url: \"{{ avi_endpoint }}messages\"\n headers:\n Cookie: \"{{ token }}\"\n body_format: json \n status_code: 200,405,401,-1\n validat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 941, "all_permissive": false }
ansible_role
bottkars/ansible_avi
ed8b84b4aa53ef3a1f061e63f124832906ce4f61
0
roles/get_avi_packages
413
[ "no_license" ]
[ { "path": "roles/get_avi_packages/tasks/main.yml", "content": "---\n\n- name: Get Packages\n uri:\n method: GET\n url: \"{{ avi_endpoint }}packages\"\n headers:\n Cookie: \"{{ token }}\"\n body_format: json \n status_code: 200,405,401\n validate_certs: false\n register: result\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
bottkars/ansible_avi
ed8b84b4aa53ef3a1f061e63f124832906ce4f61
0
roles/get_avi_token
413
[ "no_license" ]
[ { "path": "roles/get_avi_token/tasks/main.yml", "content": "---\n- name: Get Token\n uri:\n method: POST\n url: \"{{ avi_endpoint }}security/login\"\n body:\n username: root\n password: \"{{ <PASSWORD> }}\"\n body_format: json \n status_code: 200,405,401\n validate_certs: false...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
bottkars/ansible_avi
ed8b84b4aa53ef3a1f061e63f124832906ce4f61
0
roles/set_avi_config
413
[ "no_license" ]
[ { "path": "roles/set_avi_config/tasks/main.yml", "content": "---\n- name: Set-AVI Config\n shell: 'curl -ks {{ avi_endpoint }}packages/install/{{ result.json.packages[0].title }} \\\n -XPOST \\\n -H \"content-type: multipart/form-data\" \\\n -b \"{{ token }}\" \\\n -F userinput=\" \" \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
alejandrodgb/ec2-lamp
47d65b6d3781fa6fb47b046ea572b3af1eff37ae
0
roles/apache
413
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: 'Ensure the httpd package is not installed in the system'\n yum:\n name: httpd\n state: absent\n- name: 'Ensure the httpd-tools package is not installed in the system'\n yum:\n name: httpd-tools\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
alejandrodgb/ec2-lamp
47d65b6d3781fa6fb47b046ea572b3af1eff37ae
0
roles/codedeploy
413
[ "no_license" ]
[ { "path": "roles/codedeploy/tasks/main.yml", "content": "---\n# tasks file for codedeploy\n- name: Download the installer package\n get_url:\n url: https://aws-codedeploy-ap-southeast-2.s3.ap-southeast-2.amazonaws.com/latest/install\n dest: ~/codedeploy-agent-install\n mode: 0755\n\n- name: Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
alejandrodgb/ec2-lamp
47d65b6d3781fa6fb47b046ea572b3af1eff37ae
0
roles/jenkins
413
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Import GPG key\n rpm_key:\n key: http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key\n state: present\n\n- name: Create Jenkins repository\n yum_repository:\n name: Jenkins\n description: Jenkins repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
alejandrodgb/ec2-lamp
47d65b6d3781fa6fb47b046ea572b3af1eff37ae
0
roles/php
413
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: 'Install PHP7 and other packages'\n yum: \n name: ['php70','php70-gd','php70-imap','php70-mbstring','php70-mysqlnd','php70-opcache','php70-pdo','php70-pecl-apcu']\n state: present\n notify: restart Apache\n- name: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 697, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/apache2
413
[ "no_license" ]
[ { "path": "roles/apache2/handlers/main.yml", "content": "---\n# handlers file for apache2\n- name: start apache\n service:\n name: \"{{ apache_service }}\"\n state: \"{{ apache_state }}\"\n\n- name: restart apache\n service:\n name: \"{{ apache_service }}\"\n state: \"{{ apache_restart_state }...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2933, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/base
413
[ "no_license" ]
[ { "path": "roles/base/tasks/timezone.yml", "content": "---\n# tasks file for base\n- name: Set timezone\n timezone:\n name: \"{{ timezone }}\"\n when: ansible_os_family == 'Debian'\n\n- name: Install ntp and chrony\n yum:\n name: \"{{packages}}\"\n state: latest\n vars:\n packages:\n - nt...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 5150, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/blackbox-exporter
413
[ "no_license" ]
[ { "path": "roles/blackbox-exporter/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - blackbox-exporter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/blackbox-exporter/handlers/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3317, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/cerebro
413
[ "no_license" ]
[ { "path": "roles/cerebro/vars/main.yml", "content": "---\n# vars file for cerebro", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/cerebro/defaults/main.yml", "content": "---\n# defaults file for cerebro\n# Define directory execute\ncerebr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3146, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/certbot
413
[ "no_license" ]
[ { "path": "roles/certbot/handlers/main.yml", "content": "---\n# handlers file for certbot", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/certbot/defaults/main.yml", "content": "---\n# defaults file for certbot\n# Certbot auto-renew cron ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2765, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/docker
413
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker-compose.yml", "content": "---\n# tasks file for docker\n- name: Install github python lib\n pip:\n name: github3.py\n\n- name: Get latest release of repository\n github_release:\n user: docker\n repo: compose\n action: latest_release\n register: release\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1952, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/elasticsearch
413
[ "no_license" ]
[ { "path": "roles/elasticsearch/defaults/main.yml", "content": "---\n# defaults file for elasticsearch\n# Define Elasticsearch version\nelasticsearch_version: '6.x'\nelasticsearch_network_host: 0.0.0.0\nelasticsearch_http_port: 9200\n# Define cluster name\ncluster_name: 'es-cluster'\n# Create cluster or not\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6103, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/filebeat
413
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/config.yml", "content": "---\n- name: Copy Filebeat configuration.\n template:\n src: filebeat.yml.j2\n dest: \"/etc/filebeat/filebeat.yml\"\n owner: root\n group: root\n mode: 0644\n notify: restart filebeat\n", "license_type": "no_license", "detecte...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1278, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/firewall
413
[ "no_license" ]
[ { "path": "roles/firewall/vars/Debian.yml", "content": "---\n# vars file for firewall\nfirewall: ufw\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/firewall/tasks/setup-RedHat.yml", "content": "---\n# tasks file for firewall\n- name: O...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1084, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/grafana-prometheus
413
[ "no_license" ]
[ { "path": "roles/grafana-prometheus/templates/alertmanager.service.j2", "content": "[Unit]\nDescription=Alertmanager Service\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ alertmanager_user }}\nGroup={{ alertmanager_group }}\nRestart=always\nRestartSec=2\nStartLimitInterval=...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 20169, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/haproxy
413
[ "no_license" ]
[ { "path": "roles/haproxy/handlers/main.yml", "content": "---\n- name: restart haproxy\n service: name=haproxy state=restarted\n\n- name: reload systemd\n systemd:\n name: haproxy\n state: restarted\n daemon_reload: yes\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4966, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/java
413
[ "no_license" ]
[ { "path": "roles/java/tasks/setup-Debian.yml", "content": "\n- name: Ensure Java is installed.\n apt:\n name: \"{{ java_packages }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/java/meta/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 356, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/jenkins
413
[ "no_license" ]
[ { "path": "roles/jenkins/defaults/main.yml", "content": "---\n# defaults file for jenkins\n# Define jenkins version to download and install, empty to default latest version\njenkins_version: \"2.201\"\njenkins_package_state: present\n\njenkins_connection_delay: 5\njenkins_connection_retries: 60\n# Define je...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3057, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/k8s
413
[ "no_license" ]
[ { "path": "roles/k8s/tasks/firewalld.yml", "content": "---\n- name: Disable firewalld\n command: \"{{item}}\"\n with_items:\n - systemctl stop firewalld\n - systemctl disable firewalld\n notify: restart docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2862, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/kibana
413
[ "no_license" ]
[ { "path": "roles/kibana/vars/main.yml", "content": "---\n# vars file for kibana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/kibana/tasks/main.yml", "content": "---\n# tasks file for kibana\n- include_tasks: setup-RedHat.yml\n when: a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 973, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/logstash
413
[ "no_license" ]
[ { "path": "roles/logstash/vars/main.yml", "content": "---\n# vars file for logstash", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/logstash/defaults/main.yml", "content": "---\n# defaults file for logstash\nlogstash_version: '6.x'\nlogst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5159, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/mongodb
413
[ "no_license" ]
[ { "path": "roles/mongodb/vars/Debian.yml", "content": "---\n# vars file for mongodb\nmongodb_repository:\n \"3.2\": \"deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/3.2 multiverse\"\n \"3.4\": \"deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 11072, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/mysql
413
[ "no_license" ]
[ { "path": "roles/mysql/tasks/mysqld-exporter.yml", "content": "- name: Check if mysqld_exporter user exists\n command: \"mysql -u mysqld_exporter -p{{mysqld_exporter_pass}}\"\n register: mysqld_exporter_user\n ignore_errors: true\n no_log: true\n changed_when: false\n\n- name: Create mysqld_exporter us...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 16038, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/nginx
413
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx_status.conf.j2", "content": "server {\n listen 127.0.0.1:80;\n server_name 127.0.0.1;\n location /nginx_status {\n stub_status on;\n allow 127.0.0.1;\n deny all;\n }\n}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 13795, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/node_exporter
413
[ "no_license" ]
[ { "path": "roles/node_exporter/handlers/main.yml", "content": "---\n# handlers file for node_exporter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/node_exporter/defaults/main.yml", "content": "---\n# defaults file for node_exporter\nno...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2225, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/nodejs
413
[ "no_license" ]
[ { "path": "roles/nodejs/templates/forever.service.j2", "content": "[Unit]\nDescription=This is an empty tiny app for testing the nodejs deployment agent\n\n[Service]\nStandardOutput=syslog\nSyslogIdentifier={{item.app_name}}\nType=forking\nWorkingDirectory={{item.app_home}}\nExecStart=/usr/local/lib/npm/bin...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3485, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/php
413
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "---\n# handlers file for php\n- name: restart php-fpm\n service:\n name: \"{{ php_fpm_daemon }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/php/vars/RedHa...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5280, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/rabbitmq
413
[ "no_license" ]
[ { "path": "roles/rabbitmq/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rabbitmq", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/rabbitmq/templates/rabbitmq.repo.j2", "content": "[bintray-rabbi...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 8952, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/redis
413
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n# tasks file for redis\n- name: Check hosts group before run config cluster playbook\n fail:\n msg: \"Please define hostgroup 'redis' in ansible hosts file before run playbook\"\n when:\n - \"'redis' not in groups\"\n - redis_sentinel|bool\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9143, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/sonarqube
413
[ "no_license" ]
[ { "path": "roles/sonarqube/handlers/main.yml", "content": "---\n# handlers file for sonarqube", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/sonarqube/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3639, "all_permissive": false }
ansible_role
chithanh89/ansible-total
fc986999a9fede9c13abec712e625b743dd5d46e
5
roles/tomcat
413
[ "no_license" ]
[ { "path": "roles/tomcat/vars/main.yml", "content": "---\n# vars file for tomcat\ntomcat_users: []\n # - name: tomcat\n # password: <PASSWORD>\n # roles: \"manager-gui,admin-gui\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/tomca...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2561, "all_permissive": false }