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
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/kube-proxy
8,011
[ "no_license" ]
[ { "path": "roles/kube-proxy/tasks/main.yml", "content": "---\n# tasks file for kube-proxy\n\n- name: Create kubernetes config directory\n file: path={{ kube_config_dir }} state=directory\n \n\n- name: Determine if kube-proxy configured\n stat: path=/usr/lib/systemd/system/kube-proxy.service\n register: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1655, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/kubelet
8,011
[ "no_license" ]
[ { "path": "roles/kubelet/defaults/main.yml", "content": "---\n# defaults file for kubelet\n\nkube_config_dir: /etc/kubernetes\n\nkube_master_insecure_port: 8080\n\nkube_master_api_port: 9443", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/ku...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1868, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/kubernetes
8,011
[ "no_license" ]
[ { "path": "roles/kubernetes/defaults/main.yml", "content": "---\n# defaults file for kubernetes\n\nkubernetes_release_version: \"1.1.2\"\n\nkubernetes_binary_package: kubernetes_v{{ kubernetes_release_version }}.tar.gz\n\nkubernetes_download_url: https://github.com/kubernetes/kubernetes/releases/download/v{...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1503, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/master
8,011
[ "no_license" ]
[ { "path": "roles/master/defaults/main.yml", "content": "---\n# defaults file for master\n\n\nkube_master_insecure_host: 0.0.0.0\n\nkube_master_insecure_port: 8080\n\nkube_master_api_port: 9443\n\napiserver_extra_args: --runtime-config=extensions/v1beta1/daemonsets=true,extensions/v1beta1/deployments=true,ex...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7921, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/registry
8,011
[ "no_license" ]
[ { "path": "roles/registry/handlers/main.yml", "content": "---\n# handlers file for registry\n\n- name: restart docker\n service: name=docker state=restarted\n notify: make sure kubelet is started\n \n \n- name: make sure kubelet is started\n service: name=kubelet state=started \n \n", "license_ty...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1182, "all_permissive": false }
ansible_role
jatolentino/Ansible
47cd7b8047b74238590e7a2cf87c77b052e9e8d2
1
roles/apache
8,014
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: install httpd\n yum:\n name: httpd\n state: latest\n- name: start the httpd\n systemd:\n name: httpd\n state: started\n enabled: true\n- name: pass httpd through firewall\n systemd:\n name: firewalld\n state: started\n enabled: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
marcelopontes1/Install-GitLab-CE-Ubuntu-18.04-with-Ansible
90302abdb6455a9d02a737094de9a6c68d5e0cc3
0
roles/install_gitlab
8,014
[ "no_license" ]
[ { "path": "roles/install_gitlab/tasks/main.yml", "content": "---\n\n- name: Update and upgrade\n shell:\n \"apt update && apt upgrade -y\"\n become: true\n\n- name: Install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop: ['ca-certificates', 'curl', 'openssh-serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
ap83/practice2
3f83d4bd8df338721a75994ad3133d62ef1a7e87
0
roles/apache2
8,014
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n- name: install web components\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - apache2\n\n- name: ensure apache2 started\n service: name=apache2 state=started enabled=yes\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
ap83/practice2
3f83d4bd8df338721a75994ad3133d62ef1a7e87
0
roles/drupal
8,014
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "- name: install php components\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - php\n - libapache2-mod-php\n - php-xml\n - php-curl\n - php-gd\n - php-imagick\n - php-imap\n - php-mcrypt\n - php-recode\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
ap83/practice2
3f83d4bd8df338721a75994ad3133d62ef1a7e87
0
roles/iptables
8,014
[ "no_license" ]
[ { "path": "roles/iptables/templates/iptables.sh.j2", "content": "*filter\n:INPUT ACCEPT [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [52:4920]\n-A INPUT -s 192.168.122.0/24 -p tcp --dport 22 -j ACCEPT\n-A INPUT -s 192.168.122.0/24 -p tcp --dport 80 -j ACCEPT\n-A INPUT -s 192.168.122.0/24 -p tcp --dport 5432...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 864, "all_permissive": false }
ansible_role
ap83/practice2
3f83d4bd8df338721a75994ad3133d62ef1a7e87
0
roles/kvm_control
8,014
[ "no_license" ]
[ { "path": "roles/kvm_control/tasks/main.yml", "content": "- name: install packages to control pc\n apt:\n name: \"{{ item }}\"\n state: present\n# update_cache: yes error, fix later\n with_items:\n - qemu-kvm\n - libvirt-bin\n - bridge-utils\n - virtinst\n - cloud-init\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
ap83/practice2
3f83d4bd8df338721a75994ad3133d62ef1a7e87
0
roles/loadbalancer
8,014
[ "no_license" ]
[ { "path": "roles/loadbalancer/templates/nginx.conf.j2", "content": "upstream 192.168.122.34 {\n {% for server in groups.webserver %}\n server {{ server }}:80 weight=1;\n {% endfor %}\n}\n\nserver {\n listen 80;\n\n location / {\n proxy_pass http://192.168.122.34;\n }\n}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
ap83/practice2
3f83d4bd8df338721a75994ad3133d62ef1a7e87
0
roles/postgresql
8,014
[ "no_license" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "---\npostgres_database: database\npostgres_user: user\npostgres_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/postgresql/tasks/main.yml", "content": "- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 853, "all_permissive": false }
ansible_role
ap83/practice2
3f83d4bd8df338721a75994ad3133d62ef1a7e87
0
roles/shell
8,014
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n - name: executing the script kvm_vms_start.sh.\n# shell: kvm_vms_start.sh vm40\n shell: \"/home/apashchenko/Downloads/DevOps/Project/kvm_vms_start.sh vm41\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
ZAVDevops/ansible_roles
5e058c2249fb80978c0ca890ba8ad19d3379ae1b
0
roles/docker-deploy
8,014
[ "no_license" ]
[ { "path": "roles/docker-deploy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker-deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/docker-deploy/handlers/main.yml", "content": "---\n# h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 882, "all_permissive": false }
ansible_role
ZAVDevops/ansible_roles
5e058c2249fb80978c0ca890ba8ad19d3379ae1b
0
roles/docker-install
8,014
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "---\n- name: get ansible user\n become: false\n set_fact: \n docker_users: \"{{ ansible_user_id }}\"\n\n- name: Install list of requed packages\n become: yes\n package:\n name: ['apt-transport-https','ca-certificates','curl','software-pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1242, "all_permissive": false }
ansible_role
nvdung23042002/Ansible
c0641cd557724641bd449b0e476fc8262e6c0361
1
general/roles/alertmanager
8,014
[ "no_license" ]
[ { "path": "general/roles/alertmanager/tasks/main.yml", "content": " - name: Install source\n shell: |\n curl -O -L https://github.com/prometheus/alertmanager/releases/download/v0.26.0/alertmanager-0.26.0.linux-amd64.tar.gz\n ls -la\n register: download\n\n - debug:\n var: download.st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 811, "all_permissive": false }
ansible_role
nvdung23042002/Ansible
c0641cd557724641bd449b0e476fc8262e6c0361
1
general/roles/prometheus
8,014
[ "no_license" ]
[ { "path": "general/roles/prometheus/tasks/main.yml", "content": "---\n\n- name: Install source\n shell: |\n curl -O -L https://github.com/prometheus/prometheus/releases/download/v2.47.1/prometheus-2.47.1.linux-amd64.tar.gz\n ls -la\n register: test\n\n- debug:\n var: test.stdout_lines\n\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
Mistrblank/workstation
efa8b383be9684a5d8a426fa85ee95c96615ab52
0
roles/AudioStego
8,014
[ "no_license" ]
[ { "path": "roles/AudioStego/defaults/main.yml", "content": "## Default variables:\ninstall_directory: ~/developer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/AudioStego/tasks/main.yml", "content": "---\n\n- name: ensure that the dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
Mistrblank/workstation
efa8b383be9684a5d8a426fa85ee95c96615ab52
0
roles/cntlm
8,014
[ "no_license" ]
[ { "path": "roles/cntlm/tasks/main.yml", "content": "---\n##Install and configure CNTLM\n- name: install cntlm\n package: \n name: cntlm\n state: present\n update_cache: true\n\n- name: install cntlm.conf\n template:\n src: cntlm.conf.j2\n dest: /etc/cntlm.conf\n backup: yes \n\n- name: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
Mistrblank/workstation
efa8b383be9684a5d8a426fa85ee95c96615ab52
0
roles/ibmsecurity
8,014
[ "no_license" ]
[ { "path": "roles/ibmsecurity/tasks/main.yml", "content": "---\n- name: Build Pip trusted hosts\n copy:\n src: files/pip.conf\n dest: ~/.config/pip/ #This is being run local anyway\n \n- name: Install prerequisites\n pip: \n name: \"{{ item }}\" \n state: present\n with_items:\n - re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
alessfg/nginx-oss-apb
038e3956e7e851466e400e637eb993435a97bd83
4
roles/deprovision-nginx-oss-apb
8,014
[ "no_license" ]
[ { "path": "roles/deprovision-nginx-oss-apb/tasks/main.yml", "content": "##############################################################################\n## Deprovision NGINX OSS APB\n## This role executes much of the needed functionality to deprovision an\n## application using an Ansible Playbook Bundle and ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1511, "all_permissive": false }
ansible_role
alessfg/nginx-oss-apb
038e3956e7e851466e400e637eb993435a97bd83
4
roles/provision-nginx-oss-apb
8,014
[ "no_license" ]
[ { "path": "roles/provision-nginx-oss-apb/templates/default.conf.j2", "content": "{% if lb %}\nupstream upstr {\n{% if lb_method != 'round_robin' %}\n {{ lb_method }}{{ ' $request_uri' if lb_method == 'hash' }};\n{% endif %}\n{% set list = server.split(', ') %}\n{% for ip in list %}\n server {{ ip }};\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4678, "all_permissive": false }
ansible_role
mateusz-dziurdziak/docker-kata
af0c64e93ae8bc58d7337577f79f94aac56fce6d
0
ansible/roles/common
8,014
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: JQ is present\n apt:\n name: jq\n force: yes\n tags: [common]\n\n- name: netcat is present\n apt:\n name: netcat\n force: yes\n tags: [common]\n\n- name: curl is present\n apt:\n name: curl\n force: yes\n tags: [common]...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 853, "all_permissive": true }
ansible_role
mateusz-dziurdziak/docker-kata
af0c64e93ae8bc58d7337577f79f94aac56fce6d
0
ansible/roles/docker
8,014
[ "permissive" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "docker_extra: \"\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 17 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: add Docker repository and upd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1642, "all_permissive": true }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/apache
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/apache/templates/var/www/domain_name/README.j2", "content": "# {{ ansible_managed }}\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 27634, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/aria2c
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/aria2c/tasks/aria2c.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 16815, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/clamav
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/clamav/templates/root/cronjobs/clamscan.sh.j2", "content": "#!/bin/bash\n# {{ ansible_managed }}\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 9565, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/common
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/lesspipe.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4608, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/create_user_and_group
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/create_user_and_group/tasks/create_user_and_group.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3091, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/ddclient
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/ddclient/tasks/ddclient.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3407, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/fail2ban
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/fail2ban/tasks/fail2ban.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3454, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/gitalias
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/gitalias/tasks/gitalias_global.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3902, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/harden_sshd
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/harden_sshd/tasks/generate_host_keys.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 9058, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/hostname
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/hostname/tasks/hostname.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2298, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/lets_encrypt
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/lets_encrypt/tasks/lets_encrypt.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3136, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/motd
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/motd/files/etc/update-motd.d/20-need-upgrade", "content": "#!/bin/bash\n# {{ ansible_managed }}\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11223, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/neovim
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/neovim/tasks/neovim_other_user.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4541, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/netselect-apt
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/netselect-apt/tasks/netselect-apt.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4039, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/nfs_share
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/nfs_share/tasks/nfs_share.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 6371, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/ntp
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/ntp/tasks/ntp.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Licensed und...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3692, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/postfix
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/postfix/handlers/postfix_handlers.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 6322, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/prepare_directories
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/prepare_directories/tasks/prepare_directories.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2152, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/purge_unnecessary_packages
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/purge_unnecessary_packages/tasks/purge_unnecessary_packages.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1616, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/remove_dotfile_switches
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/remove_dotfile_switches/tasks/remove_dotfile_switches.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1889, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/ssh_banner
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/ssh_banner/tasks/ssh_banner.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2656, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/sudo
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/sudo/tasks/sudo.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Licensed u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2254, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/tmpfs
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/tmpfs/tasks/tmpfs.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# #\n# Licensed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1387, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/tmux
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/tmux/tasks/tmux_plugin_tmux-resurrect.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 26032, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/unattended-upgrades
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/unattended-upgrades/tasks/apt-listchanges.yml", "content": "---\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 7416, "all_permissive": false }
ansible_role
keks24/set-up-my-bpro
7b6e04a45d16f54db9b5a5063d04972fdb72a783
0
provisioning/roles/zsh
8,015
[ "no_license" ]
[ { "path": "provisioning/roles/zsh/files/etc/skel/zshrc", "content": "# {{ ansible_managed }}\n############################################################################\n# Copyright 2018-2025 <NAME> #\n# ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 13692, "all_permissive": false }
ansible_role
mateusmuller/k8s-cluster-spinup
0f5de64ad0847787c0f1580f23f7db63568d04fc
18
roles/docker
8,015
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker prereqs\n apt:\n update_cache: yes\n name: \"{{ item }}\"\n loop: \"{{ docker_prereqs_packages }}\"\n\n- name: Add GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\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
mateusmuller/k8s-cluster-spinup
0f5de64ad0847787c0f1580f23f7db63568d04fc
18
roles/k8s-all
8,015
[ "no_license" ]
[ { "path": "roles/k8s-all/tasks/main.yml", "content": "---\n- name: Add k8s apt key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Add k8s repository\n apt_repository:\n repo: deb https://apt.kubernetes.io/ kubernetes-xenial main\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 680, "all_permissive": false }
ansible_role
mateusmuller/k8s-cluster-spinup
0f5de64ad0847787c0f1580f23f7db63568d04fc
18
roles/k8s-master
8,015
[ "no_license" ]
[ { "path": "roles/k8s-master/tasks/main.yml", "content": "- name: Destroy cluster before starting again\n command: kubeadm reset -f\n\n- name: Initialize k8s cluster\n command: kubeadm init\n register: kubeadm_init_output\n\n- name: Create file with output\n copy:\n content: \"{{ kubeadm_init_output.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 800, "all_permissive": false }
ansible_role
mateusmuller/k8s-cluster-spinup
0f5de64ad0847787c0f1580f23f7db63568d04fc
18
roles/k8s-worker
8,015
[ "no_license" ]
[ { "path": "roles/k8s-worker/tasks/main.yml", "content": "---\n- name: Copy join to nodes\n copy:\n dest: /opt/kubejoin.sh\n src: ./join/kubejoin.sh\n mode: '0700'\n\n- name: Run command on remote\n shell: /opt/kubejoin.sh", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
nejnej25/sfptest
22d62c2dab8e0714af4368f1d9f80e6a82c24e31
0
ansible/roles/deb-mysql56
8,015
[ "no_license" ]
[ { "path": "ansible/roles/deb-mysql56/tasks/main.yml", "content": "---\n\n- name: Include variables\n include_vars: vars.yml\n\n- name: Installing MySQL 5.6 Repository\n apt_repository:\n repo: ppa:ondrej/mysql-5.6\n state: present\n\n- name: Installing MySQL 5.6 packages\n apt:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1445, "all_permissive": false }
ansible_role
nejnej25/sfptest
22d62c2dab8e0714af4368f1d9f80e6a82c24e31
0
ansible/roles/deb-php56
8,015
[ "no_license" ]
[ { "path": "ansible/roles/deb-php56/tasks/main.yml", "content": "---\n\n- name: Include variables\n include_vars: vars.yml\n\n- name: Installing PHP 5.6 Repository\n apt_repository:\n repo: ppa:ondrej/php\n state: present\n\n- name: Installing PHP 5.6\n apt:\n name: \"{{ php_pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 397, "all_permissive": false }
ansible_role
harshavardhan-nandigama/ansible-roles
cc3827e30e6479337e82fbc968999f37cb8c93ca
0
roles/cart
8,015
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": " - name: app setup\n include_role: \n name: common\n tasks_from: app-setup\n\n - name: nodejs setup\n include_role: \n name: common\n tasks_from: nodejs\n \n - name: systemd setup\n include_role: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
harshavardhan-nandigama/ansible-roles
cc3827e30e6479337e82fbc968999f37cb8c93ca
0
roles/catalogue
8,015
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: app setup\n include_role:\n name: common\n tasks_from: app-setup\n\n- name: nodejs setup\n include_role:\n name: common\n tasks_from: nodejs\n\n- name: copy mongodb repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1159, "all_permissive": false }
ansible_role
harshavardhan-nandigama/ansible-roles
cc3827e30e6479337e82fbc968999f37cb8c93ca
0
roles/common
8,015
[ "no_license" ]
[ { "path": "roles/common/tasks/mysql-data.yaml", "content": "- name: Create /root/.my.cnf with MySQL root credentials\n ansible.builtin.copy:\n dest: /root/.my.cnf\n content: |\n [client]\n user=root\n password=<PASSWORD>\n owner: root\n group: root\n mode: '0600'\n", "lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 849, "all_permissive": false }
ansible_role
harshavardhan-nandigama/ansible-roles
cc3827e30e6479337e82fbc968999f37cb8c93ca
0
roles/mysql
8,015
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: Install MySQL server\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: start mysql server\n ansible.builtin.systemd_service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: setup root password\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
basivireddy/ansible-100
d26b083c7b04ba37d88d3c351cbbd83ab04916a5
0
roles/add_ec2instances_to_inventry
8,015
[ "no_license" ]
[ { "path": "roles/add_ec2instances_to_inventry/tasks/main.yml", "content": "- name: get the ec2 instance details \"{{ host1 }}\"\n ec2_instance_facts:\n filters:\n \"tag:Name\": \"{{ host1 }}\"\n instance-state-name: running\n register: ec2_host1\n\n- name: get the ec2 instance details ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1693, "all_permissive": false }
ansible_role
basivireddy/ansible-100
d26b083c7b04ba37d88d3c351cbbd83ab04916a5
0
roles/apache_invokedockercompose
8,015
[ "no_license" ]
[ { "path": "roles/apache_invokedockercompose/tasks/main.yml", "content": "---\n- name: git clone https://github.com/basivireddy/apache.git\n git:\n repo: 'https://github.com/basivireddy/apache.git'\n dest: /root/apache/\n\n- name: docker-compose up\n shell: docker-compose up -d\n args:\n chdir: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
basivireddy/ansible-100
d26b083c7b04ba37d88d3c351cbbd83ab04916a5
0
roles/basicpackages
8,015
[ "no_license" ]
[ { "path": "roles/basicpackages/tasks/main.yml", "content": "--- # install basic packages\n\n- name: update the packages\n raw: apt-get update\n\n- name: install the python-apt\n raw: apt-get -y install python-apt\n\n- name: apt-get update the server\n apt:\n update_cache=yes\n\n- name: Install the basi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
basivireddy/ansible-100
d26b083c7b04ba37d88d3c351cbbd83ab04916a5
0
roles/couchdb_invokedockercompose
8,015
[ "no_license" ]
[ { "path": "roles/couchdb_invokedockercompose/tasks/main.yml", "content": "---\n- file:\n path: /root/couchdb/\n state: directory\n\n- name: couchdb cointainer start\n copy:\n dest: \"/root/couchdb/docker-compose.yml\"\n content: |\n version: \"2\"\n services:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
basivireddy/ansible-100
d26b083c7b04ba37d88d3c351cbbd83ab04916a5
0
roles/docker
8,015
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "--- # conig docker\n- name: check if docker is installed\n register: docker_installed\n command: docker version\n ignore_errors: true\n\n- name: Install prerequisites\n apt: name={{item}} update_cache=yes\n with_items:\n - apt-transport-https\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1208, "all_permissive": false }
ansible_role
basivireddy/ansible-100
d26b083c7b04ba37d88d3c351cbbd83ab04916a5
0
roles/ec2
8,015
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n - name: create a new ec2 key pair, returns generated private key\n ec2_key:\n name: my_keypair\n register: my_keypair\n\n - name: save key pair on localhost\n copy:\n content: \"{{ my_keypair.key.private_key }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1805, "all_permissive": false }
ansible_role
basivireddy/ansible-100
d26b083c7b04ba37d88d3c351cbbd83ab04916a5
0
roles/nodeinstall
8,015
[ "no_license" ]
[ { "path": "roles/nodeinstall/tasks/main.yml", "content": "--- # install basic packages\n\n#- name: apt-get update the server\n# apt:\n# update_cache=yes\n\n- name: Install packages build-essential and libssl-dev\n apt: name={{ item }} state=latest\n with_items:\n - build-essential\n - libssl-dev\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
cbranch/xrpolsup
a9bccd9ab944cdd3eb192428990ca8e44eec0bd6
0
ansible-playbook/roles/arrestwatch
8,015
[ "no_license" ]
[ { "path": "ansible-playbook/roles/arrestwatch/handlers/main.yml", "content": "---\n- name: restart arrestwatch-backend\n systemd:\n name: arrestwatch-backend\n daemon_reload: yes\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1857, "all_permissive": false }
ansible_role
cbranch/xrpolsup
a9bccd9ab944cdd3eb192428990ca8e44eec0bd6
0
ansible-playbook/roles/cloudflared
8,015
[ "no_license" ]
[ { "path": "ansible-playbook/roles/cloudflared/tasks/main.yml", "content": "---\n- name: Download cloudflared\n get_url:\n url: https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.deb\n dest: /tmp/cloudflared-amd64.deb\n\n- name: Install cloudflared\n apt:\n deb: /tmp/cloudflared-am...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
cbranch/xrpolsup
a9bccd9ab944cdd3eb192428990ca8e44eec0bd6
0
ansible-playbook/roles/nginx
8,015
[ "no_license" ]
[ { "path": "ansible-playbook/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n name: nginx\n state: latest\n\n- name: Copy nginx configuration\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
cbranch/xrpolsup
a9bccd9ab944cdd3eb192428990ca8e44eec0bd6
0
ansible-playbook/roles/postgresql
8,015
[ "no_license" ]
[ { "path": "ansible-playbook/roles/postgresql/tasks/main.yml", "content": "---\n- name: Install postgres\n apt:\n name: postgresql\n state: latest\n\n- name: Start postgres\n service: name=postgresql state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
cbranch/xrpolsup
a9bccd9ab944cdd3eb192428990ca8e44eec0bd6
0
ansible-playbook/roles/redis
8,015
[ "no_license" ]
[ { "path": "ansible-playbook/roles/redis/tasks/main.yml", "content": "---\n- name: Install redis\n apt:\n name: redis\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
aaronschif/machine_state
ab87566c65b423d7ec25b253c169c67a8c66ec25
0
roles/common
8,015
[ "no_license" ]
[ { "path": "roles/common/tasks/bashrc.yml", "content": "---\n- name: Fetch bashrc\n register: result\n git: |\n repo=<EMAIL>:aaronschif/bashrc.git\n dest=/home/{{username}}/.bashrc.d/\n accept_hostkey=yes\n\n- name: Build bashrc\n command: python /home/{{username}}/.bashrc.d/compile.py\n when: r...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3128, "all_permissive": false }
ansible_role
aaronschif/machine_state
ab87566c65b423d7ec25b253c169c67a8c66ec25
0
roles/kodi
8,015
[ "no_license" ]
[ { "path": "roles/kodi/tasks/main.yml", "content": "---\n- name: Create kodi user\n register: kodi_user\n sudo: true\n user: |\n name=kodi\n\n- name: Kodi repo\n sudo: true\n apt_repository: repo=ppa:team-xbmc/ppa\n\n- name: Install Kodi\n sudo: true\n apt: |\n name=xbmc\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
punitgaurav/Devopspracticals
59649ae6387c0f9bb76558bb6dbb526646bcac4f
0
ansible-demo/role_demo/roles/customrole
8,015
[ "no_license" ]
[ { "path": "ansible-demo/role_demo/roles/customrole/tasks/main.yml", "content": "---\n# tasks file for customrole\n- name: This my role \n debug: msg 'this is my main role'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
xiaohaizhou/Docker-roles
2d9d7a47bbcd85352458b89a17d26c5dc8663c37
0
roles-01/ansible/roles/amd_install_softwall
8,015
[ "no_license" ]
[ { "path": "roles-01/ansible/roles/amd_install_softwall/tasks/install_nginx.yml", "content": "# - name: Check if nginx binary exists\r\n# stat:\r\n# path: /usr/sbin/nginx\r\n# register: nginx_binary\r\n- name: Check if nginx binary exists\r\n vars:\r\n nginx_path: /usr/sbin/nginx\r\n block: \r\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3653, "all_permissive": false }
ansible_role
Purni-dev/ansible-playbooks
7c31daef52704bbfc60d69e87c6bcd50a7303657
0
roles/apache
8,015
[ "no_license" ]
[ { "path": "roles/apache/tasks/uninstall.yml", "content": "---\n- name: stop httpd\n ansible.builtin.service:\n name: httpd\n state: stopped\n\n- name: remove index.html\n file:\n path: /var/www/html/index.html\n state: absent\n\n- name: stopped httpd\n ansible.builtin.service:\n name: http...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 601, "all_permissive": false }
ansible_role
Sureshsingh7/ansible-scripts
23936986aa9140361dd9aa5343a695a3e767f360
0
roles/getArtifacts
8,015
[ "no_license" ]
[ { "path": "roles/getArtifacts/tasks/rollback.yml", "content": "- name: Check whether windows backup folder present or not\n win_stat:\n path: '{{ deployment_folder }}\\Archives\\{{ windows_artifacts }}\\{{ windows_artifacts }}_{{ tower_job_id }}_bkp.zip'\n register: windows_backup_folder_exist\n\n- nam...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 8736, "all_permissive": false }
ansible_role
Sureshsingh7/ansible-scripts
23936986aa9140361dd9aa5343a695a3e767f360
0
roles/localhost
8,015
[ "no_license" ]
[ { "path": "roles/localhost/handlers/main.yml", "content": "---\n# handlers file for localhost", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/localhost/vars/main.yml", "content": "---\n# vars file for localhost\ndeploy_dir: '{{ default_dr...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5856, "all_permissive": false }
ansible_role
Nietsab/MyRestoV2
4c85b500c87da14259b0cfe83bfc17e9d178dc6b
0
ansible/roles/myresto
8,015
[ "no_license" ]
[ { "path": "ansible/roles/myresto/tasks/main.yml", "content": "- name: install git\n package:\n name: git\n state: present\n\n- name: clone repo git\n ansible.builtin.git:\n repo: https://github.com/Nietsab/MyRestoV2.git\n dest: /srv/myresto\n\n- name: launch container\n community.docker.docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
richard-lam-webdev/tp-ansible
1c0059d4ccc7fc2f804dcefb77b58e105a9a3b68
0
roles/application
8,015
[ "no_license" ]
[ { "path": "roles/application/tasks/main.yml", "content": "- name: Install PHP and dependencies\n ansible.builtin.apt:\n name:\n - php\n - php-mysql\n - php-curl\n - php-mbstring\n - unzip\n - composer\n state: present\n\n- name: Clone Bagisto repository\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": false }
ansible_role
richard-lam-webdev/tp-ansible
1c0059d4ccc7fc2f804dcefb77b58e105a9a3b68
0
roles/database
8,015
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "- name: Install MySQL\n ansible.builtin.apt:\n name: mysql-server\n state: present\n\n- name: Start MySQL service\n ansible.builtin.service:\n name: mysql\n state: started\n\n- name: Create database for Bagisto\n mysql_db:\n name: bagi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
richard-lam-webdev/tp-ansible
1c0059d4ccc7fc2f804dcefb77b58e105a9a3b68
0
roles/webserver
8,015
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: Deploy Nginx configuration\n ansible.builtin.template:\n src: nginx.conf.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 984, "all_permissive": false }
ansible_role
m1keru/aws_nexus
be9a2a180e27f3a0b00ec0915fe4683dd3a565a5
0
ansible/roles/ami
8,015
[ "no_license" ]
[ { "path": "ansible/roles/ami/defaults/main.yml", "content": "---\n# defaults file for ami", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/roles/ami/tasks/main.yml", "content": "- name: gather facts about an AMIs\n ec2_ami_facts:\n f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 887, "all_permissive": false }
ansible_role
m1keru/aws_nexus
be9a2a180e27f3a0b00ec0915fe4683dd3a565a5
0
ansible/roles/ec2
8,015
[ "no_license" ]
[ { "path": "ansible/roles/ec2/tasks/main.yml", "content": "---\n- name: \"update facts\"\n setup:\n- name: \"create SSH keys\"\n ec2_key:\n name: \"{{ SSH_KEY_NAME }}\"\n key_material: \"{{ lookup('file', HOME+'/.ssh/id_rsa.pub') }}\"\n tags:\n - ec2\n \n- name: \"Create VPC\"\n ec2_vpc_net:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4005, "all_permissive": false }
ansible_role
m1keru/aws_nexus
be9a2a180e27f3a0b00ec0915fe4683dd3a565a5
0
ansible/roles/nexus
8,015
[ "no_license" ]
[ { "path": "ansible/roles/nexus/tasks/main.yml", "content": "---\n- name: \"Setup packages\"\n become: true\n become_method: sudo\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - docker\n\n\n#- name: create a ext4 filesystem on EBS device\n# filesystem:\n# fstype: ext4\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1638, "all_permissive": false }
ansible_role
m1keru/aws_nexus
be9a2a180e27f3a0b00ec0915fe4683dd3a565a5
0
ansible/roles/route53
8,015
[ "no_license" ]
[ { "path": "ansible/roles/route53/tasks/main.yml", "content": "---\n- name: \"get inv\"\n command: echo \"{{ inventory_hostname }}\"\n- name: Create DNS zone from the infra\n route53:\n state: present\n zone: \"{{ DNS_ZONE }}\"\n record: \"{{ DNS_NAME }}.{{ DNS_ZONE }}\"\n type: A\n ttl: 720...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
alberick-mahoussi/OCTOPUS
aefed34f6f22c565d6bbb544eb48ca3559bdf8ff
0
roles/base
8,015
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Install required dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: no\n with_items:\n - apt-transport-https\n - ca-certificates\n - emacs-nox\n - git\n - curl\n - unzip\n - software-propertie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
alberick-mahoussi/OCTOPUS
aefed34f6f22c565d6bbb544eb48ca3559bdf8ff
0
roles/poll
8,015
[ "no_license" ]
[ { "path": "roles/poll/tasks/main.yml", "content": "- name: Copy local poll.tar to remote poll server\n copy:\n src: poll.tar\n dest: /root/poll.tar\n become: true\n\n- name: Extract poll.tar\n unarchive:\n src: /root/poll.tar\n dest: /root\n remote_src: yes\n become: true\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
alberick-mahoussi/OCTOPUS
aefed34f6f22c565d6bbb544eb48ca3559bdf8ff
0
roles/postgresql
8,015
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Get PostgreSQL GPG Key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n become: true\n\n- name: Install psycopg2\n apt:\n name: python3-psycopg2\n update_cache: yes\n become: true\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1265, "all_permissive": false }
ansible_role
alberick-mahoussi/OCTOPUS
aefed34f6f22c565d6bbb544eb48ca3559bdf8ff
0
roles/redis
8,015
[ "no_license" ]
[ { "path": "roles/redis/templates/redis.conf.j2", "content": "bind {{ redis_bind_address }}\nport {{ redis_port }}\nsupervised systemd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 634, "all_permissive": false }
ansible_role
alberick-mahoussi/OCTOPUS
aefed34f6f22c565d6bbb544eb48ca3559bdf8ff
0
roles/result
8,015
[ "no_license" ]
[ { "path": "roles/result/tasks/main.yml", "content": "- name: Install node & npm\n apt:\n name: [\"nodejs\",\"npm\"]\n update_cache: yes\n become: true\n\n- name: Copy local result.tar to remote frontresult server\n copy:\n src: result.tar\n dest: /root/result.tar\n become: true\n\n- name: Ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
alberick-mahoussi/OCTOPUS
aefed34f6f22c565d6bbb544eb48ca3559bdf8ff
0
roles/worker
8,015
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "- name: Get GPG Key\n apt_key:\n url: https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public/\n state: present\n become: true\n\n- name: Add AdoptOpenJDK repository\n apt_repository:\n repo: deb https://adoptopenjdk.jfrog.io/adoptopenjd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1701, "all_permissive": false }
ansible_role
LV-Project/performance_test
7fa14cd9bc3c46c23537e6dacdc5673b7202bcda
0
infra/roles/api
8,013
[ "no_license" ]
[ { "path": "infra/roles/api/tasks/main.yml", "content": "---\n- name: install dependency\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n\n- name: Add Docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1079, "all_permissive": false }
ansible_role
amolnaik4/DevSecOps
0c23b1b2cb6de1b52223f40e663cf10a254d0477
3
infrastructure/provisioning/roles/ansible-role-archerysec
8,013
[ "no_license" ]
[ { "path": "infrastructure/provisioning/roles/ansible-role-archerysec/templates/archerysec.service", "content": "#!/bin/sh\n\n[Unit]\nDescription=Django Web App\nAfter=network.target\n\n[Service]\nPIDFile=/var/run/djangoBootstrap.pid\nExecStart=/bin/bash {{ deploy_dir }}/gunicorn_start\nRestart=on-abort\n\n[...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9451, "all_permissive": false }
ansible_role
federico-paolillo/sshstats
456d198bd5df4211a901a2ecc6551707c15549f3
4
in/roles/honeypot
8,013
[ "no_license" ]
[ { "path": "in/roles/honeypot/defaults/main.yml", "content": "---\nhoneypot_grafana_cloud_username: \"{{ undef() }}\"\nhoneypot_grafana_cloud_password: \"{{ undef() }}\"\nhoneypot_nodename: \"{{ inventory_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4181, "all_permissive": false }
ansible_role
stadeof/ansible-roles-netology
12d618a37a93efd9a64536a75a7f5d3d40f9bc58
0
roles/vector
8,013
[ "no_license" ]
[ { "path": "roles/vector/tasks/main.yml", "content": "---\n- name: Get vector distrib\n ansible.builtin.get_url:\n url: \"https://packages.timber.io/vector/{{ vector_version }}/vector-x86_64.rpm\"\n dest: \"./vector-{{ vector_version }}.rpm\"\n mode: \"0755\"\n- name: Install vector packages\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
mhykari/Linux-Setup
96d9ccca3fb91f6f31e627e2fa8eb58b77dc917e
0
ubuntu-desktop-setup/roles/install_packages
8,013
[ "no_license" ]
[ { "path": "ubuntu-desktop-setup/roles/install_packages/handlers/main.yml", "content": "---\n- name: apt update\n become: true\n apt:\n upgrade: no\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: Restart snapd service\n service:\n name: snapd\n state: restarted\n become: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1968, "all_permissive": false }
ansible_role
mhykari/Linux-Setup
96d9ccca3fb91f6f31e627e2fa8eb58b77dc917e
0
ubuntu-desktop-setup/roles/terminator-setup
8,013
[ "no_license" ]
[ { "path": "ubuntu-desktop-setup/roles/terminator-setup/tasks/install-configure-terminator.yml", "content": "\n---\n\n- name: Update the apt package index\n become: true\n apt:\n update_cache: yes\n\n- name: Install the terminator package\n apt:\n name: terminator\n state: present\n\n- name: Set ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }