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
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/git
270
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig.j2", "content": "[hub]\n protocol = https\n[user]\n name = {{ user.name }}\n email = {{ user.email }}\n[credential]\n helper = {{ git.credential_helper }}\n[alias]\n co = checkout\n count = !git shortlog -sn\n\n ll = l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1490, "all_permissive": false }
ansible_role
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/golang
270
[ "no_license" ]
[ { "path": "roles/golang/templates/golang.zshrc.j2", "content": "#\n# Environment variables\n#\n\n# Path where Go installs packages\nexport GOPATH=\"{{ golang.gopath }}\"\n\n# Make sure we can execute those binaries\nexport PATH=\"$PATH:{{ golang.prefix }}/go/bin:$GOPATH/bin\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1335, "all_permissive": false }
ansible_role
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/macos
270
[ "no_license" ]
[ { "path": "roles/macos/tasks/apps.yml", "content": "#\n# Copy app configuration files into the right places\n#\n---\n\n- name: MacOS | Copy iTerm2 configuration\n copy:\n src: files/iTerm2/com.googlecode.iterm2.plist\n dest: ~/Library/Preferences/com.googlecode.iterm2.plist\n", "license_type": "n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1833, "all_permissive": false }
ansible_role
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/nodejs
270
[ "no_license" ]
[ { "path": "roles/nodejs/templates/nodejs.zshrc.j2", "content": "#\n# Environment variables\n#\n\n# Setup PATH to include npm global modules and local npm executables\nexport PATH=\"{{ nodejs.npm_prefix }}/bin:./node_modules/.bin:$PATH\"\n\n# Setup NODE_PATH to be able to require globally installed modules\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1987, "all_permissive": false }
ansible_role
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/package
270
[ "no_license" ]
[ { "path": "roles/package/tasks/main.yml", "content": "---\n- name: Package | Install packages\n become: yes\n package: >\n name={{ item }}\n state=present\n with_items:\n - \"{{ packages.default }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/python
270
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n\n#\n# Install pip\n#\n- name: Python | Install pip\n become: yes\n easy_install:\n name: pip\n state: latest\n\n#\n# Install pip packages\n#\n- name: Python | Install pip packages\n become: yes\n pip:\n name: \"{{ item }}\"\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/ssh
270
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n#\n# Pulls SSH keys from apecified Github account and puts them into authorized_keys\n# file for the current user. Requires the host to be in \"personal\" group.\n#\n- name: SSH | Pull authorized_keys from Github\n authorized_key:\n key: \"https://g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
wyvernzora/the-seed
9bf811c84984234b17d057d3a9490155964e5cda
0
roles/zsh
270
[ "no_license" ]
[ { "path": "roles/zsh/templates/antibody.zshrc.j2", "content": "#\n# Fix the branch non-expansion bug\n#\nsetopt prompt_subst\nsetopt autocd\n\n#\n# Initialize antibody and load bundles\n#\nsource <(antibody init)\nwhile read bundle; do\n antibody bundle \"${bundle}\"\ndone <<EOF\n{% for bundle in packages....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3351, "all_permissive": false }
ansible_role
spetersson/sanderp.factorio
e63ac6bb7ca331e3af8178cd135928247d583a50
0
roles/factorio
270
[ "no_license" ]
[ { "path": "roles/factorio/tasks/main.yaml", "content": "---\n- include_tasks: install_factorio.yaml\n tags:\n - install\n\n- include_tasks: stop_factorio.yaml\n tags:\n - stop\n\n- include_tasks: start_factorio.yaml\n tags:\n - start\n\n- include_tasks: install_mods.yaml\n tags:\n - install\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6343, "all_permissive": false }
ansible_role
RHMTT/lint_demo
2d165e1456dc12474b7f19af1fe3a6b0363d85a3
0
roles/apache2
270
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n- name: Install apache2 web server\n become: true\n ansible.builtin.apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - apache2\n - libapache2-mod-fastcgi\n\n- name: Enable apache2 modules\n become: true\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
RHMTT/lint_demo
2d165e1456dc12474b7f19af1fe3a6b0363d85a3
0
roles/mysql
270
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Add the repository for MySql 5.6\n become: true\n ansible.builtin.command: add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe'\n- name: Update\n become: true\n ansible.builtin.command: apt-get update\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 782, "all_permissive": false }
ansible_role
RHMTT/lint_demo
2d165e1456dc12474b7f19af1fe3a6b0363d85a3
0
roles/php-fpm
270
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install php-fpm & php extensions\n become: true\n ansible.builtin.apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - php-fpm\n - php-gd\n - php-curl\n - php-mysql\n - php-dom\n - php-xml\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
diprassss/ansible-easy-vpn
f66819f6aa007628f5064af82929be2bf87b9f25
0
roles/system
270
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Load OS-specific vars\n ansible.builtin.include_vars: \"{{ lookup('first_found', params) }}\"\n vars:\n params:\n files:\n - '{{ ansible_distribution }}.yml'\n - '{{ ansible_os_family }}.yml'\n - main.yml\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5582, "all_permissive": false }
ansible_role
jerboaa/fedora_vm_provision
0c3c4f95174d93fec6c973877d891ec7a42a6f4f
0
roles/add_user
270
[ "no_license" ]
[ { "path": "roles/add_user/defaults/main.yml", "content": "---\n# defaults file for add_user\nuser_name: \"sgehwolf\"\nuser_pass: \"<PASSWORD>!\"\nuser_comment: \"<NAME>\"\nsalt: \"mySecretSalt\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
jerboaa/fedora_vm_provision
0c3c4f95174d93fec6c973877d891ec7a42a6f4f
0
roles/find_vm_ip
270
[ "no_license" ]
[ { "path": "roles/find_vm_ip/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - find_vm_ip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/find_vm_ip/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 723, "all_permissive": false }
ansible_role
jerboaa/fedora_vm_provision
0c3c4f95174d93fec6c973877d891ec7a42a6f4f
0
roles/fips_enable
270
[ "no_license" ]
[ { "path": "roles/fips_enable/defaults/main.yml", "content": "---\n# defaults file for fips_enable\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/fips_enable/tasks/main.yml", "content": "---\n# tasks file for fips_enable\n- name: Determ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 526, "all_permissive": false }
ansible_role
jerboaa/fedora_vm_provision
0c3c4f95174d93fec6c973877d891ec7a42a6f4f
0
roles/resize_part
270
[ "no_license" ]
[ { "path": "roles/resize_part/defaults/main.yml", "content": "---\n# defaults file for resize_part\ndev_name: /dev/vda\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/resize_part/tests/test.yml", "content": "---\n- hosts: localhost\n re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1461, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/LAMP/roles/www
270
[ "no_license" ]
[ { "path": "deployments/LAMP/roles/www/tasks/main.yml", "content": "---\n\n- include: lamp-test.yml\n tags: lamp-test\n\n- name: Restart Apache Server\n include_role: \n name: root\n tasks_from: apache-restart.yml\n become: true\n become_user: root", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/android/roles/root
270
[ "no_license" ]
[ { "path": "deployments/android/roles/root/tasks/jenkins-move.yml", "content": "---\n- name: Deleting Existing apk from workspace\n command: \"sudo rm -rf {{ job_home }}/platforms\"\n become: true\n become_user: root\n become_method: su\n\n- name: Moving newly build apk to workspace\n command: \"sudo mv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/android/roles/www
270
[ "no_license" ]
[ { "path": "deployments/android/roles/www/tasks/main.yml", "content": "---\n\n- include: vamt-icici.yml\n #tags: lamp-test\n\n#- name: Push apk to jenkins workspace directory\n# include_role: \n# name: root\n# tasks_from: jenkins-move.yml\n# become: true\n# become_user: root\n\n\n\n\n\n \n \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3723, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/mean-stack/roles/db
270
[ "no_license" ]
[ { "path": "deployments/mean-stack/roles/db/tasks/main.yml", "content": "---\n\n#- name: Install python dependency\n# command: easy_install MySQL-python\n\n- include: mongo.yml\n tags: db\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "deploy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2594, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/mean-stack/roles/root
270
[ "no_license" ]
[ { "path": "deployments/mean-stack/roles/root/tasks/node-gyp.yml", "content": "---\n- name: Install node-gyp globally\n command: npm install --global node-gyp\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/mean-stack/roles/www
270
[ "no_license" ]
[ { "path": "deployments/mean-stack/roles/www/vars/main.yml", "content": "---\n usr_path: /usr/local/bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "deployments/mean-stack/roles/www/tasks/deploy.yml", "content": "---\n\n- name: Include varia...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2510, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/mysql/roles/root
270
[ "no_license" ]
[ { "path": "deployments/mysql/roles/root/tasks/apache-restart.yml", "content": "---\n- name: Restart apache service\n command: service httpd restart\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/windows/roles/db
270
[ "no_license" ]
[ { "path": "deployments/windows/roles/db/tasks/main.yml", "content": "---\n\n\n#- name: Install python dependency\n# command: easy_install MySQL-python\n\n- include: mysql.yml\n tags: db\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "deploym...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3036, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
deployments/windows/roles/iis
270
[ "no_license" ]
[ { "path": "deployments/windows/roles/iis/tasks/main.yml", "content": "---\n# - name: 'iquippo-build-creation'\n- win_file:\n path: \"{{ app_path }}\"\n state: directory\n register: exist\n\n- win_stat:\n path: \"{{ app_path }}/{{ app_dir }}\"\n register: path\n\n- name: Get commit_id before Pull ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4464, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
infrastructure/roles/apache
270
[ "no_license" ]
[ { "path": "infrastructure/roles/apache/tasks/main.yml", "content": "---\n\n- name: Install apache/httpd\n yum: \n name: httpd\n state: present\n update_cache: yes\n #become: true\n #become_user: root\n\n- name: Enable reverse proxy module\n apache2_module:\n state: present\n name: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1207, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
infrastructure/roles/gogs
270
[ "no_license" ]
[ { "path": "infrastructure/roles/gogs/tasks/gogs.yml", "content": "---\n- name: Include variables\n include_vars:\n dir: '../vars'\n extensions: ['yml']\n\n- name: Install git \n yum: \n name: git \n state: present \n update_cache: yes\n become: true\n become_user: root\n\n- name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5572, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
infrastructure/roles/jenkins
270
[ "no_license" ]
[ { "path": "infrastructure/roles/jenkins/vars/jenkins.yml", "content": "---\n\njenkins_key: https://pkg.jenkins.io/redhat/jenkins.io.key\njenkins_repo: https://pkg.jenkins.io/redhat/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "infrastructure/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1930, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
provisioning/vade/roles/gogs
270
[ "no_license" ]
[ { "path": "provisioning/vade/roles/gogs/vars/gogs.yml", "content": "---\n temp_folder: /tmp\n go_version: go1.7.linux-amd64.tar.gz\n go_url: https://storage.googleapis.com/golang/{{ go_version }}\n go_hash: sha256:702ad90f705365227e902b42d91dd1a40e48ca7f67a2f4b2fd052aaa4295cd95\n go_project_dir: goproj...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2666, "all_permissive": false }
ansible_role
atul9911/infra-automation
52af01f327cd8669e82db286a809b497a45d7bfb
0
provisioning/vade/roles/jenkins
270
[ "no_license" ]
[ { "path": "provisioning/vade/roles/jenkins/tasks/main.yml", "content": "---\n\n- name: Include variables\n include_vars:\n dir: '../vars'\n extensions: ['yml']\n\n- name: Install java \n yum: \n name: java \n state: present \n update_cache: yes\n become: true\n become_user: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2520, "all_permissive": false }
ansible_role
soussif/ansible_study
fd4ef320dcc6a4d94835338e8c9818ab20613a67
0
labA_ansible/01-mariadb-galera/roles/deploy_galera
270
[ "no_license" ]
[ { "path": "labA_ansible/01-mariadb-galera/roles/deploy_galera/templates/galera.cnf.j2", "content": "mysqld]\nbinlog_format=ROW\ndefault_storage_engine=innodb\ninnodb_autoinc_lock_mode=2\nbind-address=0.0.0.0\n\n#Galera provider config\nwsrep_on=ON\nwsrep_provider=/usr/lib64/galera-4/libgalera_smm.so\n\n#gal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1119, "all_permissive": false }
ansible_role
soussif/ansible_study
fd4ef320dcc6a4d94835338e8c9818ab20613a67
0
labA_ansible/03-app/roles/code
270
[ "no_license" ]
[ { "path": "labA_ansible/03-app/roles/code/handlers/main.yml", "content": "---\n- name: fix_owns\n command: chown ubuntu:ubuntu /home/ubuntu -R", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "labA_ansible/03-app/roles/code/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 370, "all_permissive": false }
ansible_role
soussif/ansible_study
fd4ef320dcc6a4d94835338e8c9818ab20613a67
0
projA/roles/r1
270
[ "no_license" ]
[ { "path": "projA/roles/r1/vars/main.yml", "content": "---\nfile_path: /root/fileA\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "projA/roles/r1/tasks/main.yml", "content": "---\n- name: create fileA\n file: path={{ file_path }} state=touc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 137, "all_permissive": false }
ansible_role
soussif/ansible_study
fd4ef320dcc6a4d94835338e8c9818ab20613a67
0
projA/roles/r2
270
[ "no_license" ]
[ { "path": "projA/roles/r2/tasks/main.yml", "content": "---\n- name: create fileB\n file: path=/fileB state=touch\n notify:\n - h2\n\n- name: tasks block\n block:\n - name: btask1\n file: path=/bfile1 state=touch\n - name: btask2\n file: path=/dir/bfile2 state=touch\n - name: btask3\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
krithika1722/anil
d9f415ea3eb4356a8d32e3093c74ce2e89da1da3
0
roles/imperva
270
[ "no_license" ]
[ { "path": "roles/imperva/vars/vars.yml", "content": "my_variable: \"anjireddy\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/imperva/vars/main.yml", "content": "my_variable: \"Anil\"\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 421, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/ansible-coreos-bootstrap
270
[ "no_license" ]
[ { "path": "ansible/roles/ansible-coreos-bootstrap/files/bootstrap.sh", "content": "#/bin/bash\n\nset -e\n\ncd\n\nif [[ -e $PKG_HOME/.bootstrapped ]]; then\n exit 0\nfi\n\nmkdir -p `dirname \"$PYPY_HOME\"`\nwget -O - \"$PYPY_DOWNLOAD_URL/pypy-$PYPY_VERSION-linux_x86_64-portable.tar.bz2\" |tar -xjf -\nmv -n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1549, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/cadvisor
270
[ "no_license" ]
[ { "path": "ansible/roles/cadvisor/tasks/main.yaml", "content": "---\n- name: Create cadvisor service\n template: src=cadvisor-service.service.jinja2\n dest=/etc/systemd/system/cadvisor-service.service\n become: yes\n notify:\n - reload systemd\n - restart cadvisor\n\n- name: Ensure cadvi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1088, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/k8s-apiserver
270
[ "no_license" ]
[ { "path": "ansible/roles/k8s-apiserver/tasks/apiserver-binary.yaml", "content": "---\n- name: Create k8s-binary-apiserver\n template: src=k8s-binary-apiserver.service.jinja2\n dest=/etc/systemd/system/k8s-binary-apiserver.service\n become: yes\n notify:\n - reload systemd\n - restart k8s...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4840, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/k8s-auth
270
[ "no_license" ]
[ { "path": "ansible/roles/k8s-auth/tasks/create_kubeconfig.yaml", "content": "---\n- name: Run initial create for basic_auth user\n become: yes\n shell: >\n /opt/bin/kubectl config set-cluster {{ cluster_name }} --kubeconfig={{ kubernetes_cert_dir }}/{{ kubernetes_basic_auth_user.name }}/kubeconfig --se...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12950, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/k8s-common
270
[ "no_license" ]
[ { "path": "ansible/roles/k8s-common/defaults/main.yaml", "content": "---\ndeployment_mode: binary\nkubernetes_version: v1.3.3\nhyperkube_image: gcr.io/google_containers/hyperkube:{{kubernetes_version}}\nkubernetes_api_version: v1\nkubernetes_binaries_uri: https://storage.googleapis.com/kubernetes-release/re...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1289, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/k8s-controller-manager
270
[ "no_license" ]
[ { "path": "ansible/roles/k8s-controller-manager/defaults/main.yaml", "content": "---\ncontroller_manager_settings:\n address: 0.0.0.0\n alsologtostderr: false\n concurrent-endpoint-syncs: 5\n concurrent-rc-syncs: 5\n deleting-pods-burst: 10\n kubeconfig: \"{{ kubernetes_cert_dir }}/system:controller_m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4675, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/k8s-kubelet
270
[ "no_license" ]
[ { "path": "ansible/roles/k8s-kubelet/defaults/main.yaml", "content": "---\nkubelet_settings:\n address: 0.0.0.0\n alsologtostderr: false\n api-servers: \"{{access_scheme}}://{{ master_private_ip }}:{{access_port}}\"\n cadvisor-port: 4194\n cluster-dns: \"{{ dns_ip }}\"\n cluster-domain: \"{{ dns_domai...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3763, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/k8s-proxy
270
[ "no_license" ]
[ { "path": "ansible/roles/k8s-proxy/tasks/proxy-binary.yaml", "content": "---\n- name: Create k8s-binary-proxy\n template: src=k8s-binary-proxy.service.jinja2\n dest=/etc/systemd/system/k8s-binary-proxy.service\n become: yes\n notify:\n - reload systemd\n - restart k8s-binary-proxy\n\n- n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2933, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/k8s-scheduler
270
[ "no_license" ]
[ { "path": "ansible/roles/k8s-scheduler/tasks/scheduler-binary.yaml", "content": "---\n- name: Create k8s-binary-scheduler\n template: src=k8s-binary-scheduler.service.jinja2\n dest=/etc/systemd/system/k8s-binary-scheduler.service\n become: yes\n notify:\n - reload systemd\n - restart k8s...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3993, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/kraken-common
270
[ "no_license" ]
[ { "path": "ansible/roles/kraken-common/tasks/etcd.yaml", "content": "---\n- name: Wait for ETCD to become available\n wait_for: host={{ etcd_private_ip }} port={{ etcd_port }} state=started timeout=1200", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "pat...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2959, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/kraken-master
270
[ "no_license" ]
[ { "path": "ansible/roles/kraken-master/tasks/nginx-proxy.yaml", "content": "---\n- name: Create /opt/nginx for nginx configuration files\n become: yes\n file: >\n path=/opt/nginx\n state=directory\n owner=core\n group=core\n\n- name: Create nginx configuration\n template: src=nginx.conf.jinja...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8145, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/kraken-node
270
[ "no_license" ]
[ { "path": "ansible/roles/kraken-node/meta/main.yaml", "content": "---\ndependencies:\n - { role: cadvisor }\n - { role: kraken-common }\n - { role: k8s-kubelet, kubernetes_auth_operation: load }\n - { role: k8s-proxy }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/kube-config
270
[ "no_license" ]
[ { "path": "ansible/roles/kube-config/defaults/main.yaml", "content": "---\nkubeconfig: ~/.kube/config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/kube-config/tasks/main.yaml", "content": "---\n- name: create a temp path for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2342, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/ssh-config
270
[ "no_license" ]
[ { "path": "ansible/roles/ssh-config/defaults/main.yaml", "content": "---\nssh_config_user: \"{{ ansible_env.USER }}\"\nssh_config_home: \"{{ ansible_env.HOME }}\"\nssh_config_name: \"config_{{ cluster_name }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1311, "all_permissive": false }
ansible_role
l337ch/kraken
1e54ef506f3773c659bbab8e5bc8523881cb0820
0
ansible/roles/ssh-wait
270
[ "no_license" ]
[ { "path": "ansible/roles/ssh-wait/defaults/main.yaml", "content": "---\ndelay: 5\ntimeout: 300\nhost: \"{{ inventory_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/ssh-wait/tasks/main.yaml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
therealJimoh/UdaPeople
7e5720d1e462a941f529f1442ef4c400d688ddb8
0
.circleci/ansible/roles/deploy
270
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Update and upgrade packages\n become: yes\n apt:\n upgrade: yes\n # update_cache: true\n cache_valid_time: 86400\n\n- name: Remove unuse dependencies\n become: yes\n apt:\n autoremove: yes\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
dongpv91/mariadb-spider-engine
6cd55765dc7b9357e2430338e992746b0d875eaa
0
ansible/roles/mariadb
273
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n- name: Add repo file\n template: src=mariadb.repo.j2 dest=/etc/yum.repos.d/mariadb.repo owner=root group=root mode=0644\n\n- name: Install MariaDB\n yum: name={{ item }} enablerepo=mariadb state=present\n with_items:\n - MariaDB-serve...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2311, "all_permissive": false }
ansible_role
dongpv91/mariadb-spider-engine
6cd55765dc7b9357e2430338e992746b0d875eaa
0
ansible/roles/mysql
273
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/mysql_secure_installation.yml", "content": "---\n# Set root password\n# UPDATE mysql.user SET Password=PASSWORD('<PASSWORD>') WHERE User='root';\n# FLUSH PRIVILEGES;\n\n- name: get root password\n shell: \"grep 'A temporary password is generated for root@localhost' /var...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2331, "all_permissive": false }
ansible_role
linuxdynasty/WorkStationSetUp
9f675842b4a1c5b33bd4cd3b70bf38bc9ae192a0
3
roles/linuxdynasty
273
[ "no_license" ]
[ { "path": "roles/linuxdynasty/files/tmux.conf", "content": "# Screen like binding\nunbind C-b\nset -g prefix C-a\n# Ring the bell if any background window rang a bell\nset -g bell-action any\n\n# Default termtype. If the rcfile sets $TERM, that overrides this value.\nset -g default-terminal screen-256color\...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 30447, "all_permissive": false }
ansible_role
dodopontocom/mi-ansible
677ffbf89bf9be9490d44249d7d1a93fd58a3c62
0
ansible2/roles/jdk
273
[ "no_license" ]
[ { "path": "ansible2/roles/jdk/README.md", "content": "## JDK\n=========\n\nRole to download and upgrade jdk package.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible2/roles/jdk/tasks/untar.yml", "content": "---\n#Untar file that is alrea...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 876, "all_permissive": false }
ansible_role
RHMAP-Support/ansible-playbooks
eb17123518b91866c3f00b086609bc142d8901c6
3
roles/inventory-creator
273
[ "no_license" ]
[ { "path": "roles/inventory-creator/files/host_vars.yml", "content": "---\n{% if item in groups.masters %}\nopenshift_public_hostname: {{ hostvars[item].openshift_public_hostname | default(hostvars[item].public_dns_name) }}\n{% endif %}\n\n#Openshfit\nopenshift_node_labels: {{ hostvars[item].openshift_node_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3662, "all_permissive": false }
ansible_role
RHMAP-Support/ansible-playbooks
eb17123518b91866c3f00b086609bc142d8901c6
3
roles/openshift-host
273
[ "no_license" ]
[ { "path": "roles/openshift-host/tasks/subscribe.yml", "content": "- name: register with Red Hat Subscription Manager\n become: yes\n become_user: root\n shell: subscription-manager register --username {{ rh_user }} --password {{ <PASSWORD> }} --auto-attach --force", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1786, "all_permissive": false }
ansible_role
gorshunovr/boozt-lab
86545742dff785d5a5c7a7fb4931e930f1980f0d
0
ansible/roles/apache-httpd
273
[ "permissive" ]
[ { "path": "ansible/roles/apache-httpd/handlers/main.yml", "content": "---\n# handlers file for apache-httpd\n- name: restart apache-httpd\n become: yes\n systemd:\n name: httpd\n state: restarted\n...\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "siz...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1049, "all_permissive": true }
ansible_role
gorshunovr/boozt-lab
86545742dff785d5a5c7a7fb4931e930f1980f0d
0
ansible/roles/app
273
[ "permissive" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Setup app\n become: yes\n tags:\n - app\n block:\n - name: Ensure webapp directory exists\n file:\n path: /var/www/html\n state: directory\n - name: Ensure rsync is installed for synch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": true }
ansible_role
gorshunovr/boozt-lab
86545742dff785d5a5c7a7fb4931e930f1980f0d
0
ansible/roles/haproxy
273
[ "permissive" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n- name: Setup haproxy\n become: yes\n tags:\n - haproxy\n block:\n - name: Install haproxy\n dnf:\n name: haproxy\n state: present\n - name: Enable haproxy on boot\n systemd:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 854, "all_permissive": true }
ansible_role
gorshunovr/boozt-lab
86545742dff785d5a5c7a7fb4931e930f1980f0d
0
ansible/roles/nginx
273
[ "permissive" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Setup nginx\n become: yes\n tags:\n - nginx\n block:\n - name: Install nginx\n dnf:\n name: nginx\n state: present\n - name: Enable nginx on boot\n systemd:\n name: ngi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1274, "all_permissive": true }
ansible_role
gorshunovr/boozt-lab
86545742dff785d5a5c7a7fb4931e930f1980f0d
0
ansible/roles/php-fpm
273
[ "permissive" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "---\n# tasks file for php-fpm\n- name: Setup php-fpm\n become: yes\n tags:\n - php-fpm\n block:\n - name: Install php-fpm\n dnf:\n name: php-fpm\n state: present\n - name: Enable php-fpm on boot\n systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": true }
ansible_role
gridwave/ansible_test
9493e0eac848f77beab0184b9dfea678cdffad62
0
roles/test_app
273
[ "no_license" ]
[ { "path": "roles/test_app/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Test application deployment\n license: \"license (BSD, MIT)\"\n\n min_ansible_version: 2.4\n\n platforms:\n - name: Ubuntu\n versions:\n - all\n\n galaxy_tags: []\n\ndependencies: []\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4271, "all_permissive": false }
ansible_role
muziyoshiz/hashicorp-sample
9e1fad6e22139cd33266dff125b54205edbf8f95
0
ansible/roles/cdh_quickstart
273
[ "no_license" ]
[ { "path": "ansible/roles/cdh_quickstart/tasks/main.yml", "content": "# Create Consul client settings\n- name: Create impala service information for consul\n template: src=\"consul/impala.json\" dest=\"/etc/consul.d/impala.json\" owner=root group=root mode=0644\n- name: Restart consul\n service: name=consu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
muziyoshiz/hashicorp-sample
9e1fad6e22139cd33266dff125b54205edbf8f95
0
ansible/roles/common
273
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# Change timezone\n- name: Change timezone from UTC to JST\n command: cp -p /usr/share/zoneinfo/Japan /etc/localtime\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "ansible/roles/comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 413, "all_permissive": false }
ansible_role
muziyoshiz/hashicorp-sample
9e1fad6e22139cd33266dff125b54205edbf8f95
0
ansible/roles/consul_servers
273
[ "no_license" ]
[ { "path": "ansible/roles/consul_servers/tasks/main.yml", "content": "# Common task\n- name: Restart consul\n service: name=consul state=restarted\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
muziyoshiz/hashicorp-sample
9e1fad6e22139cd33266dff125b54205edbf8f95
0
ansible/roles/managers
273
[ "no_license" ]
[ { "path": "ansible/roles/managers/handlers/main.yml", "content": "- name: Restart php-fpm\n action: service name=php-fpm state=restarted\n- name: Restart nginx\n action: service name=nginx state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3970, "all_permissive": false }
ansible_role
muziyoshiz/hashicorp-sample
9e1fad6e22139cd33266dff125b54205edbf8f95
0
ansible/roles/mariadb_servers
273
[ "no_license" ]
[ { "path": "ansible/roles/mariadb_servers/tasks/main.yml", "content": "# Install MariaDB\n- name: Install MariaDB\n yum: name=\"{{ item }}\" state=present\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python # required by mysql_db and mysql_user module\n- name: Start MariaDB and create au...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1430, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-subnets
868c1ec8aed40bc06c332bb4b951fd14c31b39a8
0
roles/import-subnets
273
[ "no_license" ]
[ { "path": "roles/import-subnets/defaults/main.yml", "content": "---\n# defaults file for import-subnets\n\nsatellite_url: https://satellite.example.com\nsatellite_username: admin\nsatellite_password: <PASSWORD>\nsatellite_organization: Satellite_Organization\nsatellite_location: Satellite_Location\nsatellit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1382, "all_permissive": false }
ansible_role
bhinson/ansible-satellite-subnets
868c1ec8aed40bc06c332bb4b951fd14c31b39a8
0
roles/show-subnets
273
[ "no_license" ]
[ { "path": "roles/show-subnets/tasks/main.yml", "content": "---\n- name: Query subnets\n redhat.satellite.subnet_info:\n username: \"{{ satellite_username }}\"\n password: \"{{ <PASSWORD> }}\"\n server_url: \"{{ satellite_url }}\"\n validate_certs: no\n search: \"domain = {{ satellite_domain ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 489, "all_permissive": false }
ansible_role
MrWillTurner/pxe-xcp-ng
c12f48521be2b1cf1ea91fb464028633a4ed2131
0
roles/dhcp
273
[ "no_license" ]
[ { "path": "roles/dhcp/tasks/main.yml", "content": "---\n- name: install isc-dhcp-server\n apt:\n name: isc-dhcp-server\n state: present\n\n- name: configure isc-dhcp-server interface\n template:\n src: isc-dhcp-server\n dest: /etc/default/\n notify: restart dhcp\n\n- name: configure dhcpd.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
MrWillTurner/pxe-xcp-ng
c12f48521be2b1cf1ea91fb464028633a4ed2131
0
roles/http
273
[ "no_license" ]
[ { "path": "roles/http/tasks/main.yml", "content": "---\n- name: install lighttpd\n apt:\n name: lighttpd\n state: present\n\n- name: configure lighttpd\n template:\n src: lighttpd.conf\n dest: /etc/lighttpd/\n notify: restart lighttpd", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
MrWillTurner/pxe-xcp-ng
c12f48521be2b1cf1ea91fb464028633a4ed2131
0
roles/tftp
273
[ "no_license" ]
[ { "path": "roles/tftp/tasks/main.yml", "content": "---\n- name: install tftpd-hpa \n apt:\n name: tftpd-hpa\n state: present\n\n- name: create tftp root\n file:\n path: /tftpboot\n state: directory\n\n- name: configure tftp\n template:\n src: tftpd-hpa\n dest: /etc/default/\n notify: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
MrWillTurner/pxe-xcp-ng
c12f48521be2b1cf1ea91fb464028633a4ed2131
0
roles/xcp-ng
273
[ "no_license" ]
[ { "path": "roles/xcp-ng/tasks/main.yml", "content": "---\n- name: download xcp-ng 8.3 netinstall image\n get_url:\n url: https://updates.xcp-ng.org/isos/8.3/xcp-ng-8.3.0-netinstall.iso\n dest: /tmp/\n mode: 0755\n\n- name: Create a Directory /tmp/iso\n file:\n path: /tmp/iso\n state: direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 787, "all_permissive": false }
ansible_role
hubvu/minimal-debian-ansible
9c17c66bc11d604d48add304c17b726fbc6ae393
0
roles/minimal_debian
273
[ "no_license" ]
[ { "path": "roles/minimal_debian/handlers/main.yml", "content": "---\n# handlers file for minimal_debian", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/minimal_debian/tasks/main.yml", "content": "---\n# tasks file for minimal_debian\n\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1171, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/amplify
273
[ "no_license" ]
[ { "path": "roles/amplify/tasks/main.yml", "content": "- name: \"download NGINX Amplify agent\"\n shell: \"cd /tmp && curl -L -O https://github.com/nginxinc/nginx-amplify-agent/raw/master/packages/install.sh\"\n\n- name: \"Install NGINX Amplify agent\"\n shell: \"cd /tmp && API_KEY={{ amplify_api_key }} sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/config
273
[ "no_license" ]
[ { "path": "roles/config/files/vimrc", "content": "set tabstop=4\nset shiftwidth=4\nset softtabstop=4\nset expandtab\nset paste\nset smartindent\nsyntax on\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/config/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2203, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/exim
273
[ "no_license" ]
[ { "path": "roles/exim/tasks/main.yml", "content": "- name: \"Update Exim4 settings\"\n template:\n src: \"templates/update-exim4.conf.conf.j2\"\n dest: \"/etc/exim4/update-exim4.conf.conf\"\n\n- name: \"Update mailname\"\n template:\n src: \"templates/mailname.j2\"\n dest: \"/etc/mailname\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/firefly
273
[ "no_license" ]
[ { "path": "roles/firefly/templates/firefly-client-systemd.j2", "content": "[Unit]\nDescription=Firefly service\nRequires=docker.service\nAfter=docker.service\n\n[Service]\nRestart=always\nWorkingDirectory=/opt/firefly\n\n# Compose up\nExecStart=/usr/local/bin/docker-compose -f firefly-compose.yml up\n\n# Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1371, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/letsencrypt
273
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "- name: \"Read private env-specific variables from the {{ local_private_repo_location}}/vars/{{ env }}_web_projects.yml\"\n include_vars:\n file: \"{{ local_private_repo_location}}/vars/{{ env }}_web_projects.yml\"\n\n- name: \"Install Let's Encr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1456, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/mysql
273
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: \"Read private env-specific variables from the {{ local_private_repo_location}}/vars/{{ env }}_db_projects.yml\"\n include_vars:\n file: \"{{ local_private_repo_location}}/vars/{{ env }}_db_projects.yml\"\n\n- name: \"Install MariaDB server\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1914, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/nginx
273
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: \"Read private env-specific variables from the {{ local_private_repo_location}}/vars/{{ env }}_web_projects.yml\"\n include_vars:\n file: \"{{ local_private_repo_location}}/vars/{{ env }}_web_projects.yml\"\n\n- name: \"Add web-users\"\n user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4343, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/php-fpm
273
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "- name: \"Read private env-specific variables from the {{ local_private_repo_location}}/vars/{{ env }}_web_projects.yml\"\n include_vars:\n file: \"{{ local_private_repo_location}}/vars/{{ env }}_web_projects.yml\"\n\n#- name: \"Add repo GPG\"\n# ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2042, "all_permissive": false }
ansible_role
setevoy2/rtfm-infrastructure
5050f4925182aea0a1d515f7674c9dea43410c0b
1
roles/test
273
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: Copy file\n copy:\n src: \"/home/setevoy/Work/RTFM/testfile\"\n dest: \"/home/setevoy/testfile\"\n\n- name: Test task\n debug:\n msg: \"It works!\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
MikeMester/k8s-ansible
3d995c2ec580688c7f8fd59c5374ed28e7bcb9e7
0
automation/ansible/roles/helm-install
273
[ "no_license" ]
[ { "path": "automation/ansible/roles/helm-install/tasks/main.yml", "content": "---\n# tasks file for helm-install\n\n- name: Install Helm Chart\n helm:\n host: localhost\n chart:\n name: \"minecraft\"\n source:\n type: repo\n location: https://kubernetes-charts.storage.googleap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 464, "all_permissive": false }
ansible_role
MikeMester/k8s-ansible
3d995c2ec580688c7f8fd59c5374ed28e7bcb9e7
0
automation/ansible/roles/k8s-init
273
[ "no_license" ]
[ { "path": "automation/ansible/roles/k8s-init/tasks/main.yml", "content": "---\n# tasks file for k8s-init\n- name: Setup Kubernetes Namespace\n k8s:\n name: ansible\n state: present\n api_version: v1\n kind: Namespace\n\n\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 298, "all_permissive": false }
ansible_role
an-empty-string/experiments-ansible
e216c0d0ff7334d32aeb72e40a15884e334cda7c
0
roles/nomad
273
[ "no_license" ]
[ { "path": "roles/nomad/defaults/main.yml", "content": "nomad_release_version: \"1.4.2\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/nomad/templates/config.hcl.j2", "content": "data_dir = \"/var/lib/nomad\"\nbind_addr = \"0.0.0.0\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1375, "all_permissive": false }
ansible_role
cloud-barista/cm-grasshopper
8a9e20009ef4a0fc1188ba9c9e0baffb7f04548c
2
playbook/78d3664e-3eb7-4d37-bf8b-b57b7a238693/roles/role
269
[ "permissive" ]
[ { "path": "playbook/78d3664e-3eb7-4d37-bf8b-b57b7a238693/roles/role/tasks/add_repo.yml", "content": "- name: Add GPG key and repository for Debian-based systems\n block:\n - name: Check existing repository configuration\n find:\n paths: /etc/apt/sources.list.d\n patterns: '*.list'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5407, "all_permissive": true }
ansible_role
cloud-barista/cm-grasshopper
8a9e20009ef4a0fc1188ba9c9e0baffb7f04548c
2
playbook/aaf49384-1a7c-4b91-9fdc-c7c46aed0882/roles/role
269
[ "permissive" ]
[ { "path": "playbook/aaf49384-1a7c-4b91-9fdc-c7c46aed0882/roles/role/tasks/main.yml", "content": "- import_tasks: install_packages.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "playbook/aaf49384-1a7c-4b91-9fdc-c7c46ae...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 947, "all_permissive": true }
ansible_role
krestenlaust/homelab
ada12af3450ac95f7a13a2c65a6a307730b6509c
0
roles/add_user_to_group
269
[ "no_license" ]
[ { "path": "roles/add_user_to_group/tasks/main.yml", "content": "---\n- name: adding jellyfin user to group extmedia\n user:\n name: \"{{ user }}\"\n groups: \"{{ group }}\"\n append: yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
krestenlaust/homelab
ada12af3450ac95f7a13a2c65a6a307730b6509c
0
roles/install_utilities
269
[ "no_license" ]
[ { "path": "roles/install_utilities/tasks/main.yml", "content": "---\n- name: install various utilities\n apt:\n name:\n - aria2\n - neovim\n - screen\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
krestenlaust/homelab
ada12af3450ac95f7a13a2c65a6a307730b6509c
0
roles/mount_drive
269
[ "no_license" ]
[ { "path": "roles/mount_drive/defaults/main.yml", "content": "# defaults/main.yml\r\nmount_point: /mnt/drive\r\ndevice_name: /dev/sda1\r\nfilesystem_type: ext4\r\nmount_umask: \"0002\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/mount_dri...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1842, "all_permissive": false }
ansible_role
krestenlaust/homelab
ada12af3450ac95f7a13a2c65a6a307730b6509c
0
roles/ntp
269
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\r\n- name: Ensure NTP is installed\r\n package:\r\n name: ntp\r\n state: present\r\n\r\n- name: Ensure NTP service is enabled and running\r\n service:\r\n name: ntp\r\n state: started\r\n enabled: yes\r\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
krestenlaust/homelab
ada12af3450ac95f7a13a2c65a6a307730b6509c
0
roles/setup_arr_suite
269
[ "no_license" ]
[ { "path": "roles/setup_arr_suite/templates/docker-compose.yml.j2", "content": "services:\n bazarr:\n image: lscr.io/linuxserver/bazarr:latest\n container_name: bazarr\n environment:\n - PUID={{ bazarr_puid }}\n - PGID={{ bazarr_pgid }}\n - TZ={{ timezone }}\n ports:\n - \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2042, "all_permissive": false }
ansible_role
krestenlaust/homelab
ada12af3450ac95f7a13a2c65a6a307730b6509c
0
roles/systemd_watchdog
269
[ "no_license" ]
[ { "path": "roles/systemd_watchdog/handlers/main.yml", "content": "---\r\n- name: Reload systemd configuration\r\n command: systemctl daemon-reload", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/systemd_watchdog/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 670, "all_permissive": false }
ansible_role
AlexSergEdge/Excel_Ansible_project
7f763cca17114cf7c549207714075a967958c65b
0
roles/excel
269
[ "no_license" ]
[ { "path": "roles/excel/tasks/main.yml", "content": "---\n\n# Example of using script for testing if file exists\n\n- name: Run tests\n command: pytest --capture=no library/\n register: pytest_output\n become: True\n tags: pytest \n\n- name: Print pytest output\n debug:\n msg: \"{{ pytest_output }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2689, "all_permissive": false }
ansible_role
deardooley/docker-jetstream-elasticluster
5829e876e92af5c1bc968a1e5aaec96e4f4be354
0
elasticluster/src/elasticluster/share/playbooks/roles/docker
269
[ "no_license" ]
[ { "path": "elasticluster/src/elasticluster/share/playbooks/roles/docker/handlers/main.yml", "content": "---\n- name: restart docker engine\n action: service name=docker state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "elasticluste...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1590, "all_permissive": false }
ansible_role
deardooley/docker-jetstream-elasticluster
5829e876e92af5c1bc968a1e5aaec96e4f4be354
0
elasticluster/src/elasticluster/share/playbooks/roles/r
269
[ "no_license" ]
[ { "path": "elasticluster/src/elasticluster/share/playbooks/roles/r/README.rst", "content": "R and CRAN\n==========\n\nInstall the R statistical computing system together with some recommended\ndependecies.\n\nThis role uses OS packages provided by the CRAN project (for Debian, Ubuntu, and\nCentOS/RHEL) to p...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2869, "all_permissive": false }
ansible_role
xiaohanjie/ansible-cdm
28ef810be750ff19b45af517955eddc358c3cc30
0
roles/cdm
269
[ "no_license" ]
[ { "path": "roles/cdm/tasks/patch-server.yml", "content": "- name: populate service facts\n service_facts:\n\n- name: cdm install dir\n set_fact:\n _cdm_install_dir: \"{{ cdm_dir }}\"\n\n- name: Create the cdm server init_cmd.sh config\n template:\n src: patch_cdm.j2\n dest: \"{{ _cdm_install_dir...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 21475, "all_permissive": false }