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
jagadeesh4499/expense-ansible-roles
dee25fde6e60daa9b85befae5df065053fee17db
0
roles/backend
7,519
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "# login_password: <PASSWORD>\n# login_host: mysql.jagadeesh.online\napp_location: /app\ncomponent: backend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/backend/tasks/main.yaml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1440, "all_permissive": false }
ansible_role
jagadeesh4499/expense-ansible-roles
dee25fde6e60daa9b85befae5df065053fee17db
0
roles/common
7,519
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: remove existing app location\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n ignore_errors: true\n- name: create app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
jagadeesh4499/expense-ansible-roles
dee25fde6e60daa9b85befae5df065053fee17db
0
roles/frontend
7,519
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "BACKEND_HOST: backend.jagadeesh.online\napp_location: /usr/share/nginx/html\ncomponent: frontend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/frontend/tasks/main.yaml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 591, "all_permissive": false }
ansible_role
Bonttpol/ansible
b4bd2ff7bdcb017dab5b5f65aaab027cd022553e
0
roles/dns
7,519
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n# tasks file for dns\n\n- name: Remove resolv.conf\n command: rm -rf /etc/resolv.conf\n\n- name: Resume resolv.conf\n lineinfile: \n path: /etc/resolv.conf\n regexp: '^'\n line: 'nameserver 8.8.8.8'\n state: present\n create: True\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1433, "all_permissive": false }
ansible_role
Bonttpol/ansible
b4bd2ff7bdcb017dab5b5f65aaab027cd022553e
0
roles/php
7,519
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n\n- name: Install PHP-FPM\n apt:\n name: php8.1-fpm \n update_cache: yes\n\n- name: Config PHP-FPM\n lineinfile:\n path: /etc/php/8.1/fpm/pool.d/www.conf\n search_string: \"listen =\"\n line: \"listen = {{ nginx_ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 372, "all_permissive": false }
ansible_role
Bonttpol/ansible
b4bd2ff7bdcb017dab5b5f65aaab027cd022553e
0
roles/phpinfo
7,519
[ "no_license" ]
[ { "path": "roles/phpinfo/handlers/main.yml", "content": "---\n# handlers file for phpinfo\n- name: Reload Nginx\n systemd: name=nginx state=reloaded", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/phpinfo/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1994, "all_permissive": false }
ansible_role
Bonttpol/ansible
b4bd2ff7bdcb017dab5b5f65aaab027cd022553e
0
roles/superusers
7,519
[ "no_license" ]
[ { "path": "roles/superusers/tasks/main.yml", "content": "---\n# tasks file for superusers\n\n - name: Create group\n group:\n name: superusers\n state: present\n \n - name: Create users\n user: \n name: user1\n password: 111\n group: superusers\n \n - name: Create users\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 599, "all_permissive": false }
ansible_role
Bonttpol/ansible
b4bd2ff7bdcb017dab5b5f65aaab027cd022553e
0
roles/users
7,519
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n\n - name: Create user\n user:\n name: user1\n shell: /bin/bash\n\n - name: Copy key\n copy:\n src: \"~/.ssh/id_rsa-enc.pub\"\n dst: \"/home/user1/.ssh/authorized_keys\"\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
Bonttpol/ansible
b4bd2ff7bdcb017dab5b5f65aaab027cd022553e
0
roles/vsftpd
7,519
[ "no_license" ]
[ { "path": "roles/vsftpd/tasks/main.yml", "content": "---\n# tasks file for vsftpd\n- name: Install vsftpd\n apt:\n name: vsftpd\n update_cache: yes\n\n- name: Config\n lineinfile: \n dest: /etc/vsftpd.conf\n regexp: ''\n insertafter: EOF\n line: \"anonymous_enable=NO\\nlocal_enable=YES\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/apt
7,519
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yaml", "content": "# file: apt/tasks/main.yaml\n\n- name: Preferring IPv4 over IPv6 for apt-get\n lineinfile:\n dest: /etc/gai.conf\n insertafter: '^#precedence ::ffff:0:0/96 100'\n line: 'precedence ::ffff:0:0/96 100'\n\n- name: Reset the sources list (/etc/apt/s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1221, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/bash
7,519
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yaml", "content": "# file: bash/tasks/main.yaml\n\n- name: Enable color prompt\n lineinfile:\n dest: /home/{{ main_user }}/.bashrc\n insertafter: '^#force_color_prompt=yes'\n line: 'force_color_prompt=yes'\n backup: yes\n\n- name: Set LANG=ja_JP.UTF-8\n lineinf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/build-essential
7,519
[ "no_license" ]
[ { "path": "roles/build-essential/tasks/main.yaml", "content": "# file: build-essential/tasks/main.yaml\n\n- name: Make sure the packages are installed\n apt:\n pkg: \"{{item}}\"\n state: present\n with_items:\n - autoconf\n - binutils-doc\n - bison\n - build-essential\n - flex\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/common
7,519
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n# Defines tasks applicable across all machines in the infrastructure.\n\n- include: apt.yaml\n sudo: yes\n\n- name: Change timezone UTC to JST\n sudo: yes\n when: ansible_date_time.tz == \"UTC\"\n command: \"{{ item }}\"\n with_items:\n - mv ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1746, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/etckeeper
7,519
[ "no_license" ]
[ { "path": "roles/etckeeper/tasks/main.yaml", "content": "# file: etckeeper/tasks/main.yaml\n\n- name: Make sure etckeeper and git are installed\n apt:\n pkg: \"{{item}}\"\n state: present\n with_items:\n - git\n - etckeeper\n\n- name: Configure etckeeper (/etc/etckeeper/etckeeper.conf)\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/fail2ban
7,519
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yaml", "content": "# file: fail2ban/tasks/main.yaml\n\n- name: Make sure fail2ban is installed\n apt:\n pkg: fail2ban\n state: latest\n\n- name: Configure fail2ban (/etc/fail2ban/fail2ban.local)\n template:\n src: etc_fail2ban_fail2ban.local.j2\n dest: /etc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2409, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/hostname
7,519
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yaml", "content": "# file: hostname/tasks/main.yaml\n\n- name: Update the hostname (pt. 1) - hostname cmd\n hostname:\n name: \"{{inventory_hostname_short}}\"\n\n- name: Update the hostname (pt. 2) - (/etc/hostname)\n copy:\n content: \"{{inventory_hostname_short...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/logwatch
7,519
[ "no_license" ]
[ { "path": "roles/logwatch/defaults/main.yaml", "content": "# file: logwatch/defaults/main.yaml\n\nlogwatch_email: \"root@localhost\"\nlogwatch_detail: \"low\"\nlogwatch_range: \"yesterday\"\nlogwatch_output: \"mail\"\nlogwatch_format: \"text\"\nlogwatch_disables:\n - fail2ban\n - postfix\n - sshd\n - zz...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 932, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/monit
7,519
[ "no_license" ]
[ { "path": "roles/monit/defaults/main.yaml", "content": "# file: monit/defaults/main.yaml\n\nmonit_poll_period: 120\nmonit_poll_start_delay: 120\n\nmonit_mailserver_host: \"localhost\"\n\nmonit_mailformat_from: \"monit@{{inventory_hostname}}\"\nmonit_mailformat_subject: \"$SERVICE $EVENT\"\nmonit_mailformat_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1139, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/nginx
7,519
[ "no_license" ]
[ { "path": "roles/nginx/templates/snest.net.site.j2", "content": "server {\n listen 80;\n server_name www.snest.net;\n\n access_log /var/log/nginx/snest.net.access.log;\n error_log /var/log/nginx/snest.net.error.log;\n\n location / {\n root /srv/www/snest.net;\n index index.html index.htm;\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4184, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/ntp
7,519
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yaml", "content": "# file: ntp/tasks/main.yaml\n\n- name: Make sure the dependencies are installed\n apt:\n pkg: \"{{item}}\"\n state: present\n with_items:\n - ntp\n - ntpdate\n\n- name: Configure ntp (/etc/ntp.conf)\n copy:\n src: etc_ntp.conf\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 428, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/openssh
7,519
[ "no_license" ]
[ { "path": "roles/openssh/handlers/main.yaml", "content": "# file: openssh/handlers/main.yaml\n\n- name: restart ssh\n service:\n name: ssh\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/openssh/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 967, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/postfix
7,519
[ "no_license" ]
[ { "path": "roles/postfix/templates/etc_postfix_main.cf.j2", "content": "myhostname = {{inventory_hostname}}\nmynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128\nmydestination = {{inventory_hostname_short}}, $myhostname, $mydomain, localhost, localhost.localdomain\nmyorigin = $myhostname\n\nalias_maps...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2131, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/ruby
7,519
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yaml", "content": "# file: ruby/tasks/main.yaml\n\n- name: Install ruby building dependencies\n apt:\n pkg: \"{{item}}\"\n state: present\n with_items: ruby_dependencies\n\n- name: User vagrant add adm group\n when: ansible_bios_version == \"VirtualBox\"\n user:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2063, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/tdiary
7,519
[ "no_license" ]
[ { "path": "roles/tdiary/files/theme/solarized_light/solarized_light.css", "content": "@charset \"UTF-8\";\n/*\nTitle: solarized_light\nRevision: $Revision: 1.0 $\nAuthor: senosa\nAccess: <EMAIL>\nLicense: GPL\nComment: default theme for tDiary 3.1 or later.\n\nCopyright 2011 (C) <NAME> <<EMAIL>>\n*/\n/* lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 44038, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/tig
7,519
[ "no_license" ]
[ { "path": "roles/tig/tasks/install.yaml", "content": "# file: tig/tasks/install.yaml\n\n- name: Make sure the build dependencies are installed\n apt:\n pkg: \"libncursesw5-dev\"\n state: present\n\n- name: Make sure github is in the known_hosts file\n known_hosts:\n host: github.com\n state: p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1075, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/timezone
7,519
[ "no_license" ]
[ { "path": "roles/timezone/defaults/main.yaml", "content": "# file: timezone/defaults/main.yaml\n\ntimezone_timezone: Asia/Tokyo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/timezone/handlers/main.yaml", "content": "# file: timezone/h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 606, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/ufw
7,519
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yaml", "content": "# file: ufw/tasks/main.yaml\n\n- name: Add rule for OpenSSH allow from anywhere\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: Enable log for ufw\n ufw:\n logging: low\n\n- name: Enable ufw\n ufw:\n state: enabled\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/utils
7,519
[ "no_license" ]
[ { "path": "roles/utils/templates/gitconfig.j2", "content": "[user]\n email = {{main_user}}@{{inventory_hostname_short}}\n name = {{main_user}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/utils/tasks/main.yaml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 876, "all_permissive": false }
ansible_role
senosa/my-server
8e6a130a22327854ac46534420629c0d95eb4c1d
0
roles/zsh
7,519
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yaml", "content": "# file: zsh/tasks/main.yaml\n\n- name: Make sure zsh is installed\n sudo: yes\n apt:\n pkg: zsh\n state: present\n\n- name: Make sure homesick gem is installed\n sudo: yes\n gem:\n name: homesick\n state: present\n user_install: no\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1195, "all_permissive": false }
ansible_role
market365-park/booking.web
7d38636196ba3e86b5bfa9387d4d55f283386589
0
deploy.container.booking/roles/booking
7,519
[ "no_license" ]
[ { "path": "deploy.container.booking/roles/booking/tasks/01_env.yml", "content": "#- name: Stop the firewall service and configure it to stop when the system boots\n# systemd:\n# name: firewalld.service\n# enabled: no\n# state: stopped\n\n- shell: setenforce 0\n\n- name: Disable SELinux\n selinux:...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2207, "all_permissive": false }
ansible_role
ThoughtWorksInc/pizzaworks-provisioning
b3b3cfb6f3d3d43fe64fdc4ccc15f1964667c617
0
roles/java
7,519
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install libselinux-python (for lineinfile)\n yum:\n name: libselinux-python\n state: present\n- name: Set PORT environment variable\n lineinfile:\n path: \"{{ home_dir }}/.bashrc\"\n line: 'export PORT=\"4567\"'\n- name: Accept EN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
ThoughtWorksInc/pizzaworks-provisioning
b3b3cfb6f3d3d43fe64fdc4ccc15f1964667c617
0
roles/npm
7,519
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "---\n- name: Download nvm script\n get_url:\n url: https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh\n dest: \"{{ home_dir }}/nvm-install.sh\"\n mode: 500\n\n- name: Run nvm script\n shell: \"{{ home_dir }}/nvm-install.sh\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
nephews5/deploy
3bf349549e7ea3dcc369984f4e4d03d987188774
0
ansible/roles/ansible-hardening
7,524
[ "permissive" ]
[ { "path": "ansible/roles/ansible-hardening/handlers/main.yml", "content": "---\n# Copyright 2015, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5408, "all_permissive": true }
ansible_role
nephews5/deploy
3bf349549e7ea3dcc369984f4e4d03d987188774
0
ansible/roles/deploy_app
7,524
[ "no_license" ]
[ { "path": "ansible/roles/deploy_app/tasks/docker_custom_configs.yml", "content": "---\n#========== apply docker custom configurations ================\n- name: create docker root directory\n file: \n path: /var/neo/docker\n state: directory\n\n- name: copy daemon.json to server at path /etc/docke...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3320, "all_permissive": false }
ansible_role
nephews5/deploy
3bf349549e7ea3dcc369984f4e4d03d987188774
0
ansible/roles/install_docker
7,524
[ "no_license" ]
[ { "path": "ansible/roles/install_docker/tasks/main.yml", "content": "\n---\n\n- name: Remove Docker-related packages\n apt:\n name: \"{{ item }}\"\n state: absent \n with_items:\n - docker.io\n - docker-doc\n - docker-compose\n - podman-docker\n - containerd\n - runc\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1754, "all_permissive": false }
ansible_role
jaseg/uni-nsec-foo
2407b9f8d9acfee9f60c6f6b495777f02b265120
0
roles/router
7,524
[ "no_license" ]
[ { "path": "roles/router/tasks/main.yml", "content": "---\n# This playbook installs the iptables-persistant package\n- name: install_iptables_persistent\n apt: pkg=iptables-persistent state=present\n tags: install_iptables_persistent\n\n- name: Copy iptables template rules over to /etc/iptables\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2085, "all_permissive": false }
ansible_role
jaseg/uni-nsec-foo
2407b9f8d9acfee9f60c6f6b495777f02b265120
0
roles/webserver
7,524
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Install nginx\n apt: name=nginx state=present\n\n- name: Copy our awesome homepage\n synchronize: src=www/ dest=/var/www/html/ delete=yes\n\n- name: Copy our awesome homepage\n synchronize: src=www/ dest=/var/www/html/ delete=yes\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
wwriverrat/terra-ansible-poc
44ef49c3a7e7d5de6e0a33ba502f6cefcae69bc4
0
ansible/roles/ci_server
7,524
[ "no_license" ]
[ { "path": "ansible/roles/ci_server/tasks/main.yaml", "content": "---\n\n# Installs for CI servers\n\n- name: Ensure fontconfig is installed\n ansible.builtin.apt:\n name: fontconfig\n state: latest\n tags: jenkins\n\n- name: Ensure OpenJDK is installed\n ansible.builtin.apt:\n name: openjdk-17-j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
wwriverrat/terra-ansible-poc
44ef49c3a7e7d5de6e0a33ba502f6cefcae69bc4
0
ansible/roles/common
7,524
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n\n# Common for ALL server types\n\n# Update all packages to latest\n- name: Update all Debian/Ubuntu packages to their latest version\n # Note: Caution if/when kernel updates require reboot\n ansible.builtin.apt:\n name: \"*\"\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1062, "all_permissive": false }
ansible_role
wwriverrat/terra-ansible-poc
44ef49c3a7e7d5de6e0a33ba502f6cefcae69bc4
0
ansible/roles/db_server
7,524
[ "no_license" ]
[ { "path": "ansible/roles/db_server/tasks/main.yaml", "content": "---\n\n# Installs for DB servers\n\n- name: Install the latest version of MariaDB\n ansible.builtin.apt:\n name:\n - mariadb-server\n state: latest\n\n# TODO(dbingham) Add MariaDB configurations here\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
nathanibgui/nsa
bc14e0c0900e533daf3403e15f2820436db1c6d0
0
ansible_project/roles/mysql
7,524
[ "no_license" ]
[ { "path": "ansible_project/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL Server\n apt:\n name: mysql-server\n state: present\n\n- name: Start MySQL Service\n service:\n name: mysql\n state: started\n\n- name: Secure MySQL Installation\n shell: mysql_secure_installation\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
nathanibgui/nsa
bc14e0c0900e533daf3403e15f2820436db1c6d0
0
ansible_project/roles/nginx
7,524
[ "no_license" ]
[ { "path": "ansible_project/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Start Nginx\n service:\n name: nginx\n state: started\n\n- name: Copy Nginx configuration file\n template:\n src: templates/nginx.conf.j2\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
nathanibgui/nsa
bc14e0c0900e533daf3403e15f2820436db1c6d0
0
ansible_project/roles/php-fpm
7,524
[ "no_license" ]
[ { "path": "ansible_project/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install PHP-FPM\n apt:\n name: php-fpm\n state: present\n\n- name: Start PHP-FPM\n service:\n name: php-fpm\n state: started\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": 143, "all_permissive": false }
ansible_role
aktech/dotfiles
e227f652244dd4bc78f5da1d0ce2065fe43b1c04
2
playbooks/roles/common
7,524
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/homesick.yml", "content": "---\n# name: Clone homesick\n# name: Pull dotfiles into homesic\n# name: Stash dotfiles\n\n- name: Add homeshick\n become: false\n git:\n repo: '<EMAIL>:andsens/homeshick.git'\n dest: $HOME/.homesick/repos/homeshick\n version: mas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
aktech/dotfiles
e227f652244dd4bc78f5da1d0ce2065fe43b1c04
2
playbooks/roles/osx
7,524
[ "no_license" ]
[ { "path": "playbooks/roles/osx/tasks/main.yml", "content": "---\n- include_tasks: homebrew.yml\n\n- name: 'Save screenshots to Pictures'\n command: defaults write com.apple.screencapture location ~/Pictures/\n when: true\n\n- name: 'Show hidden files in Finder'\n command: defaults write com.apple.finder ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1505, "all_permissive": false }
ansible_role
aktech/dotfiles
e227f652244dd4bc78f5da1d0ce2065fe43b1c04
2
playbooks/roles/ubuntu
7,524
[ "no_license" ]
[ { "path": "playbooks/roles/ubuntu/tasks/hub.yml", "content": "---\n- name: Check if hub is already installed\n stat:\n path: /usr/local/bin/hub\n register: hub_executable\n\n- name: Fetch hub.github.com\n get_url:\n url: https://github.com/github/hub/releases/download/v2.3.0-pre10/hub-linux-amd64-2...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1425, "all_permissive": false }
ansible_role
Stepan-Khramov/EPAM_Ansible-Course
23a00a85a058b4eb46b2e10429d72fe71a1d847e
0
lesson03/roles/install_httpd
7,524
[ "no_license" ]
[ { "path": "lesson03/roles/install_httpd/handlers/main.yml", "content": "---\n# handlers file for install_httpd\n- name: restart_httpd\n service:\n name: httpd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "lesson03/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 656, "all_permissive": false }
ansible_role
Stepan-Khramov/EPAM_Ansible-Course
23a00a85a058b4eb46b2e10429d72fe71a1d847e
0
lesson03/roles/install_vsftpd
7,524
[ "no_license" ]
[ { "path": "lesson03/roles/install_vsftpd/defaults/main.yml", "content": "---\n# defaults file for install_vsftpd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "lesson03/roles/install_vsftpd/tasks/main.yml", "content": "---\n# tasks file for in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1208, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/db-common
7,524
[ "no_license" ]
[ { "path": "ansible/roles/db-common/tasks/main.yaml", "content": "---\n- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n- name: Install dependencies\n tags: always\n become: yes\n apt:\n name: ['apt-transport-https', 'build-essential', 'ca-certificates', 'curl', 'git', 'python3-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/db-couchdb
7,524
[ "no_license" ]
[ { "path": "ansible/roles/db-couchdb/tasks/main.yaml", "content": "---\n- name: Create couch DB directory\n tags: 'couchdb'\n become: yes\n file:\n path: \"{{ db_dir }}\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n recurse: yes\n state: directory\n\n- name: Configure c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1199, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/docker
7,524
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Uninstall old versions of docker\n tags: 'docker'\n become: yes\n apt:\n name: ['docker', 'docker-engine', 'docker.io']\n state: absent\n\n- name: Install dependencies\n tags: 'docker'\n become: yes\n apt:\n name: ['ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1829, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/docker-config
7,524
[ "no_license" ]
[ { "path": "ansible/roles/docker-config/tasks/config.json", "content": "{\n \"proxies\": {\n \"default\": {\n \"httpProxy\": \"http://wwwproxy.unimelb.edu.au:8000\",\n \"httpsProxy\": \"http://wwwproxy.unimelb.edu.au:8000\",\n \"noProxy\": \"localhost,127.0.0.1,localaddress,172...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 647, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/docker-swarm
7,524
[ "no_license" ]
[ { "path": "ansible/roles/docker-swarm/tasks/main.yaml", "content": "---\n- name: Change file permission\n tags: 'docker_swarm'\n become: yes\n file:\n path: \"{{ docker_sock_dir }}\"\n mode: '0777'\n\n- name: Init swarm\n tags: 'docker_swarm'\n shell: \"docker swarm init --advertise-addr {{ swarm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 818, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/docker-volume
7,524
[ "no_license" ]
[ { "path": "ansible/roles/docker-volume/tasks/main.yaml", "content": "---\n- name: Install dependencies\n tags: 'volume'\n become: yes\n apt:\n name: ['xfsprogs']\n state: latest\n install_recommends: no\n update_cache: yes\n\n- name: Make file system\n tags: 'volume'\n become: yes\n filesy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 960, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/nginx
7,524
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install nginx\n become: yes\n shell: \"apt-get install nginx -y\"\n\n- name: Copy file\n become: yes\n copy:\n src: default\n dest: /etc/nginx/sites-enabled/default\n mode: '0644'\n\n- name: Restart nginx\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/openstack-instance
7,524
[ "no_license" ]
[ { "path": "ansible/roles/openstack-instance/tasks/main.yaml", "content": "---\n# Create an instance on NeCTAR\n- name: Create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavor }}'\n availabil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1966, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible/roles/openstack-security-group
7,524
[ "no_license" ]
[ { "path": "ansible/roles/openstack-security-group/tasks/main.yaml", "content": "---\n# Create a security group\n- name: Create a security group\n os_security_group:\n name: '{{ item.name }}'\n description: '{{ item.description }}'\n state: present\n loop: '{{ security_groups }}'\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2197, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible_system_scalability/roles/couchdb-cluster
7,524
[ "no_license" ]
[ { "path": "ansible_system_scalability/roles/couchdb-cluster/tasks/setup_couchdb_cluster.py", "content": "import requests\n\n#------------------configuration----------------------------------------------------------------------------\nDOCKER_DOMAIN = {\n \"instance-1\": dict(\n domain=\"172.26.132....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3273, "all_permissive": false }
ansible_role
andyzhao1/COMP90024-A2
67887ec0f63e2ad5e5f36d3c2282d87c922ba850
3
ansible_system_scalability/roles/docker-swarm
7,524
[ "no_license" ]
[ { "path": "ansible_system_scalability/roles/docker-swarm/tasks/main.yaml", "content": "---\n- name: Get swarm token\n tags: 'docker_swarm'\n become: yes\n shell: docker swarm join-token worker | grep token\n register: swarm_token_cmd\n delegate_to: \"{{ swarm_master }}\"\n when: swarm_master and swarm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
beckn/biab-bap-protocol
8036db2551b94dcc9c5eb6e158d80f617597b7d4
2
ansible/roles/beckn_service
7,524
[ "no_license" ]
[ { "path": "ansible/roles/beckn_service/defaults/main.yml", "content": "---\naws_account_id: 795151977897\naws_region: ap-south-1\nimage_version: \"{{ bap_build_no }}\"\necr_url: \"{{ aws_account_id }}.dkr.ecr.{{ aws_region }}.amazonaws.com\"\nimage_repository: \"{{ service_name }}\"\nimage_name: \"{{ ecr_ur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1342, "all_permissive": false }
ansible_role
JohnContad/REAGroupTest
16c3772c40f7a03efb0da51dd6d4b8f8ee1d51cb
0
roles/apache_install
7,524
[ "no_license" ]
[ { "path": "roles/apache_install/tasks/main.yml", "content": "---\n - name: Install Apache\n yum: name=httpd state=latest\n\n - name: Run Apache\n service: name=httpd state=running enabled=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 168, "all_permissive": false }
ansible_role
JohnContad/REAGroupTest
16c3772c40f7a03efb0da51dd6d4b8f8ee1d51cb
0
roles/ec2_deploy
7,524
[ "no_license" ]
[ { "path": "roles/ec2_deploy/vars/main.yml", "content": "---\nkey_name: ihearrichmondisaniceplace\ninstance_type: t2.micro\ngroup: rea-group\nregion: ap-southeast-2\nimage: ami-83e08db9\ninstance_tags: \"Name=ReaGroupTest\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 646, "all_permissive": false }
ansible_role
JohnContad/REAGroupTest
16c3772c40f7a03efb0da51dd6d4b8f8ee1d51cb
0
roles/ruby_install
7,524
[ "no_license" ]
[ { "path": "roles/ruby_install/tasks/main.yml", "content": "---\n# - name: Update the stupid AMI with oldass repos\n# sudo_user: root\n# shell: 'sudo yum check-update || test $? -eq 100'\n\n - name: Install ModPassenger Stuff\n yum: name=gcc state=latest\n# - gcc \n# - gcc-c++ \n# - libcurl-de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 896, "all_permissive": false }
ansible_role
basho-labs/riak-clients-vagrant
34786aadbbf949201bd771787ba4ab4a1af32e0b
2
provisioning/roles/common
7,524
[ "permissive" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: install utilities and dependencies\n package: \"name={{ item }} state=present\"\n become: true\n with_items:\n - autoconf\n - automake\n - bison\n - bzip2\n - curl\n - git\n - libtool\n - mercurial\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1057, "all_permissive": true }
ansible_role
basho-labs/riak-clients-vagrant
34786aadbbf949201bd771787ba4ab4a1af32e0b
2
provisioning/roles/riak-dev
7,524
[ "permissive" ]
[ { "path": "provisioning/roles/riak-dev/templates/kerlrc.j2", "content": "#!/bin/bash\nKERL_DOWNLOAD_DIR={{ erlang_kerl_download_dir }}\nKERL_BUILD_DIR={{ erlang_kerl_build_dir }}\nKERL_CONFIGURE_OPTIONS={{ erlang_kerl_configure_options }}\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 801, "all_permissive": true }
ansible_role
erietz/machine-setup
3f847e116a8fed5b96bbcecaf046b490f1dedefb
0
roles/macos
7,524
[ "no_license" ]
[ { "path": "roles/macos/tasks/homebrew.yml", "content": "- name: Installing brew TUI packages\n community.general.homebrew:\n name: \"{{ brew_packages }}\"\n state: present\n\n- name: Installing brew GUI packages\n community.general.homebrew_cask:\n name: \"{{ brew_cask_packages }}\"\n state: p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1990, "all_permissive": false }
ansible_role
erietz/machine-setup
3f847e116a8fed5b96bbcecaf046b490f1dedefb
0
roles/manjaro
7,524
[ "no_license" ]
[ { "path": "roles/manjaro/tasks/pacman.yml", "content": "- name: Installing pacman TUI packages\n become: True\n community.general.pacman:\n name: \"{{ _pacman_packages_tui }}\"\n state: present\n\n- name: Installing pacman GUI packages\n when: _gui\n become: True\n community.general.pacman:\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2421, "all_permissive": false }
ansible_role
erietz/machine-setup
3f847e116a8fed5b96bbcecaf046b490f1dedefb
0
roles/ubuntu
7,524
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/zsh.yml", "content": "- name: Installing zsh\n become: true\n apt:\n name: zsh\n state: present\n\n- name: Change shell to zsh\n become: true\n command: usermod --shell /bin/zsh \"{{ lookup('env', 'USER') }}\"\n changed_when: false\n\n- import_tasks: zsh_plugins.yml\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2276, "all_permissive": false }
ansible_role
BohdanHavran/Terraform_Ansible
673b151d7a11898d49ba78790f6657f243ca40ea
0
ansible/roles/apache
7,524
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Fetch a linux distro name/version\n debug:\n msg:\n - \"Hostname : {{ ansible_hostname }}\"\n - \"Linux distro name/version: {{ ansible_distribution }}/{{ ansible_distribution_version }}\"\n\n- name: Install Apache\n packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9834, "all_permissive": false }
ansible_role
devoppaulo/Dev-Ansible
7d7a778ae1c34cb50407e4853773948470133a7a
0
ansible/roles/paulo.mysql
7,524
[ "no_license" ]
[ { "path": "ansible/roles/paulo.mysql/files/database.sql", "content": "create database SpringDevOps2021;\nuse SpringDevOps2021;\ncreate table SuperTek (\n student_ID varchar(5) NOT NULL, \n first_name char(25) NOT NULL, \n last_name char(30) NOT NULL, \n GPA int(3),\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3375, "all_permissive": false }
ansible_role
devoppaulo/Dev-Ansible
7d7a778ae1c34cb50407e4853773948470133a7a
0
ansible/roles/paulo.nagios-server
7,524
[ "no_license" ]
[ { "path": "ansible/roles/paulo.nagios-server/handlers/main.yml", "content": "---\n# handlers file for roles/paulo.nagios-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/paulo.nagios-server/defaults/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4025, "all_permissive": false }
ansible_role
dodian-community/317-game-server
0977fbf2e0c9bff89974ceaff0324695e6cc014d
4
ansible/roles/gameworlds
7,524
[ "no_license" ]
[ { "path": "ansible/roles/gameworlds/templates/config.json", "content": "{\n \"groups\": [\n ]\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "ansible/roles/gameworlds/tasks/main.yml", "content": "- name: Install JRE\n apt:\n name: open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 595, "all_permissive": false }
ansible_role
dodian-community/317-game-server
0977fbf2e0c9bff89974ceaff0324695e6cc014d
4
ansible/roles/mysql
7,524
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL\n apt:\n state: present\n pkg:\n - mysql-server-core-5.7\n - mysql-client-core-5.7\n - libmysqlclient-dev\n - python2.7\n - python-mysqldb\n - mysql-server\n - mysql-client\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1252, "all_permissive": false }
ansible_role
shahar-re/AnsibleFinal
cd4e961b5a2d327df0460b282923382d14948806
0
myproject/roles/changeHostName
7,524
[ "no_license" ]
[ { "path": "myproject/roles/changeHostName/tasks/main.yml", "content": "---\n- name: Filter instances by tags\n hosts: aws_ec2\n gather_facts: true\n become: true\n tasks:\n - name: update hostname based on EC2 name tags\n ec2_metadata_facts:\n register: ec2_metadata\n \n - name: set h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 440, "all_permissive": false }
ansible_role
shahar-re/AnsibleFinal
cd4e961b5a2d327df0460b282923382d14948806
0
myproject/roles/mysql
7,524
[ "no_license" ]
[ { "path": "myproject/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: copy rpm file from service\n copy:\n src: /home/ec2-user/myproject/\"{{ item }}\"\n dest: /home/ec2-user/rpm_package.rpm\n loop:\n - name: Install rpm package\n yum:\n name: \"{{ item }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
shahar-re/AnsibleFinal
cd4e961b5a2d327df0460b282923382d14948806
0
myproject/roles/nginx
7,524
[ "no_license" ]
[ { "path": "myproject/roles/nginx/tasks/main.yml", "content": "---\n- name: Filter instances by tags\n hosts: aws_ec2\n gather_facts: true\n become: true\n tasks:\n - name: Install nginx\n yum:\n name: nginx\n state: present\n\n - name: start and Enable nginx\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
chewbh/mongodb-explore
cba2ccec7fcc06e2fb633bb835d2f2bc720dd3a8
0
install/ansible/roles/mongo-cfgsvr
7,524
[ "no_license" ]
[ { "path": "install/ansible/roles/mongo-cfgsvr/tasks/main.yml", "content": "- name: \"local file mount for {{ mongo_data.local_file_mount_volume_path }}\"\n block:\n - name: create data directory\n file:\n path: \"{{ mongo_data.local_file_mount_volume_path }}\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11318, "all_permissive": false }
ansible_role
chewbh/mongodb-explore
cba2ccec7fcc06e2fb633bb835d2f2bc720dd3a8
0
install/ansible/roles/mongo-prereq
7,524
[ "no_license" ]
[ { "path": "install/ansible/roles/mongo-prereq/tasks/main.yml", "content": "---\n- name: disable transparent huge pages via systemctl (create service file)\n copy:\n src: disable-transparent-huge-pages.service\n dest: /etc/systemd/system/disable-transparent-huge-pages.service\n become: yes\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1986, "all_permissive": false }
ansible_role
chewbh/mongodb-explore
cba2ccec7fcc06e2fb633bb835d2f2bc720dd3a8
0
install/ansible/roles/mongo-shard
7,524
[ "no_license" ]
[ { "path": "install/ansible/roles/mongo-shard/tasks/main.yml", "content": "---\n- name: \"local file mount for {{ mongo_data.local_file_mount_volume_path }}\"\n block:\n - name: create data directory\n file:\n path: \"{{ mongo_data.local_file_mount_volume_path }}\"\n state: directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 15919, "all_permissive": false }
ansible_role
chewbh/mongodb-explore
cba2ccec7fcc06e2fb633bb835d2f2bc720dd3a8
0
install/ansible/roles/mongos
7,524
[ "no_license" ]
[ { "path": "install/ansible/roles/mongos/tasks/main.yml", "content": "- name: mongos\n block:\n - name: docker container for mongos instance\n docker_container:\n pull: yes\n name: mongos\n image: \"{{ docker_registry_host }}/bitnami/mongodb-sharded:{{ mongo_version }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3982, "all_permissive": false }
ansible_role
chewbh/mongodb-explore
cba2ccec7fcc06e2fb633bb835d2f2bc720dd3a8
0
install/ansible/roles/pmm-server
7,524
[ "no_license" ]
[ { "path": "install/ansible/roles/pmm-server/tasks/main.yml", "content": "- name: pmm-server for mongodb cluster monitoring\n block:\n - name: \"create a docker volume for pmm server - prometheus\"\n docker_volume:\n name: \"pmm_prometheus_data\"\n - name: \"create a docker volume for pmm ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1946, "all_permissive": false }
ansible_role
chewbh/mongodb-explore
cba2ccec7fcc06e2fb633bb835d2f2bc720dd3a8
0
install/ansible/roles/standard-node
7,524
[ "no_license" ]
[ { "path": "install/ansible/roles/standard-node/templates/encrypt.sh", "content": "#!/bin/bash\n\n# ========================================================\n# Generate encrypted config file for ansible based on a given template\n# 1st arg [$1] - template of the YAML file that contains the secret to be encry...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8475, "all_permissive": false }
ansible_role
inqwise/ansible-stack-trek
1e61d04dd2578ebfc9462154a2f2ef2b14c6158e
0
roles/elastic
7,523
[ "no_license" ]
[ { "path": "roles/elastic/defaults/main.yml", "content": "---\nes_config: {}\nes_max_open_files: 65536\nes_max_map_count: 262144\nes_data_dir: \"{{ disk.mount }}/{{ disk.data_folder }}/data\"\nes_log_dir: \"{{ disk.mount }}/{{ disk.data_folder }}/log\"\nes_config_dir: \"/etc/elasticsearch\"\nes_user: elastic...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 11003, "all_permissive": false }
ansible_role
inqwise/ansible-stack-trek
1e61d04dd2578ebfc9462154a2f2ef2b14c6158e
0
roles/kafka
7,523
[ "no_license" ]
[ { "path": "roles/kafka/tasks/logger.yml", "content": "---\n\n- name: Copy 'log4j.properties' to config\n ansible.builtin.copy:\n src: 'log4j.properties'\n dest: '{{ kafka_config_folder }}/'\n mode: 0644\n group: \"{{ kafka_group }}\"\n owner: \"{{ kafka_user }}\"\n backup: true\n notify:...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 13410, "all_permissive": false }
ansible_role
inqwise/ansible-stack-trek
1e61d04dd2578ebfc9462154a2f2ef2b14c6158e
0
roles/loki
7,523
[ "no_license" ]
[ { "path": "roles/loki/tasks/install.yml", "content": "---\n# tasks file for loki deployment\n\n- name: Obtain the latest version from the Loki GitHub repo\n when: loki_version == \"latest\"\n tags: installation\n block:\n - name: Scrape Github API endpoint to obtain latest Loki version\n ansible....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4610, "all_permissive": false }
ansible_role
inqwise/ansible-stack-trek
1e61d04dd2578ebfc9462154a2f2ef2b14c6158e
0
roles/mysql
7,523
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: install\n tags: installation\n block:\n - name: Import MySQL GPG public key\n ansible.builtin.rpm_key:\n key: \" {{ mysql_gpg_public_key_url }} \"\n state: present\n\n - name: Check RPM exist in local cache\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4259, "all_permissive": false }
ansible_role
inqwise/ansible-stack-trek
1e61d04dd2578ebfc9462154a2f2ef2b14c6158e
0
roles/openvpnas
7,523
[ "no_license" ]
[ { "path": "roles/openvpnas/tasks/amazon.yml", "content": "---\n- name: Amazon\n tags: installation\n block:\n - name: Ensure a temporary directory for download exists\n tempfile:\n state: directory\n suffix: download\n register: temp_dir\n\n - name: check RPM exist in local c...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7239, "all_permissive": false }
ansible_role
inqwise/ansible-stack-trek
1e61d04dd2578ebfc9462154a2f2ef2b14c6158e
0
roles/redis
7,523
[ "no_license" ]
[ { "path": "roles/redis/handlers/main.yml", "content": "---\n- name: restart redis\n ansible.builtin.service:\n name: \"{{ redis_service_name }}\"\n state: restarted\n enabled: true\n when: redis_service_start_and_enable", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4076, "all_permissive": false }
ansible_role
RaJiska/ansible-simple-website
b3991a43adad685d0d81e80669d367d58f88ec43
0
ansible/roles/app
7,523
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yaml", "content": "---\n- name: Setup App\n git:\n repo: https://github.com/banago/simple-php-website.git\n dest: \"/var/www/{{ website_identifier }}/html\"\n force: yes\n\n- name: Set Base Permissions\n file:\n path: \"/var/www/{{ website_identifier }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
RaJiska/ansible-simple-website
b3991a43adad685d0d81e80669d367d58f88ec43
0
ansible/roles/fpm
7,523
[ "no_license" ]
[ { "path": "ansible/roles/fpm/handlers/main.yaml", "content": "---\n- name: Start FPM\n service: name=php{{ php_version }}-fpm state=started\n\n- name: Restart FPM\n service: name=php{{ php_version }}-fpm state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
RaJiska/ansible-simple-website
b3991a43adad685d0d81e80669d367d58f88ec43
0
ansible/roles/nginx
7,523
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt: pkg=nginx state=latest update_cache=true\n notify:\n - Start Nginx\n\n- name: Nginx Virtual Host Log Folder\n file:\n path: /var/log/nginx/{{ website_identifier }}\n state: directory\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
rizkoff/k8s-ans
84fd7883a80a10e60224f67627bb00c9d1688f95
0
roles/storage
7,523
[ "no_license" ]
[ { "path": "roles/storage/vars/main.yml", "content": "---\nblank_disk: /dev/vdb\ndatadir: /data\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/storage/tasks/main.yml", "content": "---\n- name: DBG storage\n debug:\n msg: 'dbg mode: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 976, "all_permissive": false }
ansible_role
hposca/command_logger
0f10c6470c3dacc4a30e19e41beb73a0ee048a94
0
roles/command_logger
7,523
[ "no_license" ]
[ { "path": "roles/command_logger/tasks/main.yml", "content": "# vim: set ts=2 sw=2 et :\n---\n- name: \"Adding command logger | RedHat\"\n copy:\n src: bashrc.redhat\n dest: /etc/bashrc\n owner: root\n group: root\n mode: 0644\n sudo: yes\n when: ansible_os_family == 'RedHat'\n\n- name: \"A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
sabhishekpratap5/Docker-Container-Challenge-for-Assessment
e09abe6bd224180ead3b2d689d9cd7bc132b88d2
0
haproxy_ansible/roles/haproxy
7,523
[ "no_license" ]
[ { "path": "haproxy_ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: Ensure Docker is installed\n apt:\n name: docker.io\n state: present\n\n- name: Start Docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Pull HAProxy container image\n docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
alf149/ansible
277f84927518e937c223bec4de88e4ecaa57af75
1
roles/caddy
7,523
[ "no_license" ]
[ { "path": "roles/caddy/tasks/configure.yaml", "content": "---\n\n- name: Ensure Caddyfile logdir\n ansible.builtin.file:\n path: \"/var/log/caddy\"\n state: directory\n owner: caddy\n group: caddy\n mode: '0755'\n tags:\n - caddy\n\n- name: Install caddy service file\n ansible.builtin.t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11528, "all_permissive": false }
ansible_role
alf149/ansible
277f84927518e937c223bec4de88e4ecaa57af75
1
roles/gitea
7,523
[ "no_license" ]
[ { "path": "roles/gitea/defaults/main.yml", "content": "---\ncontainer_name: gitea\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/gitea/tasks/main.yml", "content": "---\n- name: Create Gitea network\n community.docker.docker_network:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 712, "all_permissive": false }
ansible_role
alf149/ansible
277f84927518e937c223bec4de88e4ecaa57af75
1
roles/littlelink
7,523
[ "no_license" ]
[ { "path": "roles/littlelink/defaults/main.yml", "content": "---\ncontainer_name: littlelink\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/littlelink/tasks/main.yml", "content": "---\n- name: Container is created and running {{ contain...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
alf149/ansible
277f84927518e937c223bec4de88e4ecaa57af75
1
roles/nfsclient
7,523
[ "no_license" ]
[ { "path": "roles/nfsclient/defaults/main.yml", "content": "---\nnfsclient_local_folder: \"{{ docker_dir }}\" ## change this\nnfsclient_nfs_connect: \"nas.lan://volume1/docker_nas\" ## change this\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 911, "all_permissive": false }
ansible_role
alf149/ansible
277f84927518e937c223bec4de88e4ecaa57af75
1
roles/postfix
7,523
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n- name: Install Postfix\n ansible.builtin.package:\n name:\n - postfix\n - mailutils\n - libsasl2-modules\n\n- name: Enable Postfix\n ansible.builtin.service:\n name: postfix\n state: started\n enabled: 'yes'\n\n# - name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2062, "all_permissive": false }
ansible_role
alf149/ansible
277f84927518e937c223bec4de88e4ecaa57af75
1
roles/proxmox_pbs_nag_removal
7,523
[ "no_license" ]
[ { "path": "roles/proxmox_pbs_nag_removal/tasks/main.yml", "content": "---\n\n- name: Removes subscription nag box\n ansible.builtin.include_tasks:\n file: remove-nag.yml\n when: remove_nag\n\n- name: Remove enterprise repo\n ansible.builtin.include_tasks:\n file: remove-enterprise-repo.yml\n when:...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1658, "all_permissive": false }