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
hanfei1991/microcosm
eb3f21a4514b61226894daaee3b0dff13e0572dc
8
ansible/roles/master
274
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/stop.yml", "content": "- name: stop master\n shell: \"{{ df_script_dir }}/stop_master.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/master/tasks/start.yml", "content": "- name: star...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1574, "all_permissive": false }
ansible_role
hanfei1991/microcosm
eb3f21a4514b61226894daaee3b0dff13e0572dc
8
ansible/roles/metrics
274
[ "no_license" ]
[ { "path": "ansible/roles/metrics/tasks/main.yml", "content": "- name: Copy prometheus config\n template: src=prometheus.yml.j2 dest={{ df_config_dir }}/prometheus.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/roles/metrics/templat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2611, "all_permissive": false }
ansible_role
liferight/kubeasz-bak
0ad62ad4e4a8be7d28519ad3074f7a7160f91e9f
2
roles/calico
278
[ "no_license" ]
[ { "path": "roles/calico/templates/cni-calico.conf.j2", "content": "{\n \"name\": \"calico-k8s-network\",\n \"cniVersion\": \"0.1.0\",\n \"type\": \"calico\",\n \"etcd_endpoints\": \"{{ ETCD_ENDPOINTS }}\",\n \"etcd_key_file\": \"/etc/calico/ssl/calico-key.pem\",\n \"etcd_cert_file\": \"/et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1703, "all_permissive": false }
ansible_role
liferight/kubeasz-bak
0ad62ad4e4a8be7d28519ad3074f7a7160f91e9f
2
roles/kube-node
278
[ "no_license" ]
[ { "path": "roles/kube-node/files/rbac.yaml", "content": "# Calico Version v2.6.x\n# https://docs.projectcalico.org/v2.6/releases\n\n---\n\nkind: ClusterRole\napiVersion: rbac.authorization.k8s.io/v1beta1\nmetadata:\n name: calico-kube-controllers\nrules:\n - apiGroups:\n - \"\"\n - extensions\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5298, "all_permissive": false }
ansible_role
Pablo-CC/haproxy_webservers
1256abf08c9c51b13d69c9c38f106e3dbfc5f825
0
roles/haproxy_pablo
278
[ "no_license" ]
[ { "path": "roles/haproxy_pablo/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - haproxy_pablo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/haproxy_pablo/tasks/main.yml", "content": "---\n# task...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1798, "all_permissive": false }
ansible_role
Pablo-CC/haproxy_webservers
1256abf08c9c51b13d69c9c38f106e3dbfc5f825
0
roles/nginx_pablo
278
[ "no_license" ]
[ { "path": "roles/nginx_pablo/templates/index.html.j2", "content": "<html>\n <head>\n\t <title>{{ ansible_hostname }}</title>\n </head>\n <body>\n\t <p>Hello Pablo, this is {{ ansible_hostname }} </p>\n </body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 775, "all_permissive": false }
ansible_role
tba77/OpenVPN
02a17e849bcd7d12188b63bf81949221eb9905ea
0
ansible/roles/common
278
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n\n- name: Install Epel and NTP packages\n yum: \n name: [ \"epel-release\", \"chrony\" ]\n state: present\n\n- name: start ntp service\n service: \n name: chronyd \n state: started \n enabled: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
tba77/OpenVPN
02a17e849bcd7d12188b63bf81949221eb9905ea
0
ansible/roles/openvpn
278
[ "no_license" ]
[ { "path": "ansible/roles/openvpn/tasks/main.yml", "content": "---\n# tasks file for openvpn\n\n- name: Copy installation script to server\n template:\n src: openvpn-install.sh\n dest: /root/openvpn-install.sh\n mode: 755\n\n- name: Install OpenVPN with the script\n shell: AUTO_INSTALL=y sh ./open...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1026, "all_permissive": false }
ansible_role
Fadyio/dotfiles
ad1f369c362d83c0035c72b57889adb1ee4cb976
6
Ansible/roles/dotfiles
278
[ "no_license" ]
[ { "path": "Ansible/roles/dotfiles/tasks/main.yml", "content": "- name: Change default shell to zsh\n ansible.builtin.user:\n name: '{{ user.name }}'\n shell: /bin/zsh\n become: true\n\n- name: Stow dotfiles\n ansible.builtin.command: stow .\n args:\n chdir: '/home/{{ user.name }}/.dotfiles'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
Fadyio/dotfiles
ad1f369c362d83c0035c72b57889adb1ee4cb976
6
Ansible/roles/editor
278
[ "no_license" ]
[ { "path": "Ansible/roles/editor/tasks/main.yml", "content": "- name: install vim\n pacman:\n name: neovim\n state: present\n- name: Make github directory\n file:\n path: '/home/{{ user.name }}/github'\n state: directory\n- name: Clone neovim config repo\n ansible.builtin.git:\n repo: 'http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1718, "all_permissive": false }
ansible_role
Fadyio/dotfiles
ad1f369c362d83c0035c72b57889adb1ee4cb976
6
Ansible/roles/packages
278
[ "no_license" ]
[ { "path": "Ansible/roles/packages/tasks/main.yml", "content": "- name: Create the `aur_builder` user\n become: true\n ansible.builtin.user:\n name: aur_builder\n create_home: true\n group: wheel\n- name: Allow the `aur_builder` user to run `sudo` without a password\n become: true\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2847, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/bootstrap
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/bootstrap/tasks/main.yml", "content": "- name: install packages\n apt: pkg={{ item }} state=latest\n with_items: installed_packages\n\n- name: create services directory\n file: path=/etc/sv state=directory owner=root group=root mode=0755\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/elasticsearch
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/elasticsearch/templates/run", "content": "#!/bin/sh\n\nset -e\n\nhome={{ elasticsearch_root }}\nuser=elasticsearch\n#\ncommand=\"bin/elasticsearch -D es.discovery.zen.ping.multicast.enabled=false -D es.discovery.zen.ping.unicast.hosts=0.0.0.0\"\n\nchdir $home\nexec s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1350, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/elasticsearch2
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/elasticsearch2/templates/run", "content": "#!/bin/sh\n\nset -e\n\nhome={{ elasticsearch2_root }}/elasticsearch-{{ elasticsearch2_version }}\nuser=elasticsearch\n#\ncommand=\"bin/elasticsearch -D es.discovery.zen.ping.multicast.enabled=false -D es.discovery.zen.ping.u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1364, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/env
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/env/tasks/main.yml", "content": "- name: download and install vxvm\n get_url: >\n url=https://raw.githubusercontent.com/vexor/vx-citool/master/lib/vx/citool/scripts/vxvm\n dest=/usr/local/bin/vxvm\n mode=0755\n validate_certs=no\n\n- name: create vx_retr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 666, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/erlang
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/erlang/tasks/main.yml", "content": "- name: add apt repo\n apt_repository: repo='deb http://packages.erlang-solutions.com/debian precise contrib'\n\n- name: add apt key\n apt_key: id=\"A14F4FCA\" url=\"http://packages.erlang-solutions.com/debian/erlang_solutions.as...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/firefox
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/firefox/vars/main.yml", "content": "firefox_src_path: /usr/local/firefox\nfiredox_dst_path: /usr/local/bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "docker/trusty/playbooks/roles/firefox/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1720, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/gdebi
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/gdebi/tasks/main.yml", "content": "# gdebi lets you install local deb packages resolving and installing its\n# dependencies. apt does the same, but only for remote (http, ftp) located\n# packages.\n\n- name: install package\n apt: pkg=gdebi-core\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/java
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/java/tasks/main.yml", "content": "- name: prepare fuse\n shell: touch /dev/fuse creates=/dev/fuse\n\n- name: install fuse\n apt: pkg=fuse state=present\n\n- name: install required packages\n tags: java\n apt: pkg={{item}} state=latest\n with_items:\n - debcon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1449, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/lein
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/lein/tasks/main.yml", "content": "- name: download lein launcher\n tags: lein\n get_url:\n url=\"https://raw.github.com/technomancy/leiningen/stable/bin/lein\"\n dest=/usr/local/bin/lein\n mode=\"0755\"\n validate_certs=no\n register: lein_download_res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 741, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/login
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/login/tasks/main.yml", "content": "- name: create /sbin/my_login\n template: src=my_login dest=/sbin/my_login mode=0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "docker/trusty/playbooks/roles/login/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 222, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/maven
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/maven/vars/main.yml", "content": "maven_root: /opt/apache-maven-{{maven_version}}\nmaven_url: http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/{{ maven_version }}/binaries/apache-maven-{{ maven_version }}-bin.tar.gz\nmaven_archive: /tmp/mvn-{{maven_version}}.tar....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 733, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/memcached
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/memcached/templates/run", "content": "#!/bin/sh\n\nset -e\n\nexec /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "docker/trusty/playbooks/roles/me...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 334, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/mesa
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/mesa/tasks/main.yml", "content": "- name: install required packages\n apt: pkg={{item}}\n with_items:\n - mesa-common-dev\n - libgl1-mesa-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/mongodb
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/mongodb/templates/run", "content": "#!/bin/sh\n\nset -e\n\nexec setuser mongodb /usr/bin/mongod --config /etc/mongod.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "docker/trusty/playbooks/roles/mongo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/mysql
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/mysql/templates/run", "content": "#!/bin/sh\n\nset -e\n\ncd /\numask 077\n\nmkdir -p /var/lib/mysql\nchown mysql:mysql /var/lib/mysql\n\nMYSQLADMIN='/usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf'\n\ntrap \"$MYSQLADMIN shutdown\" 0\ntrap 'exit 2' 1 2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1225, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/nodejs
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/nodejs/tasks/main.yml", "content": "- name: install default nodejs version\n shell: >\n vxvm install nodejs {{ nodejs_default_version }}\n register: nodejs_default_result\n\n- name: capture default nodejs location\n shell: >\n vxvm location nodejs {{ nodejs_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 931, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/phantomjs
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/phantomjs/tasks/main.yml", "content": "- name: check installed\n shell: test -d {{phantomjs_root}} && echo -n 'yes' || echo -n 'no'\n changed_when: False\n tags: phantomjs\n register: phantomjs_installed\n\n- name: install required packages\n apt: pkg={{item}}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 889, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/postgresql
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/postgresql/templates/run", "content": "#!/bin/sh\n\nset -e\n\nPOSTGRESQL_BIN=/usr/lib/postgresql/{{ pg_version }}/bin/postgres\nPOSTGRESQL_CONFIG_FILE=/etc/postgresql/{{ pg_version }}/main/postgresql.conf\nPOSTGRESQL_DATA=/var/lib/postgresql/{{ pg_version }}/main\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2063, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/python
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/python/tasks/main.yml", "content": "- name: install default python version\n shell: >\n vxvm install python {{ python_default_version }}\n register: python_default_result\n\n- name: capture default python location\n shell: >\n vxvm location python {{ python_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 548, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/qt
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/qt/tasks/main.yml", "content": "- name: download packages\n get_url: >\n url=https://s3-eu-west-1.amazonaws.com/assets-eu0-vexor-io/files.vexor.io/{{ item }}\n dest=/tmp/{{ item }}\n validate_certs=no\n with_items:\n - libqtwebkit4_2.3.2-0ubuntu7_amd64.de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/rabbitmq
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/rabbitmq/meta/main.yml", "content": "---\ndependencies:\n - { role: erlang }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "docker/trusty/playbooks/roles/rabbitmq/tasks/main.yml", "content": "- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 662, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/redis
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/redis/templates/run", "content": "#!/bin/sh\n\nset -e\n\nexec setuser redis /usr/bin/redis-server /etc/redis/redis.conf --daemonize no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "docker/trusty/playbook...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/ruby
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/ruby/tasks/main.yml", "content": "- name: checkout ruby-build repo\n git: >\n repo=git://github.com/sstephenson/ruby-build.git\n dest={{ruby_build_root}}\n accept_hostkey=yes\n\n- name: symlink ruby-build to PATH\n file: >\n src={{ ruby_build_root }}/bi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1162, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/sbt
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/sbt/vars/main.yml", "content": "sbt_root: /opt/sbt\nsbt_bin: /usr/local/bin/sbt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "docker/trusty/playbooks/roles/sbt/tasks/main.yml", "content": "- name: ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/services
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/services/tasks/main.yml", "content": "- name: replace /usr/sbin/service script\n template: src=service dest=/usr/sbin/service owner=root group=root mode=0755\n\n- name: symlink startup services\n file: src=/etc/sv/{{ item }} dest=/etc/service/{{ item }} state=link\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1312, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/solr
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/solr/vars/main.yml", "content": "solr_url: http://apache-mirror.rbc.ru/pub/apache/lucene/solr/{{ solr_version }}/solr-{{ solr_version }}.tgz\nsolr_root: /opt/solr-{{ solr_version }}\nsolr_tar: /tmp/solr-{{ solr_version }}.tgz\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 971, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/sphinxsearch
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/sphinxsearch/tasks/main.yml", "content": "- name: download deb package\n get_url: >\n url=http://sphinxsearch.com/files/sphinxsearch_{{ sphinxsearch_version }}-release-0ubuntu12~trusty_amd64.deb\n dest=/tmp/sphinxsearch_{{ sphinxsearch_version }}-release-0ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/wkhtmltox
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/wkhtmltox/tasks/main.yml", "content": "- name: download deb\n get_url: >\n dest=/tmp/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb\n url=http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb\n validate_certs=no\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/xvfb
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/xvfb/tasks/main.yml", "content": "- name: install required packages\n apt: pkg={{ item }}\n with_items:\n - xvfb\n - fonts-ipafont-gothic\n - xfonts-100dpi\n - xfonts-75dpi\n - xfonts-scalable\n - xfonts-cyrillic\n\n- name: create service director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
vexor/vx-docker-image
050285d423563ac2d359340ed9703d9eef8b6547
5
docker/trusty/playbooks/roles/zookeeper
278
[ "no_license" ]
[ { "path": "docker/trusty/playbooks/roles/zookeeper/defauls/main.yml", "content": "zookeeper_version: \"3.4.6\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "docker/trusty/playbooks/roles/zookeeper/tasks/main.yml", "content": "- name: check ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1387, "all_permissive": false }
ansible_role
ManikantGV/learn-ansible
b76d3b8907d52ee64c15a7b57f873fc232da83ab
0
roles/test
278
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: Print Hello test sample\n ansible.builtin.debug :\n msg: Hello from role test\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
thomas-code1/cicd-k8s-aws
29ea17a24658865c4d897036b3e6346281e30a97
0
ansible/roles/nfs-client
278
[ "no_license" ]
[ { "path": "ansible/roles/nfs-client/tasks/main.yml", "content": "---\n- name: NFS client installation\n apt:\n name: nfs-common\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
thomas-code1/cicd-k8s-aws
29ea17a24658865c4d897036b3e6346281e30a97
0
ansible/roles/nfs-server
278
[ "no_license" ]
[ { "path": "ansible/roles/nfs-server/tasks/main.yml", "content": "---\n- name: NFS package installation\n apt:\n name: nfs-kernel-server\n state: present\n update_cache: yes\n\n- name: Create shared folders\n file:\n path: \"{{ item.path }}\"\n state: directory\n loop: \"{{ shared_dir }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
footprns/apachetomcat
6d38a2f03da80a3fc428000f5375fdaf635a8a7c
0
roles/apache
278
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yml", "content": "---\n# vars file for apache\nconfiguration:\n - http_port: 8080\n - http_port: 8081\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n# tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 995, "all_permissive": false }
ansible_role
footprns/apachetomcat
6d38a2f03da80a3fc428000f5375fdaf635a8a7c
0
roles/common
278
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: create tomcat user\n user: name={{service_account}} comment=\"Service Account to run application\" uid=1040 home=\"{{user_home_dir}}\" shell=/bin/bash\n", "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
footprns/apachetomcat
6d38a2f03da80a3fc428000f5375fdaf635a8a7c
0
roles/tomcat
278
[ "no_license" ]
[ { "path": "roles/tomcat/templates/setenv.sh", "content": "JAVA_HOME={{user_home_dir}}/java\n#CATALINA_OPTS=\"-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port={{item.jmx_port}} -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false\"\nexport JAVA_OPTS=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8033, "all_permissive": false }
ansible_role
szpaczyna/rpi-k3s
231a3da1f3844acd48a2d55aa49c313ad8fb5392
4
provision/ansible/roles/system
278
[ "no_license" ]
[ { "path": "provision/ansible/roles/system/templates/hosts.j2", "content": "{{ ansible_managed | comment }}\n\n127.0.0.1\tlocalhost\n10.0.0.9 rpi-k3s-master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "provision/ansible/roles/system/tasks/ne...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 22, "total_bytes": 27782, "all_permissive": false }
ansible_role
szpaczyna/rpi-k3s
231a3da1f3844acd48a2d55aa49c313ad8fb5392
4
provision/ansible/roles/user
278
[ "no_license" ]
[ { "path": "provision/ansible/roles/user/tasks/main.yml", "content": "---\n- name: check if neofetch config directory exists\n stat:\n path: \"/{{ ansible_user }}/.config/neofetch\"\n register: stat_result\n\n- name: Remove motd\n command: update-rc.d motd remove\n when: not stat_result.stat.exists\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 25158, "all_permissive": false }
ansible_role
michaelgreenhill/ansible-newserver
94152e17e0e18b14373d0757bd208bdb4425297e
0
roles/lockdown
278
[ "no_license" ]
[ { "path": "roles/lockdown/tasks/main.yml", "content": "---\n\n- name: Set UsePAM\n lineinfile: \n dest: /etc/ssh/sshd_config\n state: present\n regexp: \"^UsePAM\"\n line: \"UsePAM yes\"\n tags: \n - usepam\n\n- name: Enable pam_access.so\n lineinfile: \n dest: /etc/pam.d/sshd\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": false }
ansible_role
michaelgreenhill/ansible-newserver
94152e17e0e18b14373d0757bd208bdb4425297e
0
roles/users
278
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n\n# Configure users\n- name: Create ICTOps group\n group: \n name: ictops\n state: present\n\n- name: Create devs group\n group:\n name: devs\n state: present\n\n- name: Create serviceaccounts group\n group:\n name: serviceaccounts\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1544, "all_permissive": false }
ansible_role
greflm13/ansible_setup
572d10725bde994966e1bd8601cbceaa88a6fc68
0
roles/bashrc
278
[ "no_license" ]
[ { "path": "roles/bashrc/tasks/main.yml", "content": "- name: copy bashrc\n ansible.builtin.template:\n src: .bashrc\n dest: ~/.bashrc\n\n- name: copy pureline config\n ansible.builtin.template:\n src: .pureline.conf\n dest: ~/.pureline.conf\n\n- name: clone pureline\n ansible.builtin.git:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8658, "all_permissive": false }
ansible_role
greflm13/ansible_setup
572d10725bde994966e1bd8601cbceaa88a6fc68
0
roles/packages
278
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "- name: install packages\n package:\n - yay\n - screenfetch\n when: ansible.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/apache
278
[ "no_license" ]
[ { "path": "provisioning/roles/apache/tasks/main.yml", "content": "---\n\n- name: Change HTTP port in /etc/apache2/ports.conf\n ansible.builtin.lineinfile:\n path: /etc/apache2/ports.conf\n regexp: '^Listen 80'\n line: 'Listen 9090'\n notify: restart apache\n tags: apache\n\n- name: Change HTTPS ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3985, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/bruno
278
[ "no_license" ]
[ { "path": "provisioning/roles/bruno/tasks/main.yml", "content": "- name: Install Bruno Snap\n snap:\n name:\n - bruno\n tags: bruno\n when: snap_check.rc == 0\n\n- name: bruno - Add signing key to keyring file\n ansible.builtin.apt_key:\n id: 9FA6017ECABE0266\n keyserver: keyserver.ubuntu....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/burpsuite
278
[ "no_license" ]
[ { "path": "provisioning/roles/burpsuite/tasks/main.yml", "content": "---\n- name: Set burpsuite version (leave empty for latest version)\n ansible.builtin.set_fact:\n # version: \"&version=2025.1.4\"\n version: \"\" # latest\n tags: burpsuite\n\n- name: Install package dependencies\n apt:\n pkg:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4012, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/chromium
278
[ "no_license" ]
[ { "path": "provisioning/roles/chromium/tasks/main.yml", "content": "---\n- name: Install Chromium Snap\n snap:\n name:\n - chromium\n tags: chromium\n when: snap_check.rc == 0\n\n- name: Install Chromium via apt\n apt:\n pkg: \"chromium\"\n state: latest\n tags: chromium\n when: ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1275, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/common
278
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Create User Application directory\n ansible.builtin.file:\n path: '{{ vm_user_details.home }}/.local/share/applications/'\n state: 'directory'\n mode: '0755'\n owner: \"{{ vm_user }}\"\n group: \"{{ vm_user_detail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1554, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/ehacking-docker
278
[ "no_license" ]
[ { "path": "provisioning/roles/ehacking-docker/tasks/main.yml", "content": "---\n- name: Set Docker Compose package and command\n set_fact:\n docker_compose_pkg: \"{{ 'docker-compose' if ansible_distribution_version == '22.04' else 'docker-compose-v2' }}\"\n docker_compose: \"{{ 'docker-compose' if an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3720, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/firefox
278
[ "no_license" ]
[ { "path": "provisioning/roles/firefox/handlers/main.yml", "content": "---\n- name: firefox update certificates\n ansible.builtin.command:\n cmd: certutil -i {{ item }} -d sql:{{ firefox_profile_directory }} -A -t \"C,,\" -n \"{{ item | basename }}\"\n loop: \"{{ query('fileglob', '/usr/local/share/ca-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2313, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/postman
278
[ "no_license" ]
[ { "path": "provisioning/roles/postman/tasks/main.yml", "content": "---\n- name: Download \n ansible.builtin.get_url:\n url: https://dl.pstmn.io/download/latest/linux64\n dest: /tmp/postman-linux-x64.tar.gz\n mode: '0644'\n tags: postman\n\n- name: Extract\n ansible.builtin.unarchive:\n src: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/ubuntu
278
[ "no_license" ]
[ { "path": "provisioning/roles/ubuntu/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 86400 # One day in seconds\n tags: update\n\n- name: Update all packages\n apt:\n upgrade: safe\n cache_valid_time: 86400 # One day in seconds\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2798, "all_permissive": false }
ansible_role
eHacking-WebSec/ansible-ehacking
f229fbc1c1ea74a8d8edb6bd1a0ad7b51cbf9458
0
provisioning/roles/vscode
278
[ "no_license" ]
[ { "path": "provisioning/roles/vscode/tasks/main.yml", "content": "---\n- name: VSCode - Add signing key to keyring file\n ansible.builtin.apt_key:\n id: BC528686B50D79E339D3721CEB3E94ADBE1229CF\n url: https://packages.microsoft.com/keys/microsoft.asc\n keyring: /etc/apt/trusted.gpg.d/packages.micr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1565, "all_permissive": false }
ansible_role
krambone95/auditd
f5bb61aaf0500f5468787ee19ab409e5cde14686
0
roles/auditd
271
[ "permissive" ]
[ { "path": "roles/auditd/handlers/main.yml", "content": "---\n# Handlers\n\n# Auditd doesn't like systemd. Look it up.\n- name: restart auditd\n shell:\n cmd: service auditd restart\n warn: false\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes"...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1582, "all_permissive": true }
ansible_role
btison/cloud-architecture-workshop-ansible
8baaf0a7029f3afba3b543d928d11d6ba76b06b7
0
roles/ocp4_workload_cloud_architecture_workshop
271
[ "no_license" ]
[ { "path": "roles/ocp4_workload_cloud_architecture_workshop/tasks/remove_service_registry_operator.yml", "content": "---\n\n- name: Remove Operator\n ansible.builtin.include_role:\n name: install_operator\n vars:\n install_operator_action: remove\n install_operator_name: \"{{ ocp4_workload_cloud_a...
{ "task_files": 23, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 40240, "all_permissive": false }
ansible_role
btison/cloud-architecture-workshop-ansible
8baaf0a7029f3afba3b543d928d11d6ba76b06b7
0
roles/ocp4_workload_showroom
271
[ "no_license" ]
[ { "path": "roles/ocp4_workload_showroom/templates/applicationset.yaml.j2", "content": "---\napiVersion: argoproj.io/v1alpha1\nkind: ApplicationSet\nmetadata:\n name: \"{{ ocp4_workload_showroom_namespace }}-multiuser\"\n namespace: openshift-gitops\nspec:\n goTemplate: true\n generators:\n - list:\n ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 35080, "all_permissive": false }
ansible_role
zuza3012/ansible_labs
c61acac4f4185a21bfaa056e4caef427869c9d6e
0
django_app/roles/role1
271
[ "no_license" ]
[ { "path": "django_app/roles/role1/tasks/main.yaml", "content": "- name: Install python3\n yum:\n name: python3\n state: installed\n tags: python3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
Krishna-rijal1/ansible_webhosting
4626fa88008e2e09437b8ed5b19ef7b2dcf0cf55
0
ansible/roles/apache
271
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/index.php.j2", "content": "\n<?php\n// Check if the form is submitted\nif ($_SERVER[\"REQUEST_METHOD\"] == \"POST\") {\n // Retrieve user input\n $name = $_POST[\"name\"];\n $email = $_POST[\"email\"];\n\n // Save data to the database\n $servername = ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1872, "all_permissive": false }
ansible_role
Krishna-rijal1/ansible_webhosting
4626fa88008e2e09437b8ed5b19ef7b2dcf0cf55
0
ansible/roles/mysql
271
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Update apt cache (for Ubuntu)\n apt:\n update_cache: yes\n cache_valid_time: 3600 \n when: ansible_os_family == 'Debian'\n\n- name: Install MySQL server and Python MySQL module\n package:\n name: \"{{ item }}\"\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1298, "all_permissive": false }
ansible_role
Krishna-rijal1/ansible_webhosting
4626fa88008e2e09437b8ed5b19ef7b2dcf0cf55
0
ansible/roles/php
271
[ "no_license" ]
[ { "path": "ansible/roles/php/handlers/main.yml", "content": "---\n - name: Ensure php is Started\n systemd:\n name: php7.4-fpm\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansible/roles/php/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
bairupavan/learn-ansible
efa018f2b1dd49cb7655c51d8eeea1f389332d1c
0
roles/sample(role_name)
271
[ "no_license" ]
[ { "path": "roles/sample(role_name)/vars/main.yml", "content": "title: Mr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 10 }, { "path": "roles/sample(role_name)/tasks/main.yml", "content": "#just writing the tasks in this file and will be called in the roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
ramkigithut/ansible-practice
edc61238238ec023abf7e0cc554ff000618fb1d9
0
roles/practice2
271
[ "no_license" ]
[ { "path": "roles/practice2/vars/main.yml", "content": "abc: practice6.var.online", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/practice2/tasks/main.yml", "content": "- name: print hello world\n ansible.builtin.debug:\n msg: hello...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 230, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/docker_compose
271
[ "no_license" ]
[ { "path": "roles/docker_compose/tasks/main.yml", "content": "---\n- name: ensure that the generic docker-compose unit file is configured\n template:\n src: docker_compose@.service.j2\n dest: /etc/systemd/system/docker-compose@.service\n owner: root\n group: root\n mode: 0644\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 585, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/evcc
271
[ "no_license" ]
[ { "path": "roles/evcc/handlers/main.yml", "content": "---\n- name: restart evcc\n systemd:\n name: \"docker-compose@evcc\"\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/evcc/defaults/main.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 11579, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/homeassistant
271
[ "no_license" ]
[ { "path": "roles/homeassistant/templates/docker-compose.j2.yml", "content": "services:\n homeassistant:\n container_name: homeassistant\n image: \"ghcr.io/home-assistant/home-assistant:{{ homeassistant_version }}\"\n volumes:\n - \"{{ homeassistant_home }}/config:/config\"\n - \"{{ homea...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1870, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/mosquitto
271
[ "no_license" ]
[ { "path": "roles/mosquitto/handlers/main.yml", "content": "---\n- name: restart mosquitto\n systemd:\n name: \"docker-compose@mosquitto\"\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/mosquitto/d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2279, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/openhab
271
[ "no_license" ]
[ { "path": "roles/openhab/defaults/main.yaml", "content": "openhab_version: 3.0.0\nopenhab_home: /opt/openhab", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/openhab/tasks/main.yaml", "content": "- name: ensure necessary local dirs on remo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1805, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/smokeping
271
[ "no_license" ]
[ { "path": "roles/smokeping/templates/docker-compose.j2.yml", "content": "services:\n smokeping:\n image: lscr.io/linuxserver/smokeping:{{ smokeping_version }}\n container_name: smokeping\n restart: unless-stopped\n environment:\n - PUID={{ smokeping_uid }}\n - PGID={{ smokeping_uid }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1849, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/system
271
[ "no_license" ]
[ { "path": "roles/system/tasks/configure-trim.yml", "content": "---\n- name: ensure udev rule is configured to set unmap provisioning mode\n copy:\n dest: /etc/udev/rules.d/10-trim.rules\n content: ACTION==\"add|change\", ATTRS{idVendor}==\"174c\", ATTRS{idProduct}==\"55aa\", SUBSYSTEM==\"scsi_disk\",...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2488, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/system_bluetooth_fix
271
[ "no_license" ]
[ { "path": "roles/system_bluetooth_fix/handlers/main.yml", "content": "- name: Restart bluetooth\n systemd:\n name: bluetooth\n state: restarted\n daemon_reload: true\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 601, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/tailscale
271
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/Debian.yml", "content": "- name: ensure the tailscale repo key is available\n get_url:\n url: \"https://pkgs.tailscale.com/stable/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}.noarmor.gpg\"\n dest: /usr/share/keyrings/tailscale-archive-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/teslamate
271
[ "no_license" ]
[ { "path": "roles/teslamate/templates/docker-compose.j2.yml", "content": "services:\n teslamate:\n image: teslamate/teslamate:{{ teslamate_version }}\n container_name: teslamate\n restart: unless-stopped\n depends_on:\n - database\n environment:\n - ENCRYPTION_KEY={{ teslamate_encry...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3798, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/teslasolarcharger
271
[ "no_license" ]
[ { "path": "roles/teslasolarcharger/tasks/main.yaml", "content": "- name: ensure necessary local dirs on remote machines exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ teslasolarcharger_username }}\"\n group: \"{{ teslasolarcharger_username }}\"\n mode: 0755\n become: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2069, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/teslasolarchargerbleapi
271
[ "no_license" ]
[ { "path": "roles/teslasolarchargerbleapi/handlers/main.yml", "content": "---\n- name: restart teslasolarchargerbleapi\n systemd:\n name: \"docker-compose@teslasolarchargerbleapi\"\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1793, "all_permissive": false }
ansible_role
mihaiparv/ansible-home-automation
9b9813f953d13e3d0d99f8556cf316e5e6af22ec
0
roles/zigbee2mqtt
271
[ "no_license" ]
[ { "path": "roles/zigbee2mqtt/tasks/main.yaml", "content": "- name: ensure necessary local dirs on remote machines exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ zigbee2mqtt_username }}\"\n group: \"{{ zigbee2mqtt_username }}\"\n mode: 0755\n become: yes\n with_items:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2374, "all_permissive": false }
ansible_role
shamilovstas/k8s-vlab
6369301abc20604dd55ea3ccd4bde86977681434
0
roles/base
271
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: set timezone\n tags: tz\n community.general.timezone:\n name: Europe/Kyiv\n\n- name: reset k8s cluster\n tags: [ 'never', 'cleanup']\n shell: yes | kubeadm reset", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
shamilovstas/k8s-vlab
6369301abc20604dd55ea3ccd4bde86977681434
0
roles/master
271
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "- name: Install kubectl\n apt:\n name: kubectl\n state: present\n\n- name: Hold k8s deps\n shell: apt-mark hold kubectl \n changed_when: false\n\n- name: Check for k8s control plane files\n stat:\n path: /etc/kubernetes/manifests/kube-apiserv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
shamilovstas/k8s-vlab
6369301abc20604dd55ea3ccd4bde86977681434
0
roles/nodes
271
[ "no_license" ]
[ { "path": "roles/nodes/tasks/main.yml", "content": "- name: install k8s node dependencies\n apt:\n\n name:\n - curl\n - apt-transport-https\n - ca-certificates\n - gpg\n - software-properties-common\n state: latest\n\n- name: disable swap on k8s nodes for this session\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2513, "all_permissive": false }
ansible_role
sashka74/task
9a85299995acd6304bac072e8797584880a20b4d
0
roles/jdk
271
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "- name: removal jdk1.8\r\n yum:\r\n name: jdk1.8\r\n state: absent\r\n\r\n- name: download jdk17\r\n get_url:\r\n url: \"{{url}}\"\r\n dest: /opt/openjdk-17.0.2_linux-x64_bin.tar.gz\r\n\r\n- name: unarchive jdk17\r\n unarchive:\r\n src: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
sashka74/task
9a85299995acd6304bac072e8797584880a20b4d
0
roles/nginx
271
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "- name: restart nginx\r\n systemd:\r\n name: nginx\r\n state: restarted\r\n enabled: yes\r\n\r\n- name: reload firewalld\r\n systemd:\r\n name: firewalld\r\n state: reloaded", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 767, "all_permissive": false }
ansible_role
ChefNewBie/k8s
59826bf1a71b660250fcb365f9cfeb82a403ac83
0
roles/kubenode
271
[ "no_license" ]
[ { "path": "roles/kubenode/tasks/main.yml", "content": "---\n# tasks file for kubenode\n# ENable Kubernetes Repo\n- name: Enable Kube Repo\n template: \n src: kubernetes.j2\n dest: /etc/yum.repos.d/kube.repo\n owner: root\n mode: 644\n\n- name: Enable Kube SysCtl Parameters\n template: \n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
lcrf1975/devops
c145590c20c0fb895b74dbd931e21dd592f51ed0
0
roles/docker
271
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Install\n hosts: docker\n tasks:\n - name: Remove \n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine\n - docker-io\n\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
lcrf1975/devops
c145590c20c0fb895b74dbd931e21dd592f51ed0
0
roles/puppet
271
[ "no_license" ]
[ { "path": "roles/puppet/tasks/install.yml", "content": "- name: Instala Puppet Server\n apt:\n name: puppetserver\n state: present\n update_cache: yes\n- name: inicia servico\n service:\n name: puppetserver\n state: started\n enabled: yes\n", "license_type": "no_license", "detec...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1006, "all_permissive": false }
ansible_role
fydrah/infra-docker
b061cc32d6486a72a1bc52a4814d1a2b3efced89
0
playbooks/roles/docker-volume-netshare
271
[ "no_license" ]
[ { "path": "playbooks/roles/docker-volume-netshare/vars/main.yml", "content": "---\n# vars file for docker-volume-netshare\ndeb_url: \"https://github.com/ContainX/docker-volume-netshare/releases/download/v{{ version }}/docker-volume-netshare_{{ version }}_amd64.deb\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 647, "all_permissive": false }
ansible_role
fydrah/infra-docker
b061cc32d6486a72a1bc52a4814d1a2b3efced89
0
playbooks/roles/haproxy
271
[ "no_license" ]
[ { "path": "playbooks/roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n # Log configuration\n{% for log_opt in haproxy_global_log_opts %}\n log {{ log_opt.address }} {{ log_opt.facility }} {{ log_opt.level | default(\"\") }}\n{% endfor %}\n\n # Process configuration\n chroot /var/lib/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8628, "all_permissive": false }
ansible_role
fydrah/infra-docker
b061cc32d6486a72a1bc52a4814d1a2b3efced89
0
playbooks/roles/keepalived
271
[ "no_license" ]
[ { "path": "playbooks/roles/keepalived/templates/keepalived.conf.j2", "content": "vrrp_instance vrrp_cluster {\n interface {{ keepalived_communication_iface }}\n state MASTER\n virtual_router_id 1\n priority {{ 100+play_hosts.index(inventory_hostname) }}\n authentication {\n auth_type PASS\n auth_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1007, "all_permissive": false }
ansible_role
fydrah/infra-docker
b061cc32d6486a72a1bc52a4814d1a2b3efced89
0
playbooks/roles/shell
271
[ "no_license" ]
[ { "path": "playbooks/roles/shell/tasks/main.yml", "content": "---\n# tasks file for shell\n\n\n- name: Add source /etc/profile to root bashrc\n blockinfile:\n dest: \"/root/.bashrc\"\n block: |\n if [ -f /etc/profile ]; then\n . /etc/profile\n fi\n\n- name: Add source /etc/profile to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
MelqonyanG/epam-training-ansible-with-roles
4b507381c53881a583e8ddc031f10e8bf1d1cdf5
0
roles/mysql
271
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n\n\n- name: 'Install MySQL server'\n apt:\n name: 'mysql-server'\n state: 'present'\n update_cache: true\n become: true\n- name: 'Install python requirements for MySQL'\n pip:\n name: 'PyMySQL'\n state: 'prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
MelqonyanG/epam-training-ansible-with-roles
4b507381c53881a583e8ddc031f10e8bf1d1cdf5
0
roles/nginx
271
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n # tasks file for nginx\n \n- name: 'Install required packages'\n apt:\n name: 'nginx'\n state: 'present'\n update_cache: true\n become: true\n- name: 'Deploy nginx config file'\n template:\n src: 'wordpress'\n dest: '/etc/nginx/site...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
MelqonyanG/epam-training-ansible-with-roles
4b507381c53881a583e8ddc031f10e8bf1d1cdf5
0
roles/wordpress
271
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n\n- name: 'Install required php packages'\n apt:\n name:\n - 'php-fpm'\n - 'php-mysql'\n state: 'present'\n update_cache: true\n become: true\n- name: 'Download wordpress'\n get_url:\n url: 'h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }