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
bruno-yamada/nw-devops-challenge
581e5e8c3f542659d6c18ef0d9ad244e3918f7ea
0
infra/ansible/roles/docker
1,799
[ "no_license" ]
[ { "path": "infra/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: check whether docker exists\n shell: command -v docker\n ignore_errors: True\n register: docker_installed\n\n- include_tasks: install.yml\n when: docker_installed is failed\n\n- name: install epel-release\n yum:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
bruno-yamada/nw-devops-challenge
581e5e8c3f542659d6c18ef0d9ad244e3918f7ea
0
infra/ansible/roles/nginx
1,799
[ "no_license" ]
[ { "path": "infra/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: check whether nginx exists\n shell: command -v nginx\n ignore_errors: True\n register: nginx_installed\n\n- include_tasks: install.yml\n when: nginx_installed is failed", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
farshadzamanirad-projects/Multiple-master-k8s
37a35c0ef288d5c6e3595150cbdaf5dd4ea2c795
1
roles/dockubebinaries
1,799
[ "no_license" ]
[ { "path": "roles/dockubebinaries/tasks/main.yaml", "content": "---\n- name: Disable the ufw firewall (on Ubuntu, if configured).\n service:\n name: ufw\n state: stopped\n enabled: false\n\n- name: Remove unwanted packages\n apt:\n pkg:\n - snapd \n - samba-common \n - smbclient ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2123, "all_permissive": false }
ansible_role
farshadzamanirad-projects/Multiple-master-k8s
37a35c0ef288d5c6e3595150cbdaf5dd4ea2c795
1
roles/infra
1,799
[ "no_license" ]
[ { "path": "roles/infra/tasks/main.yaml", "content": "- name: forced-destroy exisiting vagrant-machines \n shell: vagrant destroy -f\n\n- name: fireup machines!\n shell: vagrant up\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
farshadzamanirad-projects/Multiple-master-k8s
37a35c0ef288d5c6e3595150cbdaf5dd4ea2c795
1
roles/loadbalancer
1,799
[ "no_license" ]
[ { "path": "roles/loadbalancer/handlers/main.yaml", "content": "- name: haproxy restart\n service: name=haproxy state=restarted enabled=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/loadbalancer/templates/ha.j2", "content": "#jinja2...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 789, "all_permissive": false }
ansible_role
farshadzamanirad-projects/Multiple-master-k8s
37a35c0ef288d5c6e3595150cbdaf5dd4ea2c795
1
roles/master01
1,799
[ "no_license" ]
[ { "path": "roles/master01/handlers/main.yaml", "content": "- name: kubelet restart\n service: name=kubelet state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/master01/tasks/main.yaml", "content": "---\n- name: Initialize the...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1487, "all_permissive": false }
ansible_role
farshadzamanirad-projects/Multiple-master-k8s
37a35c0ef288d5c6e3595150cbdaf5dd4ea2c795
1
roles/masters
1,799
[ "no_license" ]
[ { "path": "roles/masters/tasks/main.yaml", "content": "---\n- name: Copy join command to local file for master node\n copy:\n content: \"{{ hostvars['taghtaghoo']['kubermast'] }} --apiserver-advertise-address {{ ansible_host }}\"\n dest: \"/root/join-command-masternode.sh\"\n mode: 777\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
farshadzamanirad-projects/Multiple-master-k8s
37a35c0ef288d5c6e3595150cbdaf5dd4ea2c795
1
roles/network
1,799
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yaml", "content": "- name: Install calico pod network\n command: kubectl create -f https://docs.projectcalico.org/manifests/calico.yaml\n\n- name: add nginx-ingress repo\n command: helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx/\n\n- name: instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1699, "all_permissive": false }
ansible_role
farshadzamanirad-projects/Multiple-master-k8s
37a35c0ef288d5c6e3595150cbdaf5dd4ea2c795
1
roles/workers
1,799
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yaml", "content": "---\n- name: Copy join command to local file\n copy:\n content: \"{{ hostvars['taghtaghoo']['kubermand'] }}\" \n dest: \"/root/join-command-workermode.sh\"\n mode: 777\n- name: Join the workernode\n command: sh \"/root/join-command-workermode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
gozargah/marzban/roles/common
1,799
[ "no_license" ]
[ { "path": "gozargah/marzban/roles/common/tasks/docker_host_arch.yml", "content": "---\n- name: Set Docker repo compatible host's CPU architecture fact\n set_fact:\n arch_map:\n x86_64: amd64\n aarch64: arm64\n docker_host_arch: \"{{ arch_map.get(ansible_architecture, ansible_architecture) }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
gozargah/marzban/roles/dependencies
1,799
[ "no_license" ]
[ { "path": "gozargah/marzban/roles/dependencies/defaults/main.yml", "content": "---\n# defaults file for dependencies\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "gozargah/marzban/roles/dependencies/tests/test.yml", "content": "---\n- hosts...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1409, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
gozargah/marzban/roles/docker
1,799
[ "no_license" ]
[ { "path": "gozargah/marzban/roles/docker/tasks/redhat_docker.yml", "content": "---\n- name: Install docker role dependencies\n ansible.builtin.include_role:\n name: dependencies\n tasks_from: roles_deps/docker_dependencies.yml\n\n- name: Add Docker repository\n ansible.builtin.yum_repository:\n n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2422, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
roles/deploy_marzban
1,799
[ "no_license" ]
[ { "path": "roles/deploy_marzban/tasks/main.yml", "content": "---\n- name: Ensure Marzban directory exists\n ansible.builtin.file:\n path: \"{{ marzban_dir }}\"\n state: directory\n owner: root\n group: root\n mode: \"0755\"\n\n- name: Copy docker-compose.yml to {{ marzban_dir }}\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5140, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
roles/deploy_nginx_proxy_manager
1,799
[ "no_license" ]
[ { "path": "roles/deploy_nginx_proxy_manager/files/docker-compose.yml", "content": "services:\n app:\n image: 'jc21/nginx-proxy-manager:latest'\n restart: unless-stopped\n ports:\n - '80:80' # Public HTTP Port\n - '443:443' # Public HTTPS Port\n - '81:81' # Admin Web Port\n volume...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1016, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
roles/deploy_node
1,799
[ "no_license" ]
[ { "path": "roles/deploy_node/vars/main.yml", "content": "---\ndeploy_node_dir: /opt/marzban-node\ndeploy_node_volume_dir: /var/lib/marzban-node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/deploy_node/files/docker-compose.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1548, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
roles/get_marzban_token
1,799
[ "no_license" ]
[ { "path": "roles/get_marzban_token/tasks/main.yml", "content": "---\n- name: Fetch Marzban JWT\n ansible.builtin.uri:\n url: \"{{ marzban_subscription_subdomain }}.{{ marzban_domain }}/api/admin/token\"\n method: POST\n headers:\n Accept: \"application/json\"\n Content-Type: \"applicatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
roles/install_docker
1,799
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- name: Update APT cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Install prerequisite packages\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n state: present\n\n- name: Create directory for Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1203, "all_permissive": false }
ansible_role
mohrezfadaei/ansiban
017952c01fd2d34dd93f16606ef2b5d296149ac4
2
roles/restart_marzban
1,799
[ "no_license" ]
[ { "path": "roles/restart_marzban/tasks/main.yml", "content": "---\n- name: Bring down Marzban container\n ansible.builtin.command:\n cmd: docker compose down\n args:\n chdir: \"{{ marzban_dir }}\"\n register: down_output\n changed_when: \"'Removing network' in down_output.stdout\"\n ignore_errors...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/borders
1,799
[ "no_license" ]
[ { "path": "roles/borders/files/bordersrc", "content": "#!/bin/bash\n\noptions=(\n\tstyle=square\n\twidth=6.0\n\thidpi=off\n\tactive_color=ngradient(top_right=0xAARRGGBB,bottom_left=0xAARRGGBB)\n active_color=0xff414550\n)\n\nborders \"${options[@]}\"\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/karabiner
1,799
[ "no_license" ]
[ { "path": "roles/karabiner/tasks/main.yml", "content": "---\n- name: \"karabiner | Configure karabiner\"\n ansible.builtin.copy:\n src: karabiner\n dest: \"{{ ansible_user_dir }}/.config/\"\n mode: 0644\n directory_mode: 0755\n force: true\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/lua
1,799
[ "no_license" ]
[ { "path": "roles/lua/tasks/main.yml", "content": "---\n- name: Lua | Gather installed lua rocks\n ansible.builtin.command: luarocks list\n register: rocks\n changed_when: false\n check_mode: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/sketchybar
1,799
[ "no_license" ]
[ { "path": "roles/sketchybar/tasks/main.yml", "content": "---\n- name: \"sketchybar | Configure sketchybar\"\n ansible.builtin.file:\n mode: \"0755\"\n path: \"{{ ansible_user_dir }}/.config/sketchybar\"\n state: directory\n\n- name: \"sketchybar | Create symlink to role files directory\"\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2425, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/skhd
1,799
[ "no_license" ]
[ { "path": "roles/skhd/files/mode_controller.sh", "content": "#!/usr/bin/env bash\n# shellcheck disable=all\n\nsource \"$HOME/.config/sketchybar/colors.sh\"\n\ncase \"$1\" in\ndefault)\n sketchybar --bar color=$BAR_COLOR \\\n --set /space.*/ label.background.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11349, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/tmux
1,799
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: \"Tmux | Install TPM\"\n ansible.builtin.git:\n repo: https://github.com/tmux-plugins/tpm\n dest: ~/.tmux/plugins/tpm\n\n- name: \"Tmux | Create symlink to role files directory\"\n ansible.builtin.file:\n src: \"{{ role_path }}/files...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5192, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/yabai
1,799
[ "no_license" ]
[ { "path": "roles/yabai/files/yabairc", "content": "#!/usr/bin/env bash\nyabai -m signal --add event=dock_did_restart action=\"sudo yabai --load-sa\"\nsudo yabai --load-sa\n\n# global settings\nyabai -m config focus_follows_mouse off\nyabai -m config window_origin_display cursor\nyabai -m config window_place...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2942, "all_permissive": false }
ansible_role
tkudlicka/dot
e9dcc3cc60b4b62cb34cee99f89b44e83824c3ff
0
roles/zsh
1,799
[ "no_license" ]
[ { "path": "roles/zsh/files/aliases.zsh", "content": "# Base\n# alias sudo='sudo -E' # Use current user configs\nalias grep='grep --color=auto --exclude-dir={.git}'\nalias c='clear'\n\n# Programs\nalias vim='nvim'\nalias v='nvim'\n\n# docker\nalias up='docker compose up'\nalias down='docker compose down'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3621, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/cakephp
1,799
[ "no_license" ]
[ { "path": "ansible/roles/cakephp/tasks/main.yml", "content": "---\n- name: Create www directory to contain CakePHP code\n command: mkdir -p /vagrant/www/ creates=/vagrant/www\n\n- name: Deploying CakePHP 2.x\n command: composer -sdev -n create-project friendsofcake/app-template . chdir=/vagrant/www/ creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/memcached
1,799
[ "no_license" ]
[ { "path": "ansible/roles/memcached/defaults/main.yml", "content": "---\nmemory: 64\nport: 11_211\nudp_port: 11_211\nlisten: 0.0.0.0\nmaxconn: 1024\nmax_object_size: 1m\nlogfile: /var/log/memcached.log\nuser: memcache\ngroup: memcache\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/percona
1,799
[ "no_license" ]
[ { "path": "ansible/roles/percona/tasks/main.yml", "content": "---\n- name: Add APT Key\n apt_key: url=\"http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1<KEY>\"\n\n- name: Add APT Repository\n apt_repository: repo=\"deb http://repo.percona.com/apt precise main\"\n\n- name: Add APT Source Repository...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/php
1,799
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Add PPA\n apt_repository: repo=\"ppa:ondrej/php5\"\n\n- name: Install PHP and Dependencies\n apt: pkg={{ item }} state=present\n with_items:\n - php5-fpm\n - php5-cli\n - php5-common\n - php5-curl\n - php5-gd\n - php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/phpmyadmin
1,799
[ "no_license" ]
[ { "path": "ansible/roles/phpmyadmin/tasks/main.yml", "content": "---\n- name: Debconf for phpMyAdmin\n debconf: name=phpmyadmin question='phpmyadmin/dbconfig-install' value='true' vtype='boolean'\n\n- name: Debconf for phpMyAdmin\n debconf: name=phpmyadmin question='phpmyadmin/app-password-confirm' value=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/postgresql
1,799
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "---\n- name: Install Postgres Server and Client\n apt: pkg={{ item }} state=present\n with_items:\n - postgresql\n - postgresql-client\n\n- name: Start Postgres\n service: name=postgresql state=started enabled=true\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/redis
1,799
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n- name: Add PPA\n apt_repository: repo=\"ppa:chris-lea/redis-server\"\n\n- name: Install Redis\n apt: pkg=redis-server state=present\n\n- name: Start Redis\n service: name=redis-server state=started enabled=true\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
FriendsOfCake/vagrant-ansible
af968a55ecbd09b68669b46722533a9660cf0a1b
39
ansible/roles/system
1,799
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/main.yml", "content": "---\n- name: Apt-get update before installing\n apt: update_cache=yes\n\n- name: Install Essential Packages\n apt: pkg={{ item }} state=present\n with_items:\n - curl\n - python-pycurl\n\n- name: Install Git\n apt: pkg=git-core state=pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
mayhems1/ps-cloud
87aedc2e7f8e6b5e5abfc9bb8e84900bf22ef391
0
ansible/roles/apache
1,799
[ "permissive" ]
[ { "path": "ansible/roles/apache/handlers/main.yml", "content": "---\n- name: Restart httpd\n ansible.builtin.service:\n name: httpd.service\n state: restarted\n enabled: true\n daemon_reload: true\n listen: restart httpd\n", "license_type": "permissive", "detected_licenses": [ "A...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1477, "all_permissive": true }
ansible_role
mayhems1/ps-cloud
87aedc2e7f8e6b5e5abfc9bb8e84900bf22ef391
0
ansible/roles/haproxy
1,799
[ "permissive" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: Main.yml | Install HAproxy package\n ansible.builtin.yum:\n name: haproxy\n state: present\n\n- name: Main.yml | Add test config for HAproxy\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haprox...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 935, "all_permissive": true }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/apache-step1
1,799
[ "no_license" ]
[ { "path": "ansible/roles/apache-step1/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n# ------------------------------ Install Apache ------------------------------\n# sudo apt-get install apache2\n- name: Installation apache2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2152, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/apache-step2
1,799
[ "no_license" ]
[ { "path": "ansible/roles/apache-step2/tasks/domain-configuration-http.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n- name: Creation de la configuration HTTP du domaine {{ item }} avec comme fichier de conf /etc/apache2/sites-available/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3341, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/domains-architecture
1,799
[ "no_license" ]
[ { "path": "ansible/roles/domains-architecture/templates/index.php.j2", "content": "<?php\nconst REGEX_VERSION = '/[0-9]+\\.[0-9]+\\.[0-9]+/';\n\nfunction getPhpOsFamily(): string\n{\n static $cache;\n\n if ($cache !== null) {\n return $cache;\n }\n\n return $cache = strtolower(PHP_OS_FAMI...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2583, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/end
1,799
[ "no_license" ]
[ { "path": "ansible/roles/end/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n- name: Remove apache2\n apt:\n name: apache2\n state: absent\n purge: yes\n force: yes\n when: http_server != \"apache\"\n\n- name: Cha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/mariadb
1,799
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n# ------------------------------ Install MariaDB ------------------------------\n# sudo apt-get install software-properties-common\n- name: Instal...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4421, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/nginx-step1
1,799
[ "no_license" ]
[ { "path": "ansible/roles/nginx-step1/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n# ------------------------------ Install Nginx ------------------------------\n- name: Installation of useful packages\n apt:\n pkg:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1311, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/nginx-step2
1,799
[ "no_license" ]
[ { "path": "ansible/roles/nginx-step2/templates/includes/locations-php.conf.j2", "content": "location ~ \\.php$ {\n try_files $uri =404;\n fastcgi_pass unix:/var/run/php/php{{ version_php }}-fpm.sock;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5219, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/php
1,799
[ "no_license" ]
[ { "path": "ansible/roles/php/defaults/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n# PHP packages to install\nphp_packages:\n - php{{ version_php }}\n - php{{ version_php }}-fpm\n - php{{ version_php }}-cgi\n - php{{ version_p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4815, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/phpmyadmin
1,799
[ "no_license" ]
[ { "path": "ansible/roles/phpmyadmin/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n- name: Check if we already have phpmyadmin\n stat:\n path: /home/{{ linux_user }}/www/phpmyadmin\n register: phpmyadmin_exist\n\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2188, "all_permissive": false }
ansible_role
s-damian/ansible-web-server-debian
4b64c0e4ed74a846691c3b7248f95548f92d3de1
10
ansible/roles/start
1,799
[ "no_license" ]
[ { "path": "ansible/roles/start/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n- name: Update and upgrade\n apt:\n update_cache: yes\n upgrade: 'yes'\n\n- name: Installation\n apt:\n pkg:\n - unzip\n - wget...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
StevyCoding/Automate-Nifi-App-deployment-with-Docker-And-Ansible
f23798dc8883fd2daaa71d93f4be9f08097070f5
1
roles/common
1,799
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Generate a random container name\n set_fact:\n container_name: \"nifi-{{ 10000 | random }}\"\n\n- name: Run shell command to find unused port\n shell: |\n comm -23 <(seq 8000 9000) <(ss -tuln | awk '{print $5}' | grep -oE '[0-9]+$' | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
StevyCoding/Automate-Nifi-App-deployment-with-Docker-And-Ansible
f23798dc8883fd2daaa71d93f4be9f08097070f5
1
roles/docker
1,799
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Create Docker Compose project directory\n file:\n path: \"{{ docker }}\"\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: 0755\n\n- name: Generate Docker Compose file from template\n template:\n src: \"{{ playboo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1351, "all_permissive": false }
ansible_role
StevyCoding/Automate-Nifi-App-deployment-with-Docker-And-Ansible
f23798dc8883fd2daaa71d93f4be9f08097070f5
1
roles/nginx
1,799
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx-site.conf.j2", "content": "server {\n # Listen on HTTP and redirect to HTTPS\n listen 80;\n listen [::]:80;\n listen 443 ssl http2;\n listen [::]:443 ssl http2;\n\n server_name {{ container_name }}.{{ base_domain }};\n \n # SSL certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2123, "all_permissive": false }
ansible_role
rahulr08/ansible
6f046a46b92d7adf8f400ed473ffaba48922f40b
0
roles/deploy
1,799
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n\n - name: Update and Install python\n apt:\n name: python\n update_cache: yes\n become: true\n \n - name: Update and Install pip\n apt:\n name: python-pip\n update_cache: yes\n become: yes\n\n - name: install flas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1229, "all_permissive": false }
ansible_role
luigizuccarelli/upaas
1e715c331a3530b91ca9263f83dd4fc93eb000c7
2
ansible/roles/certs
1,799
[ "no_license" ]
[ { "path": "ansible/roles/certs/vars/server-b.yml", "content": "password: <PASSWORD>\ndomain_file: files/domain-b.ext\nserver: b\nsubject: \"/C=IT/ST=Ancona/L=Ancona/O=LMZ/OU=IT Dev/CN=optiplex-uno\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2369, "all_permissive": false }
ansible_role
luigizuccarelli/upaas
1e715c331a3530b91ca9263f83dd4fc93eb000c7
2
ansible/roles/keepalived
1,799
[ "no_license" ]
[ { "path": "ansible/roles/keepalived/tasks/main.yml", "content": "- name: check the status of keepalived\n command: \"which keepalived\"\n register: status\n ignore_errors: yes\n tags: check\n\n- debug:\n var: status.rc \n\n- name: install keepalived\n when: status is failed\n dnf:\n name: keepal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1234, "all_permissive": false }
ansible_role
luigizuccarelli/upaas
1e715c331a3530b91ca9263f83dd4fc93eb000c7
2
ansible/roles/microservices
1,799
[ "no_license" ]
[ { "path": "ansible/roles/microservices/vars/load-balancers.yml", "content": "ansible_user: lzuccarelli\nproject_dir: Projects\nuser_dir: /home/lzuccarelli\n\nrepos:\n - {repo: \"<EMAIL>:luigizuccarelli/convey.git\", name: \"convey\"}\n\ninstances:\n - {port: 9000, instance: \"load-balancer\" , image: \"co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2748, "all_permissive": false }
ansible_role
luigizuccarelli/upaas
1e715c331a3530b91ca9263f83dd4fc93eb000c7
2
ansible/roles/rust
1,799
[ "no_license" ]
[ { "path": "ansible/roles/rust/vars/main.yml", "content": "ansible_user: lzuccarelli\nproject_dir: Projects\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/rust/tasks/main.yml", "content": "- name: check if cargo is installed\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 601, "all_permissive": false }
ansible_role
luigizuccarelli/upaas
1e715c331a3530b91ca9263f83dd4fc93eb000c7
2
ansible/roles/unikernel
1,799
[ "no_license" ]
[ { "path": "ansible/roles/unikernel/tasks/main.yml", "content": "- name: check if nanovm is installed\n shell: \"command -v ops\"\n register: ops_exists\n ignore_errors: yes\n\n- name: install unikernel qemu dependencies\n when: ops_exists is failed\n dnf:\n name: \n - qemu-kvm \n - qemu-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
M3hran/ansible-playbooks
819a8c6f32a14f76c9d50bed3c88f8d9f4cdc55a
0
provisioning/roles/common
1,799
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "- name: setting sysctl.conf\n template: \n src=sysctl_conf.j2 \n dest=/etc/sysctl.conf\n owner=root\n group=root\n mode=0644\n \n- name: setting limits.conf \n template: \n src=limits_conf.j2 \n dest=/etc/security/li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2641, "all_permissive": false }
ansible_role
M3hran/ansible-playbooks
819a8c6f32a14f76c9d50bed3c88f8d9f4cdc55a
0
provisioning/roles/docker
1,799
[ "no_license" ]
[ { "path": "provisioning/roles/docker/handlers/main.yml", "content": "---\n- name: start_docker\n systemd: name=docker state=started\n\n- name: restart_docker\n systemd: name=docker state=restarted\n\n- name: enable_docker\n systemd:\n name: docker\n enabled: yes\n masked: no\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1157, "all_permissive": false }
ansible_role
M3hran/ansible-playbooks
819a8c6f32a14f76c9d50bed3c88f8d9f4cdc55a
0
provisioning/roles/nagios
1,799
[ "no_license" ]
[ { "path": "provisioning/roles/nagios/tasks/main.yml", "content": "- name: Ensure TCP wrapper file allows Nagios server\n lineinfile:\n dest: /etc/hosts.allow\n line: 'nrpe: 10.3.223.100'\n\n- name: setting nrpe.conf\n template:\n src=\"nrpe_conf.j2\"\n dest=\"/etc/nagios/nrpe.cfg\"\n owner=...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 604, "all_permissive": false }
ansible_role
M3hran/ansible-playbooks
819a8c6f32a14f76c9d50bed3c88f8d9f4cdc55a
0
provisioning/roles/splunk
1,799
[ "no_license" ]
[ { "path": "provisioning/roles/splunk/tasks/main.yml", "content": "- name: Get SI SPLUNK Agent Installer.\n get_url:\n url: http://splunk.si.edu/download/nix_install.sh\n dest: /tmp/nix_install.sh\n mode: 755\n \n- name: Execute SI SPLUNK Agent Installer.\n shell: /tmp/nix_install.sh >> /var/log/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
M3hran/ansible-playbooks
819a8c6f32a14f76c9d50bed3c88f8d9f4cdc55a
0
provisioning/roles/zabbix
1,799
[ "no_license" ]
[ { "path": "provisioning/roles/zabbix/tasks/main.yml", "content": "---\n- name: installing Zabbix agent.\n script: scripts/zabbix_install.sh\n args: \n creates: /etc/zabbix/zabbix-agentd.conf\n notify:\n - restart zabbix-agent\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
zanetworker/ansible-docker-ce
2ea71936e6428a9e9ce1e747dbd640170cddaf76
0
roles/docker
1,799
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Install docker pre-req packages\n apt: name={{ item }} state=installed update_cache=yes force=yes\n with_items: \"{{ packages }}\"\n\n- name: Disable app armor\n command: /etc/init.d/apparmor stop\n\n- name: Instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1696, "all_permissive": false }
ansible_role
e-sot/DevOps-Arsenal
233fe973ca4748e81337a7b32f69f6fc5828c907
0
ansible/roles/common
1,799
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/ssl.conf.j2", "content": "ssl_protocols TLSv1.2 TLSv1.3;\r\nssl_prefer_server_ciphers on;\r\nssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACH...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1763, "all_permissive": false }
ansible_role
e-sot/DevOps-Arsenal
233fe973ca4748e81337a7b32f69f6fc5828c907
0
ansible/roles/docker
1,799
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\r\n- name: Add Docker GPG apt Key\r\n apt_key:\r\n url: https://download.docker.com/linux/ubuntu/gpg\r\n state: present\r\n tags: ['docker']\r\n\r\n- name: Add Docker Repository\r\n apt_repository:\r\n repo: deb https://download.do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1199, "all_permissive": false }
ansible_role
e-sot/DevOps-Arsenal
233fe973ca4748e81337a7b32f69f6fc5828c907
0
ansible/roles/monitoring
1,799
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/templates/prometheus.yml.j2", "content": "global:\r\n scrape_interval: 15s\r\n evaluation_interval: 15s\r\n external_labels:\r\n monitor: 'eto-monitor'\r\n\r\nrule_files:\r\n - /etc/prometheus/rules/*.yml\r\n\r\nalerting:\r\n alertmanagers:\r\n - static_configs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3686, "all_permissive": false }
ansible_role
e-sot/DevOps-Arsenal
233fe973ca4748e81337a7b32f69f6fc5828c907
0
ansible/roles/odoo
1,799
[ "no_license" ]
[ { "path": "ansible/roles/odoo/handlers/main.yml", "content": "---\r\n- name: restart odoo\r\n docker_compose:\r\n project_src: \"{{ odoo_compose_dir }}\"\r\n services: odoo\r\n restarted: true\r\n listen: \"restart odoo services\"\r\n\r\n- name: restart postgres\r\n docker_compose:\r\n projec...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3493, "all_permissive": false }
ansible_role
e-sot/DevOps-Arsenal
233fe973ca4748e81337a7b32f69f6fc5828c907
0
ansible/roles/pgadmin
1,799
[ "no_license" ]
[ { "path": "ansible/roles/pgadmin/handlers/main.yml", "content": "---\r\n- name: restart pgadmin\r\n docker_compose:\r\n project_src: \"{{ pgadmin_compose_dir }}\"\r\n services: pgadmin\r\n restarted: true\r\n listen: \"restart pgadmin services\"\r\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3463, "all_permissive": false }
ansible_role
e-sot/DevOps-Arsenal
233fe973ca4748e81337a7b32f69f6fc5828c907
0
ansible/roles/vault
1,799
[ "no_license" ]
[ { "path": "ansible/roles/vault/tasks/main.yml", "content": "---\r\n- name: Create Vault directories\r\n file:\r\n path: \"{{ item }}\"\r\n state: directory\r\n mode: '0750'\r\n owner: vault\r\n group: vault\r\n with_items:\r\n - \"{{ vault_config_dir }}\"\r\n - \"{{ vault_data_dir }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3032, "all_permissive": false }
ansible_role
spearcrow/ansible-playbook-craterapp
7b9786bad8655e195215b8d5dab25bcc95ba6270
0
roles/tosabyte.craterapp
1,839
[ "no_license" ]
[ { "path": "roles/tosabyte.craterapp/vars/Debian.yml", "content": "---\n\ncrater_web_user: apache\ncrater_web_group: apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/tosabyte.craterapp/templates/crater_env.j2", "content": "APP_ENV=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1818, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/backups
1,839
[ "no_license" ]
[ { "path": "ansible/roles/backups/defaults/main.yaml", "content": "backups_dir_list: []\nbackups_mail_from: <EMAIL>\nbackups_mail_target:\nbackups_mail_smtp_user:\nbackups_mail_smtp_pass:\nbackups_mail_smtp_server:\nbackups_mail_smtp_port:\nbackups_rclone_dir: rclone-vps-backups\nbackups_rclone_remote: backu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2457, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/bind-dns
1,839
[ "no_license" ]
[ { "path": "ansible/roles/bind-dns/README.md", "content": "variables:\n```yaml\n# required\ndomain:\ninternal_ip:\ninternal_subnet:\n\n# optional\nbind_subdomains: # sets basic A records. example:\n www: \"{{ internal_ip }}\"\n app: <other_ip>\ninternal_iface: # if different than wg0\nbind_ns_subdomain...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2832, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/certbot-cloudflare
1,839
[ "no_license" ]
[ { "path": "ansible/roles/certbot-cloudflare/tasks/main.yaml", "content": "- name: Install certbot + plugin\n become: true\n ansible.builtin.apt:\n update_cache: true\n name:\n - certbot\n - python3-certbot-dns-cloudflare\n\n- name: Add cloudflare creds\n become: true\n block:\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1360, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/docker
1,839
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "- name: Install required pkgs\n become: true\n ansible.builtin.apt:\n update_cache: true\n name:\n - ca-certificates\n - curl\n\n- name: Setup keyrings\n become: true\n ansible.builtin.command: install -m 0755 -d /etc/apt/keyr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/nginx-proxy-base
1,839
[ "no_license" ]
[ { "path": "ansible/roles/nginx-proxy-base/tasks/main.yml", "content": "- name: Install nginx\n become: true\n ansible.builtin.apt:\n update_cache: true\n name:\n - nginx\n\n- name: Disable default site\n become: true\n notify: Restart nginx\n ansible.builtin.file:\n path: /etc/nginx/sites...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2717, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/nginx-proxy-service
1,839
[ "no_license" ]
[ { "path": "ansible/roles/nginx-proxy-service/tasks/main.yaml", "content": "- name: Create site config\n become: true\n notify: Restart nginx\n ansible.builtin.template:\n src: service-site.j2\n owner: root\n group: root\n mode: \"0644\"\n dest: \"/etc/nginx/sites-available/proxy-service-{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2145, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/sshd
1,839
[ "no_license" ]
[ { "path": "ansible/roles/sshd/README.md", "content": "configures sshd to use pubkey auth (only)\n\nvariables:\n```yaml\n# required\nsshd_allowed_ssh_keys: # list of allowed ssh keys to be stored in authorized_keys file\n - <ssh pub key>\n\n# optional\nsshd_key_only: true\nsshd_port: 22\n```", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1741, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/ufw
1,839
[ "no_license" ]
[ { "path": "ansible/roles/ufw/README.md", "content": "variables:\n```yaml\n# optional\nufw_ssh_external: true # expose ssh outside of local (wireguard)\nwireguard_port:\nwireguard_iface: # if different than wg0\n```", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1463, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/vaultwarden
1,839
[ "no_license" ]
[ { "path": "ansible/roles/vaultwarden/tasks/main.yml", "content": "- name: Create data dir\n become: true\n ansible.builtin.file:\n path: \"{{ vaultwarden_data_dir }}\"\n state: directory\n owner: root\n group: root\n mode: \"0770\"\n\n- name: Install podman\n become: true\n ansible.builti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4521, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/wireguard
1,839
[ "no_license" ]
[ { "path": "ansible/roles/wireguard/vars/main.yaml", "content": "wireguard_config: \"{{ wireguard_iface }}.conf\"\nwireguard_subnet: \"{{ (internal_subnet | split('/') | first) | default('192.168.42.0') }}\"\nwireguard_subnet_mask: \"{{ (internal_subnet | split('/'))[1] | default('24') }}\"\nwireguard_iface_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2283, "all_permissive": false }
ansible_role
GlysVenture/home-vps
1c7c196e55dd07340f21e46f4576a0544ac305bc
0
ansible/roles/wireguard-peer
1,839
[ "no_license" ]
[ { "path": "ansible/roles/wireguard-peer/README.md", "content": "creates a new wireguard config and adds the peer to the server.\n\nif needed generates new keypair\n\nvariables:\n```yaml\n# required\nwireguard_peer_ip: \"192.168.42.2\"\npublic_ip: \"127.0.0.1\"\n\n# optional\nwireguard_peer_state: present # ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3576, "all_permissive": false }
ansible_role
kedark3/infra-playbooks
9cae55c6f25bd3cd081f9cc7e3992d144401ce5c
0
roles/deploy_shinken_server
1,839
[ "no_license" ]
[ { "path": "roles/deploy_shinken_server/tasks/main.yml", "content": "---\n# tasks file for deploy_shinken_server\n- name: Install EPEL Repo\n yum:\n name:\n - \"{{ epel_repo_url }}\"\n state: present\n\n- name: Install yum packages\n yum:\n name:\n - git\n - python-pip\n - pyt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5576, "all_permissive": false }
ansible_role
kedark3/infra-playbooks
9cae55c6f25bd3cd081f9cc7e3992d144401ce5c
0
roles/motd
1,839
[ "no_license" ]
[ { "path": "roles/motd/defaults/main.yml", "content": "---\n # Only for Linux hosts, won't work for VMware\nmotd_sysadmins_signature: <NAME>\nmotd_sysadmins_email: <EMAIL>\n\nmotd_info:\n - \" FQDN: \": \"{{ ansible_fqdn }}\"\n - \" Distro: \": \"{{ ansible_distribution }} {{ ansible_distribution_versi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1369, "all_permissive": false }
ansible_role
kedark3/infra-playbooks
9cae55c6f25bd3cd081f9cc7e3992d144401ce5c
0
roles/vmware_deploy_vms
1,839
[ "no_license" ]
[ { "path": "roles/vmware_deploy_vms/tasks/main.yml", "content": "---\n# tasks file for vmware_deploy_vms\n- block:\n - include_vars: vars/vmware_vm_provisioning_vars.yml\n rescue:\n - debug:\n msg: \"vars/vmware_vm_provisioning_vars.yml not found, ignoring...\"\n- name: Create a VM from a templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2217, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/ad_join
1,839
[ "no_license" ]
[ { "path": "roles/ad_join/tasks/main.yml", "content": "- name: Install AD join dependencies\n ansible.builtin.dnf:\n name:\n - realmd\n - sssd\n - oddjob\n - oddjob-mkhomedir\n - adcli\n - samba-common\n - krb5-workstation\n state: present\n\n- name: Join the system ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/azure_backup
1,839
[ "no_license" ]
[ { "path": "roles/azure_backup/tasks/main.yml", "content": "---\n- name: Create Azure Backup agent directory\n ansible.builtin.file:\n path: /opt/azure-backup\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Install required dependencies for Azure Backup\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1042, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/chrony
1,839
[ "no_license" ]
[ { "path": "roles/chrony/templates/chrony.conf.j2", "content": "{% for server in ntp_servers %}\nserver {{ server }} iburst\n{% endfor %}\ndriftfile /var/lib/chrony/drift\nmakestep 1.0 3\nrtcsync\nlogdir /var/log/chrony\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/common
1,839
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install common packages\n ansible.builtin.dnf:\n name:\n - vim-enhanced\n - wget\n - curl\n - rsync\n - tar\n - zip\n - unzip\n - tcpdump\n - lsof\n - htop\n state: present\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/fapolicyd
1,839
[ "no_license" ]
[ { "path": "roles/fapolicyd/handlers/main.yml", "content": "---\n- name: restart fapolicyd\n ansible.builtin.service:\n name: fapolicyd\n state: restarted\n when: ansible_distribution_major_version == \"9\"\n tags: fapolicyd\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 984, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/librenms
1,839
[ "no_license" ]
[ { "path": "roles/librenms/tasks/main.yml", "content": "---\n- name: Add LibreNMS repository\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/librenms/librenms-agent/master/agent-yum/librenms.repo\n dest: /etc/yum.repos.d/librenms.repo\n mode: '0644'\n\n- name: Install LibreNMS a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/logging
1,839
[ "no_license" ]
[ { "path": "roles/logging/templates/rsyslog.conf.j2", "content": "# RSyslog configuration file\n# {{ ansible_managed }}\n\n#### MODULES ####\nmodule(load=\"imuxsock\") # provides support for local system logging\nmodule(load=\"imjournal\") # provides access to the systemd journal\nmodule(load=\"imklog\"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11378, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/luks_encryption
1,839
[ "no_license" ]
[ { "path": "roles/luks_encryption/tasks/main.yml", "content": "---\n- name: Include OS-specific variables\n ansible.builtin.include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml\"\n - \"{{ ansible_distribution }}.yml\"\n - \"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3871, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/nessus
1,839
[ "no_license" ]
[ { "path": "roles/nessus/tasks/main.yml", "content": "---\n- name: Create Nessus agent directory\n ansible.builtin.file:\n path: /opt/nessus-agent\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Download Nessus Agent package\n ansible.builtin.get_url:\n url: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1196, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/openscap
1,839
[ "no_license" ]
[ { "path": "roles/openscap/tasks/main.yml", "content": "- name: Placeholder task for openscap role\n debug:\n msg: \"openscap role active\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/security
1,839
[ "no_license" ]
[ { "path": "roles/security/templates/run_openscap.sh.j2", "content": "#!/bin/bash\n# Run OpenSCAP scan with ISM profile\noscap xccdf eval \\\n --profile xccdf_org.ssgproject.content_profile_ism_o \\\n --report /var/lib/openscap/report-$(date +%Y%m%d).html \\\n --results /var/lib/openscap/results-$(date +%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2792, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/veeam
1,839
[ "no_license" ]
[ { "path": "roles/veeam/tasks/main.yml", "content": "---\n- name: Create Veeam agent directories\n ansible.builtin.file:\n path: /opt/veeam\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Download Veeam repository file\n ansible.builtin.get_url:\n url: https://rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
anmcleanRH/SOE
4740bce41b5de0f032e2f0e97b64dc392dbec91c
0
roles/yubikey
1,839
[ "no_license" ]
[ { "path": "roles/yubikey/tasks/main.yml", "content": "---\n- name: Install YubiKey packages\n ansible.builtin.dnf:\n name:\n - fido2-tools\n - yubikey-manager\n - libpam-yubico\n - libpam-u2f\n - pam_u2f\n state: present\n\n- name: Create u2f mappings directory\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 854, "all_permissive": false }
ansible_role
matthewbdaly/ansible-tasks
7049df6a0c1ca10c19695c86ad344f356043bfa2
4
playbooks/roles/apache
1,839
[ "no_license" ]
[ { "path": "playbooks/roles/apache/tasks/main.yml", "content": "---\n- name: install LAMP stack\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - php5\n - php5-cli\n - php5-mcrypt\n - php5-gd\n - libssh2-php\n - php5-sqlite\n - php5-curl\n - php5-dev\n - php-pear\n - php5-memcac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
matthewbdaly/ansible-tasks
7049df6a0c1ca10c19695c86ad344f356043bfa2
4
playbooks/roles/beanstalk
1,839
[ "no_license" ]
[ { "path": "playbooks/roles/beanstalk/tasks/main.yml", "content": "---\n- name: Update system\n apt: upgrade=full update_cache=yes\n\n- name: Install Beanstalkd\n apt: name=beanstalkd state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
matthewbdaly/ansible-tasks
7049df6a0c1ca10c19695c86ad344f356043bfa2
4
playbooks/roles/create_domain
1,839
[ "no_license" ]
[ { "path": "playbooks/roles/create_domain/tasks/main.yml", "content": "---\n- name: Create domain name\n local_action:\n module: digital_ocean_domain\n state=present\n name=\"{{ new_droplet.droplet.name }}\"\n ip=\"{{ new_droplet.droplet.ip_address }}\"\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
matthewbdaly/ansible-tasks
7049df6a0c1ca10c19695c86ad344f356043bfa2
4
playbooks/roles/create_droplet
1,839
[ "no_license" ]
[ { "path": "playbooks/roles/create_droplet/tasks/main.yml", "content": "---\n- name: Create droplet\n local_action:\n module: digital_ocean\n state=present\n command=droplet\n name={{ domain }}\n size_id=512mb\n region_id=lon1\n image_id=debian-8-x64\n ssh_key_ids={{ [2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
matthewbdaly/ansible-tasks
7049df6a0c1ca10c19695c86ad344f356043bfa2
4
playbooks/roles/docker
1,839
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "---\n- name: Make sure old versions of Docker are not installed\n apt: name={{ item }} state=absent\n with_items:\n - lxc-docker\n - docker.io\n\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }