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
mout-ch/ansible
f5847916616d5426da31c29b05d9ce89058b4889
0
roles/common
4,078
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install aptitude using apt (Debian)\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt:\n name: aptitude\n state: latest # noqa package-latest\n update_cache: true\n force_apt_get: true\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
mout-ch/ansible
f5847916616d5426da31c29b05d9ce89058b4889
0
roles/dns
4,078
[ "no_license" ]
[ { "path": "roles/dns/handlers/main.yaml", "content": "# handlers file\n---\n- name: restart_resolved\n service:\n name: systemd-resolved\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/dns/tasks/main.yaml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1000, "all_permissive": false }
ansible_role
pp0rtal/test-infra-elisa
dda10de27b3fd0431a4a1af4bc4ba7d73a6d0ba7
1
ansible/roles/installations
4,078
[ "no_license" ]
[ { "path": "ansible/roles/installations/tasks/main.yml", "content": "---\n- name: \"Install main binaries\"\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop:\n - git\n - vim\n - curl\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
pp0rtal/test-infra-elisa
dda10de27b3fd0431a4a1af4bc4ba7d73a6d0ba7
1
ansible/roles/repository
4,078
[ "no_license" ]
[ { "path": "ansible/roles/repository/tasks/main.yml", "content": "---\n- name: \"Initialize project repository\"\n ansible.builtin.git:\n repo: \"https://github.com/microsoft/typescript-go.git\"\n dest: \"/home/vagrant/typescript-go\"\n version: \"main\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
larsks/irc-example-mrproper
a92a76a369086d86967725b99b537bd4bdc80453
0
roles/example
4,078
[ "no_license" ]
[ { "path": "roles/example/tasks/main.yml", "content": "---\n# tasks file for ec2\n- include_tasks: ec2-lc.yml\n when: asg is defined\n\n- include_tasks: ec2-asg.yml\n when: asg is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/ex...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 208, "all_permissive": false }
ansible_role
mdhack0316/HP-AdvanceAnsible-Training
cc9a06dc428ca67457f2c8400f815d2edb9ba7be
0
check/ansible-tower-setup-3.5.0-1/roles/awx_install
4,078
[ "no_license" ]
[ { "path": "check/ansible-tower-setup-3.5.0-1/roles/awx_install/templates/settings.py.j2", "content": "# !!! DO NOT EDIT THIS FILE !!!\n# Default AWX settings\n\n###############################################################################\n# MISC PROJECT SETTINGS\n#########################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1822, "all_permissive": false }
ansible_role
mdhack0316/HP-AdvanceAnsible-Training
cc9a06dc428ca67457f2c8400f815d2edb9ba7be
0
check/ansible-tower-setup-3.5.0-1/roles/backup
4,078
[ "no_license" ]
[ { "path": "check/ansible-tower-setup-3.5.0-1/roles/backup/tasks/postgres.yml", "content": "---\n- block:\n - name: Copy temporary sql files\n copy:\n src: '{{ item }}'\n dest: '{{ backup_dir.rstrip(\"/\") }}/common/'\n with_items:\n - instance_group_map.sql\n - instance_group_map_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3088, "all_permissive": false }
ansible_role
mdhack0316/HP-AdvanceAnsible-Training
cc9a06dc428ca67457f2c8400f815d2edb9ba7be
0
check/ansible-tower-setup-3.5.0-1/roles/nginx
4,078
[ "no_license" ]
[ { "path": "check/ansible-tower-setup-3.5.0-1/roles/nginx/tasks/main.yml", "content": "---\n# Tasks for configuring NGINX HTTP server.\n- include: vars.yml\n\n- include_tasks: tasks.yml\n when: not nginx_exec_vars_only | bool\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
mdhack0316/HP-AdvanceAnsible-Training
cc9a06dc428ca67457f2c8400f815d2edb9ba7be
0
check/ansible-tower-setup-3.5.0-1/roles/packages_el
4,078
[ "no_license" ]
[ { "path": "check/ansible-tower-setup-3.5.0-1/roles/packages_el/tasks/main.yml", "content": "---\n- name: 'include packages_el variables'\n include_vars: '{{ item }}'\n with_first_found:\n - files:\n - '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml' # RedHat-7\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2258, "all_permissive": false }
ansible_role
mdhack0316/HP-AdvanceAnsible-Training
cc9a06dc428ca67457f2c8400f815d2edb9ba7be
0
check/ansible-tower-setup-3.5.0-1/roles/packages_ubuntu
4,078
[ "no_license" ]
[ { "path": "check/ansible-tower-setup-3.5.0-1/roles/packages_ubuntu/tasks/install_postgres.yml", "content": "---\n- name: Install postgres\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - postgresql-9.6\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
mdhack0316/HP-AdvanceAnsible-Training
cc9a06dc428ca67457f2c8400f815d2edb9ba7be
0
check/ansible-tower-setup-3.5.0-1/roles/postgres
4,078
[ "no_license" ]
[ { "path": "check/ansible-tower-setup-3.5.0-1/roles/postgres/tasks/init.yml", "content": "---\n# Tasks for configuring PostgreSQL server.\n\n- name: init postgresql (el-only)\n command: '{{ pg_initdb_command }}'\n args:\n creates: \"{{ pg_conf_dir }}/PG_VERSION\"\n when: ansible_os_family == \"RedHat\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
mdhack0316/HP-AdvanceAnsible-Training
cc9a06dc428ca67457f2c8400f815d2edb9ba7be
0
check/ansible-tower-setup-3.5.0-1/roles/restore
4,078
[ "no_license" ]
[ { "path": "check/ansible-tower-setup-3.5.0-1/roles/restore/files/rebuild_ig_mapping.sql", "content": "-- Clear old instance group mappings\nDELETE FROM main_organization_instance_groups;\nDELETE FROM main_unifiedjobtemplate_instance_groups;\nDELETE FROM main_inventory_instance_groups;\n\n-- Build new mappin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4143, "all_permissive": false }
ansible_role
khantzen/aws-terraform-ansible
79f8d22ce7614137f8089e5f9c56261b27c624b5
0
ansible-deploy-app/roles/add-applicative-user
4,078
[ "no_license" ]
[ { "path": "ansible-deploy-app/roles/add-applicative-user/tasks/main.yml", "content": "---\n# tasks file for add-applicative-user\n\n- name: Add user noether to run node application\n user:\n name: noether\n create_home: no", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 347, "all_permissive": false }
ansible_role
khantzen/aws-terraform-ansible
79f8d22ce7614137f8089e5f9c56261b27c624b5
0
ansible-deploy-app/roles/install-node-environment
4,078
[ "no_license" ]
[ { "path": "ansible-deploy-app/roles/install-node-environment/tasks/main.yml", "content": "---\n# tasks file for install-node-environment\n\n\n- name: Install node\n apt:\n name:\n - nodejs\n - build-essential\n - npm\n state: present", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 381, "all_permissive": false }
ansible_role
khantzen/aws-terraform-ansible
79f8d22ce7614137f8089e5f9c56261b27c624b5
0
ansible-deploy-app/roles/setup-app-service
4,078
[ "no_license" ]
[ { "path": "ansible-deploy-app/roles/setup-app-service/tasks/main.yml", "content": "---\n# tasks file for setup-app-service\n\n- name: upload service config on server\n ansible.builtin.copy:\n src: '{{ role_path }}/files/demo-site.service'\n dest: /etc/systemd/system/demo_site.service\n\n- name: enabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 618, "all_permissive": false }
ansible_role
khantzen/aws-terraform-ansible
79f8d22ce7614137f8089e5f9c56261b27c624b5
0
ansible-deploy-app/roles/start-http-server
4,078
[ "no_license" ]
[ { "path": "ansible-deploy-app/roles/start-http-server/defaults/main.yml", "content": "---\n# defaults file for start-http-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible-deploy-app/roles/start-http-server/vars/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 890, "all_permissive": false }
ansible_role
khantzen/aws-terraform-ansible
79f8d22ce7614137f8089e5f9c56261b27c624b5
0
ansible-deploy-app/roles/upgrade-system
4,078
[ "no_license" ]
[ { "path": "ansible-deploy-app/roles/upgrade-system/handlers/main.yml", "content": "---\n# handlers file for upgrade-system\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible-deploy-app/roles/upgrade-system/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 335, "all_permissive": false }
ansible_role
khantzen/aws-terraform-ansible
79f8d22ce7614137f8089e5f9c56261b27c624b5
0
ansible-deploy-app/roles/upload-app-on-server
4,078
[ "no_license" ]
[ { "path": "ansible-deploy-app/roles/upload-app-on-server/vars/main.yml", "content": "---\n# vars file for deploy-app-on-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible-deploy-app/roles/upload-app-on-server/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 800, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/elixir
4,177
[ "no_license" ]
[ { "path": "ansible/roles/elixir/tasks/main.yml", "content": "- name: add /usr/local/bin path\n shell: export PATH=$PATH:/usr/local/bin\n\n- name: create src dir\n file: path=/usr/local/src state=directory mode=0755\n\n- name: clone elixir repo\n git: repo='https://github.com/elixir-lang/elixir.git' dest=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/erlang
4,177
[ "no_license" ]
[ { "path": "ansible/roles/erlang/tasks/main.yml", "content": "- name: install kerl\n get_url:\n url: https://raw.githubusercontent.com/kerl/kerl/master/kerl\n dest: /bin/kerl\n\n- name: chmod kerl\n shell: chmod 755 /bin/kerl\n\n- name: create kerl dir\n file: path=/usr/local/kerl state=directory mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1432, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/libs
4,177
[ "no_license" ]
[ { "path": "ansible/roles/libs/tasks/main.yml", "content": "- name: install libs for build\n yum: name={{ item }} state=present\n with_items:\n - ncurses-devel\n - openssl-devel\n - gcc-c++\n - unixODBC-devel\n - fop\n - java-1.8.0-openjdk-devel\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/network
4,177
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "- name: create user dir\n file: >\n path=/home/YOUR_ID\n owner=YOUR_ID\n group=YOUR_GROUP\n mode=0755\n\n- name: copy erlang cookie file\n copy: >\n src=files/erlang_cookie\n dest=/home/YOUR_ID/.erlang.cookie\n owner=YOUR_I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4312, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/nginx
4,177
[ "no_license" ]
[ { "path": "ansible/roles/nginx/files/nginx.conf", "content": "include /etc/nginx/global.conf;\n\nhttp {\n server_tokens off;\n access_log /var/log/nginx/access.log combined;\n\n #include /etc/nginx/conf.d/*.conf;\n #include /etc/nginx/sites-enabled/*;\n\n server {\n listen 80;\n server_name ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/phx
4,177
[ "no_license" ]
[ { "path": "ansible/roles/phx/tasks/main.yml", "content": "- name: clone app repo\n git: repo='https://github.com/ohr486/phx-bench.git' dest='/usr/local/src/phx-bench'\n\n- name: install hex\n shell: source /etc/profile.d/kerl.sh && export PATH=$PATH:/usr/local/bin && mix local.hex --force\n args:\n ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/tsung
4,177
[ "no_license" ]
[ { "path": "ansible/roles/tsung/files/run.sh", "content": "#!/bin/bash\n\necho \"--- delete logs ---\"\nsudo rm -rf logs/*\n\necho \"--- delete datas ---\"\nsudo rm -rf datas/*\nsudo cp rpt.sh datas/\n\necho \"--- start bench ---\"\ntsung -l logs -f phx.xml start\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1123, "all_permissive": false }
ansible_role
ohr486/phx-bench
eef17f35aa3ee852f3f99ba58d8952e663a1c4c8
0
ansible/roles/tuning
4,177
[ "no_license" ]
[ { "path": "ansible/roles/tuning/tasks/main.yml", "content": "- name: fs.file-max\n sysctl:\n name: fs.file-max\n value: 12000500\n state: present\n\n- name: fs.nr_open\n sysctl:\n name: fs.nr_open\n value: 20000500\n state: present\n\n- name: net.ipv4.tcp_mem\n sysctl:\n name: net.ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
miran248/envs
2b22e0883cd472a357e29775a509586818727cda
0
roles/sandbox
4,177
[ "no_license" ]
[ { "path": "roles/sandbox/files/.vimrc", "content": "\" basics\nset nocompatible\nset encoding=utf-8\nset number relativenumber\nset noshowmode\nset backspace=indent,eol,start\nset whichwrap+=<,>,h,l,[,]\nset ttimeoutlen=10\nset tabstop=2\nset cursorline\nset laststatus=2\n\nlet g:onedark_termcolors=16\nlet ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9399, "all_permissive": false }
ansible_role
miran248/envs
2b22e0883cd472a357e29775a509586818727cda
0
roles/sandbox-arch
4,177
[ "no_license" ]
[ { "path": "roles/sandbox-arch/meta/main.yml", "content": "dependencies:\n - dev-sec.ssh-hardening\n - geerlingguy.firewall\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/sandbox-arch/tasks/main.yml", "content": "- name: \"install pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 329, "all_permissive": false }
ansible_role
miran248/envs
2b22e0883cd472a357e29775a509586818727cda
0
roles/sandbox-macos
4,177
[ "no_license" ]
[ { "path": "roles/sandbox-macos/tasks/main.yml", "content": "- name: \"ssh | symlink\"\n file: { src: \"{{ role_path }}/files/{{ item }}\", path: \"~/{{ item }}\", state: \"link\", force: true }\n with_items:\n - \".ssh/config\"", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
EmmanuelKeziah/Altshool-Cloud-Exercises-Project
066ec89afe48787b16a48b32fbf27960370bfdb0
0
TERRAFORM_NGINX_PROJECT/roles/install_nginx_service
4,177
[ "no_license" ]
[ { "path": "TERRAFORM_NGINX_PROJECT/roles/install_nginx_service/tasks/main.yml", "content": "- name: install nginx\r\n apt: name=nginx state=latest\r\n become: true\r\n tags: nginx\r\n\r\n- name: install php-fpm package \r\n apt: name=php-fpm state=latest\r\n become: true\r\n tags: php-fpm", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
EmmanuelKeziah/Altshool-Cloud-Exercises-Project
066ec89afe48787b16a48b32fbf27960370bfdb0
0
TERRAFORM_NGINX_PROJECT/roles/remove_default_service
4,177
[ "no_license" ]
[ { "path": "TERRAFORM_NGINX_PROJECT/roles/remove_default_service/tasks/main.yml", "content": "- name: remove nginx default file\r\n file:\r\n path: /etc/nginx/sites-available/default\r\n state: absent\r\n owner: root\r\n group: root\r\n mode: 0644\r\n tags: nginx\r\n\r\n- name: remove ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
EmmanuelKeziah/Altshool-Cloud-Exercises-Project
066ec89afe48787b16a48b32fbf27960370bfdb0
0
TERRAFORM_NGINX_PROJECT/roles/start_nginx_service
4,177
[ "no_license" ]
[ { "path": "TERRAFORM_NGINX_PROJECT/roles/start_nginx_service/tasks/main.yml", "content": "- name: Restart nginx\r\n service:\r\n name: nginx\r\n state: restarted\r\n enabled: true\r\n tags: nginx\r\n\r\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
buluma/ansible-collection-mac
30b701a0b1f57840ce812ac7a499b36dec3859b8
4
roles/dock
4,177
[ "no_license" ]
[ { "path": "roles/dock/tasks/main.yml", "content": "---\n# See: https://github.com/kcrawford/dockutil/issues/127\n- name: Install dockutil.\n community.general.homebrew_cask:\n name: \"{{ dockutil_homebrew_cask }}\"\n state: present\n notify:\n - Clear homebrew cache\n when: dockutil_install\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
awsmman/homework18-19
e77612fd3eff8d37ed7f18b43d78da50993cfbce
0
roles/cadvisor-docker
4,177
[ "no_license" ]
[ { "path": "roles/cadvisor-docker/handlers/main.yml", "content": "---\n# handlers file for cadvisor-docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/cadvisor-docker/tasks/cadvisor.yml", "content": "---\n- name: 'Cadvisor install'\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 413, "all_permissive": false }
ansible_role
awsmman/homework18-19
e77612fd3eff8d37ed7f18b43d78da50993cfbce
0
roles/docker
4,177
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "- name: Install a docker packages\n apt:\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n update_cache: yes\n state: present\n become: true\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.do...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
awsmman/homework18-19
e77612fd3eff8d37ed7f18b43d78da50993cfbce
0
roles/grafana-docker
4,177
[ "no_license" ]
[ { "path": "roles/grafana-docker/vars/main.yml", "content": "---\n# vars file for grafana-docker\nGF_SECURITY_ADMIN_PASSWORD: <PASSWORD>\nGF_USERS_ALLOW_SIGN_UP: false\ndashboards_location: /etc/grafana/provisioning/dashboards\ndatasources_location: /etc/grafana/provisioning/datasources", "license_type":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 896, "all_permissive": false }
ansible_role
awsmman/homework18-19
e77612fd3eff8d37ed7f18b43d78da50993cfbce
0
roles/node-exporter-docker
4,177
[ "no_license" ]
[ { "path": "roles/node-exporter-docker/tasks/main.yml", "content": "---\n- name: \"Node Exporter install\"\n import_tasks: nodeexporter.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/node-exporter-docker/tasks/nodeexporter.yml", "con...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 462, "all_permissive": false }
ansible_role
awsmman/homework18-19
e77612fd3eff8d37ed7f18b43d78da50993cfbce
0
roles/prometheus-docker
4,177
[ "no_license" ]
[ { "path": "roles/prometheus-docker/tasks/main.yml", "content": "---\n- name: \"Prometheus install\"\n import_tasks: prometheus.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/prometheus-docker/tasks/prometheus.yml", "content": "---\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 735, "all_permissive": false }
ansible_role
awsmman/homework18-19
e77612fd3eff8d37ed7f18b43d78da50993cfbce
0
roles/zabbix-docker
4,177
[ "no_license" ]
[ { "path": "roles/zabbix-docker/tasks/zabbix.yml", "content": "---\n- name: 'runing zabbix server with mysql config'\n shell: 'docker run --name zabbix-server -p {{ zabbixport }}:3306 -e DB_SERVER_HOST=\"myDB\" -e MYSQL_USER=\"awsmman\" -e MYSQL_PASSWORD=\"<PASSWORD>\" -d zabbix/zabbix-server-mysql:latest'\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 390, "all_permissive": false }
ansible_role
mennasalem94/test_udapeople
308623578c6fda0390f779730e9af1406c83bcf2
0
.circleci/ansible/roles/configure-server
4,177
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n \n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies.\"\n become: true\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
mennasalem94/test_udapeople
308623578c6fda0390f779730e9af1406c83bcf2
0
.circleci/ansible/roles/deploy
4,177
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Copy artifact into the EC2 instance\n copy:\n src: ./artifact.tar.gz\n dest: /home/ubuntu/artifact.tar.gz\n\n- name: \"extract the zipped artifact into the EC2 instance.\"\n shell: |\n tar -xvzf ./artifact.tar.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
ubuntunet/eduroam_tlr
3143cdc617112e4196f4de02a7d9dad896672617
1
roles/radsecproxy
4,117
[ "no_license" ]
[ { "path": "roles/radsecproxy/templates/rsyslog-radsecproxy.conf.j2", "content": "# radsecproxy\n\nlocal3.* -/var/log/radsecproxy.log\n\nif ($programname == 'radsecproxy') and ($msg contains 'F-TICKS') \\\nthen @{{ fticks_server }}\n& ~\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2084, "all_permissive": false }
ansible_role
wojciechh-kainos/tdp-ops
ec1cd35c466ab49d6440d2875dddeded8ea45e5c
0
ansible/roles/bootstrap
4,117
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/tasks/main.yml", "content": "---\n\n- name: Configure puppet repository\n yum:\n name: http://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm\n state: present\n\n- name: Add TDP repository\n yum_repository:\n name: TDP\n description: TDP YUM repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
wojciechh-kainos/tdp-ops
ec1cd35c466ab49d6440d2875dddeded8ea45e5c
0
ansible/roles/puppet
4,117
[ "no_license" ]
[ { "path": "ansible/roles/puppet/tasks/main.yml", "content": "- name: \"Make cache\"\n command: sudo /bin/yum makecache\n tags:\n - always\n\n- name: \"Install latest puppet rpm\"\n command: sudo /bin/yum install tdp-puppet -y\n tags:\n - always\n\n- name: \"Start puppet apply\"\n shell: sudo /opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 930, "all_permissive": false }
ansible_role
HutchesonJoe/myansiblecode2
3941347758808196bb8677966fac39bd076d4220
0
collections/news_api/news_api_collection/roles/news-api-first-article
4,117
[ "no_license" ]
[ { "path": "collections/news_api/news_api_collection/roles/news-api-first-article/tasks/main.yml", "content": "---\n# tasks file for bootstrap\n- name: Get first article from API News App\n block:\n - name: Make a call to the API News App for top headlines of the day\n script: \"~/mycode/ansible-cer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
osvaldotoja/ansible-rancher-inventory
812c8cbf54d8f8fc162eded0e1eeeba488360337
6
roles/helm_deploy
4,117
[ "no_license" ]
[ { "path": "roles/helm_deploy/templates/podinfo/values.yaml.j2", "content": "---\nui:\n color: \"{{ item.value['values']['ui']['color'] }}\"\n message: \"{{ item.value['values']['ui']['message'] }}\"\n\nimage:\n tag: {{ item.value['values']['image']['tag'] }}\n\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12944, "all_permissive": false }
ansible_role
strapdata/ansible-elassandra
234a13920c79909616b3ba887020d9da2664f742
3
roles/elassandra
4,117
[ "no_license" ]
[ { "path": "roles/elassandra/tasks/install.yml", "content": "---\n- name: download elassandra RPM\n get_url:\n url: \"{{ elassandra_rpm_url }}\"\n dest: \"/tmp/{{ elassandra_rpm }}\"\n\n- name: install or upgrade elassandra rpm\n yum:\n name: \"/tmp/{{ elassandra_rpm }}\"\n state: latest\n a...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 11540, "all_permissive": false }
ansible_role
miketako3/raspberry-pi-ubuntu-ansible
51303bd9f3a7df4a4a90cefc53b32da5b4f8d853
0
roles/setup
4,117
[ "no_license" ]
[ { "path": "roles/setup/templates/netplan.j2", "content": "network:\n version: 2\n wifis:\n wlan0:\n dhcp4: false\n dhcp6: false\n addresses:\n - {{ SERVER_IP_ADDRESS }}\n routes:\n - to: default\n via: {{ ROUTER_IP_ADDRESS }}\n nameservers:\n add...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2856, "all_permissive": false }
ansible_role
brianbooher/pynet_testz
3e972fd680b6fd2f7f6a5875a5a95fea5294bdf7
0
class5/exercise2/roles/access-switch
4,117
[ "no_license" ]
[ { "path": "class5/exercise2/roles/access-switch/tasks/main.yml", "content": "---\r\n- name: Generate Access Switch Configuration Files\r\n template: src=access_switch-ex2.j2 dest=../../../CFGS/EX2-{{item.hostname}}.txt\r\n with_items: \"{{ access_switches }}\"", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
brianbooher/pynet_testz
3e972fd680b6fd2f7f6a5875a5a95fea5294bdf7
0
class5/exercise3/roles/access-switch
4,117
[ "no_license" ]
[ { "path": "class5/exercise3/roles/access-switch/tasks/main.yml", "content": "---\r\n- name: Generate Access Switch Configuration Files\r\n template: src=access_switch-ex3.j2 dest=../../../CFGS/EX3-{{item.hostname}}.txt\r\n with_items: \"{{ access_switches }}\"", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
Ezequiel-Valencia/Homelab-Ansible
c53acdc7b7688637afe4099cfc413fdc01e7be8a
0
roles/update-servers
4,117
[ "no_license" ]
[ { "path": "roles/update-servers/defaults/main.yml", "content": "\nallow_automatic_reboot: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/update-servers/tasks/update.yml", "content": "- name: Update packages\n become: true\n ans...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5963, "all_permissive": false }
ansible_role
mjdoherty/rpi-k8s-ansible
e823e102dde93f55593824d4d6f6b3aedef1a380
2
roles/common
4,117
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n# Tasks for common node setup\n\n- name: Update /etc/hosts on all nodes\n lineinfile:\n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: \"{{ hostvars[item].ansible_host }} {{item}}\"\n state: present\n when: hostvars[item].ansible_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
mjdoherty/rpi-k8s-ansible
e823e102dde93f55593824d4d6f6b3aedef1a380
2
roles/kubernetes
4,117
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yaml", "content": "---\n# Tasks for kubernetes setup\n\n- name: Pass bridged IPv4 traffic to iptables' chains\n sysctl:\n name: net.bridge.bridge-nf-call-iptables\n value: 1\n state: present\n\n- name: Download google apt-key\n apt_key:\n url: https://pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
mjdoherty/rpi-k8s-ansible
e823e102dde93f55593824d4d6f6b3aedef1a380
2
roles/master
4,117
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yaml", "content": "---\n# Kubernetes master setup\n\n- name: Kubernetes reset\n shell: kubeadm reset -f\n register: kubeadm_reset\n\n- name: Kubernetes token generate\n shell: kubeadm token generate\n register: kubeadm_token_generate\n when: kubeadm_reset is succeeded...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2195, "all_permissive": false }
ansible_role
mjdoherty/rpi-k8s-ansible
e823e102dde93f55593824d4d6f6b3aedef1a380
2
roles/workers
4,117
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yaml", "content": "---\n\n- name: Kubernetes reset\n shell: kubeadm reset -f\n register: kubeadm_reset\n\n- name: Create Kubernetes config directory\n file:\n path: /root/.kube/\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
thomasmillergb/piserver
5e414858f85450e331c38cc6bc33413f8f663c29
0
ansible/roles/deluge
4,117
[ "no_license" ]
[ { "path": "ansible/roles/deluge/tasks/main.yaml", "content": "- name: create deluge dir\n file:\n path: \"/home/pi/deluge\"\n state: directory\n mode: 0755\n- name: create deluge dir\n file:\n path: \"/media/4tb/deluge\"\n state: directory\n mode: 0755\n\n- name: Copy movie deluge config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
thomasmillergb/piserver
5e414858f85450e331c38cc6bc33413f8f663c29
0
ansible/roles/docker
4,117
[ "no_license" ]
[ { "path": "ansible/roles/docker/files/install-docker.sh", "content": "curl -fsSL https://get.docker.com -o get-docker.sh\n\nsudo sh get-docker.sh\n\nsudo usermod -aG docker Pi\nsudo usermod -aG docker pi\n\ndocker version\n\ndocker info\n\n\nsudo apt-get install -y libffi-dev libssl-dev\n\nsudo apt-get inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
thomasmillergb/piserver
5e414858f85450e331c38cc6bc33413f8f663c29
0
ansible/roles/mount-drives
4,117
[ "no_license" ]
[ { "path": "ansible/roles/mount-drives/files/mount.sh", "content": "sudo mkdir /media/4tb\nsudo chmod -R 777 /media/4tb\nsudo mount -t auto /dev/sda1 /media/4tb\nsudo cp /etc/fstab /etc/fstab.backup\nsudo cp /home/pi/files/fstap /etc/fstab", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
thomasmillergb/piserver
5e414858f85450e331c38cc6bc33413f8f663c29
0
ansible/roles/pi-hole
4,117
[ "no_license" ]
[ { "path": "ansible/roles/pi-hole/tasks/main.yaml", "content": "- name: create profile home directory\n file:\n path: \"/home/pi/pihole\"\n state: directory\n mode: 0755\n\n- name: copy install docker\n template:\n src: files/docker-compose\n dest: \"/home/pi/pihole/docker-compose.yaml\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
thomasmillergb/piserver
5e414858f85450e331c38cc6bc33413f8f663c29
0
ansible/roles/plex
4,117
[ "no_license" ]
[ { "path": "ansible/roles/plex/files/start-plex-docker.sh", "content": "sudo apt install apt-transport-https ca-certificates curl\ncurl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -\necho deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediase...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 757, "all_permissive": false }
ansible_role
thomasmillergb/piserver
5e414858f85450e331c38cc6bc33413f8f663c29
0
ansible/roles/update
4,117
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yaml", "content": "- name: Update\n command: \"sudo apt update\"\n\n- name: Update full\n command: \"sudo apt full-upgrade\"", "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
aestasit/devops-masterclass-provisioning
0a4e94ec25e727440de0252d986863d91cfae949
2
ansible/roles/beats
4,117
[ "permissive" ]
[ { "path": "ansible/roles/beats/tasks/main.yml", "content": "---\n\n- name: download foo.conf\n get_url:\n url: http://example.com/path/file.conf\n dest: /etc/foo.conf\n mode: 0440\n with_items:\n - https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-{{beats_version}}-amd64.deb", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": true }
ansible_role
elliotholden/lfcs-practice-exam
66991451714fa32109fae4409427d62b5a3e7264
30
roles/common
4,117
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install common tools used by all servers\n yum: name={{ item }} state=installed\n with_items:\n - lsof\n - tree\n - elinks\n - telnet\n - screen\n - bind-utils \n - net-tools \n - policycoreutils-python\n - traceroute\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
elliotholden/lfcs-practice-exam
66991451714fa32109fae4409427d62b5a3e7264
30
roles/home
4,117
[ "no_license" ]
[ { "path": "roles/home/tasks/main.yml", "content": "# For instructions on creating the hashed user passwords you see below go here:\n# https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module\n- name: Create user 'eric'\n user:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1816, "all_permissive": false }
ansible_role
elliotholden/lfcs-practice-exam
66991451714fa32109fae4409427d62b5a3e7264
30
roles/server1
4,117
[ "no_license" ]
[ { "path": "roles/server1/tasks/main.yml", "content": "- name: Install Apache\n yum:\n name: httpd\n state: present \n\n- name: Copy default.conf to /etc/httpd/conf.d/\n copy:\n src: default.conf\n dest: /etc/httpd/conf.d/\n\n- name: Copy index.html to /var/www/html\n copy:\n src: index.htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
kodamap/kibana-elasticsearch
a5af6bf3274b3848d3bf869f130a72780331fa04
1
playbooks/roles/docker
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "---\n\n- include: configure.yml\n- include: create_volume.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "playbooks/roles/docker/tasks/create_volume.yml", "content": "---\n\n- n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1721, "all_permissive": false }
ansible_role
kodamap/kibana-elasticsearch
a5af6bf3274b3848d3bf869f130a72780331fa04
1
playbooks/roles/filebeat
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/filebeat/tasks/configure.yml", "content": "---\n\n- name: install filebeat\n yum: \n name: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.5.2-x86_64.rpm\n state: present\n\n- name: copy filebeat yaml\n copy: src=filebeat.yml dest=/etc/filebeat owner=root ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1325, "all_permissive": false }
ansible_role
kodamap/kibana-elasticsearch
a5af6bf3274b3848d3bf869f130a72780331fa04
1
playbooks/roles/kibana-elasticsearch
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/kibana-elasticsearch/tasks/firewall.yml", "content": "---\n\n- name: disable firewalld\n systemd:\n name: firewalld\n enabled: no\n masked: yes\n state: stopped\n\n- name: install needed packages\n yum:\n name: '{{ item }}'\n state: installed\n with_items:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4589, "all_permissive": false }
ansible_role
kodamap/kibana-elasticsearch
a5af6bf3274b3848d3bf869f130a72780331fa04
1
playbooks/roles/metricbeat
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/metricbeat/files/metricbeat.yml", "content": "metricbeat.modules:\n- module: system\n metricsets:\n - cpu\n - load\n - filesystem\n - fsstat\n - memory\n - network\n - process\n enabled: true\n period: 10s\n processes: ['.*']\noutput.elasticsearch:\n host...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 663, "all_permissive": false }
ansible_role
kodamap/kibana-elasticsearch
a5af6bf3274b3848d3bf869f130a72780331fa04
1
playbooks/roles/packetbeat
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/packetbeat/tasks/configure.yml", "content": "---\n\n- name: install packetbeat\n yum:\n name: https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.4.2-x86_64.rpm\n state: present\n\n- name: copy packetbeat.yml\n copy: src=packetbeat.yml dest=/etc/packetbeat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
kodamap/kibana-elasticsearch
a5af6bf3274b3848d3bf869f130a72780331fa04
1
playbooks/roles/topbeat
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/topbeat/files/topbeat.yml", "content": "input:\n period: 10\n procs: [\".*\"]\n stats:\n system: true\n process: true\n filesystem: true\n cpu_per_core: false\noutput:\n elasticsearch:\n hosts: [\"elasticsearch:9200\"]\nshipper:\nlogging:\n files:\n\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
Mathews-mw/consulta-cnpj
44db946eaf7c1ffd3c0e389fb99d634d9547b2b7
0
ansible/roles/gitlab-runner
4,237
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-runner/tasks/main.yml", "content": "- name: Add gitlab repo\n shell: curl -LJO https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_amd64.deb && dpkg -i gitlab-runner_amd64.deb\n\n- name: gitlab runner register\n shell: gitlab-runner register \\\n --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
Mathews-mw/consulta-cnpj
44db946eaf7c1ffd3c0e389fb99d634d9547b2b7
0
ansible/roles/publicar-amazonas-homologacao
4,237
[ "no_license" ]
[ { "path": "ansible/roles/publicar-amazonas-homologacao/tasks/main.yml", "content": "- name: Pull no projeto\n shell: cd {{ base_path }} && git pull origin {{ branch_name }}\n\n- name: Atualizando pacotes projeto\n shell: cd {{ base_path }} && npm install\n\n- name: Realizando o build do projeto\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
miwoh/fi-ansible
55d8d43a08cf489a86e77b15c46d84d0d046610f
0
playbooks/roles/bamboo-agent
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/bamboo-agent/tasks/bamboo-agent.yml", "content": "- name: Copy agent installer\n copy:\n src: ../files/atlassian-bamboo-agent-installer-6.10.2.jar\n dest: /work/.\n owner: root\n group: root\n mode: '0777'\n- name: Install agents\n command: | \n java -Dbamboo.h...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1149, "all_permissive": false }
ansible_role
miwoh/fi-ansible
55d8d43a08cf489a86e77b15c46d84d0d046610f
0
playbooks/roles/java
4,237
[ "no_license" ]
[ { "path": "playbooks/roles/java/tasks/main.yml", "content": "---\n- include: directories.yml\n- include: java.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "playbooks/roles/java/tasks/directories.yml", "content": "---\n- name: Create /so...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 649, "all_permissive": false }
ansible_role
bbc/nmos-joint-ri
147305d3318f8ceb15393a3382c8c62bada24d4b
13
vagrant/provisioning/roles/nmos-connectionmanagement-ui
4,237
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/nmos-connectionmanagement-ui/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"<NAME> <<EMAIL>>\"\n license: N/A\n min_ansible_version: 2.8\n platforms:\n - name: Ubuntu\n versions:\n - xenial\ndependencies: []\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1753, "all_permissive": false }
ansible_role
bbc/nmos-joint-ri
147305d3318f8ceb15393a3382c8c62bada24d4b
13
vagrant/provisioning/roles/nmos-joint-ri-setup
4,237
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/nmos-joint-ri-setup/handlers/main.yml", "content": "---\n# name: nmos-joint-ri-setup/handlers\n# description: Restart services if need be\n\n- name: Restart apache service\n systemd:\n name: apache2.service\n state: restarted\n enabled: true\n daemon_reload...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1911, "all_permissive": false }
ansible_role
bbc/nmos-joint-ri
147305d3318f8ceb15393a3382c8c62bada24d4b
13
vagrant/provisioning/roles/nmos-service-install
4,237
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/nmos-service-install/tasks/service_install.yml", "content": "---\n# module: nmos-service-install/tasks\n# description: Install NMOS systemd service\n\n- name: Create service file\n copy:\n src: \"/home/{{ ansible_facts['env']['SUDO_USER'] }}/{{ package_name }}/debia...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7244, "all_permissive": false }
ansible_role
learnWeb3/autoscaling-tester-operator
0e0726f7512b098ff951f973fb2399c6e5b06963
0
roles/autoscalingtestjob
4,237
[ "no_license" ]
[ { "path": "roles/autoscalingtestjob/vars/main.yml", "content": "---\n# vars file for AutoscalingTestJob\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/autoscalingtestjob/tasks/main.yml", "content": "- name: Get the current job\n kuber...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8826, "all_permissive": false }
ansible_role
qhagayla/CPE232_harrygayla
7756e7557ab9ecacad6150fe33f41f65785ab260
0
GaylaActivity7.1/roles/db_server
4,237
[ "no_license" ]
[ { "path": "GaylaActivity7.1/roles/db_server/tasks/main.yml", "content": "---\n\n - name: install mariadb package (Ubuntu)\n tags: db,mariadb,ubuntu\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: \"Mariadb- Restarting/Enabling\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
jainmickey/add-sass
d05cb8fa1449635649eb561643df1176b46d2f00
0
provisioner/roles/nodejs
4,237
[ "no_license" ]
[ { "path": "provisioner/roles/nodejs/tasks/main.yml", "content": "# Install Node.js using packages crafted by NodeSource\n---\n- name: Download NodeSource Setup script\n get_url: url=https://deb.nodesource.com/setup_6.x dest=/tmp/node_setup_6.x\n become: false\n\n- name: Run NodeSource setup script\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
jainmickey/add-sass
d05cb8fa1449635649eb561643df1176b46d2f00
0
provisioner/roles/project_data
4,237
[ "no_license" ]
[ { "path": "provisioner/roles/project_data/meta/main.yml", "content": "---\ndependencies:\n - { role: supervisor }\n - { role: nodejs, when: sass_with_django_compressor }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "provisioner/roles/project_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1637, "all_permissive": false }
ansible_role
perfeye/ansible-tmp
f0c5bf9294613bd213b4bba0f16fa17d5d21442c
0
docker/roles/docker
4,237
[ "no_license" ]
[ { "path": "docker/roles/docker/defaults/main.yml", "content": "# ================================= yum 源 =================================\n\naliyun_docker_yum_repo: http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo\ndocker_version_name: docker-ce-18.06.1.ce-3.el7\n\n\n# ======================...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2328, "all_permissive": false }
ansible_role
perfeye/ansible-tmp
f0c5bf9294613bd213b4bba0f16fa17d5d21442c
0
etcd/roles/etcd
4,237
[ "no_license" ]
[ { "path": "etcd/roles/etcd/tasks/download_cfssl.yml", "content": "- name: Download cfssl\n get_url:\n url: \"{{cfssl_addr}}/cfssl_linux-amd64\"\n dest: /usr/local/bin/cfssl\n mode: 0755\n \n- name: Download cfssljson\n get_url:\n url: \"{{cfssl_addr}}/cfssljson_linux-amd64\"\n dest: /usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
pincombe/ansibledemo
cd5e6360f105d7af2b36e8f27b94b6e2741ff93b
0
roles/app-phpne
4,217
[ "no_license" ]
[ { "path": "roles/app-phpne/tasks/main.yml", "content": "\n\n\n#- apt_repository: repo='ppa:brightbox/ruby-ng'\n\n- apt: name=ruby\n state=present\n\n- apt: name=rubygems\n state=present\n\n- gem: name=jekyll\n state=latest\n user_install=no\n\n\n- user: name=phpne\n generate_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 968, "all_permissive": false }
ansible_role
pincombe/ansibledemo
cd5e6360f105d7af2b36e8f27b94b6e2741ff93b
0
roles/app-testapp
4,217
[ "no_license" ]
[ { "path": "roles/app-testapp/tasks/main.yml", "content": "\n\n- user: name=testapp\n generate_ssh_key=yes\n shell=/bin/bash\n state=present\n\n- file: path=/var/www/testapp/\n owner=testapp\n group=testapp\n mode=0775\n state=directory\n\n\n- copy: src=testap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 830, "all_permissive": false }
ansible_role
pincombe/ansibledemo
cd5e6360f105d7af2b36e8f27b94b6e2741ff93b
0
roles/common
4,217
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "\n\n# Configure Timezone\n\n- name: Change Timezone to UTC\n copy: src=timezone\n dest=/etc/timezone\n notify: update timezone\n\n\n# Configure Hostname\n\n- hostname: name={{ inventory_hostname_short }}\n\n# Configure & Install NTP\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
pincombe/ansibledemo
cd5e6360f105d7af2b36e8f27b94b6e2741ff93b
0
roles/proxy
4,217
[ "no_license" ]
[ { "path": "roles/proxy/tasks/main.yml", "content": "\n\n# Install & Configure haproxy\n\n- apt: name=haproxy\n state=present\n\n\n- lineinfile: dest=/etc/default/haproxy\n regexp='^ENABLED='\n line='ENABLED=1'\n state=present\n\n\n- template: src=haproxy.cfg\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 960, "all_permissive": false }
ansible_role
pincombe/ansibledemo
cd5e6360f105d7af2b36e8f27b94b6e2741ff93b
0
roles/web
4,217
[ "no_license" ]
[ { "path": "roles/web/files/nginx/nginx.conf", "content": "user www-data;\nworker_processes 1;\npid /run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n\n ##\n # Basic Settings\n ##\n\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n\n client_body_timeout 10;\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3971, "all_permissive": false }
ansible_role
smart-on-fhir/installer-pwm
5eda8522025f8b0f2ef57f30936be14a6aec3b11
0
provisioning/roles/common
4,217
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "- name: create group\n group: name=\"{{username}}\"\n\n- name: create user\n user: name=\"{{username}}\" password=\"{{<PASSWORD>}}\" update_password=\"<PASSWORD>\"\n group=\"{{username}}\" groups=sudo\n shell=/bin/bash\n\n- na...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8267, "all_permissive": false }
ansible_role
bashirsouid/AnsibleKopia
51c7dc5ffdf2ec455fb1b38006aa5a7c5d9260c8
5
roles/kopiabackup
4,217
[ "no_license" ]
[ { "path": "roles/kopiabackup/templates/kopia.filesystem.bash.j2", "content": "#!/usr/bin/env bash\n\n# Prevent multiple simultaneous executions\n[ \"${FLOCKER}\" != \"`realpath '$0'`\" ] && exec env FLOCKER=\"`realpath '$0'`\" flock -en \"$0\" \"$0\" \"$@\" || :\n\n{% for destination in kopia_backup_filesys...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 14689, "all_permissive": false }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/common
4,217
[ "permissive" ]
[ { "path": "roles/common/tasks/reload_daemon_and_swap.yml", "content": "---\n- name: close swap\n shell: swapoff -a && sed -i 's@/swap@\\#\\ /swap@g' /etc/fstab\n\n- name: modify daemon.json\n copy:\n force: yes\n src: \"daemon.json\"\n dest: '/etc/docker'\n owner: root\n group: root\n mo...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2729, "all_permissive": true }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/k8s_master
4,217
[ "permissive" ]
[ { "path": "roles/k8s_master/tasks/main.yml", "content": "---\n# tasks file for k8s_master\n- name: init by kubeadm\n shell: kubeadm init --image-repository=registry.aliyuncs.com/google_containers && touch $HOME/cluster_initialized.lock\n args:\n chdir: $HOME\n creates: $HOME/cluster_initialized.lock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1940, "all_permissive": true }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/k8s_worker
4,217
[ "permissive" ]
[ { "path": "roles/k8s_worker/tasks/main.yml", "content": "---\n# tasks file for k8s_worker\n- name: Copy join command from Ansiblehost to the worker nodes.\n become: yes\n copy:\n src: \"{{ k8s_join_command_file_path }}\"\n dest: \"{{ k8s_join_command_file_path }}\"\n mode: 0777\n\n- name: Join th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": true }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/mysql_server
4,217
[ "permissive" ]
[ { "path": "roles/mysql_server/tasks/main.yml", "content": "---\n# tasks file for mysql_server\n\n# label node\n- name: label database node\n local_action:\n module: shell\n cmd: kubectl --kubeconfig {{ k8s_admin_config_local_dir }}/admin.conf --overwrite=true label nodes {{ hostname }} ustoj-database...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1709, "all_permissive": true }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/nfs_server
4,217
[ "permissive" ]
[ { "path": "roles/nfs_server/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nfs_exporter\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 71 }, { "path": "roles/nfs_server/handlers/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 850, "all_permissive": true }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/ustoj_frontend
4,217
[ "permissive" ]
[ { "path": "roles/ustoj_frontend/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ustoj_frontend\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 73 }, { "path": "roles/ustoj_frontend/templates/confi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3227, "all_permissive": true }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/ustoj_master
4,217
[ "permissive" ]
[ { "path": "roles/ustoj_master/tasks/main.yml", "content": "---\n# tasks file for master\n\n# label node\n- name: label master node\n shell: kubectl --overwrite=true label nodes {{ hostname }} ustoj=master\n\n- name: Create a directory if it does not exist\n local_action:\n module: file\n path: /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5518, "all_permissive": true }
ansible_role
KMFtcy/ustoj_deployment
4ba17930c416c115143102302179c0264a4add7c
1
roles/ustoj_worker
4,217
[ "permissive" ]
[ { "path": "roles/ustoj_worker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ustoj_worker\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 71 }, { "path": "roles/ustoj_worker/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 443, "all_permissive": true }
ansible_role
HewlettPackard/ilo-ansible-collection
b5855a0978195287f1599d45432f0c6fe808320c
50
roles/adduser
4,217
[ "permissive" ]
[ { "path": "roles/adduser/README.md", "content": "adduser\n=======\n\nCreates an iLO account.\n\nRole Variables\n--------------\n\nCredentials of the iLO - `baseuri`, `username`, `password` need to mentioned.\nDetails of the new account - `new_username`, `new_password` and `roleid` need to be mentioned.\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1070, "all_permissive": true }