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
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/editor
8,115
[ "no_license" ]
[ { "path": "roles/editor/files/.bashrc", "content": "#\n# ~/.bashrc\n#\n\n# If not running interactively, don't do anything\n[[ $- != *i* ]] && return\n\n# Blue mac hex = \nexport GOPATH=$HOME/code/go\nexport PATH=$PATH:$GOPATH/bin\n\nforce_color_prompt=yes\n\nPS1='\\[\\033[0;32m\\]\\u\\[\\033[0;34m\\]@\\h:\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4066, "all_permissive": false }
ansible_role
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/gui
8,115
[ "no_license" ]
[ { "path": "roles/gui/tasks/fonts.yml", "content": "---\n- name: Install terminal font 'fira mono'\n pacman: name=ttf-fira-mono state=present\n become: yes\n\n- name: Install other fonts 'liberation'b \n pacman: name=ttf-liberation state=present\n become: yes\n\n- name: Install xrdb for Xresources\n pac...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 4875, "all_permissive": false }
ansible_role
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/laptop
8,115
[ "no_license" ]
[ { "path": "roles/laptop/tasks/main.yaml", "content": "---\n- name: install laptop features #version control\n pacman: name=????? state=present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/media
8,115
[ "no_license" ]
[ { "path": "roles/media/tasks/main.yaml", "content": "---\n# Video player\n- include: video.yml\n# Drivers and music player\n#- include: audio.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/media/tasks/video.yml", "content": "---\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 486, "all_permissive": false }
ansible_role
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/ssd
8,115
[ "no_license" ]
[ { "path": "roles/ssd/tasks/main.yaml", "content": "---\n# SSD TRIM support?!?!\n- name: install ssd tooling #version control\n pacman: name=???/? state=present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/user
8,115
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n# Create non-rot user\n- include: user.yml\n# Install and grant user sudo privilege\n- include: sudo.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/user/tasks/sudo.yml", "c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 468, "all_permissive": false }
ansible_role
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/utils
8,115
[ "no_license" ]
[ { "path": "roles/utils/tasks/htop.yml", "content": "---\n- name: Install htop\n pacman: name=htop state=present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/utils/tasks/wget.yml", "content": "---\n- name: Install wget...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1663, "all_permissive": false }
ansible_role
gavinsunde/.ansible
26e960038ccb52e52e0e163904ea9293bc4cadec
0
roles/web
8,115
[ "no_license" ]
[ { "path": "roles/web/tasks/browser.yml", "content": "---\n- name: Install Firefox web browser\n pacman: name=firefox state=present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/web/tasks/main.yaml", "content": "---\n# ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 341, "all_permissive": false }
ansible_role
SewanEniceo/CPE232_Eniceo_15
c6cee4dad1aa3d1f90031eb4cd5e2e9280797fe6
0
roles/Cinder
8,115
[ "no_license" ]
[ { "path": "roles/Cinder/tasks/main.yml", "content": "---\n\n - name: install packages\n apt:\n name:\n - cinder-api\n - cinder-scheduler\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: edit cinder.conf file\n tags: cinder, ubuntu, edit\n lineinfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
SewanEniceo/CPE232_Eniceo_15
c6cee4dad1aa3d1f90031eb4cd5e2e9280797fe6
0
roles/Horizon
8,115
[ "no_license" ]
[ { "path": "roles/Horizon/tasks/main.yml", "content": "---\n\n - name: install package for horizon\n tags: horizon, ubuntu\n apt:\n name: openstack-dashboard\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: edit file for local_settings.py\n tags: horizon, ubuntu,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2090, "all_permissive": false }
ansible_role
SewanEniceo/CPE232_Eniceo_15
c6cee4dad1aa3d1f90031eb4cd5e2e9280797fe6
0
roles/Neutron
8,115
[ "no_license" ]
[ { "path": "roles/Neutron/tasks/main.yml", "content": "---\n\n - name: install Neutron\n apt:\n name: neutron-linuxbridge-agent\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: edit file for neutron.conf\n tags: neutron, ubuntu, edit\n lineinfile:\n path: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1766, "all_permissive": false }
ansible_role
pablitoc/mini-project
ae7e6990655661b9bd79027bfc1dbd2d941f1b39
0
roles/ansible-users
8,115
[ "no_license" ]
[ { "path": "roles/ansible-users/tasks/main.yml", "content": "---\n- name: Create groups\n group: name={{ item }} state=present\n with_items:\n - deploy\n - admin\n\n- name: ensure sudoers.d is enabled\n lineinfile: dest=/etc/sudoers state=present backup=yes regexp='^#includedir /etc/sudoers.d' line=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1298, "all_permissive": false }
ansible_role
pablitoc/mini-project
ae7e6990655661b9bd79027bfc1dbd2d941f1b39
0
roles/ec2-group
8,115
[ "no_license" ]
[ { "path": "roles/ec2-group/tasks/main.yml", "content": "---\n- name: Create security group for EC2 Instancees\n local_action:\n module: ec2_group\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n name: \"{{ app_name }}\"\n description: \"Access to the {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
kozmixb/setup-script
8ebbb68bedc2b1d0d9b836e8d6aef9aea6fee202
0
playbooks/roles/packages
8,115
[ "no_license" ]
[ { "path": "playbooks/roles/packages/tasks/main.yaml", "content": "---\n- name: Package management\n ansible.builtin.include_tasks: yum.yaml\n\n- name: Flatpak packages\n ansible.builtin.include_tasks: flatpak.yaml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1827, "all_permissive": false }
ansible_role
mahipalmuchkur/learn-ansible
0cc4ef849f136dcb6eedac64ab61d939108d9f41
0
roles/common
8,098
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "#echo -e \"\\e[36m >>>>>>>>>>>>Installing Maven<<<<<<<<<<<<<<<< \\e[0m\" | tee -a /tmp/roboshop.log\n#yum install maven -y &>>${log}\n\n#func_appreq\n#\n#func_exit_status\n#\n#echo -e \"\\e[36m >>>>>>>>>>>>Cleaning Maven Package<<<<<<<<<<<<<<<< \\e[0m\"...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9570, "all_permissive": false }
ansible_role
mahipalmuchkur/learn-ansible
0cc4ef849f136dcb6eedac64ab61d939108d9f41
0
roles/mongodb
8,098
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: copy mongodb repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Change Listenaddress\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
endthestart/andernode
4de4691b4c8d5040ac807f900c973c4ef46b1455
0
roles/cobbler
8,098
[ "no_license" ]
[ { "path": "roles/cobbler/tasks/main.yml", "content": "---\n\n# Repository and Prerequisites\n\n- name: Configure epel repo (yum)\n template: src=epel.repo.j2 dest=/etc/yum.repos.d/epel.repo owner=root group=root mode=0644\n\n- name: Install Cobbler dependencies\n yum: name={{ item }} state=present\n with...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2782, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/4k-arrs
8,098
[ "no_license" ]
[ { "path": "ansible/roles/4k-arrs/tasks/main.yml", "content": "---\n#- name: Set permissions for Radarr config directory\n #ansible.builtin.include_tasks: \"../../../shared-tasks/permissions.yml\"\n #vars:\n #target_dir: \"{{ app_data_dir }}/radarr-4k\"\n\n- name: Configure 4k-films container\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1595, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/ai
8,098
[ "no_license" ]
[ { "path": "ansible/roles/ai/tasks/main.yml", "content": "---\n- name: Start ollama container\n community.docker.docker_container:\n image_name_mismatch: \"recreate\"\n pull: \"always\"\n name: ollama\n image: ollama/ollama:0.5.7\n runtime: nvidia\n env:\n TZ: \"{{ timezone }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2612, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/arrs
8,098
[ "no_license" ]
[ { "path": "ansible/roles/arrs/tasks/main.yml", "content": "---\n- name: Start films container\n community.docker.docker_container:\n image_name_mismatch: \"recreate\"\n pull: \"always\"\n name: films\n image: linuxserver/radarr:5.14.0\n env:\n PATH: /lsiopy/bin:/usr/local/sbin:/usr/loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9131, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/audiobooks
8,098
[ "no_license" ]
[ { "path": "ansible/roles/audiobooks/tasks/main.yml", "content": "---\n#- name: Set permissions for audiobook config directory\n #ansible.builtin.include_tasks: \"../../../shared-tasks/permissions.yml\"\n #vars:\n #target_dir: \"{{ app_data_dir }}/readarr-audio/\"\n\n- name: Start audiobook container\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2957, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/books
8,098
[ "no_license" ]
[ { "path": "ansible/roles/books/tasks/main.yml", "content": "---\n#- name: Set permissions for library config directory\n #ansible.builtin.include_tasks: \"../../../shared-tasks/permissions.yml\"\n #vars:\n #target_dir: \"{{ app_data_dir }}/calibre-web/\"\n#\n#- name: Set permissions for custom scripts ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4287, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/common
8,098
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/permissions.yml", "content": "#---\n#- name: Ensure the 'media' group exists\n #ansible.builtin.group:\n #name: media\n #gid: 2000\n #state: present\n #system: true\n#\n#- name: Create system user for Sonarr\n #ansible.builtin.user:\n #name: tv\n #gr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4493, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/database
8,098
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n- name: Set application database variables\n set_fact:\n applications:\n - name: \"authentik\"\n db_name: \"authentik\"\n db_user: \"authentik-db-user\"\n db_password: \"{{ <PASSWORD>entik_db_password | default...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5256, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/downloads
8,098
[ "no_license" ]
[ { "path": "ansible/roles/downloads/tasks/main.yml", "content": "#- name: Set permissions for Downloads config\n#ansible.builtin.include_tasks: \"../../../shared-tasks/permissions.yml\"\n#vars:\n#target_dir: \"{{ app_data_dir }}/deluge\"\n#\n#- name: Set permissions for Downloads directory\n#ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3990, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/media-managment
8,098
[ "no_license" ]
[ { "path": "ansible/roles/media-managment/tasks/main.yml", "content": "---\n- name: Start requests container\n community.docker.docker_container:\n image_name_mismatch: \"recreate\"\n pull: \"always\"\n name: requests\n image: linuxserver/overseerr:1.33.2\n ports:\n - \"5055:5055/tcp\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1319, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/plex
8,098
[ "no_license" ]
[ { "path": "ansible/roles/plex/tasks/main.yml", "content": "---\n- name: Ensure new Plex container is running\n community.docker.docker_container:\n image_name_mismatch: \"recreate\"\n pull: \"always\"\n name: plex\n runtime: nvidia\n image: lscr.io/linuxserver/plex:1.41.2\n security_opts:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1185, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/runner
8,098
[ "no_license" ]
[ { "path": "ansible/roles/runner/tasks/main.yml", "content": "---\n- name: Ensure Docker SDK is installed\n ansible.builtin.pip:\n name: docker\n state: present ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/security
8,098
[ "no_license" ]
[ { "path": "ansible/roles/security/templates/acquis.yml.j2", "content": "# Traefik reverse proxy logs\npoll_without_inotify: false\nfilenames:\n - /var/log/traefik/*.log\nlabels:\n type: traefik\n---\n# AppSec WAF component\nlisten_addr: 0.0.0.0:7422\nappsec_config: crowdsecurity/appsec-default\nname: myAp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9612, "all_permissive": false }
ansible_role
SaturdayNightFevre/unraid-ansible
9b4a57dbf511454a504057e54bf066b260314f58
0
ansible/roles/web
8,098
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n#- name: Include SSL certificate tasks\n#import_tasks: ssl.yml\n\n- name: Ensure the base Traefik directory exists\n ansible.builtin.file:\n path: \"{{ app_data_dir }}/traefik\"\n state: directory\n mode: \"0755\"\n\n- name: Deploy the...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 15455, "all_permissive": false }
ansible_role
BulbaWarrior/terraform-nginx-servers
38e7fe9a8663cebd41b601981c058789d53583e3
0
ansible/roles/configure
8,098
[ "no_license" ]
[ { "path": "ansible/roles/configure/defaults/main.yml", "content": "---\nhttp_host: \"your_domain\"\nhttp_conf: \"your_domain.conf\"\nhttp_port: \"80\"\nconfigure_upstreams: true\nupstream_name: \"peers\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1207, "all_permissive": false }
ansible_role
rpldpaul/HOA_8.1
b832bd239019201564200d7ddac64ac64726a84a
0
roles/base
8,098
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update package cache\n yum:\n update_cache: yes\n name: '*'\n state: latest\n when: ansible_distribution == \"CentOS\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
schitiki/CICD
acfe379c632220eff5a988ff077eb7626f0da6a4
0
projects/ansible/roles/chkDirExists
8,098
[ "no_license" ]
[ { "path": "projects/ansible/roles/chkDirExists/tasks/main.yml", "content": "---\n# tasks file for chkDirExists\n- name: Check if directory exists or not\n stat:\n path: /tmp/testfile\n register: output\n- debug:\n var: output\n\n- name: Create another testfile2 if testfile exists\n file:\n path:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 670, "all_permissive": false }
ansible_role
schitiki/CICD
acfe379c632220eff5a988ff077eb7626f0da6a4
0
projects/ansible/roles/chkJenkinsService
8,098
[ "no_license" ]
[ { "path": "projects/ansible/roles/chkJenkinsService/handlers/main.yml", "content": "---\n# handlers file for chkJenkinsService", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "projects/ansible/roles/chkJenkinsService/defaults/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 705, "all_permissive": false }
ansible_role
schitiki/CICD
acfe379c632220eff5a988ff077eb7626f0da6a4
0
projects/ansible/roles/copy
8,098
[ "no_license" ]
[ { "path": "projects/ansible/roles/copy/tasks/main.yml", "content": "---\n# tasks file for copy\n- name: copy the file to temp folder\n copy:\n src: ~/testfile\n dest: /tmp/testfile\n group: ec2-user \n owner: ec2-user\n mode: \"0644\"\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
schitiki/CICD
acfe379c632220eff5a988ff077eb7626f0da6a4
0
projects/ansible/roles/httpd
8,098
[ "no_license" ]
[ { "path": "projects/ansible/roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n- name: Install httpd\n yum: \n name: httpd\n state: present\n tags: httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
schitiki/CICD
acfe379c632220eff5a988ff077eb7626f0da6a4
0
projects/ansible/roles/install-tomcat
8,098
[ "no_license" ]
[ { "path": "projects/ansible/roles/install-tomcat/tasks/main.yml", "content": "---\n# tasks file for install-tomcat\n# block: \n# - name: Install Tomcat artifacts\n# yum: \n# name: demo-tomcat-1\n# state: present \n# register: Output \n# \n# always: \n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
schitiki/CICD
acfe379c632220eff5a988ff077eb7626f0da6a4
0
projects/ansible/roles/learnConditionals
8,098
[ "no_license" ]
[ { "path": "projects/ansible/roles/learnConditionals/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - learnCoditionals", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "projects/ansible/roles/learnConditionals...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 750, "all_permissive": false }
ansible_role
schitiki/CICD
acfe379c632220eff5a988ff077eb7626f0da6a4
0
projects/ansible/roles/nginx
8,098
[ "no_license" ]
[ { "path": "projects/ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Add SFH Site Config\n# when: nginxinstalled|success\n# register: sfhconfig\n template: src=srini.j2 dest=/home/ec2-user/{{ domain }}.conf owner=ec2-user group=ec2-user\n- debug:\n var: domain\n\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
soufianeadm/ansible
4ba5d3e78efc87cd0edd7263efeac7d7c6202775
0
roles/debug_role
8,098
[ "no_license" ]
[ { "path": "roles/debug_role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - debug_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/debug_role/defaults/main.yml", "content": "---\n# defaults...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 274, "all_permissive": false }
ansible_role
soufianeadm/ansible
4ba5d3e78efc87cd0edd7263efeac7d7c6202775
0
roles/ssh_keygen
8,098
[ "no_license" ]
[ { "path": "roles/ssh_keygen/tasks/main.yml", "content": "---\n\n\n\n- name: generate_ssh key\n openssh_keypair:\n path: /tmp/soso\n type: rsa\n size: 4096\n state: present\n force: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 163, "all_permissive": false }
ansible_role
cptmorgan-rh/ocp4-sno-iso-creator
8bf1d0cfbdb5cf8705b405ddc1499cde98810bda
0
roles/cache
8,098
[ "no_license" ]
[ { "path": "roles/cache/tasks/main.yml", "content": " - name: Check to make sure multiple OCP Versions not set\n fail:\n msg: \"specific_version variable cannot be used when download.channel and download.version is set\"\n when:\n - specific_version is defined\n - download.channel | typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2320, "all_permissive": false }
ansible_role
cptmorgan-rh/ocp4-sno-iso-creator
8bf1d0cfbdb5cf8705b405ddc1499cde98810bda
0
roles/create_iso
8,098
[ "no_license" ]
[ { "path": "roles/create_iso/tasks/main.yml", "content": "---\n- name: Install the necessary linux packages which will be needed later in the ansible run\n package:\n name:\n - patch\n - jq\n become: true\n\n- name: Clean up existing bin, install-dir and downloads folders\n file:\n path: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4915, "all_permissive": false }
ansible_role
krzysztof-magosa/provision
37d9d010599380a39b727e6237f5d76f556c9134
0
roles/dev
8,098
[ "no_license" ]
[ { "path": "roles/dev/tasks/db.yml", "content": "---\n\n- name: Install Sequel Pro\n homebrew_cask: name=sequel-pro\n when: ansible_os_family == \"Darwin\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/dev/tasks/python.yml", "conten...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1165, "all_permissive": false }
ansible_role
krzysztof-magosa/provision
37d9d010599380a39b727e6237f5d76f556c9134
0
roles/fonts
8,098
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "- include: powerline.yml\n tags:\n - fonts\n\n- include: anka.yml\n tags:\n - fonts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/fonts/tasks/powerline.yml", "content": "---\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1619, "all_permissive": false }
ansible_role
krzysztof-magosa/provision
37d9d010599380a39b727e6237f5d76f556c9134
0
roles/jekyll
8,098
[ "no_license" ]
[ { "path": "roles/jekyll/tasks/main.yml", "content": "---\n\n- name: Install jekyll\n gem: name=jekyll\n tags: jekyll\n\n- name: Install glynn\n gem: name=glynn\n tags: jekyll\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
krzysztof-magosa/provision
37d9d010599380a39b727e6237f5d76f556c9134
0
roles/security
8,098
[ "no_license" ]
[ { "path": "roles/security/tasks/osx.yml", "content": "- name: Require password to unlock screen\n osx_defaults:\n domain: com.apple.screensaver\n key: askForPassword\n type: boolean\n value: yes\n\n- name: Require password immediately after locking\n osx_defaults:\n domain: com.apple.screen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
krzysztof-magosa/provision
37d9d010599380a39b727e6237f5d76f556c9134
0
roles/shell
8,098
[ "no_license" ]
[ { "path": "roles/shell/tasks/tools.yml", "content": "---\n\n- name: Install oh my zsh\n git: >\n repo=https://github.com/robbyrussell/oh-my-zsh.git\n dest=~/.oh-my-zsh\n\n- name: Install tig-rebase\n git: >\n repo=https://github.com/Nattfarinn/tig-rebase.git\n dest=~/bin/tig-rebase\n", "li...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1216, "all_permissive": false }
ansible_role
krzysztof-magosa/provision
37d9d010599380a39b727e6237f5d76f556c9134
0
roles/software
8,098
[ "no_license" ]
[ { "path": "roles/software/defaults/main.yml", "content": "---\n\nbrews: []\ncasks: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/software/tasks/main.yml", "content": "---\n\n- include: osx.yml\n when: ansible_os_family == \"Darwin...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 332, "all_permissive": false }
ansible_role
krzysztof-magosa/provision
37d9d010599380a39b727e6237f5d76f556c9134
0
roles/vm_host
8,098
[ "no_license" ]
[ { "path": "roles/vm_host/tasks/config.yml", "content": "- name: Create directory for DotVM configuration\n file:\n path: ~/.dotvm\n state: directory\n\n- name: Initialize DotVM\n shell: vagrant dotvm init\n args:\n chdir: ~/.dotvm\n creates: ~/.dotvm/Vagrantfile\n\n- name: Fetch playground do...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 859, "all_permissive": false }
ansible_role
companyabab/ansible-jenkins
c5be8da4b937cb5c42879467a3e842164184e1a1
0
roles/jenkins_install
8,098
[ "no_license" ]
[ { "path": "roles/jenkins_install/tasks/main.yaml", "content": "# create a directory \n# push the shell script\n# run the shell script\n\n- name: create direcory staging and jenkins\n file: path=/opt/jenkins state=directory\n become_user: root\n\n- stat: path=/opt/jenkins\n register: jenkins_path\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
jagadish7-25/ansible-
9d6aed8a30dc3124a87e0994f83412bdf9c8abab
0
roles/common
8,118
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: start nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
BreizhHardware/cours-ISEN-MD
ef113bc48520859ddcf1d71780397ef20d2f6da7
2
ISEN/Réseau/A2/ansible/conf-vm/roles/set-dns
8,118
[ "no_license" ]
[ { "path": "ISEN/Réseau/A2/ansible/conf-vm/roles/set-dns/defaults/main.yml", "content": "ip_dns: 172.16.17.32\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "ISEN/Réseau/A2/ansible/conf-vm/roles/set-dns/tasks/main.yml", "content": "- name: U...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 113, "all_permissive": false }
ansible_role
BreizhHardware/cours-ISEN-MD
ef113bc48520859ddcf1d71780397ef20d2f6da7
2
ISEN/Réseau/A2/ansible/conf-vm/roles/set-hostname
8,118
[ "no_license" ]
[ { "path": "ISEN/Réseau/A2/ansible/conf-vm/roles/set-hostname/defaults/main.yml", "content": "new_hostname: \"aurora-mr\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ISEN/Réseau/A2/ansible/conf-vm/roles/set-hostname/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 107, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ansible-apache-accumulo/roles/accumulo
8,118
[ "no_license" ]
[ { "path": "ansible-apache-accumulo/roles/accumulo/tasks/main.yaml", "content": "- name: Download and extract Apache Accumulo\n shell: |\n wget http://apache.cbox.biz/accumulo/2.0.0/accumulo-2.0.0-bin.tar.gz -P /home/hadoop\n tag -xzf /home/hadoop/accumulo-2.0.0-bin.tar.gz -C /home/hadoop\n mv /hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ansible-apache-accumulo/roles/hadoop_finish
8,118
[ "no_license" ]
[ { "path": "ansible-apache-accumulo/roles/hadoop_finish/tasks/main.yaml", "content": "- name: Format HDFS on the master node\n shell: /home/hadoop/hadoop/bin/hdfs namenode -format\n\n- name: Start daemons\n shell: /home/hadoop/hadoop/bin/start-dfs.sh\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ansible-apache-accumulo/roles/hadoop_setup
8,118
[ "no_license" ]
[ { "path": "ansible-apache-accumulo/roles/hadoop_setup/tasks/main.yaml", "content": "- name: Get hadoop binaries and extract\n shell: |\n wget http://apache.cbox.biz/hadoop/common/hadoop-3.2.1/hadoop-3.2.1.tar.gz -P /home/hadoop\n tar -xzf /home/hadoop/hadoop-3.2.1.tar.gz -C /home/hadoop \n mv /hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1182, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ansible-apache-accumulo/roles/prereqs
8,118
[ "no_license" ]
[ { "path": "ansible-apache-accumulo/roles/prereqs/tasks/main.yaml", "content": "- name: Disable IPv6\n copy:\n src: ../templates/disable_ipv6.conf\n dest: /etc/sysctl.d/disable_ipv6.conf\n owner: root\n group: root\n\n- name: Install Java SDK\n yum:\n pkg: java-1.8.0-openjdk\n state: inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1039, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ansible-apache-accumulo/roles/zookeeper
8,118
[ "no_license" ]
[ { "path": "ansible-apache-accumulo/roles/zookeeper/tasks/main.yaml", "content": "- name: Get zookeeper binaries\n shell: |\n wget http://apache.cbox.biz/zookeeper/zookeeper-3.5.6/apache-zookeeper-3.5.6.tar.gz -P /home/hadoop\n tar -xzf /home/hadoop/apache-zookeeper-3.5.6.tar.gz -C /home/hadoop\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
dynamic-hostpath-with-nfs/roles/lvm-provision
8,118
[ "no_license" ]
[ { "path": "dynamic-hostpath-with-nfs/roles/lvm-provision/tasks/add.yml", "content": "- name: Create file system for the volume\n filesystem:\n fstype: \"{{ fs_type }}\"\n dev: /dev/{{vg_name}}/{{lv_name}}\n\n- name: Create mount point\n file:\n path: \"{{ mount_name }}\"\n state: directory\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1093, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
dynamic-hostpath-with-nfs/roles/nfs-export
8,118
[ "no_license" ]
[ { "path": "dynamic-hostpath-with-nfs/roles/nfs-export/tasks/remove.yml", "content": "- name: unexport the volume\n shell: exportfs -u \"{{ worker_host }}\":\"{{ mount_name }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "dynamic-hostpath-w...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 638, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
dynamic-hostpath-with-nfs/roles/vg-init
8,118
[ "no_license" ]
[ { "path": "dynamic-hostpath-with-nfs/roles/vg-init/tasks/main.yml", "content": "- name: Creating volume group \"{{ vg_name }}\"\n lvg:\n state: \"{{ state }}\"\n vg: \"{{ vg_name }}\"\n pvs: \"{{ devices }}\"\n force: yes\n register: out\n\n- debug: msg={{ out }}\n\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 247, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
dynamic-hostpath-with-nfs/roles/worker-mount
8,118
[ "no_license" ]
[ { "path": "dynamic-hostpath-with-nfs/roles/worker-mount/tasks/main.yml", "content": "- name: Make sure the worker has nfs-common package\n apt: name=nfs-common state=latest\n\n- name: Create working directory\n file:\n path: \"{{ work_dir }}\"\n state: directory\n\n- name: Mount the exported dir\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 497, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ha-nfs-pacemaker-drbd/roles/drbd
8,118
[ "no_license" ]
[ { "path": "ha-nfs-pacemaker-drbd/roles/drbd/defaults/main.yml", "content": "---\n\n\nnode1: nfs1\nnode2: nfs2\nip1: 10.0.11.120\nip2: 10.0.11.121\ndevice: /dev/sdb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ha-nfs-pacemaker-drbd/roles/drbd/t...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 721, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ha-nfs-pacemaker-drbd/roles/pacemaker
8,118
[ "no_license" ]
[ { "path": "ha-nfs-pacemaker-drbd/roles/pacemaker/tasks/nfs.yml", "content": "- name: Install nfs server\n apt: name=nfs-kernel-server state=latest\n\n- service: name=nfs-kernel-server state=stopped enabled=no\n\n- name: Create nfs resource\n shell: |\n 'crm configure primitive p_nfsserver ocf:heartbeat...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2119, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
ha-nfs-pacemaker-drbd/roles/prereqs
8,118
[ "no_license" ]
[ { "path": "ha-nfs-pacemaker-drbd/roles/prereqs/tasks/main.yml", "content": "- name: Install ntp\n apt: name=ntp state=latest\n\n- name: Install drbd\n apt: name=drbd8-utils state=latest\n\n- name: Install pacemaker\n apt: name=pacemaker state=latest\n\n\n- service: name=ntp state=restarted enabled=yes\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/add-masters
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/add-masters/tasks/main.yml", "content": "- name: Get all needed certificates from the local machine\n synchronize: \n src: /tmp/kube-certs.tgz \n dest: /root/kube-certs.tgz\n\n- name: Extract certificates archive\n unarchive:\n src: /root/kube-certs.tgz\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/add-workers
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/add-workers/tasks/main.yml", "content": "- name: Get the worker join token\n shell: kubeadm token create --print-join-command > /root/join && echo \"$(cat /root/join) --ignore-preflight-errors=all\" > /root/join\n delegate_to: \"{{ master_ip }}\"\n run_once: true\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/etcd-cluster
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/etcd-cluster/tasks/main.yml", "content": "- name: Configure the kubelet to be a service manager for etcd\n copy: src=../templates/20-etcd-service-manager.conf dest=/etc/systemd/system/kubelet.service.d/20-etcd-service-manager.conf owner=root group=root mode=0644\n- name: Rel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 931, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/glusterfs-storage
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/glusterfs-storage/tasks/main.yml", "content": "- name: Add gluster repo\n shell: add-apt-repository ppa:gluster/glusterfs-4.1 -y && apt-get update\n- apt: name=glusterfs-server state=latest\n- apt: name=glusterfs-client state=latest\n- apt: name=thin-provisioning-tools state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/ha-proxy
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/ha-proxy/tasks/main.yml", "content": "- name: Install keepalived\n apt: name=keepalived state=latest\n\n- name: keepalived config file\n template: src=../templates/keepalived.conf dest=/etc/keepalived/keepalived.conf\n\n- name: Start and enable the service\n shell: systemc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1784, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/local-certs-gen
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/local-certs-gen/templates/kubeadmcfg.yaml", "content": "apiVersion: \"kubeadm.k8s.io/v1alpha3\"\nkind: ClusterConfiguration\netcd:\n local:\n serverCertSANs:\n - \"{{ item.ip }}\"\n peerCertSANs:\n - \"{{ item.ip }}\"\n extraArgs:\n initial-cluster: {{ et...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2890, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/master-bootstrap
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/master-bootstrap/templates/kubeadm-config.yaml", "content": "apiVersion: kubeadm.k8s.io/v1alpha3\nkind: ClusterConfiguration\nkubernetesVersion: stable\napiServerCertSANs:\n- \"{{ lb_name }}\"\ncontrolPlaneEndpoint: \"{{ lb_ip }}:6443\"\netcd:\n external:\n endpoints:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1584, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/post-install-tasks
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/post-install-tasks/tasks/main.yml", "content": "##### Helm and tiller instal ######\n- name: Install helm to the cluster\n shell: |\n wget https://storage.googleapis.com/kubernetes-helm/helm-v2.11.0-linux-amd64.tar.gz -P /root\n tar -xzf /root/helm-v2.11.0-linux-amd64....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4950, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-kubeadm/roles/prereqs
8,118
[ "no_license" ]
[ { "path": "k8s-ha-kubeadm/roles/prereqs/tasks/main.yml", "content": "- name: Disable swap\n shell: swapoff -a\n\n- shell: cp /etc/fstab /etc/fstab.backup && sed -i 's/\\/swap/#\\/swap/' /etc/fstab\n\n- name: Copy k8s.conf to /etc/sysctl.d\n copy: src=../files/k8s.conf dest=/etc/sysctl.d/k8s.conf owner=roo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1635, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-systemd/roles/etcd
8,118
[ "no_license" ]
[ { "path": "k8s-ha-systemd/roles/etcd/tasks/main.yml", "content": "- include_tasks: certs.yml\n\n- include_tasks: binaries.yml\n\n- name: Create systemd service file\n template:\n src: ../templates/etcd.service\n dest: /etc/systemd/system/etcd.service\n\n- shell: systemctl daemon-reload\n- name: Start...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1130, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-systemd/roles/gen-pki
8,118
[ "no_license" ]
[ { "path": "k8s-ha-systemd/roles/gen-pki/templates/etcd-peer-csr.json", "content": "{\n \"CN\": \"etcd-peer\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"US\",\n \"L\": \"Portland\",\n \"O\": \"etcd-peer\",\n \"OU\": \"CA\",\n \...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7248, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-systemd/roles/master-bootstrap
8,118
[ "no_license" ]
[ { "path": "k8s-ha-systemd/roles/master-bootstrap/tasks/services.yml", "content": "- name: Copy systemd service files\n template:\n src: ../templates/kube-apiserver.service\n dest: /etc/systemd/system/kube-apiserver.service\n\n- name: Token auth file\n template:\n src: ../templates/token-auth\n ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4113, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-systemd/roles/post
8,118
[ "no_license" ]
[ { "path": "k8s-ha-systemd/roles/post/tasks/main.yml", "content": "- file:\n path: /root/post-install\n state: directory\n\n- copy:\n src: ../templates/ingress.yml\n dest: /root/post-install/ingress.yml\n\n- include_tasks: helm.yml\n run_once: true\n\n- include_tasks: ingress.yml\n run_once: tr...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3482, "all_permissive": false }
ansible_role
vgeorgiev90/Ansible
340234686fd93722978999c115434616efb4c051
1
k8s-ha-systemd/roles/worker-bootstrap
8,118
[ "no_license" ]
[ { "path": "k8s-ha-systemd/roles/worker-bootstrap/defaults/main.yml", "content": "---\n\nversion: v1.12.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "k8s-ha-systemd/roles/worker-bootstrap/tasks/gluster.yml", "content": "- name: Add gluster...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3075, "all_permissive": false }
ansible_role
ThomyLorenzatti/Octopus-devops
b24f2f105da2c70b6bc223b35cd265a1e81c3fb7
1
roles/base
8,118
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Install git\n apt:\n name: git\n state: present\n update_cache: yes\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: Upgrade all packages on...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
ThomyLorenzatti/Octopus-devops
b24f2f105da2c70b6bc223b35cd265a1e81c3fb7
1
roles/poll
8,118
[ "no_license" ]
[ { "path": "roles/poll/tasks/main.yml", "content": "- name: ansible create directory poll\n file:\n path: /var/www/poll\n state: directory\n\n- name: Extract poll.tar and upload\n ansible.builtin.unarchive:\n src: poll.tar\n dest: /var/www/poll/\n extra_opts: [--strip-components=1]\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
ThomyLorenzatti/Octopus-devops
b24f2f105da2c70b6bc223b35cd265a1e81c3fb7
1
roles/postgresql
8,118
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "- name: ansible create directory postgresql\n file:\n path: /var/www/postgresql\n state: directory\n\n- name: install postgresql\n apt: name=postgresql state=present\n\n- name: install psql\n apt: name=postgresql-client state=present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": false }
ansible_role
ThomyLorenzatti/Octopus-devops
b24f2f105da2c70b6bc223b35cd265a1e81c3fb7
1
roles/redis
8,118
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install redis\n become: yes\n apt:\n name: redis-server\n update_cache: yes\n\n- name: upload systemd service to server\n copy:\n src: redis.conf\n dest: /etc/redis/redis.conf\n owner: redis\n group: redis\n mode: 0640\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
ThomyLorenzatti/Octopus-devops
b24f2f105da2c70b6bc223b35cd265a1e81c3fb7
1
roles/result
8,118
[ "no_license" ]
[ { "path": "roles/result/tasks/main.yml", "content": "- name: ansible create directory result\n file:\n path: /var/www/result\n state: directory\n\n- name: Extract result.tar and upload\n ansible.builtin.unarchive:\n src: result.tar\n dest: /var/www/result/\n extra_opts: [--strip-components=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
ThomyLorenzatti/Octopus-devops
b24f2f105da2c70b6bc223b35cd265a1e81c3fb7
1
roles/worker
8,118
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "- name: ansible create directory worker\n file:\n path: /var/www/worker\n state: directory\n\n- name: Extract worker.tar and upload\n ansible.builtin.unarchive:\n src: worker.tar\n dest: /var/www/worker/\n extra_opts: [--strip-components=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
marzelwidmer/ansible-directory-template
f23e11c21fd1e9dfd984ebe50a214883eb556039
0
roles/common
8,118
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Say hi\n command: echo \"hi ...\"\n\n- name: Who I am?\n action: command /usr/bin/whoami\n\n- name: Creates Jenkins home directory\n file:\n path: /srv/jenkins_home\n state: directory\n owner: monkey\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1006, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/android_studio
8,118
[ "no_license" ]
[ { "path": "roles/android_studio/tasks/main.yml", "content": "---\n\n- name: android_studio | download android studio package\n get_url: url=https://dl.google.com/dl/android/studio/ide-zips/{{ ANDROID_STUDIO_VERSION }}/android-studio-ide-{{ ANDROID_STUDIO_RELEASE }}-linux.zip\n dest=/tmp/\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1125, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/ansible
8,118
[ "no_license" ]
[ { "path": "roles/ansible/tasks/install_Ubuntu.yml", "content": "---\n\n- name: Add ansible ppa repository\n become: yes\n ansible.builtin.apt_repository:\n repo: 'ppa:ansible/ansible'\n when: ansible_distribution_major_version < \"20\"\n\n\n- name: Install latest ansible\n become: yes\n ansible.buil...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 697, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/apt
8,118
[ "no_license" ]
[ { "path": "roles/apt/defaults/main.yml", "content": "---\n\n# 書き換えるミラーリポジトリURL\nAPT_MIRROR_URL: 'http://jp.archive.ubuntu.com/ubuntu/'\n\n# 開発環境向けカスタマイズの適用有無\n# apt-fileのインストール\nAPT_DEVTOOL: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 622, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/aqua
8,118
[ "no_license" ]
[ { "path": "roles/aqua/tasks/install_Ubuntu.yml", "content": "---\n\n- name: Download aqua\n ansible.builtin.get_url:\n url: https://github.com/aquaproj/aqua/releases/download/{{ aqua_version }}/aqua_linux_amd64.tar.gz\n dest: /tmp/aqua.tar.gz\n mode: 0644\n\n- name: Unarchive tarball\n ansible.bu...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2448, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/asunder
8,118
[ "no_license" ]
[ { "path": "roles/asunder/meta/main.yml", "content": "---\n\ndependencies:\n - lame\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/asunder/tasks/main.yml", "content": "---\n\n- name: asunder | install repository\n become: yes\n apt_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 205, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/awscli
8,118
[ "no_license" ]
[ { "path": "roles/awscli/defaults/main.yml", "content": "---\n\n\nAWSCLI_OPTION: 'simple'\n\n# Elastic Beanstalk コマンドラインインターフェイス (EB CLI)\n# https://docs.aws.amazon.com/ja_jp/elasticbeanstalk/latest/dg/eb-cli3.html\nAWSCLI_OPTION_AWSEBCLI: no\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4319, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/azure-cli
8,118
[ "no_license" ]
[ { "path": "roles/azure-cli/tasks/install_Ubuntu.yml", "content": "---\n\n- name: azure-cli | install dendencies\n become: yes\n apt:\n pkg:\n - apt-transport-https\n - lsb-release\n - software-properties-common\n - dirmngr\n\n- name: azure-cli | add source list\n become: yes\n tem...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/build-essential
8,118
[ "no_license" ]
[ { "path": "roles/build-essential/tasks/build_Ubuntu.yml", "content": "---\n\n- name: Be sure build-essential is installed\n become: yes\n ansible.builtin.apt:\n name: build-essential\n\n- name: Install make tools\n become: yes\n ansible.builtin.apt:\n name: \"{{ packages }}\"\n vars:\n package...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 986, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/chrome
8,118
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n\n- name: chrome | be sure google chrome package is downloaded\n get_url: url=https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n dest=/tmp/\n\n- name: chrome | be sure google chrome is installed\n sudo: yes\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/dev-library
8,118
[ "no_license" ]
[ { "path": "roles/dev-library/tasks/main.yml", "content": "---\n\n- include_tasks: install_{{ ansible_distribution }}.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/dev-library/tasks/install_Ubuntu.yml", "content": "---\n\n- name: d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 289, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/docker
8,118
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Check if docker installed\n ansible.builtin.command: which docker\n failed_when: false\n changed_when: false\n register: docker_install\n\n- name: Install docker on {{ ansible_distribution }}\n ansible.builtin.include_tasks: install_{{...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3099, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/docker-apps-redmine
8,118
[ "no_license" ]
[ { "path": "roles/docker-apps-redmine/tasks/install_plugins.yml", "content": "---\n\n- include: plugin_redmine_default_assign.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/docker-apps-redmine/vars/main.yml", "content": "---\n\nDOCK...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 947, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/docker-apps-registry
8,118
[ "no_license" ]
[ { "path": "roles/docker-apps-registry/tasks/main.yml", "content": "---\n\n- name: docker apps registry | create apps directory\n file: path={{ DOCKER_APP_PATH }}/registry\n state=directory\n recurse=yes\n\n- name: docker apps registry | clone docker script\n git: repo=<EMAIL>:thaim/docker-re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }