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
franelmarga/k8s
cdc192e928c9a6314d1286906cdbe40a3e3e7394
2
tools/ansible/roles/master
291
[ "no_license" ]
[ { "path": "tools/ansible/roles/master/tasks/main.yaml", "content": "- name: Initialize the cluster\n become: yes\n shell: kubeadm init\n\n- name: Create .kube directory\n become_user: ec2-user\n file:\n path: \"~/.kube\"\n state: directory\n mode: 0777\n\n- name: Copies admin.conf to user's kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
franelmarga/k8s
cdc192e928c9a6314d1286906cdbe40a3e3e7394
2
tools/ansible/roles/worker
291
[ "no_license" ]
[ { "path": "tools/ansible/roles/worker/tasks/main.yaml", "content": "- name: Getting from master node join command\n shell: kubeadm token create --print-join-command\n delegate_to: master\n register: kubernetes_join_command\n\n- name: Execute command in workers\n shell: \"{{ kubernetes_join_command.stdou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
TKILLAHOME/ansible_rl_awx_basic_configuration
8566a998fc4a5a17d345b4ccb1f341d6463e7d36
0
roles/rl_awx_basic_configuration
294
[ "no_license" ]
[ { "path": "roles/rl_awx_basic_configuration/vars/main.yml", "content": "---\n# vars file for rl_awx_basic_configuration\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/rl_awx_basic_configuration/tests/test.yml", "content": "---\n- hosts...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3073, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/backup
294
[ "no_license" ]
[ { "path": "ansible/roles/backup/tasks/main.yml", "content": "---\n# file: roles/backup/tasks/main.yml\n#- name: install packages\n# apt:\n# state: absent\n# pkg:\n# - netcat\n# - sshpass\n# update_cache: yes\n\n#- name: create backup user and generate ssh key\n# user:\n# name: \"back...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2108, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/common
294
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n- name: set hostname\n hostname:\n name: \"{{ item.hostname }}\"\n when: ansible_default_ipv4.address == item.ip\n with_items:\n - \"{{ host }}\"\n\n- name: set /etc/hosts file\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/drone
294
[ "no_license" ]
[ { "path": "ansible/roles/drone/tasks/main.yml", "content": "---\n# file: roles/drone/tasks/main.yml\n- name: \"download file drone_runner_exec_linux_{{ drone_arch }}.tar.gz\"\n get_url:\n url: \"https://github.com/drone-runners/drone-runner-exec/releases/latest/download/drone_runner_exec_linux_{{ drone_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1500, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/gitea
294
[ "no_license" ]
[ { "path": "ansible/roles/gitea/tasks/restore.yml", "content": "---\n# file: roles/gitea/tasks/update.yml\n- hosts: localhost\n vars_files:\n - ../defaults/main.yml\n\n tasks:\n - name: unzip gitea-dump-*.zip\n unarchive:\n src: \"/ext/persistent/gitea/backup/{{ gitea_backup }}.zip\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7311, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/gitea_k8s
294
[ "no_license" ]
[ { "path": "ansible/roles/gitea_k8s/tasks/new_repo.yml", "content": "---\n# file: roles/gitea/tasks/new_repo.yml\n- hosts: localhost\n\n tasks:\n - name: install dependencies\n command: ansible-galaxy collection install community.crypto\n\n - name: generate ssh key pair for repository {{ repo }}\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7131, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/glusterfs
294
[ "no_license" ]
[ { "path": "ansible/roles/glusterfs/tasks/main.yml", "content": "---\n# file: roles/glusterfs/tasks/main.yml\n- name: add nodes to file /etc/hosts\n lineinfile:\n path: /etc/hosts\n line: \"{{ item.ip }} {{ item.name }}\"\n with_items:\n - \"{{ nodes }}\"\n\n- name: install glusterfs-server and...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2695, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/glusterfs_control
294
[ "no_license" ]
[ { "path": "ansible/roles/glusterfs_control/tasks/main.yml", "content": "# file: roles/glusterfs_control/tasks/main.yml\n- name: install package glusterfs-client\n apt:\n pkg:\n - glusterfs-client\n update_cache: yes", "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": 150, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/kubernetes
294
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/packages.yml", "content": "---\n# file: roles/kubernetes/tasks/packages.yml\n- name: add apt key for kubic and kubernetes repository\n apt_key:\n url: \"{{ item }}\"\n state: present\n with_items:\n# - \"https://download.opensuse.org/repositories/devel:ku...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7665, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/kubernetes_control
294
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_control/tasks/main.yml", "content": "---\n# file: roles/kubernetes_control/tasks/main.yml\n- name: disable service swap\n service:\n name: dphys-swapfile\n state: stopped\n ignore_errors: yes\n when: ansible_architecture == \"armv7l\"\n\n- name: remove service sw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1762, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/pxeboot
294
[ "no_license" ]
[ { "path": "ansible/roles/pxeboot/tasks/directories.yml", "content": "---\n# file: roles/pxeboot/tasks/directories.yml\n- name: create directory /ext/tmp/rpi\n file:\n path: /ext/tmp/rpi\n state: directory\n mode: '0777'\n\n- name: create directories /ext/nfs/<node_name> for each node\n file:\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8218, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/scripts
294
[ "no_license" ]
[ { "path": "ansible/roles/scripts/tasks/main.yml", "content": "---\n# file: roles/scripts/tasks/main.yml\n- import_tasks: packages.yml\n- import_tasks: backup.yml\n\n- name: copy scripts folder to /ext/scripts\n copy:\n src: /ext/repo/gitea_project_automation/scripts\n dest: /ext/\n owner: \"{{ ite...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2147, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/ssh_config
294
[ "no_license" ]
[ { "path": "ansible/roles/ssh_config/tasks/main.yml", "content": "---\n# file: roles/ssh_config/tasks/main.yml\n- name: enable ssh AuthorizedKeysFile\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"^#AuthorizedKeysFile\"\n line: \"AuthorizedKeysFile .ssh/authorized_keys\"\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2041, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/terraform
294
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "---\n# file: roles/terraform/tasks/main.yml\n- name: install package unzip\n apt:\n pkg:\n - unzip\n update_cache: yes\n\n- name: \"download file terraform_{{ terraform_version }}_{{ terraform_arch }}.zip to /tmp\"\n get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 893, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/update
294
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "---\n# file: roles/update/tasks/main.yml\n- include_tasks: directories.yml\n vars:\n mount_opt: mounted\n#- import_tasks: os.yml\n- include: os.yml ansible_connection=chroot\n#- import_tasks: bootloader.yml\n- include_tasks: directories.yml\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1512, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/upload
294
[ "no_license" ]
[ { "path": "ansible/roles/upload/tasks/main.yml", "content": "---\n- name: add host to local hosts file\n lineinfile:\n path: /etc/hosts\n line: \"{{ ansible_default_ipv4.address }} {{ ansible_fqdn }}\"\n create: yes\n state: present\n delegate_to: 127.0.0.1\n\n- name: generate ssh key pair...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
steled/project_automation
c1a5ac83346d7cf7879194eaf66c660b7af9f7c2
0
ansible/roles/user_config
294
[ "no_license" ]
[ { "path": "ansible/roles/user_config/tasks/main.yml", "content": "---\n# file: roles/user_config/tasks/main.yml\n- name: ensure correct group with correct gid is created/removed\n group:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n gid: \"{{ item.gid }}\"\n with_items:\n - \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3629, "all_permissive": false }
ansible_role
Clivern/Cattle
dc42cc9fdbaec9d6f04c1d4394f50a39b34d049b
72
deployment/ubuntu/configure/roles/common
294
[ "no_license" ]
[ { "path": "deployment/ubuntu/configure/roles/common/tasks/main.yml", "content": "# Copyright 2021 Clivern\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2155, "all_permissive": false }
ansible_role
Clivern/Cattle
dc42cc9fdbaec9d6f04c1d4394f50a39b34d049b
72
deployment/ubuntu/configure/roles/database
294
[ "no_license" ]
[ { "path": "deployment/ubuntu/configure/roles/database/templates/my.cnf.j2", "content": "[mysql]\nuser={{ root_username }}\npassword={{ <PASSWORD> }}\n\n[client]\nuser={{ root_username }}\npassword={{ <PASSWORD> }}\n\n[mysqldump]\nuser={{ root_username }}\npassword={{ <PASSWORD> }}\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2416, "all_permissive": false }
ansible_role
Clivern/Cattle
dc42cc9fdbaec9d6f04c1d4394f50a39b34d049b
72
deployment/ubuntu/configure/roles/redis
294
[ "no_license" ]
[ { "path": "deployment/ubuntu/configure/roles/redis/tasks/main.yml", "content": "# Copyright 2021 Clivern\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1260, "all_permissive": false }
ansible_role
Clivern/Cattle
dc42cc9fdbaec9d6f04c1d4394f50a39b34d049b
72
deployment/ubuntu/deploy/roles/application
294
[ "no_license" ]
[ { "path": "deployment/ubuntu/deploy/roles/application/handlers/main.yml", "content": "# Copyright 2021 Clivern\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8715, "all_permissive": false }
ansible_role
pascal-sun/setup
673d1b16e49eb23a4b1f0cce626b4eab533d64f9
0
roles/base
294
[ "no_license" ]
[ { "path": "roles/base/tasks/fish.yml", "content": "---\n################################################################################\n# fish: the user-friendly command line shell\n\n# Installation\n# https://github.com/fish-shell/fish-shell#packages-for-linux\n- name: Add fish repository from PPA\n bec...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 19140, "all_permissive": false }
ansible_role
pascal-sun/setup
673d1b16e49eb23a4b1f0cce626b4eab533d64f9
0
roles/cyber
294
[ "no_license" ]
[ { "path": "roles/cyber/defaults/main.yml", "content": "---\n# defaults file for infosec\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/cyber/files/.exegol/my-resources/setup/config/ffuf-config.toml", "content": "# This is an example of...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5509, "all_permissive": false }
ansible_role
pascal-sun/setup
673d1b16e49eb23a4b1f0cce626b4eab533d64f9
0
roles/dev
294
[ "no_license" ]
[ { "path": "roles/dev/tasks/docker.yml", "content": "---\n################################################################################\n# Docker: software for deploying containerized applications\n# https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository\n- name: Install Docker offici...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8647, "all_permissive": false }
ansible_role
pascal-sun/setup
673d1b16e49eb23a4b1f0cce626b4eab533d64f9
0
roles/personal
294
[ "no_license" ]
[ { "path": "roles/personal/tasks/signal.yml", "content": "---\n# https://signal.org/fr/download/linux/\n- name: Register Signal GPG key\n become: true\n ansible.builtin.get_url:\n url: https://updates.signal.org/desktop/apt/keys.asc\n dest: /usr/share/keyrings/signal-desktop-keyring.asc\n mode: u=...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 907, "all_permissive": false }
ansible_role
pascal-sun/setup
673d1b16e49eb23a4b1f0cce626b4eab533d64f9
0
roles/work
294
[ "no_license" ]
[ { "path": "roles/work/tasks/slack.yml", "content": "---\n- name: Install Slack\n community.general.snap:\n classic: true\n name: slack\n become: true\n tags: installed_with_snap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/work...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 402, "all_permissive": false }
ansible_role
CarlFK/ps1-vm-wiki
9fa38c25a7c0bfd72c0f18ec122a5da37f3c14ca
0
ansible/production/roles/backup
294
[ "no_license" ]
[ { "path": "ansible/production/roles/backup/templates/backup-daily.timer.j2", "content": "[Unit]\nDescription=Perform daily backup\n\n[Timer]\nOnCalendar=daily\nRandomizedDelaySec=3600\nUnit=backup.service\n\n[Install]\nWantedBy=timers.target\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3506, "all_permissive": false }
ansible_role
CarlFK/ps1-vm-wiki
9fa38c25a7c0bfd72c0f18ec122a5da37f3c14ca
0
ansible/production/roles/common
294
[ "no_license" ]
[ { "path": "ansible/production/roles/common/tasks/main.yml", "content": "- name: Add the jessie backports repos\n apt_repository:\n repo: deb http://ftp.debian.org/debian jessie-backports main\n state: present\n- name: Update repositories cache and install \"git\" package\n apt:\n name: git\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
CarlFK/ps1-vm-wiki
9fa38c25a7c0bfd72c0f18ec122a5da37f3c14ca
0
ansible/production/roles/mediawiki
294
[ "no_license" ]
[ { "path": "ansible/production/roles/mediawiki/templates/cron_main_indexer.j2", "content": "#!/usr/bin/bash\n/usr/bin/indexer --quiet wiki_main --rotate\n/usr/bin/indexer --quiet wiki_incremental --rotate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14238, "all_permissive": false }
ansible_role
CarlFK/ps1-vm-wiki
9fa38c25a7c0bfd72c0f18ec122a5da37f3c14ca
0
ansible/production/roles/mysql
294
[ "no_license" ]
[ { "path": "ansible/production/roles/mysql/tasks/main.yml", "content": "- name: Installs mariadb\n apt: name={{ item }}\n with_items:\n - mariadb-client\n - mariadb-server\n- name: Start enable mariadb service\n systemd: name=mysql state=started enabled=yes masked=no\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
CarlFK/ps1-vm-wiki
9fa38c25a7c0bfd72c0f18ec122a5da37f3c14ca
0
ansible/production/roles/nginx
294
[ "no_license" ]
[ { "path": "ansible/production/roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n apt: name=nginx\n- name: Start enable nginx service\n systemd: name=nginx state=started enabled=yes masked=no\n- name: Remove default config\n file: path=/etc/nginx/sites-enabled/default state=absent\n- name: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2147, "all_permissive": false }
ansible_role
CarlFK/ps1-vm-wiki
9fa38c25a7c0bfd72c0f18ec122a5da37f3c14ca
0
ansible/production/roles/php-fpm
294
[ "no_license" ]
[ { "path": "ansible/production/roles/php-fpm/tasks/main.yml", "content": "- name: Installs php\n apt: name={{ item }}\n with_items:\n - php5-fpm\n - php5-apcu\n - php5-intl\n - php5-gd\n - php5-cli\n - php5-mysql\n - php5-ldap\n - php5-curl\n- name: Add the php config\n template: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
CarlFK/ps1-vm-wiki
9fa38c25a7c0bfd72c0f18ec122a5da37f3c14ca
0
ansible/production/roles/search
294
[ "no_license" ]
[ { "path": "ansible/production/roles/search/templates/sphinx.conf.j2", "content": "#\n# Sphinx configuration for MediaWiki\n#\n# Based on examples by <NAME> at http://www.mediawiki.org/wiki/Extension:SphinxSearch\n# and Hank at http://www.ralree.info/2007/9/15/fulltext-indexing-wikipedia-with-sphinx\n# Modif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7849, "all_permissive": false }
ansible_role
Otus-DevOps-2018-05/loktionovam_microservices
9aba85a6b7bb7ded140516e6b7abcbe8aebebd0e
1
infra/ansible/roles/autoheal
294
[ "no_license" ]
[ { "path": "infra/ansible/roles/autoheal/README.md", "content": "autoheal\n=========\n\nBuild and run openshift autoheal docker container\n\nRequirements\n------------\n\nnone\n\nRole Variables\n--------------\n\n- Role environment (local/stage/prod)\n\n```yaml\nenv: local\n```\n\n- Additional packages and p...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 7494, "all_permissive": false }
ansible_role
Otus-DevOps-2018-05/loktionovam_microservices
9aba85a6b7bb7ded140516e6b7abcbe8aebebd0e
1
infra/ansible/roles/awx_wrapper
294
[ "no_license" ]
[ { "path": "infra/ansible/roles/awx_wrapper/requirements.yml", "content": "---\n\n- src: https://github.com/geerlingguy/ansible-role-awx.git\n version: 1.2.0\n name: geerlingguy.awx\n\n- src: https://github.com/geerlingguy/ansible-role-git.git\n version: 2.0.3\n name: geerlingguy.git\n\n- src: https://gi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 10900, "all_permissive": false }
ansible_role
Otus-DevOps-2018-05/loktionovam_microservices
9aba85a6b7bb7ded140516e6b7abcbe8aebebd0e
1
infra/ansible/roles/gitlab_omnibus
294
[ "no_license" ]
[ { "path": "infra/ansible/roles/gitlab_omnibus/molecule/default/playbook.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - role: gitlab_omnibus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "infra/ansible/roles/gitlab_omnibus...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4266, "all_permissive": false }
ansible_role
Otus-DevOps-2018-05/loktionovam_microservices
9aba85a6b7bb7ded140516e6b7abcbe8aebebd0e
1
infra/ansible/roles/gitlab_runner
294
[ "no_license" ]
[ { "path": "infra/ansible/roles/gitlab_runner/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: gitlab runner role\n company: none\n license: BSD\n min_ansible_version: 2.4\n platforms:\n - name: Ubuntu\n versions:\n - xenial\n galaxy_tags:\n - ci\ndepende...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6109, "all_permissive": false }
ansible_role
Otus-DevOps-2018-05/loktionovam_microservices
9aba85a6b7bb7ded140516e6b7abcbe8aebebd0e
1
infra/ansible/roles/reddit_monolith
294
[ "no_license" ]
[ { "path": "infra/ansible/roles/reddit_monolith/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - reddit_monolith", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "infra/ansible/roles/reddit_monolith/tasks/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4369, "all_permissive": false }
ansible_role
MitMaro/linux-ansible-setup
d6fe37ee759c4dd8222e6620ccc08db9087b9985
2
roles/common
294
[ "no_license" ]
[ { "path": "roles/common/tasks/sysctl.yml", "content": "- name: Set max user watches\n become: true\n copy:\n src: \"files/sysctl/max_user_watches.conf\"\n dest: \"/etc/sysctl.d/10-max_user_watches.conf\"\n mode: 0644\n notify:\n - \"reload sysctl\"\n", "license_type": "no_license", "d...
{ "task_files": 46, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 50, "total_bytes": 20193, "all_permissive": false }
ansible_role
GoKEV/GoKEV-AnsibleTower-Backup
6ef71987946c909b07ad5b551b03767670ff20b4
0
roles/GoKEV-tower-backup
294
[ "no_license" ]
[ { "path": "roles/GoKEV-tower-backup/handlers/main.yml", "content": "---\n# handlers file for GoKEV-tower-backup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/GoKEV-tower-backup/vars/main.yml", "content": "---\n# vars file for GoKEV-towe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3144, "all_permissive": false }
ansible_role
devopsorgpriti/Lamp_code
ab98301a08092d0f9ad1d2099b05cdf05db656f2
1
roles/lamp_install
294
[ "no_license" ]
[ { "path": "roles/lamp_install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - lamp_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/lamp_install/defaults/main.yml", "content": "---\n# defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 490, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/CentOS-PaaS-SIG@aos-ci/playbooks/roles/libvirt-system
294
[ "no_license" ]
[ { "path": "repo-github/CentOS-PaaS-SIG@aos-ci/playbooks/roles/libvirt-system/tasks/vm-destroy.yml", "content": "- name: Stop VM\n virt:\n name: \"{{ item.key }}\"\n state: destroyed\n uri: \"{{ virt_uri | default('qemu:///system') }}\"\n\n- name: Undefine VM\n virt:\n name: \"{{ item.k...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/CentOS-PaaS-SIG@aos-ci/playbooks/roles/rdgo-system
294
[ "no_license" ]
[ { "path": "repo-github/CentOS-PaaS-SIG@aos-ci/playbooks/roles/rdgo-system/tasks/main.yml", "content": "---\n- include: epel7.yml\n\n- copy:\n dest: /etc/yum.repos.d/walters-buildtools.repo\n content: |\n [walters-buildtools]\n name=Copr repo for buildtools owned by walters\n baseurl=htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2388, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/CentOS-PaaS-SIG@aos-ci/playbooks/roles/rpmbuild-system
294
[ "no_license" ]
[ { "path": "repo-github/CentOS-PaaS-SIG@aos-ci/playbooks/roles/rpmbuild-system/tasks/main.yml", "content": "---\n- include: epel7.yml\n\n# Ensure we see fresh data\n- command: yum clean expire-cache\n\n# Add in here direct RPM links, for things that are still pending repodata\n- command: yum -y localinstall ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/CentOS-PaaS-SIG@ci-pipeline/playbooks/roles/libvirt-system
294
[ "no_license" ]
[ { "path": "repo-github/CentOS-PaaS-SIG@ci-pipeline/playbooks/roles/libvirt-system/tasks/vm-import.yml", "content": "- name: VM template folder\n action: file dest={{ qemu_img_path }}/vm-{{ item.key }} state=directory\n\n- name: Figure out Base Image Name\n set_fact:\n base_image: \"{{ item.value.img_u...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4988, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/CyberAnalyticDevTeam@SimpleRock/roles/elasticsearch
294
[ "no_license" ]
[ { "path": "repo-github/CyberAnalyticDevTeam@SimpleRock/roles/elasticsearch/tasks/before.yml", "content": "---\n\n- name: Install packages\n yum:\n name:\n - java-11-openjdk-headless\n - elasticsearch\n state: installed\n register: es_install\n\n- name: Create elasticsearch directory\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2659, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/CyberAnalyticDevTeam@SimpleRock/roles/kibana
294
[ "no_license" ]
[ { "path": "repo-github/CyberAnalyticDevTeam@SimpleRock/roles/kibana/tasks/main.yml", "content": "---\n\n- name: Install packages\n yum:\n name: kibana\n state: present\n\n- name: Update kibana config\n template:\n src: kibana.yml.j2\n dest: /etc/kibana/kibana.yml\n notify: Restart kibana\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1915, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/bats
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/bats/vars/RedHat.yml", "content": "---\nbats_packages:\n - curl\n - ruby\n - git\n - yum-utils\n - sos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "repo-github/Katello@katello-deploy/rol...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2986, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/custom_certificates
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/custom_certificates/defaults/main.yml", "content": "---\ncustom_certificates_ca_directory: /root/custom_certificates\ncustom_certificates_ca_directory_keys: \"{{ custom_certificates_ca_directory }}/private\"\ncustom_certificates_ca_directory_certs: \"{{ cu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4253, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/debian_backports
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/debian_backports/vars/Debian.yml", "content": "---\ndebian_backports_uri: http://http.debian.net/debian\ndebian_backports_components: \"{{ debian_backports_distribution }}-backports main contrib non-free\"\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 666, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/disable_firewall
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/disable_firewall/tasks/main.yml", "content": "---\n- name: disable firewalld\n service:\n name: firewalld\n enabled: false\n state: stopped\n ignore_errors: true\n\n- name: disable iptables\n service:\n name: iptables\n enabled: false\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/disable_ipv6
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/disable_ipv6/tasks/main.yml", "content": "---\n# disable ipv6 for issue #12386. qdrouterd only listens on ipv4.\n# also, do this before running katello installer so we don't interfere with\n# pulp (see https://pulp.plan.io/issues/2586)\n- name: \"Disable i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/dynflow_devel
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/dynflow_devel/tasks/main.yml", "content": "---\n- include_tasks: dynflow_install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "repo-github/Katello@katello-deploy/roles/dynflow_devel/tasks/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 961, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/epel_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/epel_repositories/tasks/main.yml", "content": "---\n- name: 'Setup Epel Repository'\n yum:\n name: \"{{ epel_repositories_name }}\"\n state: \"{{ epel_repositories_state }}\"\n tags:\n - packages\n when: ansible_os_family == 'RedHat'\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/etc_hosts
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/etc_hosts/vars/main.yml", "content": "---\netc_hosts_domain: \"{{ ansible_domain }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "repo-github/Katello@katello-deploy/roles/etc_hosts/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 424, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/fips
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/fips/tasks/main.yml", "content": "---\n- name: 'Install dracut-fips'\n package: \n name: dracut-fips\n state: present\n\n- name: 'Run dracut to rebuild initramfs'\n command: dracut --force\n\n- name: 'Get boot_uuid'\n command: 'findmnt -no uuid /b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_client_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_client_repositories/tasks/main.yml", "content": "---\n- include_tasks: \"{{ foreman_client_repositories_environment }}_repo.yml\"\n when:\n - foreman_client_repositories_version == \"nightly\" or foreman_client_repositories_version is version('...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1390, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_devel
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_devel/tasks/check_forks_of_repos.yml", "content": "---\n- name: \"Check forks of user's repository\"\n uri:\n url: \"https://github.com/{{ katello_devel_github_username }}/{{ item.split('/') | last }}\"\n with_items: \"{{ foreman_installer_opt...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1740, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_installer
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_installer/tasks/module_pr.yml", "content": "---\n- set_fact:\n namespace: \"{{ module.split('/')[0] }}\"\n module_name: \"{{ module.split('/')[1] | replace('puppet-', '') | replace('puppetlabs-', '') }}\"\n ref: \"{{ module.split('/')[2] }...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7170, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_installer_devel_scenario
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_installer_devel_scenario/defaults/main.yml", "content": "---\nforeman_installer_devel_scenario_modules: /usr/share/foreman-installer/modules\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3518, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_provisioning
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_provisioning/tasks/configure_fedora_27.yml", "content": "- name: 'create Fedora 27'\n shell: >\n {{ foreman_provisioning_hammer }} os info --title \"Fedora 27\" ||\n {{ foreman_provisioning_hammer }} os create\n --name Fedora --major 27 -...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10495, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_provisioning_infrastructure
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_provisioning_infrastructure/tasks/main.yml", "content": "---\n# Make sure admin does not default to any taxonomy\n- name: 'disable default context for admin'\n shell: >\n {{ foreman_provisioning_hammer }} user update --login admin --default-org...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5670, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_proxy_content
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_proxy_content/tasks/devel_install.yml", "content": "---\n- name: 'get existing rails server pid'\n command: cat {{ base_foreman_directory }}tmp/pids/server.pid\n register: existing_rails_server\n become_user: vagrant\n ignore_errors: True\n de...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4257, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_repositories/defaults/main.yml", "content": "---\nforeman_repositories_version: nightly\nforeman_repositories_environment: release\nforeman_repositories_plugins: true\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3141, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/foreman_testing
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/foreman_testing/defaults/main.yaml", "content": "---\nforeman_testing_bats: true\nforeman_testing_hammer_tests: false\nforeman_testing_robottelo_tests: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 412, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/forklift
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/forklift/tasks/rebuild.yml", "content": "---\n- name: 'Rebuild vagrant boxes'\n include_tasks: '{{ item }}.yml'\n with_items:\n - destroy\n - up\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1569, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/forklift_versions
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/forklift_versions/defaults/main.yml", "content": "forklift_versions_file: \"{{ playbook_dir | dirname }}/vagrant/config/versions.yaml\"\nupgrade: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "pa...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1038, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/freeipa_server
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/freeipa_server/tasks/main.yml", "content": "---\n- include_tasks: install_freeipa_server.yml\n become: true\n- include_tasks: install_freeipa_client.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4044, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/git
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/git/tasks/main.yml", "content": "---\n- name: 'Install git'\n become: true\n yum: name=git-core state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/hammer_credentials
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/hammer_credentials/tasks/main.yml", "content": "---\n- name: 'Add hammer config directory'\n file:\n path: ~/.hammer\n state: directory\n\n- name: 'Add hammer module config directory'\n file:\n path: ~/.hammer/cli.modules.d\n state: directory...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 615, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/hammer_devel
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/hammer_devel/tasks/main.yml", "content": "---\n- include_tasks: hammer_install.yml\n- include_tasks: hammer_config.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "repo-github/Katello@katello...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5760, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/hammer_tests
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/hammer_tests/defaults/main.yml", "content": "---\nhammer_tests_dependencies:\n - \"colorize\"\n - \"open4\"\nhammer_tests_dir: \"/root/hammer-tests\"\nhammer_tests_repo: \"https://github.com/theforeman/hammer-tests.git\"\nhammer_tests_update: \"yes\"\nha...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 959, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/haproxy
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/haproxy/tasks/main.yml", "content": "---\n- name: discover foreman proxies\n setup:\n delegate_to: \"{{ item }}\"\n delegate_facts: yes\n with_items:\n - \"{{ foreman_proxies }}\"\n- name: install haproxy\n package:\n name: haproxy\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/haveged
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/haveged/tasks/main.yml", "content": "- name: 'Install Haveged (faster population of PRNG)'\n package:\n name: haveged\n state: present\n\n- name: 'Start Haveged'\n service:\n name: haveged\n state: started\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/katello_client
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/katello_client/tasks/main.yml", "content": "---\n- name: 'Cleanup previous registrations'\n include_tasks: cleanup.yml\n when: katello_client_cleanup\n\n- name: 'Install bootstrap rpm'\n yum:\n name: \"http://{{ katello_client_server }}/pub/katello-c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2445, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/katello_client_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/katello_client_repositories/defaults/main.yml", "content": "---\nkatello_client_repositories_version: nightly\nkatello_client_repositories_environment: release\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/katello_provisioning
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/katello_provisioning/tasks/main.yml", "content": "---\n# Product\n- name: 'find product'\n shell: >\n {{ katello_provisioning_hammer }} product info\n --name \"CentOS\"\n --organization \"{{ katello_provisioning_organization }}\"\n register: kat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 12967, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/katello_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/katello_repositories/tasks/qpid.yml", "content": "---\n- name: 'Set up qpid Copr repository'\n yum_repository:\n name: Qpid\n description: Qpid copr repository for EL6\n baseurl: https://copr-be.cloud.fedoraproject.org/results/@qpid/qpid/epel-6-$...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3005, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/koji
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/koji/defaults/main.yml", "content": "---\nkoji_host: 'http://koji.katello.org/kojihub'\nkoji_task_ids: []\nkoji_build_ids: []\nkoji_repo_directory: \"/tmp/koji-repo\"\nkoji_topurl: 'http://koji.katello.org/kojifiles'\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1292, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/libvirt
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/libvirt/defaults/main.yml", "content": "---\nlibvirt_setup_ip_address: 192.168.73.1\nlibvirt_setup_dhcp_start: 192.168.73.2\nlibvirt_setup_dhcp_end: 192.168.73.254\nlibvirt_setup_storage_path: /var/lib/libvirt/images\nlibvirt_tftp: false\nlibvirt_nested: f...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3031, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/myhostname
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/myhostname/tasks/main.yml", "content": "- name: Ensure nss-myhostname is installed\n package:\n name: libnss-myhostname\n state: present\n # On EL7 it's always installed\n when: ansible_os_family == \"Debian\" and ansible_distribution_release != '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/ostree_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/ostree_repositories/tasks/main.yml", "content": "---\n- name: 'enable-ostree-repo'\n yum_repository:\n name: atomic\n description: Centos Atomic Build Repository\n baseurl: http://buildlogs.centos.org/centos/7/atomic/x86_64/Packages/\n gpgchec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/powerdns
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/powerdns/defaults/main.yml", "content": "---\npowerdns_api: \"yes\"\npowerdns_api_key: \"changeme\"\npowerdns_db_backend: \"gmysql\"\npowerdns_db_host: \"localhost\"\npowerdns_db_name: \"pdns\"\npowerdns_db_pass: \"\"\npowerdns_db_user: \"pdns\"\npowerdns_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2188, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/pulp_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/pulp_repositories/tasks/main.yml", "content": "---\n- name: Add Pulp stable repository\n yum_repository:\n name: pulp-repository\n description: Pulp release repository\n baseurl: \"https://repos.fedorapeople.org/repos/pulp/pulp/{{ pulp_repositori...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1110, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/puppet_repositories
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/puppet_repositories/tasks/puppetlabs-nightly-redhat.yml", "content": "---\n- name: 'Setup Puppet 6 Nightly Repository'\n yum:\n name: https://yum.puppet.com/puppet6-nightly-release-el-{{ ansible_distribution_major_version }}.noarch.rpm\n state: pres...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 3152, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/rackspace_hostname
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/rackspace_hostname/tasks/main.yml", "content": "- name: Check if running on rackspace\n command: \"grep -q 'Provider: Rackspace' /var/log/nova-agent.log\"\n ignore_errors: true\n register: rackspace_hostname_should_run\n\n- name: Running on Rackspace\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 844, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/reviewer
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/reviewer/defaults/main.yml", "content": "---\nreviewer_user: vagrant\nreviewer_install_repo: \"https://github.com/ares/reviewer.git\"\nreviewer_install_dir: \"/home/{{ reviewer_user }}\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 679, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/robottelo
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/robottelo/tasks/main.yml", "content": "---\n- include_tasks: ssh.yml\n- include_tasks: install.yml\n\n- name: robottelo properties file\n shell: cp robottelo.properties.sample robottelo.properties\n args:\n chdir: \"{{ robottelo_directory }}\"\n\n- na...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3249, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/ruby_libvirt_gem
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/ruby_libvirt_gem/handlers/main.yml", "content": "---\n- name: 'Restart smart proxy'\n service: name=foreman-proxy state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "repo-github/Kat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 199, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/ruby_scl
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/ruby_scl/defaults/main.yml", "content": "---\nruby_scl_version: rh-ruby25\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "repo-github/Katello@katello-deploy/roles/ruby_scl/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 644, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/selinux
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/selinux/tasks/main.yml", "content": "---\n- name: 'Ensure libselinux-python is installed'\n package:\n name: '{{ item }}'\n state: present\n with_items:\n - libselinux-python\n - libsemanage-python\n tags:\n - env_setup\n when: ansible_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/sos_report
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/sos_report/tasks/sosreport_fetch_results.yml", "content": "---\n- name: 'Find sosreport file'\n find:\n paths: \"{{ sosreport_output_dir }}\"\n patterns: \"sosreport*\"\n recurse: no\n register: sosreport_files\n\n- name: 'Fetch sosreport'\n fe...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 789, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/swapfile
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/swapfile/defaults/main.yml", "content": "---\nswapfile_path: /swapfile\nswapfile_size: 5120\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "repo-github/Katello@katello-deploy/roles/swapfile/task...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1045, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/umask
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/umask/tasks/main.yml", "content": "---\n- name: \"Configure system wide umask on {{ ansible_os_family }} to {{ umask_mode }}\"\n include_tasks: \"{{ ansible_os_family|lower }}.yml\"\n when: umask_mode != false\n", "license_type": "no_license", "d...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 767, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/unpriviledged_user
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/unpriviledged_user/defaults/main.yml", "content": "---\nunpriviledged_user_username: vagrant\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "repo-github/Katello@katello-deploy/roles/unpriviledge...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1923, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/update_os_packages
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/update_os_packages/tasks/main.yml", "content": "---\n- name: 'RedHat | Update packages'\n yum:\n name: '*'\n update_cache: yes\n state: latest\n tags:\n - packages\n when: ansible_os_family == 'RedHat'\n\n- name: 'Debian | Update packages'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/Katello@katello-deploy/roles/vagrant
294
[ "no_license" ]
[ { "path": "repo-github/Katello@katello-deploy/roles/vagrant/tasks/vagrant_scp.yml", "content": "---\n- name: 'install vagrant-scp'\n command: vagrant plugin install vagrant-scp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "repo-github/Katello@...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 660, "all_permissive": false }
ansible_role
rayhanur-rahman/SLIC-Ansible
ca2ddd9e9e7f593208425e2fa2cd60cf8f6a2341
6
repo-github/LearnEra@LearnEra-Configuration/playbooks/roles/analytics-api
294
[ "no_license" ]
[ { "path": "repo-github/LearnEra@LearnEra-Configuration/playbooks/roles/analytics-api/tasks/main.yml", "content": "---\n#\n# edX Configuration\n#\n# github: https://github.com/edx/configuration\n# wiki: https://github.com/edx/configuration/wiki\n# code style: https://github.com/edx/configuration/wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }