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
bemagee/ansible-files
c2d2d58032f652488d6497980d9ee877441f9658
0
roles/base
288
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# This playbook contains base plays for all nodes\n\n- name: Install base packages\n yum: \"name={{ item }} state=present\"\n loop: \"{{ base_packages }}\"\n\n- name: Create users\n user:\n name: \"{{ item.name }}\"\n state: present\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
bemagee/ansible-files
c2d2d58032f652488d6497980d9ee877441f9658
0
roles/webservers
288
[ "no_license" ]
[ { "path": "roles/webservers/handlers/main.yml", "content": "---\n- name: start apache\n service:\n name: \"{{ apache_svc }}\"\n state: started\n- name: setup firewalld\n firewalld:\n service: http\n permanent: true\n state: enabled\n- name: reload firewalld\n service:\n name: firewalld\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 509, "all_permissive": false }
ansible_role
AnthonyWong1216/ATdemo
c3244ede215be9d60562563299f3d802cbe814c4
0
roles/mysql
288
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "# MySQL Configuration\n - name: Install MySQL Packages\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n loop: [ 'mysql-server', 'php-mysqlnd', 'python3-PyMySQL' ]\n \n - name: Start mysqld service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
hautp/labs-rancher
6f0e73b35f9bcc3c5b7e19a071af76d520455765
0
provisioning/roles/docker
288
[ "no_license" ]
[ { "path": "provisioning/roles/docker/defaults/main.yml", "content": "---\n# Path\ndownload_dir: \"/usr/src\"\n\n# Docker\ndocker_version: \"18.09\"\ndocker_url: \"https://releases.rancher.com/install-docker/{{ docker_version }}.sh\"\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 748, "all_permissive": false }
ansible_role
hautp/labs-rancher
6f0e73b35f9bcc3c5b7e19a071af76d520455765
0
provisioning/roles/linux-essentials
288
[ "no_license" ]
[ { "path": "provisioning/roles/linux-essentials/tasks/tuning.yml", "content": "---\n- name: Increase soft fd limits\n pam_limits:\n domain: \"*\"\n limit_type: soft\n limit_item: nofile\n value: '65535'\n tags: [tuning]\n\n- name: Increase hard fd limits\n pam_limits:\n domain: \"*\"\n l...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4745, "all_permissive": false }
ansible_role
hautp/labs-rancher
6f0e73b35f9bcc3c5b7e19a071af76d520455765
0
provisioning/roles/ntp
288
[ "no_license" ]
[ { "path": "provisioning/roles/ntp/defaults/main.yml", "content": "---\ntimezone: 'Asia/Ho_Chi_Minh'\nntp_pool: 'vn.pool.ntp.org'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "provisioning/roles/ntp/tasks/rhel.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
hautp/labs-rancher
6f0e73b35f9bcc3c5b7e19a071af76d520455765
0
provisioning/roles/rhel-repository
288
[ "no_license" ]
[ { "path": "provisioning/roles/rhel-repository/tasks/rhel.yml", "content": "---\n- name: Download EPEL repository for RHEL/CentOS {{ ansible_distribution_major_version }}\n get_url:\n url: \"{{ epel_url }}/{{ epel_version }}.noarch.rpm\"\n dest: \"{{ download_dir }}/{{ epel_version }}.noarch.rpm\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 610, "all_permissive": false }
ansible_role
hautp/labs-rancher
6f0e73b35f9bcc3c5b7e19a071af76d520455765
0
provisioning/roles/rke-cluster
288
[ "no_license" ]
[ { "path": "provisioning/roles/rke-cluster/templates/rancher-cluster.yml.j2", "content": "---\ncluster_name: \"{{ rke_cluster_name }}\"\nkubernetes_version: \"{{ rke_k8s_version }}\"\nnodes:\n{% for host in ansible_play_hosts %}\n - address: {{ hostvars[host].ansible_host }}\n port: \"{{ hostvars[host].a...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1469, "all_permissive": false }
ansible_role
shuja-git/roboshop-ansible-1
d618f31161ce5f766a7556b8f22a242a77e37188
0
roles/common
288
[ "no_license" ]
[ { "path": "roles/common/tasks/python.yml", "content": "# print_head \"Install python\"\n# yum install python36 gcc python3-devel -y &>>${log_file}\n# status_check $?\n#\n# app_prereq_setup\n#\n# print_head \"Download Dependencies\"\n# pip3.6 install -r requirements.txt &>>${log_file}\n# s...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3204, "all_permissive": false }
ansible_role
shuja-git/roboshop-ansible-1
d618f31161ce5f766a7556b8f22a242a77e37188
0
roles/frontend
288
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yml", "content": "component: frontend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/frontend/tasks/main.yml", "content": " - name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 767, "all_permissive": false }
ansible_role
shuja-git/roboshop-ansible-1
d618f31161ce5f766a7556b8f22a242a77e37188
0
roles/mongodb
288
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "\n- name: Copy the configuration\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install Mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Listen address of Mongodb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
shuja-git/roboshop-ansible-1
d618f31161ce5f766a7556b8f22a242a77e37188
0
roles/mysql
288
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Copy the configuration\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Disable mysql 8\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Install mysql 5.7\n ansible.builtin.yum:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
shuja-git/roboshop-ansible-1
d618f31161ce5f766a7556b8f22a242a77e37188
0
roles/redis
288
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "\n- name: Install Redis Repo files\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis 6.2\n ansible.builtin.dnf:\n name: '@redis:remi-6.2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
chandankumar123/ansible_docker_nginx
7259b46e195f5b4ef4278a6f9878e2c560d3dbc8
0
training/roles/common
288
[ "no_license" ]
[ { "path": "training/roles/common/tasks/main.yml", "content": "---\n# file common/tasks/main.yml\n\n#- name: run apt-get update\n# apt: update_cache=yes\n# sudo: yes\n- name: installing pip chandamnnnm\n apt: name=\"python-pip\" state=present\n sudo: yes\n- name: installing do000000cker-py\n pip: name=\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
Kev-Arsalanian/filebeat-ansible
ddb00e1b09e48115dc69ac30da812b657aec1160
0
roles/filebeat
288
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "---\n\n- name: Adding Elastic PGP key \n apt_key:\n url: \"https://artifacts.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n- name: Installing apt transport https\n apt:\n name: apt-transport-https\n state: present\n\n- name: Addin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
tiilt-lab/chemistry-dashboard
24f8ab622d2e1c52c6a76c320e779f4de2301d25
5
provisioning/roles/finally
288
[ "no_license" ]
[ { "path": "provisioning/roles/finally/tasks/main.yml", "content": "---\n\n- name: Install libsndfile1 (for XRAY speaker separation)\n apt:\n name: libsndfile1\n state: present\n\n- name: Reload Core Services\n systemd:\n state=restarted\n name=\"{{ item }}\"\n enabled=yes\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
tiilt-lab/chemistry-dashboard
24f8ab622d2e1c52c6a76c320e779f4de2301d25
5
provisioning/roles/flask
288
[ "no_license" ]
[ { "path": "provisioning/roles/flask/templates/audio_processor.service.j2", "content": "[Unit]\nDescription=Dashboard Collector Service\nAfter=network-online.target\nStartLimitIntervalSec=0\n\n[Service]\nUser={{app_user}}\nGroup=www-data\nType=simple\nRestart=always\nRestartSec=1\nLimitRTPRIO=99\nLimitRTTIME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4316, "all_permissive": false }
ansible_role
tiilt-lab/chemistry-dashboard
24f8ab622d2e1c52c6a76c320e779f4de2301d25
5
provisioning/roles/mysql-discussion_capture
288
[ "no_license" ]
[ { "path": "provisioning/roles/mysql-discussion_capture/tasks/main.yml", "content": "---\n- name: Update/Create Discussion Capture database\n become_user: \"vagrant\"\n shell: \"FLASK_APP=discussion_capture.py LC_ALL=C.UTF-8 LANG=C.UTF-8 /var/lib/chemistry-dashboard/server/venv/bin/flask db upgrade\"\n ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
tiilt-lab/chemistry-dashboard
24f8ab622d2e1c52c6a76c320e779f4de2301d25
5
provisioning/roles/mysql-install
288
[ "no_license" ]
[ { "path": "provisioning/roles/mysql-install/tasks/main.yml", "content": "---\n- name: Install mysql\n apt:\n name: mysql-server\n state: present\n\n- name: Enable mysql-server service\n systemd: \n name: mysql\n enabled: yes\n state: restarted\n\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
tiilt-lab/chemistry-dashboard
24f8ab622d2e1c52c6a76c320e779f4de2301d25
5
provisioning/roles/nginx
288
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/templates/nginx.conf.j2", "content": "events {}\nhttp {\n\tupstream devicewebsocket {\n\t\tserver 127.0.0.1:9001;\n\t}\n\n\tupstream audiowebsocket {\n\t\tserver 127.0.0.1:9000;\n\t}\n\n\tserver {\n\t\tserver_tokens off;\n\t\tlisten 80;\n\t\tinclude /etc/nginx/mime.types;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1931, "all_permissive": false }
ansible_role
tiilt-lab/chemistry-dashboard
24f8ab622d2e1c52c6a76c320e779f4de2301d25
5
provisioning/roles/python
288
[ "no_license" ]
[ { "path": "provisioning/roles/python/tasks/main.yml", "content": "---\n\n# - name: Multi sample\n# apt:\n# name: \"{{ item }}\"\n# update_cache: true\n# state: present\n# with_items:\n# - 'python3-pip'\n# - 'python-setuptools'\n# - 'ansible'\n# - 'libmysqlclient...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
tiilt-lab/chemistry-dashboard
24f8ab622d2e1c52c6a76c320e779f4de2301d25
5
provisioning/roles/redis
288
[ "no_license" ]
[ { "path": "provisioning/roles/redis/tasks/main.yml", "content": "---\n- name: Install redis\n apt:\n name: redis-server\n state: present\n\n- name: Enable redis-server service\n systemd: \n name: redis-server\n enabled: yes\n state: restarted\n\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
digitalmusiclab/grail_web_crawler
0f6925f8c707f735a9f6beb988d2f15b2344ec48
4
deploy/aws/roles/common
288
[ "permissive" ]
[ { "path": "deploy/aws/roles/common/tasks/main.yml", "content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Update apt packages\n become: yes\n apt: update_cache=yes\n\n- name: Upgrade apt\n become: yes\n apt: upgrade=yes\n\n- name: Install required apt packages\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2138, "all_permissive": true }
ansible_role
digitalmusiclab/grail_web_crawler
0f6925f8c707f735a9f6beb988d2f15b2344ec48
4
deploy/aws/roles/database
288
[ "permissive" ]
[ { "path": "deploy/aws/roles/database/tasks/main.yml", "content": "---\n\n- name: Add Redis apt-repository\n become: yes\n apt_repository: repo='ppa:chris-lea/redis-server' state=present update_cache=yes\n\n- name: Install redis-server\n become: yes\n apt: name=redis-server state=present\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": true }
ansible_role
digitalmusiclab/grail_web_crawler
0f6925f8c707f735a9f6beb988d2f15b2344ec48
4
deploy/aws/roles/server
288
[ "permissive" ]
[ { "path": "deploy/aws/roles/server/tasks/main.yml", "content": "---\n# - name: Install NVM v0.31.0\n# register: nodechange\n# shell: >\n# curl https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | sh\n# creates=/home/{{ ansible_user_id }}/.nvm/nvm.sh\n\n# - name: Install Node v4....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1143, "all_permissive": true }
ansible_role
digitalmusiclab/grail_web_crawler
0f6925f8c707f735a9f6beb988d2f15b2344ec48
4
deploy/aws/roles/startworkers
288
[ "permissive" ]
[ { "path": "deploy/aws/roles/startworkers/tasks/main.yml", "content": "---\n\n- name: Start Worker Process\n command: bash -c '. ~/.nvm/nvm.sh; pm2 start worker.js'\n args:\n chdir: \"{{crawler_path}}\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": true }
ansible_role
digitalmusiclab/grail_web_crawler
0f6925f8c707f735a9f6beb988d2f15b2344ec48
4
deploy/aws/roles/stopworkers
288
[ "permissive" ]
[ { "path": "deploy/aws/roles/stopworkers/tasks/main.yml", "content": "---\n\n- name: Stop Worker Process\n command: bash -c '. ~/.nvm/nvm.sh; pm2 stop worker.js'\n args:\n chdir: \"{{crawler_path}}\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": true }
ansible_role
albertoal/ansible-webapp-playground
3a0578c50cf2822229420a10f326619e69868041
0
roles/nginx
288
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "files: [\n {src: '/home/ubuntu/ec2-demo/index.html', dest: '/var/www/codecore.io/index.html'},\n {src: '/home/ubuntu/ec2-demo/codecore.io', dest: '/etc/nginx/sites-available/codecore.io'},\n]", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1482, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/ansible_controller
288
[ "no_license" ]
[ { "path": "roles/ansible_controller/tasks/main.yml", "content": "---\n- name: Ensure sshpass is installed on Ansible controllers\n package:\n name: sshpass\n state: present\n become: yes\n when: ansible_distribution == 'Alpine'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/baseline
288
[ "no_license" ]
[ { "path": "roles/baseline/tasks/main.yml", "content": "---\n- name: Ensure iputils is installed (Alpine)\n package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - iputils\n become: yes\n when: ansible_distribution == 'Alpine'\n- name: Ensure iptables is configured and persists reboots\n bl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3686, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/bootstrap
288
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- name: Ensure a .ssh directory exists for SSH keys\n file:\n path: \"{{ ansible_user_dir }}/.ssh\"\n state: directory\n mode: '0700'\n when: control_host is defined and control_host\n- name: Ensure ssh key exists\n openssh_keypair:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2362, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/bootstrap-python
288
[ "no_license" ]
[ { "path": "roles/bootstrap-python/tasks/main.yml", "content": "---\n- name: Ensure python3 is installed\n raw: \"[ -x /usr/bin/python3 ] || ( [ -f /etc/debian_version ] && apt update && apt install -y python3 python3-apt ) || ( [ -f /etc/alpine-release ] && apk add --no-cache python3 )\"\n changed_when: f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/breakfix
288
[ "no_license" ]
[ { "path": "roles/breakfix/tasks/main.yml", "content": "---\n- name: Ensure the breakfix script is installed\n copy:\n src: breakfix\n dest: \"{{ ansible_user_dir }}/breakfix\"\n owner: \"{{ ansible_user_id }}\"\n group: \"{{ ansible_user_id }}\"\n mode: '0555'\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/dnsmasq
288
[ "no_license" ]
[ { "path": "roles/dnsmasq/handlers/main.yml", "content": "---\n- name: Ensure runit is already managing dnsmasq before continuing\n listen: reload_dnsmasq\n wait_for:\n path: /etc/sv/dnsmasq/supervise/pid\n state: present\n timeout: 10\n become: yes\n- name: Ensure dhsmasq is restarted on a confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2014, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/firewall
288
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Ensure NAT to Internet is enabled\n iptables:\n table: nat\n chain: POSTROUTING\n out_interface: eth1\n jump: MASQUERADE\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/isc-dhcp-relay
288
[ "no_license" ]
[ { "path": "roles/isc-dhcp-relay/tasks/main.yml", "content": "---\n- name: Ensure isc-dhcp-relay is installed and configured if needed\n block:\n - name: Install isc-dhcp-relay (Debian)\n apt:\n name: isc-dhcp-relay\n state: present\n become: yes\n when: ansible_distribution ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1799, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/isc-dhcp-server
288
[ "no_license" ]
[ { "path": "roles/isc-dhcp-server/tasks/main.yml", "content": "---\n- name: Ensure the ISC dhcp server package is installed\n ansible.builtin.package:\n name:\n - dhcp-server-vanilla\n - dhcp\n state: present\n become: yes\n- name: Ensure the server lease file exists\n ansible.builtin.file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 816, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/nginx
288
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Ensure the nginx package is installed\n package:\n name: nginx\n state: present\n become: yes\n- name: Ensure runit directory for nginx exists\n file:\n path: /etc/sv/nginx/log\n state: directory\n owner: root\n group: roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1080, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/openvpn
288
[ "no_license" ]
[ { "path": "roles/openvpn/templates/runit_openvpn.j2", "content": "#!/bin/bash\nexec 2>&1\nexec chpst /usr/sbin/openvpn --config /etc/openvpn/server/server.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/openvpn/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2232, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/openvswitch
288
[ "no_license" ]
[ { "path": "roles/openvswitch/templates/runit_script.j2", "content": "#!/bin/bash\nexec 2>&1\nexec chpst {{ service.startcmd }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/openvswitch/tasks/main.yml", "content": "---\n- name: Ensure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1641, "all_permissive": false }
ansible_role
dmbrownlee/labnetwork
55f43dac75a086096e6a1a3755f64caeff77467e
0
roles/quagga
288
[ "no_license" ]
[ { "path": "roles/quagga/templates/runit_quagga.j2", "content": "#!/bin/bash\nexec 2>&1\n. /etc/default/quagga\n#/sbin/ip route flush proto zebra\nexec chpst /usr/sbin/{{ quagga_server.name }} ${{ quagga_server.name | upper() }}_OPTS -f /etc/quagga/{{ quagga_server.name }}.conf\n", "license_type": "no_li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3824, "all_permissive": false }
ansible_role
joefiorini/ibeacon-deployment
c21a648990a166e0a110ef50f22759d3afe26724
0
roles/beacon
288
[ "no_license" ]
[ { "path": "roles/beacon/tasks/main.yml", "content": "- name: beacon| Upload script to setup beacon\n template: src=start-beacon dest=/usr/local/bin/start-beacon mode=u+rwx\n\n- name: beacon| Upload systemd unit to autostart beacon\n copy: src=beacon.unit dest=/etc/systemd/system/beacon.service\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
joefiorini/ibeacon-deployment
c21a648990a166e0a110ef50f22759d3afe26724
0
roles/bluetooth_host
288
[ "no_license" ]
[ { "path": "roles/bluetooth_host/tasks/main.yml", "content": "- name: bluetooth_host| Install packages\n pacman: name={{item}} state=present update_cache=yes\n with_items:\n - libusb\n - bluez\n - bluez-utils\n\n- name: bluetooth_host| Enable bluetooth service\n service: name=bluetooth state=star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
devNoiseConsulting/Vagrant-Lets-Encrypt
e8cedc323f29ff228a26e299f5055707d81aabfe
0
provisioning/roles/common
288
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n upgrade: safe\n tags: common\n\n- name: Update language\n apt:\n name: language-pack-en\n tags: common\n\n- name: Installs common utilities for development\n apt:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
devNoiseConsulting/Vagrant-Lets-Encrypt
e8cedc323f29ff228a26e299f5055707d81aabfe
0
provisioning/roles/letsencrypt
288
[ "no_license" ]
[ { "path": "provisioning/roles/letsencrypt/tasks/main.yml", "content": "---\n- name: Installs Let's Encrypt dependancies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - python\n - python-dev\n - python-virtualenv\n - gcc\n - dialog\n - libaugeas0\n - aug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
xianke9/devops
4eca31eb2eb36051ba4cdd4b3f47ac4af537d9d1
0
roles/platform
288
[ "no_license" ]
[ { "path": "roles/platform/defaults/main.yml", "content": "redhat_pkg_install:\n - epel-release\n - docker-ce\n - maven\n - git\n - python-setuptools\n - ntp\n - kubeadm\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/platform/tasks/deplo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2988, "all_permissive": false }
ansible_role
cdrobey/repo-ansible
cbeea85c136e38857fbbe4d5f792af43488fc438
0
roles/cups
293
[ "no_license" ]
[ { "path": "roles/cups/tasks/cups_lpadmin.yml", "content": "---\n- name: Removing all printers and classes on server.\n cups_lpadmin:\n purge: True\n tags: cups_rm\n\n- name: Install printers using cups_lpadmin\n cups_lpadmin:\n name: \"{{item.name}}\"\n uri: \"{{item.uri}}\"\n model: \"{{item...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1399, "all_permissive": false }
ansible_role
cdrobey/repo-ansible
cbeea85c136e38857fbbe4d5f792af43488fc438
0
roles/nat
293
[ "no_license" ]
[ { "path": "roles/nat/defaults/main.yml", "content": "---\n# defaults file for nat\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/nat/tasks/main.yml", "content": "---\n - include: forward.yml\n tags:\n - nat-forward\n - ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1052, "all_permissive": false }
ansible_role
cdrobey/repo-ansible
cbeea85c136e38857fbbe4d5f792af43488fc438
0
roles/openvpn
293
[ "no_license" ]
[ { "path": "roles/openvpn/templates/client.conf.j2", "content": "# {{ ansible_managed }}\n\n{% if openvpn_comp_lzo %}\ncomp-lzo\n{% endif %}\n{% if openvpn_daemon %}\ndaemon\n{% endif %}\ndev {{ openvpn_dev }}\ngroup {{ openvpn_group }}\n{% if openvpn_static %}\nifconfig {{ openvpn_client_ifconfig }}\n{% end...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5297, "all_permissive": false }
ansible_role
cdrobey/repo-ansible
cbeea85c136e38857fbbe4d5f792af43488fc438
0
roles/ssh
293
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n\n- include: openssh.yml\n when: openssh_enabled\n tags: [openssh]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/ssh/tasks/openssh.yml", "content": "---\n\n- include_vars: \"{{a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
cdrobey/repo-ansible
cbeea85c136e38857fbbe4d5f792af43488fc438
0
roles/steelplus
293
[ "no_license" ]
[ { "path": "roles/steelplus/README.md", "content": "Role Name\n=========\n\nThe Steelplus Server configuration configures terminfo to support putty and kicks-off steelplus from user steelplus .bashrc.\n\nRequirements\n------------\n\nThe role requires adjustment to putty to ensure it support the terminal cha...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1336, "all_permissive": false }
ansible_role
cdrobey/repo-ansible
cbeea85c136e38857fbbe4d5f792af43488fc438
0
roles/ufw
293
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n\n- name: Compatibility check\n fail: msg=\"This role only works on Debian systems\"\n when: not ansible_os_family == \"Debian\"\n\n- include: install.yml\n- include: config.yml\n- include: service.yml\n tags: [ufw]\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
cdrobey/repo-ansible
cbeea85c136e38857fbbe4d5f792af43488fc438
0
roles/users
293
[ "no_license" ]
[ { "path": "roles/users/defaults/main.yml", "content": "---\n\nusers_enabled: yes # The role is enabled\n\nusers_groups: \n - name: deploy # Create groups\n # Simple syntax:\n # users_groups: [name1, name2]\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1887, "all_permissive": false }
ansible_role
fabianvf/async-ansible-operator
5ab94e496d5a3a866436241cee13d419ccc7b42f
1
roles/async
293
[ "no_license" ]
[ { "path": "roles/async/vars/main.yml", "content": "---\n# vars file for async\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/async/defaults/main.yml", "content": "---\n# defaults file for async\nsleep: 5\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1584, "all_permissive": false }
ansible_role
vbear/ansible_keepalived_haproxy_lnmp
376245b90a663e4364475e46c025a49509b4b73d
0
roles/haproxy
293
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": " global\n log 127.0.0.1 local2\n pidfile /var/run/haproxy.pid\n maxconn 4000\n user haproxy\n group haproxy\n daemon\n\n\ndefaults\n mode http\n log glo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2853, "all_permissive": false }
ansible_role
vbear/ansible_keepalived_haproxy_lnmp
376245b90a663e4364475e46c025a49509b4b73d
0
roles/keepalived
293
[ "no_license" ]
[ { "path": "roles/keepalived/files/keepalived_install.sh", "content": "#!/bin/bash\n\ncd /root/\ntar -xzvf keepalived-1.3.5.tar.gz>/dev/null\ncd keepalived-1.3.5\n./configure --prefix=/opt/keepalived >/dev/null\nmake >/dev/null\nmake install >/dev/null\n\ncp keepalived/etc/init.d/keepalived /etc/init.d/\ncp ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2846, "all_permissive": false }
ansible_role
vbear/ansible_keepalived_haproxy_lnmp
376245b90a663e4364475e46c025a49509b4b73d
0
roles/mysql
293
[ "no_license" ]
[ { "path": "roles/mysql/templates/my.cnf.j2", "content": "[mysqld]\ndatadir={{datadir}}\nsocket={{socket}}\nuser={{user}}\n# Disabling symbolic-links is recommended to prevent assorted security risks\nsymbolic-links=0\n\nlog-bin=mysql-bin\n\n{% if ansible_all_ipv4_addresses[0] == masterhost %}\nserver-id=100...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2479, "all_permissive": false }
ansible_role
vbear/ansible_keepalived_haproxy_lnmp
376245b90a663e4364475e46c025a49509b4b73d
0
roles/nginx
293
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n# defaults file for nginx\nnginx_port: 80\nnginx_root: /opt/nginx/html\nnginx_index: \"index.html index.php\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/nginx/handlers/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 794, "all_permissive": false }
ansible_role
vbear/ansible_keepalived_haproxy_lnmp
376245b90a663e4364475e46c025a49509b4b73d
0
roles/php5
293
[ "no_license" ]
[ { "path": "roles/php5/tasks/main.yml", "content": "---\n# tasks file for php5\n- name: install phpd\n yum: name={{item}} state=present\n with_items:\n - php\n - php-mysql\n# - php-fpm\n\n- name: copy php-fpm.rpm to nginx\n copy: src=php-fpm-5.3.3-38.el6.x86_64.rpm dest=/root/\n\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 584, "all_permissive": false }
ansible_role
vbear/ansible_keepalived_haproxy_lnmp
376245b90a663e4364475e46c025a49509b4b73d
0
roles/wordpress
293
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "---\n# defaults file for wordpress\nwp_docroot: /opt/nginx/html\nwp_srcdir: /root\nwp_sitedir: wordpress\nwp_user: root\nwp_group: root\n\n\n#mysql\nDBNAME: wordpress\nDBUSER: wordpress\nDBPASSWORD: <PASSWORD>\nDBHOST: 172.20.11.18\n\n", "licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1229, "all_permissive": false }
ansible_role
DarkYamik/ansible_playbook
20d1e2b74d136c1bc28c607c331e98559f7f2bbb
0
roles/common
293
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Instalacion de Apache con modulos\n package: \n name: \"{{ paquete_apache }}\"\n state: latest\n\n- name: Cambiar puerto al definido en variable\n lineinfile:\n path: /etc/apache2/ports.conf\n regexp: '^Listen '\n insertaft...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1660, "all_permissive": false }
ansible_role
DarkYamik/ansible_playbook
20d1e2b74d136c1bc28c607c331e98559f7f2bbb
0
roles/containers
293
[ "no_license" ]
[ { "path": "roles/containers/tasks/main.yml", "content": "---\n- name: Instalar paquetes necesarios para docker\n package: \n name: \"{{ docker_required_packages }}\"\n state: latest\n\n- name: Añadir llave pgp\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
DarkYamik/ansible_playbook
20d1e2b74d136c1bc28c607c331e98559f7f2bbb
0
roles/mysql
293
[ "no_license" ]
[ { "path": "roles/mysql/templates/my.cnf.j2", "content": "\n[mysqld]\nserver-id = {{ server_id }}\nmax_binlog_size = 500M\nsync_binlog = 1\nexpire-logs-days = 7\nslow_query_log\nuser=root\nskip-host-cache\nskip-name-resolve\ndatadir=/var/lib/mysql\nbinlog_format = MIXED\n\ncharacter-set-server = utf8mb4\ncol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2494, "all_permissive": false }
ansible_role
DarkYamik/ansible_playbook
20d1e2b74d136c1bc28c607c331e98559f7f2bbb
0
roles/mysql-master
293
[ "no_license" ]
[ { "path": "roles/mysql-master/tasks/main.yml", "content": "---\n- name: Wait for Mysql to start\n pause:\n seconds: 30\n\n- name: Create Slave User\n shell: podman exec -it {{ inventory_hostname_short }} mysql -uroot -p{{ mysql_master_password }} -e \"create user 'slave_user'@'%' identified by '{{ mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1116, "all_permissive": false }
ansible_role
DarkYamik/ansible_playbook
20d1e2b74d136c1bc28c607c331e98559f7f2bbb
0
roles/mysql-slave
293
[ "no_license" ]
[ { "path": "roles/mysql-slave/tasks/main.yml", "content": "---\n- name: Let Mysql startup\n pause:\n seconds: 30\n\n#- debug:\n# var: hostvars.mysqlmaster.master_status_binlog\n\n#- debug:\n# var: hostvars.mysqlmaster.master_status_position\n\n- debug:\n var: hostvars.mysqlmaster.ansible_default...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 877, "all_permissive": false }
ansible_role
DarkYamik/ansible_playbook
20d1e2b74d136c1bc28c607c331e98559f7f2bbb
0
roles/ode
293
[ "no_license" ]
[ { "path": "roles/ode/tasks/main.yml", "content": "---\n# Instead of running 2 individual containers, we will run a pod with both containers in it\n- name: Crete pod \n become: true\n become_user: root\n containers.podman.podman_pod:\n name: elk-stack\n ports:\n - \"9200:9200\"\n - \"9600:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1115, "all_permissive": false }
ansible_role
DarkYamik/ansible_playbook
20d1e2b74d136c1bc28c607c331e98559f7f2bbb
0
roles/podman
293
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n- name: Añadir repositorio Podman\n apt_repository:\n repo: ppa:projectatomic/ppa\n\n\n- name: Actualizar repositorios\n apt:\n update_cache: yes\n\n- name: Instalar podman\n package:\n name: podman\n state: present\n\n\n\n#- name: Run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-hashi_vault
6c48700019970a61827c41b016c6b8fbf6b76057
0
roles/install
293
[ "no_license" ]
[ { "path": "roles/install/templates/vault.logrotate.j2", "content": "{{ ansible_managed | comment }}\n\n{{ vault_log_file }} {\n {{ vault_logrotate_period }}\n missingok \n copytruncate\n rotate {{ vault_logrotate_retention }}\n dateext\n compress\n postrotate\n /bin/systemctl rel...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 31, "total_bytes": 64730, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-hashi_vault
6c48700019970a61827c41b016c6b8fbf6b76057
0
roles/signed_certificate
293
[ "no_license" ]
[ { "path": "roles/signed_certificate/README.md", "content": "<!-- BEGIN_ANSIBLE_DOCS -->\n\n# Ansible Role: trippsc2.hashi_vault.signed_certificate\nVersion: 1.10.3\n\nThis role signs a certificate using Hashicorp Vault.\n\n## Requirements\n\n| Platform | Versions |\n| -------- | -------- |\n| Debian | <ul><...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 19, "total_bytes": 27687, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-hashi_vault
6c48700019970a61827c41b016c6b8fbf6b76057
0
roles/testing
293
[ "no_license" ]
[ { "path": "roles/testing/vars/main.yml", "content": "---\n_cert_supported_os_families:\n - Debian\n - RedHat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/testing/defaults/main.yml", "content": "---\nvault_listen_address: \"{{ vault...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 6339, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-hashi_vault
6c48700019970a61827c41b016c6b8fbf6b76057
0
roles/testing_ca
293
[ "no_license" ]
[ { "path": "roles/testing_ca/handlers/main.yml", "content": "---\n- name: Ensure Root CA certificate is saved to file\n listen: _testing_copy_ca_cert\n become: true\n ansible.builtin.copy:\n content: \"{{ _testing_rootca.certificate }}\"\n dest: \"{{ _testing_ca_certificate_path }}\"\n owner: roo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 5547, "all_permissive": false }
ansible_role
rajamoses11/CFR
1b490ab186ccbffe30356f26dc6b8fd8ab35d09e
0
ansible/roles/nginx
293
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.j2", "content": "daemon off;\r\n#user nobody;\r\nworker_processes 1;\r\n\r\n\r\n\r\nevents {\r\n worker_connections 1024;\r\n}\r\n\r\n\r\nhttp {\r\n include mime.types;\r\n default_type application/octet-stream;\r\n\r\n #access_log logs/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1517, "all_permissive": false }
ansible_role
rajamoses11/CFR
1b490ab186ccbffe30356f26dc6b8fd8ab35d09e
0
ansible/roles/php
293
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "\r\n- name: install the latest version of php\r\n yum:\r\n name: php\r\n state: latest\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
aerogearcatalog/data-sync-apb
6cad8a7e20b42e55248618723388ad70de8e9f1d
0
roles/bind-data-sync-apb
293
[ "no_license" ]
[ { "path": "roles/bind-data-sync-apb/templates/bind_secret.yml", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: \"{{ sync_secret_name }}-{{ CLIENT_ID }}\"\n namespace: \"{{ namespace }}\"\n labels:\n mobile: enabled\n name: \"{{ sync_secret_name }}-{{ CLIENT_ID }}\"\n clientId: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2266, "all_permissive": false }
ansible_role
aerogearcatalog/data-sync-apb
6cad8a7e20b42e55248618723388ad70de8e9f1d
0
roles/deprovision-data-sync-apb
293
[ "no_license" ]
[ { "path": "roles/deprovision-data-sync-apb/tasks/main.yml", "content": "- name: Delete all data-sync resources by app label (limited to deploymentconfig,buildconfig,service,imagestream,route and pod)\n shell: oc delete all -l app=data-sync -n '{{ namespace }}'\n\n- k8s_v1_config_map:\n name: '{{ sync_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
aerogearcatalog/data-sync-apb
6cad8a7e20b42e55248618723388ad70de8e9f1d
0
roles/provision-data-sync-apb
293
[ "no_license" ]
[ { "path": "roles/provision-data-sync-apb/tasks/provision-sync-server.yml", "content": "- name: Create data-sync-server service\n k8s_v1_service:\n name: data-sync-server\n namespace: '{{ namespace }}'\n labels:\n app: data-sync\n service: data-sync-server\n selector:\n app: data-...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12997, "all_permissive": false }
ansible_role
aerogearcatalog/data-sync-apb
6cad8a7e20b42e55248618723388ad70de8e9f1d
0
roles/test-data-sync-apb
293
[ "no_license" ]
[ { "path": "roles/test-data-sync-apb/tasks/bind.yml", "content": "---\n\n- name: \"Test|Check that data-sync bind secret exists\"\n shell: \"oc get secrets -o name | grep {{ sync_secret_name }}-{{ CLIENT_ID }}\"\n register: sync_secret\n failed_when: sync_secret_name not in sync_secret.stdout", "licen...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4011, "all_permissive": false }
ansible_role
aerogearcatalog/data-sync-apb
6cad8a7e20b42e55248618723388ad70de8e9f1d
0
roles/unbind-data-sync-apb
293
[ "no_license" ]
[ { "path": "roles/unbind-data-sync-apb/tasks/main.yml", "content": "# Remove annotation from mobile client \n- set_fact:\n SYNC_ENDPOINT_ANNOTATION: \"org.aerogear.binding.{{ _apb_bind_creds.SYNC_INSTANCE_NAME }}/sync_endpoint\"\n\n- name: Remove annotations from client {{ _apb_bind_creds.CLIENT_ID }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
kezhuw/configs
7bc4719f32c791992519504a3fa7364d5c776386
0
roles/macos
293
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yaml", "content": "- name: Tap repositories\n homebrew_tap:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ repositories }}\"\n\n- name: Install packages\n homebrew:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ packages }}\"\n\n- name: Uninstall...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2472, "all_permissive": false }
ansible_role
tianshanghong/metal
ecd13e142b0cd17e849febd37cf90041e730653e
2
roles/cloudflared
293
[ "no_license" ]
[ { "path": "roles/cloudflared/templates/config.yml.j2", "content": "# Cloudflare Tunnel configuration\ntunnel: {{ tunnel_id }}\ncredentials-file: {{ credentials_file }}\n\n# Ingress rules\ningress:\n {% for domain_config in domains %}\n # Domain: {{ domain_config.domain }} (root domain)\n - hostname: \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5048, "all_permissive": false }
ansible_role
tianshanghong/metal
ecd13e142b0cd17e849febd37cf90041e730653e
2
roles/docker
293
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# Install Docker & Docker Compose on Debian/Ubuntu Linux\n\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2426, "all_permissive": false }
ansible_role
tianshanghong/metal
ecd13e142b0cd17e849febd37cf90041e730653e
2
roles/firewall
293
[ "no_license" ]
[ { "path": "roles/firewall/templates/rules.v4.j2", "content": "*filter\n:INPUT DROP [0:0]\n:FORWARD DROP [0:0]\n:OUTPUT ACCEPT [0:0]\n\n:DOCKER-USER - [0:0]\n\n############ INPUT ############\n# 1. EST/REL\n-A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT\n\n# 2. loopback\n-A INPUT -i lo -j AC...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7513, "all_permissive": false }
ansible_role
tianshanghong/metal
ecd13e142b0cd17e849febd37cf90041e730653e
2
roles/portainer
293
[ "no_license" ]
[ { "path": "roles/portainer/templates/portainer-compose.yml.j2", "content": "services:\n portainer:\n image: {{ portainer_image }}\n container_name: portainer\n restart: always\n security_opt:\n - no-new-privileges:true\n networks:\n - traefik_network\n - portainer_agent_networ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4546, "all_permissive": false }
ansible_role
tianshanghong/metal
ecd13e142b0cd17e849febd37cf90041e730653e
2
roles/traefik
293
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\n# Deploy Traefik with Docker Compose\n\n- name: Ensure apache2-utils (for htpasswd) is installed\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2-utils # Debian/Ubuntu\n ignore_errors: true #...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5623, "all_permissive": false }
ansible_role
ukleidon/FlexPod-IMM-Rancher
52bdf37b5cac784aa8599a3b504a075f19cbc202
0
roles/NEXUSconfigAFF
293
[ "no_license" ]
[ { "path": "roles/NEXUSconfigAFF/tasks/configure_nxos_vlans.yml", "content": "---\n ##\n # Configure VLANs on the Nexus Switches\n #\n - name: Create Storage VLANs\n cisco.nxos.nxos_vlans:\n config:\n - vlan_id: \"{{ item.id }}\"\n name: \"{{ item.name }}\"\n state: merged\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 506, "all_permissive": false }
ansible_role
pawelchcki/vagrant_centos
6411c25b5a25062198854c809d4e04b961b3acb7
0
roles/ces_markitplace
293
[ "no_license" ]
[ { "path": "roles/ces_markitplace/files/info.php", "content": "<?php\nfunction result($check)\n{\n if ($check) {\n return \" \\t[OK]\" . PHP_EOL;\n } else {\n return \" \\t[FAIL]\" . PHP_EOL;\n }\n}\nheader('Content-Type: text/plain');\necho 'DataDog trace extension verification' . P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3798, "all_permissive": false }
ansible_role
mkbredem/aws-platform
695a828d2a445fbf2fea07297ec11472566b1926
0
roles/aws_vpc_init
290
[ "no_license" ]
[ { "path": "roles/aws_vpc_init/handlers/main.yml", "content": "---\n# handlers file for aws_vpc_init\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/aws_vpc_init/tasks/main.yml", "content": "---\n# tasks file for aws_vpc_init\n# Create E...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5112, "all_permissive": false }
ansible_role
mkbredem/aws-platform
695a828d2a445fbf2fea07297ec11472566b1926
0
roles/build_report_linux
290
[ "no_license" ]
[ { "path": "roles/build_report_linux/tasks/main.yml", "content": "- name: create HTML report\n ansible.builtin.template:\n src: report.j2\n dest: \"{{ file_path }}/linux.html\"\n delegate_to: \"{{ web_server }}\"\n\n- name: copy CSS over\n ansible.builtin.copy:\n src: \"css\"\n dest: \"{{ file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2450, "all_permissive": false }
ansible_role
mkbredem/aws-platform
695a828d2a445fbf2fea07297ec11472566b1926
0
roles/configure_base_instance
290
[ "no_license" ]
[ { "path": "roles/configure_base_instance/defaults/main.yml", "content": "subscription: \n rhel_development_teams: 2c94f6188e80762a018e8704c4ac0d60\n rhel_smart_management_std: 8a82c68d80862c7301808ba1de7157fe\ngraphical_interface: false\nsubscription_name: \"rhel_development_teams\"\n", "license_type"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6138, "all_permissive": false }
ansible_role
mkbredem/aws-platform
695a828d2a445fbf2fea07297ec11472566b1926
0
roles/copy_from_dropbox
290
[ "no_license" ]
[ { "path": "roles/copy_from_dropbox/defaults/main.yml", "content": "---\n# defaults file for copy_from_dropbox\ndest_dir: /root\ndest_file_name: db_file\naccess_token: <KEY>\ndb_path: /Apps/Automation_Controller\ndb_file_name: ac_backup2023-10-25_version_2.4-1.tar.gz\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
mkbredem/aws-platform
695a828d2a445fbf2fea07297ec11472566b1926
0
roles/create_users
290
[ "no_license" ]
[ { "path": "roles/create_users/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - cycle_ssh_keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/create_users/tasks/main.yml", "content": "- name: cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 391, "all_permissive": false }
ansible_role
mkbredem/aws-platform
695a828d2a445fbf2fea07297ec11472566b1926
0
roles/distribute_public_keys
290
[ "no_license" ]
[ { "path": "roles/distribute_public_keys/defaults/main.yml", "content": "---\n# defaults file for distribute_public_keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/distribute_public_keys/vars/main.yml", "content": "---\n# vars file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2996, "all_permissive": false }
ansible_role
mkbredem/aws-platform
695a828d2a445fbf2fea07297ec11472566b1926
0
roles/generate_new_ssh_keys
290
[ "no_license" ]
[ { "path": "roles/generate_new_ssh_keys/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - generate_new_ssh_keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/generate_new_ssh_keys/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 862, "all_permissive": false }
ansible_role
kuldeepsahu1105/cdp-pvc-automation
3aeae0ecbd537799a6233c57a612e9c925d4cc47
0
ansible-cloudera-setup/roles/autotls
290
[ "no_license" ]
[ { "path": "ansible-cloudera-setup/roles/autotls/templates/autotls-config.j2", "content": "# AutoTLS Configuration\ntls.cert.path={{ auto_tls_cert_path }}\ntls.key.path={{ auto_tls_key_path }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 333, "all_permissive": false }
ansible_role
kuldeepsahu1105/cdp-pvc-automation
3aeae0ecbd537799a6233c57a612e9c925d4cc47
0
ansible-cloudera-setup/roles/cloudera_manager
290
[ "no_license" ]
[ { "path": "ansible-cloudera-setup/roles/cloudera_manager/templates/cloudera-manager.properties.j2", "content": "# Cloudera Manager Server Configuration\njdbc.driver=com.mysql.jdbc.Driver\njdbc.url=jdbc:mysql://localhost/cloudera_manager\njdbc.user=root\njdbc.password=<PASSWORD>\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 777, "all_permissive": false }
ansible_role
kuldeepsahu1105/cdp-pvc-automation
3aeae0ecbd537799a6233c57a612e9c925d4cc47
0
ansible-cloudera-setup/roles/cloudera_pvc_base
290
[ "no_license" ]
[ { "path": "ansible-cloudera-setup/roles/cloudera_pvc_base/tasks/main.yml", "content": "---\n- name: Install Cloudera PVC Base\n yum:\n name: \"https://archive.cloudera.com/pvc-base/7.3.4/cloudera-pvc-base-7.3.4-1.el7.x86_64.rpm\"\n state: present\n\n- name: Start Cloudera PVC Base\n service:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
kuldeepsahu1105/cdp-pvc-automation
3aeae0ecbd537799a6233c57a612e9c925d4cc47
0
ansible-cloudera-setup/roles/kerberos
290
[ "no_license" ]
[ { "path": "ansible-cloudera-setup/roles/kerberos/templates/krb5.conf.j2", "content": "[libdefaults]\n default_realm = {{ kerberos_realm }}\n kdc = {{ kerberos_admin_server }}\n admin_server = {{ kerberos_admin_server }}\n\n[realms]\n {{ kerberos_realm }} = {\n kdc = {{ kerberos_admin_serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
kuldeepsahu1105/cdp-pvc-automation
3aeae0ecbd537799a6233c57a612e9c925d4cc47
0
ansible-cloudera-setup/roles/nginx
290
[ "no_license" ]
[ { "path": "ansible-cloudera-setup/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n yum:\n name: nginx\n state: present\n\n- name: Configure Nginx for Private Repo\n template:\n src: nginx.repo.j2\n dest: /etc/nginx/conf.d/private-repo.conf\n\n- name: Start Nginx\n service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
kuldeepsahu1105/cdp-pvc-automation
3aeae0ecbd537799a6233c57a612e9c925d4cc47
0
ansible-cloudera-setup/roles/private_repo
290
[ "no_license" ]
[ { "path": "ansible-cloudera-setup/roles/private_repo/tasks/main.yml", "content": "---\n- name: Configure Private Repo\n yum_repository:\n name: cloudera-private-repo\n description: Cloudera Private Repository\n baseurl: \"{{ repo_url }}\"\n gpgcheck: 0\n enabled: 1\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
aravind-jeevagan/nginx_demo
a7ec554c780939070c5c51f4d82279e11bab448a
0
roles/nginx
290
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: restart-nginx\n service: name=nginx state=restarted\n\n\n# this can be utilized when we are making changes in the server eg : file copy or new deployment , we can define a notify after the change and innvoke this handler\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }