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
erickeller/raspi-cluster
b4506b94efb126d11deb880662412b84ceef7038
0
roles/02-client-tools
4,937
[ "no_license" ]
[ { "path": "roles/02-client-tools/defaults/main.yml", "content": "---\ntarget_architecture: \"{{ ansible_architecture | regex_replace('^(arm|amd64|i386).*$', '\\\\1') }}\"\npki_base_url: https://pkg.cfssl.org\npki_revision: R1.2\npki_binaries: [cfssl, cfssljson]\npki_binaries_checksum_file: SHA256SUMS\n\n# k...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 914, "all_permissive": false }
ansible_role
erickeller/raspi-cluster
b4506b94efb126d11deb880662412b84ceef7038
0
roles/03-compute-resources
4,937
[ "no_license" ]
[ { "path": "roles/03-compute-resources/tasks/main.yml", "content": "---\n- name: check for public key\n local_action: stat path=\"{{ role_path }}/files/ssh/id_rsa.pub\"\n register: key_file\n\n- name: Deploy ssh-keys\n authorized_key:\n user: \"{{ ansible_user_id }}\"\n state: present\n key: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
erickeller/raspi-cluster
b4506b94efb126d11deb880662412b84ceef7038
0
roles/04-certificate-authority
4,937
[ "no_license" ]
[ { "path": "roles/04-certificate-authority/templates/admin-csr.json.j2", "content": "{\n \"CN\": \"admin\",\n \"key\": {\n \"algo\": \"{{ key_algo }}\",\n \"size\": {{ key_size }}\n },\n \"names\": [\n {\n \"C\": \"{{ country_code }}\",\n \"L\": \"{{ country_location }}\",\n \"O\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5762, "all_permissive": false }
ansible_role
erickeller/raspi-cluster
b4506b94efb126d11deb880662412b84ceef7038
0
roles/05-kubernetes-configuration-files
4,937
[ "no_license" ]
[ { "path": "roles/05-kubernetes-configuration-files/defaults/main.yml", "content": "---\nload_balancer_fronting_ip: master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/05-kubernetes-configuration-files/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3558, "all_permissive": false }
ansible_role
erickeller/raspi-cluster
b4506b94efb126d11deb880662412b84ceef7038
0
roles/06-data-encryption-keys
4,937
[ "no_license" ]
[ { "path": "roles/06-data-encryption-keys/tasks/main.yml", "content": "---\n- name: generate random encryption key\n shell: head -c 32 /dev/urandom | base64\n register: encryption_key\n\n- name: configure the encryption\n template:\n src: encryption-config.yaml.j2\n dest: \"{{ ansible_user_dir }}/en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
RedBoardDev/epitech_projets
3db6a7a2452103fedb6ed39a53ee8027fbdab574
0
octopus/roles/base
4,937
[ "no_license" ]
[ { "path": "octopus/roles/base/tasks/main.yml", "content": "---\n- name: Update and upgrade system packages\n become: true\n ansible.builtin.apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: Install useful packages\n become: true\n ansible.builtin.apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
RedBoardDev/epitech_projets
3db6a7a2452103fedb6ed39a53ee8027fbdab574
0
octopus/roles/poll
4,937
[ "no_license" ]
[ { "path": "octopus/roles/poll/tasks/main.yml", "content": "---\n- name: Create directory for poll application\n ansible.builtin.file:\n path: /etc/poll\n state: directory\n mode: '0755'\n\n- name: Extract poll application archive\n become: true\n ansible.builtin.unarchive:\n src: poll.tar\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1335, "all_permissive": false }
ansible_role
RedBoardDev/epitech_projets
3db6a7a2452103fedb6ed39a53ee8027fbdab574
0
octopus/roles/postgresql
4,937
[ "no_license" ]
[ { "path": "octopus/roles/postgresql/tasks/main.yml", "content": "---\n- name: Install gnupg package\n become: true\n ansible.builtin.apt:\n name:\n - gnupg\n state: present\n update_cache: yes\n register: install_gnupg\n\n- name: Add postgreSQL gpg key\n become: true\n ansible.builtin.apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3465, "all_permissive": false }
ansible_role
RedBoardDev/epitech_projets
3db6a7a2452103fedb6ed39a53ee8027fbdab574
0
octopus/roles/redis
4,937
[ "no_license" ]
[ { "path": "octopus/roles/redis/tasks/main.yml", "content": "---\n- name: Install redis package\n become: true\n ansible.builtin.apt:\n name:\n - redis-server\n update_cache: yes\n state: latest\n\n- name: Copy redis configuration\n become: true\n ansible.builtin.copy:\n src: ../files/re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 985, "all_permissive": false }
ansible_role
RedBoardDev/epitech_projets
3db6a7a2452103fedb6ed39a53ee8027fbdab574
0
octopus/roles/result
4,937
[ "no_license" ]
[ { "path": "octopus/roles/result/tasks/main.yml", "content": "---\n- name: Create directory for result application\n become: true\n ansible.builtin.file:\n path: /etc/result\n state: directory\n mode: '0755'\n\n- name: Extract result application archive\n become: true\n ansible.builtin.unarchive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1388, "all_permissive": false }
ansible_role
RedBoardDev/epitech_projets
3db6a7a2452103fedb6ed39a53ee8027fbdab574
0
octopus/roles/worker
4,937
[ "no_license" ]
[ { "path": "octopus/roles/worker/tasks/main.yml", "content": "---\n- name: Create directory for worker application\n become: true\n ansible.builtin.file:\n path: /etc/worker\n state: directory\n mode: '0755'\n\n- name: Check that pom.xml exists\n ansible.builtin.stat:\n path: /etc/worker/pom.x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1546, "all_permissive": false }
ansible_role
iamc/HPCKP15-Ansible-hands-on
8610c1b269e0772f766a410613abb279dc3c6102
2
ansible/roles/check_mk
4,937
[ "no_license" ]
[ { "path": "ansible/roles/check_mk/handlers/main.yml", "content": "---\n\n- name: save iptables\n command: service iptables save\n\n- name: restart iptables\n service: name=iptables state=restarted\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
iamc/HPCKP15-Ansible-hands-on
8610c1b269e0772f766a410613abb279dc3c6102
2
ansible/roles/common
4,937
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/packages.yml", "content": "---\n\n#\n# Repositories setup\n#\n\n# Disable media repo, mistakenly enabled in the vagrant box.\n- name: Disable media repo\n replace: dest=/etc/yum.repos.d/sl6-media.repo\n regexp='^enabled=1' \n replace='enabled=0'\n\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3348, "all_permissive": false }
ansible_role
nwren1337/laptop-config
510646130b6c8b5963b625a6b332d3c71d4a8739
0
roles/container_tools
4,937
[ "no_license" ]
[ { "path": "roles/container_tools/tasks/skaffold.yml", "content": "---\n# task to install skaffold\n- name: Check install location\n shell: \"ls {{ install_dir }}/{{ skaffold_bin }}\"\n register: installed\n failed_when: \"installed.rc not in [0, 2]\"\n\n- name: Download Skaffold\n ansible.builtin.get_ur...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2959, "all_permissive": false }
ansible_role
nwren1337/laptop-config
510646130b6c8b5963b625a6b332d3c71d4a8739
0
roles/shell
4,937
[ "no_license" ]
[ { "path": "roles/shell/files/bashrc", "content": "# .bashrc\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n . /etc/bashrc\nfi\n\n# User specific environment\nif ! [[ \"$PATH\" =~ \"$HOME/.local/bin:$HOME/bin:\" ]]; then\n PATH=\"$HOME/.local/bin:$HOME/bin:$PATH\"\nfi\nexport PATH\n\n# Un...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1528, "all_permissive": false }
ansible_role
nwren1337/laptop-config
510646130b6c8b5963b625a6b332d3c71d4a8739
0
roles/vscode
4,937
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n# tasks file for vscode\n- name: Import MS GPG Key\n ansible.builtin.rpm_key:\n key: \"https://packages.microsoft.com/keys/microsoft.asc\"\n state: present\n become: yes\n notify:\n - DNF update\n\n- name: Ensure repo present\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 703, "all_permissive": false }
ansible_role
bonovoxly/bitcoin-node
1dab6930c31f56adfd784282c2c908ff08a032d2
12
ansible/roles/instance.bitcoind
4,937
[ "no_license" ]
[ { "path": "ansible/roles/instance.bitcoind/defaults/main.yml", "content": "---\nvolume_path: /data\nbitcoind_docker_image: bcawthra/bitcoind:latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/roles/instance.bitcoind/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1057, "all_permissive": false }
ansible_role
bonovoxly/bitcoin-node
1dab6930c31f56adfd784282c2c908ff08a032d2
12
ansible/roles/instance.bitcoind_automated_updates
4,937
[ "no_license" ]
[ { "path": "ansible/roles/instance.bitcoind_automated_updates/templates/automated-updates.service.j2", "content": "[Unit]\nDescription=bitcoin-node stop, update, and reboot service.\n\n[Service]\nType=simple\nRestart=no\nExecStart=/usr/local/sbin/update.sh\n[Install]\nWantedBy=multi-user.target\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1013, "all_permissive": false }
ansible_role
bonovoxly/bitcoin-node
1dab6930c31f56adfd784282c2c908ff08a032d2
12
ansible/roles/instance.packages
4,937
[ "no_license" ]
[ { "path": "ansible/roles/instance.packages/tasks/main.yml", "content": "---\n# stop services from starting automatically\n- name: Copy policy-rc.d file (to stop dpkg from autostarting services).\n copy:\n content: \"#!/bin/sh\\necho 'All runlevel operations denied by policy' >&2\\nexit 101\"\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
perfecto25/MacOS_ansible
163a194c9f00b5eb80e3d81e4fddc936d77f4314
0
playbooks/roles/mac
4,997
[ "no_license" ]
[ { "path": "playbooks/roles/mac/tasks/users.yaml", "content": "- name: Add users\n shell: |\n sudo dscl . -create /Users/{{ item.name }}\n sudo dscl . -create /Users/{{ item.name }} UserShell /bin/bash\n sudo dscl . -create /Users/{{ item.name }} RealName \"{{ item.realname }}\"\n sudo dscl . -c...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5916, "all_permissive": false }
ansible_role
perfecto25/MacOS_ansible
163a194c9f00b5eb80e3d81e4fddc936d77f4314
0
playbooks/roles/mint
4,997
[ "no_license" ]
[ { "path": "playbooks/roles/mint/templates/resolv.j2", "content": "search dns.corp\nnameserver 172.16.17.32\nnameserver 192.168.127.12\nnameserver 9.9.9.9\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "playbooks/roles/mint/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1937, "all_permissive": false }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/clamav-mirror
4,997
[ "permissive" ]
[ { "path": "roles/clamav-mirror/tasks/main.yaml", "content": "- name: Update APT caches\n apt:\n update_cache: yes\n cache_valid_time: 3600\n tags:\n - clamav-mirror\n\n- name: Install software\n apt:\n name:\n - python3\n state: present\n tags:\n - clamav-mirror\n\n- name: Create ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2583, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/dante
4,997
[ "permissive" ]
[ { "path": "roles/dante/tasks/main.yml", "content": "- name: Install software\n apt:\n update_cache: true\n cache_valid_time: 1800\n name:\n - dante-server\n - libpam-pwdfile\n - python3-passlib\n state: present\n register: dante_software_install\n tags:\n - configuration\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1596, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/docker
4,997
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Add APT key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n register: docker_key\n tags:\n - configuration\n - docker\n\n- name: Add repository\n apt_repository:\n repo: 'deb [arch=amd64] http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1216, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/docker-compose-project
4,997
[ "permissive" ]
[ { "path": "roles/docker-compose-project/templates/docker-compose.yml.j2", "content": "services:\n app:\n restart: always\n image: '{{ app_docker_image }}'\n\n {% if publish_app_ports_ %}\n\n ports:\n - '127.0.0.1:{{ service_port_ }}:{{ internal_port_ }}'\n {% endif %}\n\n {% if add_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5107, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/dumbproxy
4,997
[ "permissive" ]
[ { "path": "roles/dumbproxy/templates/dumbproxy.service.j2", "content": "[Unit]\nDescription=Dumb Proxy\nDocumentation=https://github.com/SenseUnit/dumbproxy/\nAfter=network.target network-online.target\nRequires=network-online.target\n\n[Service]\nEnvironmentFile=/etc/default/dumbproxy\nUser=root\nGroup=roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5728, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/firewall
4,997
[ "permissive" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "- name: Install UFW\n apt:\n name: ufw\n state: present\n tags:\n - configuration\n - firewall\n\n- name: Allow services\n ufw:\n rule: '{{ item.rule }}'\n proto: '{{ item.proto }}'\n to_port: '{{ item.to_port }}'\n with_items: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/https-site
4,997
[ "permissive" ]
[ { "path": "roles/https-site/tasks/main.yml", "content": "- name: Check SSL certificates\n stat:\n path: /etc/letsencrypt/live/{{ http_domain }}\n register: nginx_ssl_result\n tags:\n - deploy\n - https-site\n\n- name: Setup NGINX no SSL host config\n template:\n src: templates/nginx-no-ssl.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1814, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/login-notify
4,997
[ "permissive" ]
[ { "path": "roles/login-notify/tasks/main.yml", "content": "- name: Create notifier script\n template:\n src: templates/notifier.j2\n dest: /usr/local/bin/notify-login\n mode: 0755\n tags:\n - configuration\n - login-notify\n\n- name: Create PAM hook\n template:\n src: templates/pam.d.no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 797, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/logrotate
4,997
[ "permissive" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "- name: Install logrotate\n apt:\n name: logrotate\n state: present\n tags:\n - configuration\n - logrotate\n\n- name: Setup fail2ban rotation\n template:\n src: templates/fail2ban.j2\n dest: /etc/logrotate.d/fail2ban\n when: fail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 925, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/nginx
4,997
[ "permissive" ]
[ { "path": "roles/nginx/templates/default.conf.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server;\n\n root /var/www/common;\n\n index index.html index.htm;\n\n server_name _;\n\n location / {\n try_files $uri $uri/ =404;\n }\n}\n\nserver {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1931, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/reboot
4,997
[ "permissive" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "- name: Setup periodical reboot\n template:\n src: templates/reboot.cron\n dest: /etc/cron.d/per-reboot\n register: setup_reboot_result\n tags:\n - setup-reboot\n\n- name: Restart Cron\n service:\n name: cron\n state: restarted\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/squid
4,997
[ "permissive" ]
[ { "path": "roles/squid/templates/nginx-squid-stream.conf.j2", "content": "stream {\n log_format proxy '$remote_addr [$time_local] '\n '$protocol $status $bytes_sent $bytes_received '\n '$session_time \"$upstream_addr\" '\n '\"$upstream_bytes_sen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4327, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/system
4,997
[ "permissive" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: Install basic software\n apt:\n update_cache: yes\n cache_valid_time: 3600\n name:\n - zsh\n - git\n - jq\n - curl\n - tmux\n - mosh\n - htop\n - python3\n - python3-pip\n - python3-venv\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/users-json
4,997
[ "permissive" ]
[ { "path": "roles/users-json/tasks/main.yml", "content": "- name: Users JSON\n debug:\n msg: '{{ proxy_users_db | users_json_create }}'\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 80 }, { "path": "roles/users-json/filter_plugins/cust...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1153, "all_permissive": true }
ansible_role
andre487/infrastructure
4d3c32ac4c969fe2a662e27c0bbfb117ba309891
0
roles/yandex-cloud
4,997
[ "permissive" ]
[ { "path": "roles/yandex-cloud/tasks/main.yml", "content": "- name: Ensure certificate directory exists\n file:\n path: /usr/local/share/ca-certificates/Yandex\n state: directory\n tags:\n - configuration\n - yandex-cloud\n\n- name: Check Yandex certificate\n stat:\n path: /usr/local/share/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 972, "all_permissive": true }
ansible_role
personal-r2-labs/525-infraagil
e7fff2b1365ab2ed93ec3be2cb64091e0e882ce4
0
roles/apache
4,997
[ "no_license" ]
[ { "path": "roles/apache/tasks/web.yaml", "content": "- name: copiar arquivo para diretorio apache\n copy:\n src: /etc/ansible/roles/apache/files/index.html \n dest: /var/www/html/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/apache...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 610, "all_permissive": false }
ansible_role
personal-r2-labs/525-infraagil
e7fff2b1365ab2ed93ec3be2cb64091e0e882ce4
0
roles/docker
4,997
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: Instalando o Docker\n shell: curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh\n\n\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
personal-r2-labs/525-infraagil
e7fff2b1365ab2ed93ec3be2cb64091e0e882ce4
0
roles/initial
4,997
[ "no_license" ]
[ { "path": "roles/initial/tasks/user.yaml", "content": "---\n\n- name: criando usuarios padroes\n user:\n name: \"{{item.nome}}\"\n password: \"{{<PASSWORD>}}\"\n home: \"/srv/{{item.nome}}\"\n with_items:\n - {nome: romulo, senha: <PASSWORD>'}\n - {nome: developer, senha: <PASSWORD>'}\n - {nom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
personal-r2-labs/525-infraagil
e7fff2b1365ab2ed93ec3be2cb64091e0e882ce4
0
roles/puppet
4,997
[ "no_license" ]
[ { "path": "roles/puppet/tasks/repository.yaml", "content": "- name: instalar repositorio Centos7\n yum:\n name: https://yum.puppet.com/puppet5/puppet5-release-el-7.noarch.rpm \n when: \n - ansible_distribution_major_version == \"7\"\n - ansible_distribution == \"CentOS\"\n\n- name: instalar reposito...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 754, "all_permissive": false }
ansible_role
babevg/ansible
ebdaec221d74a6eb2a97b60708ce6fa4e79ebbe6
0
roles/common
4,997
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Set timezone\n ansible.builtin.timezone:\n name: Europe/Moscow\n\n- name: Install zabbix repo\n apt:\n deb: https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu20.04_all.deb\n\n- name: Install za...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": false }
ansible_role
babevg/ansible
ebdaec221d74a6eb2a97b60708ce6fa4e79ebbe6
0
roles/db
4,997
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: Copy GPG key for PG repo\n ansible.builtin.apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n keyring: /etc/apt/trusted.gpg.d/postgresql.gpg\n state: present\n\n- name: Add PG repo\n ansible.builtin.apt_repository:\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
babevg/ansible
ebdaec221d74a6eb2a97b60708ce6fa4e79ebbe6
0
roles/dns
4,997
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "- name: Install BIND\n package:\n name: \n - bind9\n - bind9utils\n - bind9-doc\n - bind9-host\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
babevg/ansible
ebdaec221d74a6eb2a97b60708ce6fa4e79ebbe6
0
roles/elk
4,997
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "- name: Install Elasticsearch\n apt:\n deb: http://10.8.0.1/elasticsearch-8.7.0-amd64.deb\n state: present\n\n- name: Enable Elasticsearch service\n ansible.builtin.service:\n name: elasticsearch\n enabled: yes\n state: started\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
babevg/ansible
ebdaec221d74a6eb2a97b60708ce6fa4e79ebbe6
0
roles/filebeat
4,997
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "- name: Install Filebeat\n apt:\n deb: http://10.8.0.1/filebeat-8.7.0-amd64.deb\n state: present\n\n- name: Copy Config\n ansible.builtin.copy:\n src: filebeat.yml\n dest: /etc/filebeat/filebeat.yml\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1271, "all_permissive": false }
ansible_role
babevg/ansible
ebdaec221d74a6eb2a97b60708ce6fa4e79ebbe6
0
roles/mail
4,997
[ "no_license" ]
[ { "path": "roles/mail/tasks/main.yml", "content": "- name: Install Postfix\n package:\n name: postfix\n state: latest\n\n- name: Install Dovecot\n package:\n name:\n - dovecot-core\n - dovecot-imapd\n - dovecot-pop3d\n - dovecot-lmtpd\n state: latest\n\n- name: Install Roun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
babevg/ansible
ebdaec221d74a6eb2a97b60708ce6fa4e79ebbe6
0
roles/web
4,997
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: Install Nginx\n package:\n name: nginx\n state: latest\n\n- name: Install Apache\n package:\n name: apache2\n state: latest\n\n- name: Install Apache FastCGI\n apt:\n deb: https://mirrors.edge.kernel.org/ubuntu/pool/multiverse/liba/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/common
4,997
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for common\n\npackages:\n - unzip\n - wget\n - curl\n - git\n - python3\n - python3-pip\n - vim\n\npip_packages:\n - ansible\n - github3.py\n - docker\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1045, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/docker
4,997
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: Create Docker directory\n ansible.builtin.file:\n path: \"{{ docker_dir }}\"\n state: directory\n owner: \"{{ username }}\"\n group: \"{{ groupname }}\"\n mode: \"0755\"\n\n- name: Create data direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2127, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/esphome
4,997
[ "no_license" ]
[ { "path": "roles/esphome/templates/docker-compose.yml", "content": "services:\n esphome:\n container_name: esphome\n image: esphome/esphome:latest\n restart: unless-stopped\n ports:\n - \"6052:6052\" \n environment:\n - ESPHOME_DASHBOARD_USE_PING=true \n volumes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2018, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/guacamole
4,997
[ "no_license" ]
[ { "path": "roles/guacamole/tasks/main.yml", "content": "---\n# tasks file for guacamole\n\n- name: Create guacamole container\n community.docker.docker_container:\n name: guacamole\n image: maxwaldorf/guacamole\n pull: true\n state: started\n restart_policy: unless-stopped\n ports:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1056, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/homeassistant
4,997
[ "no_license" ]
[ { "path": "roles/homeassistant/templates/docker-compose.yml", "content": "services:\n homeassistant:\n container_name: homeassistant\n image: lscr.io/linuxserver/homeassistant:latest\n restart: unless-stopped\n ports:\n - \"8123:8123\" \n volumes:\n - \"{{ homeassistant_config_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2346, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/jellyfin
4,997
[ "no_license" ]
[ { "path": "roles/jellyfin/vars/main.yml", "content": "---\n# vars file for jellyfin\n\njellyfin_dir: \"{{ docker_dir }}/jellyfin\"\njellyfin_config_dir: \"{{ jellyfin_dir }}/config\"\njellyfin_cache_dir: \"{{ jellyfin_dir }}/cache\"\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2492, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/mqtt
4,997
[ "no_license" ]
[ { "path": "roles/mqtt/tasks/main.yml", "content": "---\n# tasks file for mqtt\n\n- name: Create mqqt user\n ansible.builtin.user:\n name: mqtt\n uid: 1883\n create_home: no\n home: \"{{ mqtt_dir }}\"\n\n- name: Create mqtt base directory\n ansible.builtin.file:\n path: \"{{ mqtt_dir }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2756, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/nextcloud
4,997
[ "no_license" ]
[ { "path": "roles/nextcloud/vars/main.yml", "content": "---\n# vars file for nextcloud\n\nnextcloud_dir: \"{{ docker_dir }}/nextcloud\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n# tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/nexus
4,997
[ "no_license" ]
[ { "path": "roles/nexus/templates/docker-compose.yml", "content": "services:\n\n nexus:\n container_name: nexus\n image: sonatype/nexus3\n restart: unless-stopped\n ports:\n - \"8081:8081\"\n - \"10001:10001\"\n volumes:\n - \"{{ nexus_data_dir }}:/nexus-data\"\n - /etc/ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2182, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/nodered
4,997
[ "no_license" ]
[ { "path": "roles/nodered/templates/docker-compose.yml", "content": "services:\n nodered:\n container_name: nodered\n image: nodered/node-red:latest\n restart: unless-stopped\n ports:\n - \"1880:1880\" \n volumes:\n - \"{{ nodered_data_dir }}:/data\"\n - /etc/localtime:/etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1944, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/unifictrl
4,997
[ "no_license" ]
[ { "path": "roles/unifictrl/templates/docker-compose.yml", "content": "services:\n\n unifictrl:\n image: lscr.io/linuxserver/unifi-controller:latest\n container_name: unifi-controller\n environment:\n - PUID=1025\n - PGID=1025\n - MEM_LIMIT=1024 #optional\n - MEM_STARTUP=1024 #o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2720, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/unifina
4,997
[ "no_license" ]
[ { "path": "roles/unifina/vars/main.yml", "content": "---\n# vars file for unifina\n\nunifina_dir: \"{{ docker_dir }}/unifina\"\nunifina_config_dir: \"{{ unifina_dir }}/config\"\nunifina_data_dir: \"{{ unifina_dir }}/data\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3973, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/vaultwarden
4,997
[ "no_license" ]
[ { "path": "roles/vaultwarden/tasks/main.yml", "content": "---\n# tasks file for vaultwarden\n\n- name: Create vaultwarden container\n community.docker.docker_container:\n name: vaultwarden\n image: vaultwarden/server:latest\n pull: true\n state: started\n restart_policy: unless-stopped\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1101, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/wikijs
4,997
[ "no_license" ]
[ { "path": "roles/wikijs/tasks/main.yml", "content": "---\n# tasks file for wikijs\n\n- name: Create wikijs data directory\n ansible.builtin.file:\n path: \"{{ wikijs_dir }}\"\n state: directory\n mode: '0755'\n access_time: preserve\n modification_time: preserve\n\n- name: copy wikijs files\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2674, "all_permissive": false }
ansible_role
brulejr/ansible-homelab-suite
a1abf7b779973abfc38781118b3576ce858d6d07
1
roles/wireguard
4,997
[ "no_license" ]
[ { "path": "roles/wireguard/vars/main.yml", "content": "---\n# vars file for wireguard\n\nwireguard_dir: \"{{ docker_dir }}/wireguard\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/wireguard/tasks/main.yml", "content": "---\n# tasks f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1319, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d1/roles/configure-db-mysql
4,997
[ "no_license" ]
[ { "path": "e2e-d1/roles/configure-db-mysql/tasks/main.yml", "content": "---\n- name: install mysql package\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - mysql-common\n - python-mysqldb\n# - MySQLdb\n# - mysql\n# - mysqldump\n\n- name: Start mysql serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d1/roles/configure-reverse-proxy
4,997
[ "no_license" ]
[ { "path": "e2e-d1/roles/configure-reverse-proxy/tasks/main.yml", "content": "---\n- name: install apache2 package\n apt:\n name: \"{{item}}\" \n state: present\n with_items:\n - apache2\n - build-essential\n# - lib-apache2-mod-proxy-html\n\n- name: enable proxy modules in apache\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2330, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d1/roles/configure-webserver-apache
4,997
[ "no_license" ]
[ { "path": "e2e-d1/roles/configure-webserver-apache/vars/main.yml", "content": "---\nproxy_env:\n http_proxy: http://dcim:3128\n https_proxy: http://dcim:3128\n no_proxy: localhost,127.0.0.1,10.*.*.*,*.poc,dcim,gitlaboxy.example.com:8080\napt_packages:\n - apache2\n - apache2-dev\n - libapache2-mod-...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 7573, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d1/roles/create-nova-vm
4,997
[ "no_license" ]
[ { "path": "e2e-d1/roles/create-nova-vm/vars/main.yml", "content": "host_table_entry: |\n 10.0.0.100 dcim\n #192.168.3.11\tdcim\tcontroller\tkeystone\netc_environment_entry: |\n export https_proxy=\"http://dcim:3128\"\n export http_proxy=\"http://dcim:3128\"\n no_prox...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2145, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/apply-common-config
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/apply-common-config/tasks/common-config.yml", "content": "# Include IP address and host names in the hosts file . This are taken from the varibale file \n- name: Add host addresses to /etc/hosts\n blockinfile:\n dest: /etc/hosts\n block: \"{{ host_table_entry }}\"\n\n#...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1458, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/configure-db-mysql
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/configure-db-mysql/tasks/configure-db.yml", "content": "---\n- name: install mysql package\n apt:\n name: \"{{ item }}\"\n state: latest\n allow_unauthenticated: yes\n with_items: \"{{db_server_apt_packages}}\" \n\n- name: Configure my sql to listen and bind on all IP ad...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1472, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/configure-reverse-proxy
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/configure-reverse-proxy/templates/reverseproxy-e2e-djangovm.j2", "content": "## Load the required modules.\n#LoadModule proxy_http_module modules/mod_proxy_http.so\n#LoadModule proxy_connect_module modules/mod_proxy_connect.so\nListen {{ rp_http_port }}\nListen {{ rp_https_port }}\nL...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10374, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/configure-webserver-apache
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/configure-webserver-apache/templates/ports.conf.ansible-file.j2", "content": "# If you just change the port or add more ports here, you will likely also\n# have to change the VirtualHost statement in\n# /etc/apache2/sites-enabled/000-default.conf\n\nListen {{ app_server_apache_listen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 16077, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/create-external-router
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/create-external-router/tasks/main.yml", "content": "- include: create-external-router.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "e2e-d2/roles/create-external-router/tasks/create-external-router.yml", "content": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2125, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/create-internal-router
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/create-internal-router/tasks/create-internal-router.yml", "content": "---\n# Create a new (or update an existing) subnet on the specified network\n- name: Create a new (or update an existing) router to connect two subnets \n os_router:\n state: present\n# auth:\n# aut...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/create-network
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/create-network/tasks/create-network.yml", "content": "---\n- name: create a network\n os_network:\n state: present\n# auth:\n# auth_url: \"{{ auth_url_var }}\"\n# auth_version: 3\n# user_domian_name: default\n# project_domain_name: def...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 828, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/create-nova-vm
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/create-nova-vm/tasks/main.yml", "content": "- include: create-nova-vm.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "e2e-d2/roles/create-nova-vm/templates/e2d-inventory.j2", "content": "[groupofjustcreatedvm]\n{% fo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3275, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/create-security-group
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/create-security-group/tasks/main.yml", "content": "- include: create-security-group.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "e2e-d2/roles/create-security-group/tasks/create-security-group.yml", "content": "---...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 484, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/create-security-rules
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/create-security-rules/tasks/main.yml", "content": "- include: create-security-rules.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "e2e-d2/roles/create-security-rules/tasks/create-security-rules.yml", "content": "---...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 692, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
e2e-d2/roles/create-subnetwork
4,997
[ "no_license" ]
[ { "path": "e2e-d2/roles/create-subnetwork/tasks/main.yml", "content": "- include: create-subnetwork.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "e2e-d2/roles/create-subnetwork/tasks/create-subnetwork.yml", "content": "---\n# Create a new...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1098, "all_permissive": false }
ansible_role
BhujayKumarBhatta/ansible-apache-squid
7934450479ce30e45ac4fd2568628a249538c87f
0
inet-srv-proto/roles/apache-rev-proxy
4,997
[ "no_license" ]
[ { "path": "inet-srv-proto/roles/apache-rev-proxy/vars/main.yml", "content": "host_table_entry: |\n 10.0.0.11 controller-org horizon\n #172.16.31.10\tdcim\tcontroller\tkeystone\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2281, "all_permissive": false }
ansible_role
borg-z/pt-slave-delay-ansible
a53e4c194bc9ecee5dc4f1279563144da659bb4c
0
roles/pt-slave-delay
4,997
[ "no_license" ]
[ { "path": "roles/pt-slave-delay/tasks/main.yml", "content": "---\n\n- name: Add percona yum repository\n yum:\n name: \"https://repo.percona.com/yum/percona-release-latest.noarch.rpm\"\n state: present\n\n- name: Install packages from percona repo\n yum:\n name: \"percona-toolkit\"\n state: la...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1928, "all_permissive": false }
ansible_role
egguy/ansible_ebot
d4d473e299fc3cad9abfbd4e3baee9b5d8d8e620
0
roles/common
4,997
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install base packages\n apt: \n name: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - ca-certificates\n - apt-transport-https\n - curl\n - software-properties-common\n - python-pip\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
egguy/ansible_ebot
d4d473e299fc3cad9abfbd4e3baee9b5d8d8e620
0
roles/docker
4,997
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Add docker apt-key\n apt_key:\n url: \"https://download.docker.com/linux/ubuntu/gpg\"\n state: present\n\n- name: Add docker repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
egguy/ansible_ebot
d4d473e299fc3cad9abfbd4e3baee9b5d8d8e620
0
roles/ebot
4,997
[ "no_license" ]
[ { "path": "roles/ebot/tasks/main.yaml", "content": "---\n\n- name: Install git\n apt: \n name: \"git\"\n state: present\n update_cache: yes\n\n- name: Check repo exists\n stat:\n path: \"/srv/ebot-docker/\"\n register: ebot_dir\n\n- name: Checkout git ebot docker image\n git:\n repo: \"ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
AccurateApplication/gcp-terraform
a9f5ac55de28d39b3c98c7e15c02a9850632f860
0
ansible/roles/provisioner
4,997
[ "no_license" ]
[ { "path": "ansible/roles/provisioner/tasks/main.yml", "content": "---\n- name: Install yum packages list\n yum:\n name: \"{{ package_list }}\"\n state: present\n\n- name: install repo list\n yum:\n name: \"{{ repo_list }}\"\n state: present\n update_cache: yes\n\n\n- name: Ensure chrony run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
AccurateApplication/gcp-terraform
a9f5ac55de28d39b3c98c7e15c02a9850632f860
0
ansible/roles/wireguard
4,997
[ "no_license" ]
[ { "path": "ansible/roles/wireguard/tasks/main.yml", "content": "---\n\n- name: Install wireguard package\n yum:\n state: latest\n name: wireguard-tools\n\n- name: Install kernelmod wireguard\n yum:\n state: latest\n name: kmod-wireguard\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
Challa-shekhar/lamp
5613fdcad74bf7f96630ee99733a92efc30afce9
0
roles/common
4,997
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# Pre-req config\n- name: Check if EPEL repo is already configured.\n stat: \n path: '{{ epel_repofile_path }}'\n register: epel_repofile_result\n\n- name: Install EPEL repo.\n yum:\n name: '{{ epel_repo_url }}'\n state: present\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
Challa-shekhar/lamp
5613fdcad74bf7f96630ee99733a92efc30afce9
0
roles/db
4,997
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# This playbook will install mysql and create db user and give permissions.\n- name: check if mysql repo is already configured\n stat:\n path: '{{ mysql_repo_path }}'\n register: mysql_repo_result\n\n- name: Install Mysql Repository\n yum:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1712, "all_permissive": false }
ansible_role
ZhujingJava/ansible-roles-redis
5aa836f9069078ac7c11d9540035a099bea32df8
0
roles/geerlingguy.redis
4,997
[ "no_license" ]
[ { "path": "roles/geerlingguy.redis/tasks/setup-RedHat.yml", "content": "---\n# - name: Ensure Redis is installed.\n# become: yes\n# package:\n# name: \"{{ redis_package }}\"\n# state: present\n# enablerepo: \"{{ redis_enablerepo | default(omit, true) }}\"\n- name: Ensure Redis is installed f...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2531, "all_permissive": false }
ansible_role
itxx00/ansible-role-mysql57
019c09a55147456eace207887fc3c00987bf9664
0
roles/common
4,997
[ "no_license" ]
[ { "path": "roles/common/tasks/tasks.yml", "content": "---\n\n#- name: install libselinux-python\n# yum: name=libselinux-python state=installed\n\n- name: disable iptables service\n service: name=iptables state=stopped enabled=no\n failed_when: False\n\n- name: disable firewalld service\n service: name=f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3283, "all_permissive": false }
ansible_role
itxx00/ansible-role-mysql57
019c09a55147456eace207887fc3c00987bf9664
0
roles/mysql
4,997
[ "no_license" ]
[ { "path": "roles/mysql/templates/my.cnf.j2", "content": "[mysqld]\ndatadir=/data/mysql\nsocket=/data/mysql/mysql.sock\nuser=mysql\n# Disabling symbolic-links is recommended to prevent assorted security risks\nsymbolic-links=0\nport={{ mysql_port }}\nbind-address={{ mysql_bind_address }}\nserver-id ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4629, "all_permissive": false }
ansible_role
davidbirdsong/ansible-vars-weirdness
4df8f02278fd5aafe3ed84bf18ceff7a1cad55fa
0
roles/reusablerole
5,037
[ "no_license" ]
[ { "path": "roles/reusablerole/tasks/main.yml", "content": "---\n- name: test\n debug: msg=\"value={{ value }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/reusablerole/defaults/main.yml", "content": "---\nvalue: defaul_value\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 74, "all_permissive": false }
ansible_role
davidbirdsong/ansible-vars-weirdness
4df8f02278fd5aafe3ed84bf18ceff7a1cad55fa
0
roles/toprole
5,037
[ "no_license" ]
[ { "path": "roles/toprole/vars/main.yml", "content": "---\ntld_val: \"{{ testcommon.value }}_plus_tld_val\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/toprole/tasks/main.yml", "content": "---\n- name: check_job-vars\n debug: msg=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 209, "all_permissive": false }
ansible_role
trbKnl/movez-chat
7510c0bf356ab574e273f37c43e8508866581490
1
researchcloud_deployment/playbooks/roles/docker
5,037
[ "no_license" ]
[ { "path": "researchcloud_deployment/playbooks/roles/docker/tasks/main.yaml", "content": "---\n- name: Get Docker install script from url\n shell: curl -fsSL https://get.docker.com -o get-docker.sh\n\n- name: Install Docker\n shell: docker || /bin/sh get-docker.sh\n\n- name: Get Docker Compose from Github\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
trbKnl/movez-chat
7510c0bf356ab574e273f37c43e8508866581490
1
researchcloud_deployment/playbooks/roles/rsyslogd
5,037
[ "no_license" ]
[ { "path": "researchcloud_deployment/playbooks/roles/rsyslogd/tasks/main.yaml", "content": "---\n- name: Send rsyslogd logs to td-agent\n lineinfile:\n path: /etc/rsyslog.conf\n line: \"*.* @127.0.0.1:5140\"\n\n- name: Restart rsyslogd service\n ansible.builtin.systemd:\n name: rsyslog.service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
trbKnl/movez-chat
7510c0bf356ab574e273f37c43e8508866581490
1
researchcloud_deployment/playbooks/roles/td-agent
5,037
[ "no_license" ]
[ { "path": "researchcloud_deployment/playbooks/roles/td-agent/tasks/main.yaml", "content": "---\n- name: Install td-agent (a stable version of fluentd)\n shell: curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-focal-td-agent4.sh | sh\n\n- name: Write td-agent config\n ansible.builtin.copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2269, "all_permissive": false }
ansible_role
CodeWithCosmo/Ansible
7f943504a045a4bc5189c25cadc63b650459425b
0
playbooks/roles/ansible_roles
5,037
[ "no_license" ]
[ { "path": "playbooks/roles/ansible_roles/tasks/main.yml", "content": "- name: ensure apache is at the latest version\n yum:\n name: httpd\n state: latest\n notify:\n - enable httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 198, "all_permissive": false }
ansible_role
avigovskij/vpn
ac51277d1e072010efb7caef2d6e2e3e78d77fb4
0
ansible/roles/build_ovpn
5,037
[ "no_license" ]
[ { "path": "ansible/roles/build_ovpn/README.md", "content": "Role _build_ovpn_\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "ansible/roles/build_ovpn/tasks/main.yml", "content": "---\n- name: main | Build client.ovpn file\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 155, "all_permissive": false }
ansible_role
avigovskij/vpn
ac51277d1e072010efb7caef2d6e2e3e78d77fb4
0
ansible/roles/config_ca
5,037
[ "no_license" ]
[ { "path": "ansible/roles/config_ca/tasks/main.yml", "content": "---\n- name: Initialize PKI\n ansible.builtin.include_role:\n name: pki_init\n vars:\n rsa_home: \"{{ ca_rsa_home }}\"\n\n# As output of it's task execution there is new templates:\n# $EASYRSA/pki/ca.crt - file with content of public ce...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1024, "all_permissive": false }
ansible_role
avigovskij/vpn
ac51277d1e072010efb7caef2d6e2e3e78d77fb4
0
ansible/roles/config_server
5,037
[ "no_license" ]
[ { "path": "ansible/roles/config_server/files/vpn_routing.sh", "content": "#!/bin/sh\n# укажите имя интерфейса, иначе скрипт попытается выбрать его автоматически\n#DEV='eth0'\n# проверить можно командой “ip a”\nDEV='ens3'\n# Значение подсети\n# изменяется в соответствии с конфигурацией \nPRIVATE=10.8.0.0/24\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2602, "all_permissive": false }
ansible_role
avigovskij/vpn
ac51277d1e072010efb7caef2d6e2e3e78d77fb4
0
ansible/roles/easy_rsa_install
5,037
[ "no_license" ]
[ { "path": "ansible/roles/easy_rsa_install/tasks/main.yml", "content": "---\n- name: Install epel-release-latest\n ansible.builtin.yum:\n name: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\"\n state: present\n disable_gpg_check: tru...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 917, "all_permissive": false }
ansible_role
avigovskij/vpn
ac51277d1e072010efb7caef2d6e2e3e78d77fb4
0
ansible/roles/generate_cert_request
5,037
[ "no_license" ]
[ { "path": "ansible/roles/generate_cert_request/tasks/main.yml", "content": "---\n- name: Generate sign request\n manage_pki:\n name: \"{{ node_name }}\"\n rsa_home: \"{{ rsa_home }}\"\n state: request\n register: request_generation_result\n\n- name: Fetch generated certificate request\n ansible....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 421, "all_permissive": false }