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
colso1110/helion
c68a726067de314cf92d1a6b2da00474120ef1c1
1
hos_extensions/dcn/ansible/roles/dcn-mda
7,350
[ "no_license" ]
[ { "path": "hos_extensions/dcn/ansible/roles/dcn-mda/defaults/main.yml", "content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12916, "all_permissive": false }
ansible_role
colso1110/helion
c68a726067de314cf92d1a6b2da00474120ef1c1
1
hos_extensions/dcn/ansible/roles/dcn-server-cms
7,350
[ "no_license" ]
[ { "path": "hos_extensions/dcn/ansible/roles/dcn-server-cms/tasks/_verify_inputs.yml", "content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8140, "all_permissive": false }
ansible_role
colso1110/helion
c68a726067de314cf92d1a6b2da00474120ef1c1
1
hos_extensions/dcn/ansible/roles/dcn-vrs
7,350
[ "no_license" ]
[ { "path": "hos_extensions/dcn/ansible/roles/dcn-vrs/tasks/status.yml", "content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5087, "all_permissive": false }
ansible_role
colso1110/helion
c68a726067de314cf92d1a6b2da00474120ef1c1
1
hos_extensions/dcn/ansible/roles/dcn-vrsg
7,350
[ "no_license" ]
[ { "path": "hos_extensions/dcn/ansible/roles/dcn-vrsg/defaults/main.yml", "content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8488, "all_permissive": false }
ansible_role
colso1110/helion
c68a726067de314cf92d1a6b2da00474120ef1c1
1
hos_extensions/dcn/examples/ansible/roles/dcn-vsc
7,350
[ "no_license" ]
[ { "path": "hos_extensions/dcn/examples/ansible/roles/dcn-vsc/tasks/image-configure.yml", "content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. Y...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 28216, "all_permissive": false }
ansible_role
colso1110/helion
c68a726067de314cf92d1a6b2da00474120ef1c1
1
hos_extensions/myservice/ansible/roles/myservice-client
7,350
[ "no_license" ]
[ { "path": "hos_extensions/myservice/ansible/roles/myservice-client/tasks/install.yml", "content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1276, "all_permissive": false }
ansible_role
santhoshps65/devops
c1c6533de4a4f3c838cacee75cccd8dbf4b10fa9
0
Salil Devopos Files-July_23/Ansible/roles/myrole
7,350
[ "no_license" ]
[ { "path": "Salil Devopos Files-July_23/Ansible/roles/myrole/tasks/main.yml", "content": "---\n# tasks file for myrole\n- name: Creating {{user}}\n user: name={{user}} uid={{uid}} state=present\n register: outputs\n- name: Checking outputs\n debug: var=outputs\n\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 261, "all_permissive": false }
ansible_role
alainpham/agilabs
9457e30985ecc3d237f25696306a0e17e3150b53
3
lab18-amq-online/ansible/playbooks/openshift/roles/api_service
7,350
[ "no_license" ]
[ { "path": "lab18-amq-online/ansible/playbooks/openshift/roles/api_service/tasks/main.yml", "content": "---\n- name: Extract API Server CA\n shell: oc extract secret/api-server-cert -n {{ namespace }} --keys=tls.crt --to=-\n until: secret_result.rc == 0\n retries: 10\n delay: 5\n register: secret_result...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2514, "all_permissive": false }
ansible_role
alainpham/agilabs
9457e30985ecc3d237f25696306a0e17e3150b53
3
lab18-amq-online/ansible/roles/api_server
7,350
[ "no_license" ]
[ { "path": "lab18-amq-online/ansible/roles/api_server/tasks/main.yml", "content": "---\n- name: Create API Server Config\n shell: oc create -n {{ namespace }} configmap api-server-config --from-literal=enableRbac={{ enable_rbac }}\n register: config_exists\n failed_when: config_exists.stderr != '' and 'al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
alainpham/agilabs
9457e30985ecc3d237f25696306a0e17e3150b53
3
lab18-amq-online/ansible/roles/monitoring
7,350
[ "no_license" ]
[ { "path": "lab18-amq-online/ansible/roles/monitoring/tasks/main.yaml", "content": "---\n- name: Select project namespace\n shell: oc project {{ namespace }}\n\n- name: Apply Service Monitors\n shell: oc apply -n {{ namespace }} -f {{ playbook_dir }}/install/service-monitors\n\n- name: Apply Prometheus Rul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
Aswin-00/webserver
de7633a304a23fb6d7073599b0b778126be5f17d
0
roles/webserver
7,350
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n\n- name: install {{ pack_1 }}\n yum:\n name: \"{{ pack_1 }}\"\n state: present \n\n- name: start and enable server\n service:\n name: \"{{ ser_1 }}\"\n state: started\n enabled: yes\n\n- name: start fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 617, "all_permissive": false }
ansible_role
vmware-workloads/ansible-dse
f507374de6a445d2a3042a2dfc0032e3d484ff0f
0
roles/ansible_role_configure_os
7,350
[ "no_license" ]
[ { "path": "roles/ansible_role_configure_os/tasks/main.yml", "content": "- name: Print distribution\n ansible.builtin.debug:\n msg: \"{{ ansible_distribution }} - {{ ansible_distribution_version }}\"\n\n- name: Look for the most specific OS vars\n include_vars: \"{{ item }}\"\n loop: \"{{ query('first_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1074, "all_permissive": false }
ansible_role
vmware-workloads/ansible-dse
f507374de6a445d2a3042a2dfc0032e3d484ff0f
0
roles/ansible_role_dse
7,350
[ "no_license" ]
[ { "path": "roles/ansible_role_dse/tasks/ansible_task_mount_disks.yml", "content": "- name: gather hardware facts\n ansible.builtin.setup:\n gather_subset:\n - hardware\n\n- name: Set task variables\n ansible.builtin.set_fact:\n disks:\n - /dev/sdb\n - /dev/sdc\n mount_paths:\n ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 16180, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/awscli-eksctl-install
7,345
[ "no_license" ]
[ { "path": "roles/awscli-eksctl-install/vars/main.yml", "content": "---\n# vars file for awscli-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/awscli-eksctl-install/handlers/main.yml", "content": "---\n# handlers file for awscli...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 809, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/chromium-browser
7,345
[ "no_license" ]
[ { "path": "roles/chromium-browser/vars/main.yml", "content": "---\n# vars file for angular-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/chromium-browser/handlers/main.yml", "content": "---\n# handlers file for angular-install...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 486, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/docker-clean
7,345
[ "no_license" ]
[ { "path": "roles/docker-clean/tasks/main.yml", "content": "---\n# tasks file for docker-clean\n- name: \"Remove all unnecessary images or containers that have been stopped\"\n shell: docker system prune -f\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 321, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/docker-compose
7,345
[ "no_license" ]
[ { "path": "roles/docker-compose/vars/main.yml", "content": "---\n# vars file for docker-compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n# tasks file for docker-compose\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/docker-compose-build
7,345
[ "no_license" ]
[ { "path": "roles/docker-compose-build/tasks/main.yml", "content": "---\n# tasks file for docker-compose-build\n- name: Google jib docker backend image\n shell: |\n cd backend && cd spring-petclinic-rest && mvn compile jib:build -X -DjibSerialize=true -Djib.to.auth.username={{USERNAME}} -Djib.to.auth.pass...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 550, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/docker-install
7,345
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "---\n\n- name: \"Install python3 and python pip\"\n apt:\n name:\n - python3\n - python3-pip\n state: latest\n update_cache: true\n\n- name: Use python 3\n shell: |\n sudo update-alternatives --install /usr/bin/python python /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1148, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/docker-push
7,345
[ "no_license" ]
[ { "path": "roles/docker-push/vars/main.yml", "content": "---\n# vars file for docker-push\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/docker-push/defaults/main.yml", "content": "---\n# defaults file for docker-push\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 363, "all_permissive": false }
ansible_role
Prakash214/Project-3-DevOps-Final-Group-Project
bb2acff989dac2fd11335cb55d024bae74a349ec
1
roles/initial-stage
7,345
[ "no_license" ]
[ { "path": "roles/initial-stage/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - update-apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/initial-stage/tasks/main.yml", "content": "---\n# tasks...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 370, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/adduser
7,345
[ "no_license" ]
[ { "path": "roles/adduser/defaults/main.yml", "content": "---\n# file: roles/adduser/defaults/main.yml\n\nssh_users:\n - erik\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/adduser/tasks/main.yml", "content": "---\n# file: roles/adduse...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 549, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/common
7,345
[ "no_license" ]
[ { "path": "roles/common/tasks/vim.yml", "content": "---\n# file: roles/common/tasks/vim.yml\n\n- name: Install vim\n apt:\n name=vim\n state=latest\n\n- name: Copy vimrc\n sudo: no\n copy:\n src=vimrc\n dest=~/.vimrc\n mode=0664\n\n- name: Assures ~/.vim directories exist\n sudo: no\n fi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4267, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/consul
7,345
[ "no_license" ]
[ { "path": "roles/consul/tasks/consul.yml", "content": "---\n# files: roles/consul/tasks/consul.yml\n\n- name: Download Consul x64\n get_url:\n url=https://dl.bintray.com/mitchellh/consul/0.5.0_linux_amd64.zip\n dest=~/consul.zip\n force=no\n when: ansible_architecture == \"x86_64\"\n\n- name: Dow...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1094, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/docker
7,345
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n# file: roles/docker/tasks/docker.yml\n\n- name: Add docker key\n apt_key:\n keyserver=hkp://keyserver.ubuntu.com:80\n id=36A1D7869245C8950F966E92D8576A8BA88D21E9\n\n- name: Add docker source\n copy:\n src=etc/apt/sources.list.d/docker.l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 456, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/mysql
7,345
[ "no_license" ]
[ { "path": "roles/mysql/tasks/mysql.yml", "content": "---\n# file: roles/mysql/tasks/mysql.yml\n\n- name: Install MySQL\n apt:\n name={{ item }}\n state=latest\n with_items:\n - mysql-server-5.6\n - php5-mysql\n - python-mysqldb\n notify:\n - restart php\n\n- name: Update MySQL root pass...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 687, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/nginx
7,345
[ "no_license" ]
[ { "path": "roles/nginx/tasks/vhosts.yml", "content": "---\n# file: roles/nginx/tasks/vhosts.yml\n\n- name: Make sure www directory exists\n file:\n path=/var/www\n owner=www-data\n group=www-data\n state=directory\n mode=755\n\n- name: Clone projects\n git:\n repo=\"{{ item.repo }}\"\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1521, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/node
7,345
[ "no_license" ]
[ { "path": "roles/node/tasks/grunt.yml", "content": "---\n# file: roles/node/tasks/grunt.yml\n\n- name: Install Grunt\n npm:\n name=grunt-cli\n state=latest\n global=yes\n production=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "path":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 654, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/php
7,345
[ "no_license" ]
[ { "path": "roles/php/tasks/php-cs-fixer.yml", "content": "---\n# file: roles/php/tasks/php-cs-fixer.yml\n\n- name: Install php-cs-fixer\n shell: curl http://get.sensiolabs.org/php-cs-fixer.phar -o php-cs-fixer\n && chmod a+x php-cs-fixer\n && mv php-cs-fixer /usr/local/bin/php-cs-fixer\n creates=\...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1032, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/postgresql
7,345
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# file: roles/postgresql/tasks/main.yml\n\n- include: postgresql.yml tags=postgresql\n- include: adminer.yml tags=adminer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/postgre...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1650, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/python
7,345
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n# file: roles/python/tasks/main.yml\n\n- include: python.yml tags=python\n- include: virtualenv.yml tags=virtualenv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/python/tasks/virt...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 406, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/security
7,345
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "---\n# file: roles/security/tasks/main.yml\n\n- include: fail2ban.yml tags=fail2ban\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/security/handlers/main.yml", "content": "---\n# f...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 498, "all_permissive": false }
ansible_role
erikwiffin/provisioning
8a1b372c12b9c9e0f49d42bc000b95347c6bf347
2
roles/sqlite
7,345
[ "no_license" ]
[ { "path": "roles/sqlite/tasks/sqlite.yml", "content": "---\n# file: roles/sqlite/tasks/sqlite.yml\n\n- name: Install sqlite\n apt:\n name={{ item }}\n state=latest\n with_items:\n - sqlite3\n - php5-sqlite\n - libsqlite3-dev\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 252, "all_permissive": false }
ansible_role
f2k1de/cuties-social-ansible
a761213714dec5651640a10d2dd4204cb7b48c9b
0
roles/mastodon
7,345
[ "no_license" ]
[ { "path": "roles/mastodon/tasks/mastodon.yml", "content": "---\n- name: Download and Unarchive patched Mastodon\n unarchive:\n src: https://raw.githubusercontent.com/f2k1de/mastodonzip/master/mastodon.zip\n dest: {{ mastodon_home }}\n remote_src: yes\n\n- name: Bundle install\n shell: \"~/.rbenv/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7221, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/common
7,345
[ "no_license" ]
[ { "path": "roles/common/tasks/download.yml", "content": "- name: Create application user\n ansible.builtin.user:\n name: roboshop\n register: user_info\n\n- name: Remove the {{APP_LOCATION}} path\n ansible.builtin.file:\n path: \"{{APP_LOCATION}}\"\n state: absent\n\n- name: Create the {{APP_LOC...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6432, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/dispatch
7,345
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yml", "content": "- name: Import a role\n ansible.builtin.include_role:\n name: common\n tasks_from: golang\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/dispatch/vars/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/elk
7,345
[ "no_license" ]
[ { "path": "roles/elk/tasks/filebeat.yml", "content": "- name: Copy repo for filebeat installation\n ansible.builtin.template:\n src: elastic.repo\n dest: /etc/yum.repos.d\n\n- name: Install filebeat\n ansible.builtin.yum:\n name: filebeat\n state: installed\n\n- name: copy filebeat configurati...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2853, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/frontend
7,345
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Import content\n ansible.builtin.include_role:\n name: common\n tasks_from: download\n\n- name: Copy the configuration file\n ansible.builtin.templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/mongodb
7,345
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "\n\n#PRINT \"Update mongod configuration\"\n#sed -i -e 's/127.0.0.1/0.0.0.0/' /etc/mongod.conf &>>${LOG}\n#CHECK_STAT $?\n#\n#PRINT \"Start mongodb service\"\n#systemctl enable mongod &>>${LOG} && systemctl restart mongod &>>${LOG}\n#CHECK_STAT $?\n#\n#\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1533, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/mysql
7,345
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "\n#echo \"show databases;\" | mysql -uroot -p\"${MYSQL_PASSWORD}\" &>>${LOG}\n#if [ $? -ne 0 ]; then\n#PRINT \"Reset mysql password\"\n#echo \"ALTER USER 'root'@'localhost' IDENTIFIED BY '${MYSQL_PASSWORD}';\" | mysql --connect-expired-password -uroot -p\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2956, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/payment
7,345
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Fail if the RABBITMQ_USER_PASSWORD variable is not declared\n ansible.builtin.fail:\n msg: Need RABBITMQ_USER_PASSWORD variable\n when: RABBITMQ_USER_PASSWORD is undefined\n\n- name: Import a role\n ansible.builtin.include_role:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/prometheus
7,345
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/client.yml", "content": "- name: Install node exporter on Nodes\n ansible.builtin.shell: labauto prometheus-node-exporter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/prometheus/templates/alertmanager.y...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2758, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/rabbitmq
7,345
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "\n#if [ -z \"${RABBITMQ_USER_PASSWORD}\"]; then\n#echo \"Env Variable RABBITMQ_USER_PASSWORD needed\"\n#exit 1\n#fi\n#\n#PRINT \"Download erlang repos\"\n#curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash &>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1968, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/redis
7,345
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "#source components/common.sh\n#\n#CHECK_ROOT\n#\n#PRINT \" Install YUM repos\"\n#curl -L https://raw.githubusercontent.com/roboshop-devops-project/redis/main/redis.repo -o /etc/yum.repos.d/redis.repo &>>${LOG}\n#CHECK_STAT $?\n#\n#PRINT \"Install redis\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1097, "all_permissive": false }
ansible_role
GurukaYadav/roboshop-ansible
5b29fdd0fb215fad21eb50d33c68ef4c93390e62
0
roles/shipping
7,345
[ "no_license" ]
[ { "path": "roles/shipping/vars/main.yml", "content": "COMPONENT: shipping\nAPP_LOCATION: /home/roboshop/shipping\nSUFFIX:\nLOG_TYPE: raw\nLOG_FILE: /var/log/shipping.log\nMYSQL_USER: \"{{SECRETS.RDS_MYSQL_USER}}\"\nMYSQL_PASS: \"{{SECRETS.RDS_MYSQL_PASS}}\"", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 625, "all_permissive": false }
ansible_role
JARVIS1093/deployCheckbox
3250c125c89d503503e1d53bdc65cb6dca507be0
0
roles/deployCheckbox
7,345
[ "no_license" ]
[ { "path": "roles/deployCheckbox/tasks/main.yml", "content": "---\n\n - name: copy foo.conf to checkbox server \n copy:\n src: /home/ubuntu/deployCheckbox/foo.conf\n dest: /home/ubuntu/foo.conf\n - name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4383, "all_permissive": false }
ansible_role
JARVIS1093/deployCheckbox
3250c125c89d503503e1d53bdc65cb6dca507be0
0
roles/kubeservice
7,345
[ "no_license" ]
[ { "path": "roles/kubeservice/tasks/main.yml", "content": "---\n - name: Generate SSH keys -> ssh-keygen -t rsa -b 4096 -C \"<EMAIL>\"\n shell: ssh-keygen -b 4096 -t rsa -f /home/ubuntu/.ssh/id_rsa -q -N \"\"\n args:\n creates: /home/ubuntu/.ssh/id_rsa\n\n - name: Install kops\n shell: wget ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3241, "all_permissive": false }
ansible_role
znz/vagrant-terraform
df5237bfda798473d0a2c7637d7698c005dd4a92
0
provision/roles/packages
7,345
[ "no_license" ]
[ { "path": "provision/roles/packages/tasks/misc.yml", "content": "---\n- name: install byobu\n apt: name=byobu\n- name: install curl\n apt: name=curl\n- name: install aptitude\n apt: name=aptitude\n- name: install haveged\n apt: name=haveged\n- name: install lv\n apt: name=lv\n- name: install source-hig...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 749, "all_permissive": false }
ansible_role
znz/vagrant-terraform
df5237bfda798473d0a2c7637d7698c005dd4a92
0
provision/roles/terraform
7,345
[ "no_license" ]
[ { "path": "provision/roles/terraform/tasks/main.yml", "content": "---\n- name: \"$HOME/bin\"\n file:\n state: directory\n path: \"{{ terraform_bin_dir }}\"\n owner: \"{{ ansible_user_uid }}\"\n group: \"{{ ansible_user_gid }}\"\n mode: 0755\n- name: \"{{ terraform_download_dir }}\"\n file:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2827, "all_permissive": false }
ansible_role
SolracHQ/RampUp
5b2e7487b2f8437d9fd7373771b1b4eef46f5f76
4
ansible/playbooks/roles/clear-container
7,345
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/clear-container/handlers/main.yml", "content": "---\n# handlers file for clear-container", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/playbooks/roles/clear-container/defaults/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 712, "all_permissive": false }
ansible_role
SolracHQ/RampUp
5b2e7487b2f8437d9fd7373771b1b4eef46f5f76
4
ansible/playbooks/roles/jenkins
7,345
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/jenkins/defaults/main.yml", "content": "---\n# defaults file for bastion", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/playbooks/roles/jenkins/handlers/main.yml", "content": "---\n# handlers file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 814, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/git
7,345
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Set git tab completion in global bashrc\n lineinfile:\n dest: /etc/bashrc\n line: \"{{ item }}\"\n with_items:\n - \"# git tab completion\"\n - \"source /etc/bash_completion.d/git\"\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/mariadb-server
7,345
[ "no_license" ]
[ { "path": "roles/mariadb-server/tasks/main.yml", "content": "---\n- name: Install MariaDB from EPEL\n yum:\n name: '{{ item }}'\n state: present\n with_items:\n - mariadb-server\n - mariadb-devel\n\n- name: Make sure MariaDB is started at boot.\n service:\n name: mariadb\n state: starte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/mssql
7,345
[ "no_license" ]
[ { "path": "roles/mssql/tasks/main.yml", "content": "---\n- name: Install MS's ODBC Driver Repo\n get_url:\n url: https://packages.microsoft.com/config/rhel/7/prod.repo\n dest: /etc/yum.repos.d/mssql-release.repo\n\n- name: Ensure utf16 packages are not installed to avoid conflicts\n yum:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/postgresql-10-devel
7,345
[ "no_license" ]
[ { "path": "roles/postgresql-10-devel/tasks/main.yml", "content": "---\n- name: Install PostgreSQL YUM repository\n yum:\n name: https://download.postgresql.org/pub/repos/yum/testing/10/redhat/rhel-7-x86_64/pgdg-redhat10-10-2.noarch.rpm\n state: present\n\n- name: Install PostgreSQL 10 devel package\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/postgresql-10-server
7,345
[ "no_license" ]
[ { "path": "roles/postgresql-10-server/tasks/main.yml", "content": "---\n- name: Install PostgreSQL YUM repository\n yum:\n name: https://download.postgresql.org/pub/repos/yum/testing/10/redhat/rhel-7-x86_64/pgdg-redhat10-10-2.noarch.rpm\n state: present\n\n- name: Install PostgreSQL 10 Server\n yum:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1599, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/python27
7,345
[ "no_license" ]
[ { "path": "roles/python27/tasks/main.yml", "content": "---\n- name: Install pip for Python 2.7 from RHEL\n yum:\n name: 'python2-pip'\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/python36
7,345
[ "no_license" ]
[ { "path": "roles/python36/meta/main.yml", "content": "---\n# role dependencies\ndependencies:\n - ../../roles/repository_ius\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/python36/tasks/main.yml", "content": "---\n- name: Install Pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/redis
7,345
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install redis\n yum:\n name: ['redis32u', 'python36u-redis']\n\n- name: Make sure redis is started at boot.\n service:\n name: redis\n enabled: true\n state: started\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_httpd
7,345
[ "no_license" ]
[ { "path": "roles/web_all_httpd/tasks/main.yml", "content": "---\n- name: Install Apache httpd 2.4 from RHEL\n yum:\n name: ['httpd', 'mod_ssl', 'python-certbot-apache']\n state: present\n\n- name: Populate a conf file for ServerName\n copy:\n content: \"ServerName {{ inventory_hostname }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 767, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_httpd_mod_php
7,345
[ "no_license" ]
[ { "path": "roles/web_all_httpd_mod_php/vars/main.yml", "content": "---\r\n\"httpd_ext_dir\": \"/etc/httpd/conf.d\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/web_all_httpd_mod_php/tasks/main.yml", "content": "---\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 346, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_httpd_mod_php_conf
7,345
[ "no_license" ]
[ { "path": "roles/web_all_httpd_mod_php_conf/templates/httpd.conf.j2", "content": "<VirtualHost *:80>\r\n ServerName {{ item.server_name }}\r\n{% if item.server_aliases|default('None') != 'None' %}\r\n ServerAlias{% for alias in item.server_aliases %} {{ alias }}{% endfor %}\r\n\r\n{% endif %}\r\n Documen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 918, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_httpd_mod_php_directories
7,345
[ "no_license" ]
[ { "path": "roles/web_all_httpd_mod_php_directories/tasks/main.yml", "content": "---\n- name: Create PHP directories\n file:\n name: \"/var/php/{{ item }}\"\n state: directory\n owner: web_deploy\n group: apache\n mode: 0775\n with_items:\n - sites\n - media\n - logs\n\n- name: Chan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 640, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_httpd_mod_wsgi
7,345
[ "no_license" ]
[ { "path": "roles/web_all_httpd_mod_wsgi/tasks/main.yml", "content": "---\n- name: Install mod_wsgi for Apache httpd with Python from IUS\n yum:\n name: 'python36u-mod_wsgi'\n state: present\n\n- name: place mod_wsgi config\n copy:\n src: \"mod_wsgi-python3.6.conf\"\n dest: \"{{ httpd_ext_dir }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_httpd_mod_wsgi_directories
7,345
[ "no_license" ]
[ { "path": "roles/web_all_httpd_mod_wsgi_directories/tasks/main.yml", "content": "---\n- name: Create django directories\n file:\n name: \"/var/django/{{ item }}\"\n state: directory\n owner: web_deploy\n group: apache\n mode: 0775\n with_items:\n - sites\n - media\n - logs\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_httpd_tls
7,345
[ "no_license" ]
[ { "path": "roles/web_all_httpd_tls/tasks/main.yml", "content": "---\n# - name: place httpd.conf file\n# copy:\n# src: httpd.conf\n# dest: /etc/httpd/conf/httpd.conf\n# owner: root\n# group: root\n# mode: 0600\n\n# - name: place ssl.conf file\n# template:\n# src: \"ssl.conf.j2\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2840, "all_permissive": false }
ansible_role
FlipperPA/ansible-centos7-python3-django
8c79da78277e993eb4c742d41dcd2d98b98adfb6
6
roles/web_all_yum_packages
7,345
[ "no_license" ]
[ { "path": "roles/web_all_yum_packages/tasks/main.yml", "content": "---\n- name: Install development tools with yum\n yum:\n name: \"@Development tools\"\n state: present\n- name: Install various packages required by all web environments.\n yum: \n name: ['zlib-devel', 'sqlite-devel', 'bzip2-devel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
melonger/packer-azure
3eacbdb24c10fbcde57aac5b90da5d107184adb2
0
roles/base-install
7,345
[ "no_license" ]
[ { "path": "roles/base-install/tasks/apt.yml", "content": "- name: Import Kubernetes GPG key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Install Kubernetes Repository\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-yakkety ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1998, "all_permissive": false }
ansible_role
GrafeasGroup/packer-legacy
a163709c3fa0e0390cfe13b1902fab2a62af1d5d
0
ansible/roles/grafeas.os_base
7,345
[ "no_license" ]
[ { "path": "ansible/roles/grafeas.os_base/tasks/sudoers.yml", "content": "---\n- name: \"Create '{{ sudo_group }}' group\"\n group:\n name: '{{ sudo_group }}'\n state: present\n become: true\n\n- name: \"Allow sudo (with password) to members of '{{ sudo_group }}'\"\n lineinfile:\n regexp: '^%{{ s...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 19, "total_bytes": 10906, "all_permissive": false }
ansible_role
GrafeasGroup/packer-legacy
a163709c3fa0e0390cfe13b1902fab2a62af1d5d
0
ansible/roles/thelonelyghost.python
7,345
[ "no_license" ]
[ { "path": "ansible/roles/thelonelyghost.python/vars/dependencies/CentOS-8.yml", "content": "---\ndependencies:\n - make\n - gcc\n - glibc-devel\n - bzip2-devel\n - expat-devel\n - gdbm-devel\n - openssl-devel\n - readline-devel\n - sqlite-devel\n - xz-devel\n - zlib-devel\n - libuuid-devel\n - ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 10835, "all_permissive": false }
ansible_role
toolmakers/ahoy
7f21845d6a5c136aa14d8ca3257f06a7dcafcaf5
0
ansible/roles/pyvenv
7,345
[ "no_license" ]
[ { "path": "ansible/roles/pyvenv/tasks/main.yml", "content": "---\n - name: Install Python 2.7 and Pip 2.7\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - python\n - python-pip\n\n - name: Install virtualenv\n sudo: yes\n pip:\n name: virtualenv\n\n - name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
toolmakers/ahoy
7f21845d6a5c136aa14d8ca3257f06a7dcafcaf5
0
ansible/roles/virtualenv
7,345
[ "no_license" ]
[ { "path": "ansible/roles/virtualenv/tasks/main.yml", "content": "---\n - lineinfile: dest=~/.bash_profile line='export WORKON_HOME=/vagrant/.venv'\n\n - lineinfile: dest=~/.bash_profile line='source $(which virtualenvwrapper.sh)'\n\n - name: Create and activate python virtual environment bound to web pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1079, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/chrony
7,345
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yaml", "content": "- name: enable chrony\n service:\n name: chronyd\n enabled: true\n state: started\n\n- name: delete /etc/chrony.conf file contains '^server.*' or '^pool' string line\n lineinfile:\n path: /etc/chrony.conf\n regexp: \"{{ item }}\"\n ba...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 814, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/cron
7,345
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yaml", "content": "# How to allow or deny users the `cron` or `at` command.\n# https://access.redhat.com/solutions/1535573\n- name: set /etc/cron.allow\n file:\n path: /etc/cron.allow \n state: \"{{ 'absent' if cron_allow_everyone | bool else 'file' }}\"\n mode: '6...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/disable_services
7,345
[ "no_license" ]
[ { "path": "roles/disable_services/defaults/main.yaml", "content": "disable_services:\n - cpus\n - postfix\n - pcscd\n - smartd\n - alsasound\n - iscsitarget\n - smb\n - acpid\n - firstboot\n - firewalld\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 541, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/file
7,345
[ "no_license" ]
[ { "path": "roles/file/tasks/main.yaml", "content": "- name: create directory\n file:\n path: \"{{ item.path }}\"\n state: directory\n owner: \"{{ item.owner | default(omit) }}\"\n group: \"{{ item.group | default(omit) }}\"\n mode: \"{{ item.mode | default(omit) }}\"\n loop: \"{{ file_dir_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 298, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/hostname
7,345
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yaml", "content": "- name: set hostname\n hostname:\n name: \"{{ hostname }}\"\n when: hostname is defined\n\n- name: add hostname to /etc/hosts\n lineinfile:\n dest: /etc/hosts\n line: \"{{ ansible_ssh_host }} {{ hostname }}\"\n state: present\n when: ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/init_pkg
7,345
[ "no_license" ]
[ { "path": "roles/init_pkg/tasks/main.yaml", "content": "- name: update all packages\n yum:\n name: '*'\n state: latest\n update_cache: yes\n use_backend: \"{{ 'yum' if 'V7' in ansible_distribution_major_version else 'auto' }}\"\n vars:\n ansible_command_timeout: 300\n\n- name: install init ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 556, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/iptables
7,345
[ "no_license" ]
[ { "path": "roles/iptables/files/iptables.sh", "content": "#!/bin/bash\nset -xe\n\ncp=$(which cp)\nnow=$(date +\"%Y%m%d%H%M%S\")\niptables-save > /etc/sysconfig/iptables\n$cp /etc/sysconfig/iptables \"/etc/sysconfig/iptables.bak${now}\"\n\niptables -F\niptables -X\niptables -P INPUT ACCEPT\niptables -P OUTPU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 448, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/limit
7,345
[ "no_license" ]
[ { "path": "roles/limit/defaults/main.yaml", "content": "limit_core: 102400\nlimit_nofile: 65535\nlimit_nproc: 65535\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/limit/tasks/main.yaml", "content": "- name: configure /etc/security/limi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 907, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/profile
7,345
[ "no_license" ]
[ { "path": "roles/profile/templates/myprofile.sh.j2", "content": "export TMOUT={{ profile_timeout }}\nexport HISTTIMEFORMAT={{ profile_histtimeformat }}\nexport HISTFILESIZE={{ profile_histfilesize }}\nexport HISTSIZE={{ profile_histsize }}\n{# https://medium.com/@truvis.thornton/commandline-auditing-using-d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1335, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/repo
7,345
[ "no_license" ]
[ { "path": "roles/repo/templates/kylin_v10sp2.repo.j2", "content": "###Kylin Linux Advanced Server 10 - os repo###\n\n[ks10-adv-iso]\nname = Kylin Linux Advanced Server 10 - Iso\nbaseurl = {{ repo_url }}/os/linux/kylin/v10sp2/iso/$basearch/\ngpgcheck = 0\nenabled = 1\n\n[ks10-adv-os]\nname = Kylin Linux Adva...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8326, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/safe
7,345
[ "no_license" ]
[ { "path": "roles/safe/defaults/main.yaml", "content": "safe_pass_max_days: 99999\nsafe_pass_min_days: 0\nsafe_pass_min_len: 8\nsafe_pass_warn_days: 7\nsafe_log_unkfail_enab: yes\nsafe_login_retries: 6\nsafe_lastlog_enab: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 935, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/selinux
7,345
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yaml", "content": "- name: disable SELinux\n selinux:\n state: disabled\n\n- name: ensure SELinux is disabled on next reboot\n lineinfile:\n path: /etc/selinux/config\n state: present\n regexp: '^SELINUX='\n line: 'SELINUX=disabled'\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/ssh
7,345
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yaml", "content": "- name: set /etc/ssh/sshd_config\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n state: present\n validate: 'sshd -t -f %s'\n backup: true\n with_items:\n - regexp: \"^PermitRoo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
aisuhua/os_init-ansible
fa94f5b64f7d5b79d2bef17d3ad7f69eb5607bdb
0
roles/user
7,345
[ "no_license" ]
[ { "path": "roles/user/defaults/main.yaml", "content": "user_secretsalt: suhua123\n\nuser_list:\n - name: root\n password: \"<PASSWORD>\"\n - name: bakroot\n password: \"<PASSWORD>\"\n privilege: true\n \nuser_authorized_keys:\n - user: bakroot\n file: id_rsa.pub\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1363, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/ath9k
7,345
[ "no_license" ]
[ { "path": "roles/ath9k/tasks/main.yml", "content": "- name: ensure ath9k module configuration is up-to-date\n copy: dest=/etc/modprobe.d/ath9k.conf src=ath9k.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/dhcpd
7,345
[ "no_license" ]
[ { "path": "roles/dhcpd/vars/main.yml", "content": "interfaces: []\n\nnameservers:\n- 172.16.17.32\n- 172.16.17.32\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/dhcpd/templates/etc-default-isc-dhcp-server.j2", "content": "INTERFACES=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 812, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/ipv6-ia-slaac
7,345
[ "no_license" ]
[ { "path": "roles/ipv6-ia-slaac/meta/main.yml", "content": "dependencies:\n- wide-dhcpv6-client\n- name: radvd\n # uplink: \"{{ uplink }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/ipv6-ia-slaac/templates/dhcp6c.conf.j2", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 969, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/nat-masquerade
7,345
[ "no_license" ]
[ { "path": "roles/nat-masquerade/tasks/main.yml", "content": "- name: ensure ferm is present\n apt: name=ferm state=present\n\n- name: ensure ferm configuration is up-to-date\n template: src=ferm.conf.j2 dest=/etc/ferm/ferm.conf\n notify: reload ferm\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 731, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/pcengines-apu2-console
7,345
[ "no_license" ]
[ { "path": "roles/pcengines-apu2-console/tasks/main.yml", "content": "- name: ensure grub defaults are patched\n patch: src=etc-default-grub.patch dest=/etc/default/grub\n notify: update grub\n\n- name: ensure inittab is patched\n patch: src=etc-inittab.patch dest=/etc/inittab\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/pcengines-apu2-hostapd
7,345
[ "no_license" ]
[ { "path": "roles/pcengines-apu2-hostapd/templates/hostapd.conf.j2", "content": "# hostapd_cli\nctrl_interface=/var/run/hostapd\n\n# basic configuration\ninterface=wlan0\nssid={{ ssid }}\ncountry_code={{ country_code }}\n\n# 802.11n n-only\nhw_mode=g\nwmm_enabled=1\nieee80211n=1\nrequire_ht=1\n\n# 802.11i wp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/radvd
7,345
[ "no_license" ]
[ { "path": "roles/radvd/tasks/main.yml", "content": "- name: ensure radvd is installed\n apt: name=radvd\n\n- name: ensure sysctl configuration is up-to-date\n template:\n dest: /etc/sysctl.d/radvd.conf\n src: sysctl.conf.j2\n notify:\n - reload procps\n - restart radvd\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 317, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/router
7,345
[ "no_license" ]
[ { "path": "roles/router/tasks/main.yml", "content": "- name: ensure sysctl config is up-to-date\n copy: src=sysctl.conf dest=/etc/sysctl.d/router.conf\n notify: reload procps\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
acdimalev/config-internet
03b4b67aa36b18d75bfa1b75b1c9064fb1419081
0
roles/wide-dhcpv6-client
7,345
[ "no_license" ]
[ { "path": "roles/wide-dhcpv6-client/tasks/main.yml", "content": "- name: ensure wide-dhcpv6-client is installed\n apt: name=wide-dhcpv6-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/wide-dhcpv6-client/handlers/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 164, "all_permissive": false }
ansible_role
ftsogr/gitlab-runners-aws-fargate-kaniko
5e0417f2bf170ca2676c41b48a77ab4871eed509
2
ansible-manager/roles/runner_manager_setup
7,345
[ "no_license" ]
[ { "path": "ansible-manager/roles/runner_manager_setup/files/check_long_running_tasks.sh", "content": "#!/bin/bash\n\n# Configurations\nTHRESHOLD_SECONDS=14400 # Threshold in seconds for long-running tasks\nSLACK_WEBHOOK_URL=\"https://hooks.slack.com/<KEY>\" # Replace with your webhook URL\nTI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7269, "all_permissive": false }
ansible_role
ftsogr/gitlab-runners-aws-fargate-kaniko
5e0417f2bf170ca2676c41b48a77ab4871eed509
2
ansible-manager/roles/runner_registration
7,345
[ "no_license" ]
[ { "path": "ansible-manager/roles/runner_registration/tasks/register.yml", "content": "---\n- name: Register project runner\n block:\n - name: \"[{{ item.name }}] Create a project-level runner\"\n gitlab_runner:\n api_url: \"{{ gitlab_url }}\"\n api_token: \"{{ access_token }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3439, "all_permissive": false }
ansible_role
speedfl/mongo-replica-set-production
8483b467c28875857ca8685f1b678b2cc2fd80a0
19
ansible/roles/backup
7,348
[ "no_license" ]
[ { "path": "ansible/roles/backup/templates/cron-backup.sh.j2", "content": "#!/bin/bash\n\nDATE=$(date '+%Y-%m-%d')\nmongodump --host {{groups['primary']}}:27017,{{ groups['secondaries'] | map(\"regex_replace\", \"(.*)\", \"\\\\1:27017\") | join(\",\") }} --db {{ mongodb_main_database }} --authenticationDatab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1948, "all_permissive": false }
ansible_role
speedfl/mongo-replica-set-production
8483b467c28875857ca8685f1b678b2cc2fd80a0
19
ansible/roles/backup-create-user
7,348
[ "no_license" ]
[ { "path": "ansible/roles/backup-create-user/tasks/main.yml", "content": "- name: Verify DB user already exists\n shell: mongo --tls --host {{ inventory_hostname }} --authenticationDatabase admin --username {{ mongodb_user_root_name }} --password {{ <PASSWORD>_user_root_password }} <PASSWORD> --eval \"print...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
speedfl/mongo-replica-set-production
8483b467c28875857ca8685f1b678b2cc2fd80a0
19
ansible/roles/encrypt-rest
7,348
[ "no_license" ]
[ { "path": "ansible/roles/encrypt-rest/templates/luks_keyfile.j2", "content": "{{ partitioning_luks_passphrase }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/encrypt-rest/tasks/main.yml", "content": "- name: Check file /dev/map...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2010, "all_permissive": false }