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
pavan541/SemanticMediawikiInstallation
84e7406612e7db5c2a9c2a570564d0a5ea69045f
0
deployment/roles/runit
3,378
[ "no_license" ]
[ { "path": "deployment/roles/runit/tasks/main.yml", "content": "---\n\n- name: Install runit\n apt: name=runit state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
pavan541/SemanticMediawikiInstallation
84e7406612e7db5c2a9c2a570564d0a5ea69045f
0
deployment/roles/virtuoso
3,378
[ "no_license" ]
[ { "path": "deployment/roles/virtuoso/handlers/main.yml", "content": "---\n\n- name: restart virtuoso\n shell: /usr/local/virtuoso-opensource-{{ virtuoso_version }}/bin/virtuoso-t -fd &\n args: \n chdir: /usr/local/virtuoso-opensource-{{ virtuoso_version }}/var/lib/virtuoso/db/\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4380, "all_permissive": false }
ansible_role
pavan541/SemanticMediawikiInstallation
84e7406612e7db5c2a9c2a570564d0a5ea69045f
0
deployment/roles/webservers
3,378
[ "no_license" ]
[ { "path": "deployment/roles/webservers/tasks/main.yml", "content": "---\n\n- name: update apt cache \n apt: update_cache=yes\n\n- name: install apache and modules\n apt: name={{ item }} state=latest\n with_items:\n - apache2\n - php5\n - libapache2-mod-php5\n - php5-mcrypt\n notify:\n - r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
gabepsilva/HomeLab2
4033a0595caf046ee95d9a669b71352b6f92d090
0
lib/ansible/roles/adguard
3,378
[ "no_license" ]
[ { "path": "lib/ansible/roles/adguard/handlers/main.yml", "content": "---\n- name: Reload systemd-resolved\n become: true\n service:\n name: systemd-resolved\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "lib/ansible/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1421, "all_permissive": false }
ansible_role
gabepsilva/HomeLab2
4033a0595caf046ee95d9a669b71352b6f92d090
0
lib/ansible/roles/base
3,378
[ "no_license" ]
[ { "path": "lib/ansible/roles/base/tasks/main.yml", "content": "---\n- name: Create DNS symbolic link \n file:\n src: /run/systemd/resolve/resolv.conf\n dest: /etc/resolv.conf\n state: link\n\n- name: Update apt cache\n package: state=latest update_cache=true\n\n- name: Install Utils\n package:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 601, "all_permissive": false }
ansible_role
gabepsilva/HomeLab2
4033a0595caf046ee95d9a669b71352b6f92d090
0
lib/ansible/roles/docker
3,378
[ "no_license" ]
[ { "path": "lib/ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Install required system packages\n package:\n name: '{{ item }}'\n state: latest\n loop: ['ca-certificates', 'curl', 'lsb-release', 'gnupg2']\n\n# - name: Add Docker GPG apt Key\n# apt_key:\n# url: https://download...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1901, "all_permissive": false }
ansible_role
gabepsilva/HomeLab2
4033a0595caf046ee95d9a669b71352b6f92d090
0
lib/ansible/roles/helm
3,378
[ "no_license" ]
[ { "path": "lib/ansible/roles/helm/tasks/main.yml", "content": "---\n- name: Fetch Helm\n unarchive:\n src: https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz\n dest: /tmp\n remote_src: true\n\n- name: \"Install Helm\"\n ansible.builtin.copy:\n src: /tmp/linux-amd64/helm\n dest: /usr/local/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
gabepsilva/HomeLab2
4033a0595caf046ee95d9a669b71352b6f92d090
0
lib/ansible/roles/kubernetes
3,378
[ "no_license" ]
[ { "path": "lib/ansible/roles/kubernetes/tasks/main.yml", "content": "---\n# tasks file for kubernetes\n\n- name: Add K8s GPG apt Key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Add Kubernetes repository\n apt_repository:\n repo: deb http://a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
fuegoai/c3
3d4d2392a11efaa4f2b70d8c3dde62e13a05bfcb
0
.circleci/ansible/roles/deploy
3,378
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"copy backend folder\"\n become: true\n synchronize:\n src: ../../backend\n dest: /home/ubuntu/\n recursive: true\n\n- name: \"install node dependencies\"\n become: true\n shell: |\n cd /home/ubuntu/backend\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
Xerxes000/CPE232_Bernardo_ACT-8
3134e0bd2b0d6da2a907ee6c9bbc3aebb47a2dee
0
roles/Ubuntu
3,378
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/main.yml", "content": "---\n\n - name: Install nagios (Ubuntu)\n apt:\n name: nagios4\n status: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
siva-devops73/roboshop-ansible
a120f7dd5bacee882730907a77c3569d1758581f
0
roles/common
3,378
[ "no_license" ]
[ { "path": "roles/common/tasks/golang.yml", "content": "- name: Install Golang\n ansible.builtin.yum:\n name: golang\n state: installed\n\n- name: App Pre-requisites\n ansible.builtin.import_tasks:\n file: app_presetup.yml\n\n# This step goes with CI\n#- name: Install Application Dependencies\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
siva-devops73/roboshop-ansible
a120f7dd5bacee882730907a77c3569d1758581f
0
roles/mongodb
3,378
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy MongoDB repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Installing MongoDB Server\n ansible.builtin.yum:\n name: mongodb-org\n state: latest\n\n- name: Update MongoDB Listen Ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
siva-devops73/roboshop-ansible
a120f7dd5bacee882730907a77c3569d1758581f
0
roles/redis
3,378
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install Redis Repos\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis 6 version\n ansible.builtin.shell: yum module enable redis:re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
jason-scriber/ansible-neovim
72133535ea7cc133b1e93161748379e53f40ce1d
1
roles/neovim
3,378
[ "no_license" ]
[ { "path": "roles/neovim/defaults/main.yml", "content": "---\nneovim_version: \"stable\"\nneovim_config_path: \"~/.config/nvim\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Ensure depe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5033, "all_permissive": false }
ansible_role
j-chimienti/pollofeed_web
9b95b0594149531e2c6cc09a411b5cc3a63c2337
1
playbooks/roles/pollofeed
3,378
[ "no_license" ]
[ { "path": "playbooks/roles/pollofeed/defaults/main.yml", "content": "APP_DIR: pollofeed_scala\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "playbooks/roles/pollofeed/tasks/main.yml", "content": "---\n\n- name: \"~/fileserver exists\"\n tag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 889, "all_permissive": false }
ansible_role
mekanix/jail-matrix
035c5d2c3153b3bb950d9f6501a07e0a3ccb3521
0
ansible/roles/matrix
3,378
[ "no_license" ]
[ { "path": "ansible/roles/matrix/vars/main.yml", "content": "---\npython_major: 3\npython_minor: 7\npython_version: \"{{ python_major }}.{{ python_minor }}\"\npython_version_short: \"{{ python_major }}{{ python_minor }}\"\npython_prefix: \"py{{ python_version_short }}\"\nmatrix_packages:\n - name: \"{{ pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/actual
3,378
[ "no_license" ]
[ { "path": "roles/actual/defaults/main.yml", "content": "---\nactual_tailscale_enabled: true\nactual_tailscale_hostname: actual\nactual_tailscale_tag: \"tag:actual\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/actual/templates/compose.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 743, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/boilerplate
3,378
[ "no_license" ]
[ { "path": "roles/boilerplate/files/move-takeout-photos", "content": "#!/usr/bin/env python\n\n# Script to move files from Google Takeout to a\n# It takes the dates from the accompanying JSON files or other heuristics\n\nimport subprocess\nimport re\nimport os\nimport shutil\nimport json\nfrom datetime impor...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5574, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/compose
3,378
[ "no_license" ]
[ { "path": "roles/compose/tasks/create-user.yml", "content": "---\n- name: Set resolved user\n ansible.builtin.set_fact:\n resolved_user: \"{{ user | default(service_name) }}\"\n\n- name: Create user\n ansible.builtin.user:\n name: \"{{ resolved_user }}\"\n register: user_facts\n", "license_type...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 9094, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/jellyfin
3,378
[ "no_license" ]
[ { "path": "roles/jellyfin/tasks/main.yml", "content": "---\n- name: Include compose role\n ansible.builtin.include_role:\n name: compose\n vars:\n service_name: jellyfin\n user: \"{{ jellyfin_user }}\"\n tailscale:\n enabled: \"{{ jellyfin_tailscale_enabled }}\"\n hostname: \"{{ jell...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1013, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/mount
3,378
[ "no_license" ]
[ { "path": "roles/mount/defaults/main.yml", "content": "---\nmount_paths: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/mount/handlers/main.yml", "content": "---\n- name: Restart mounts\n ansible.builtin.systemd:\n name: \"{{ fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1801, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/netdata
3,378
[ "no_license" ]
[ { "path": "roles/netdata/tasks/main.yml", "content": "---\n- name: Include compose role\n ansible.builtin.include_role:\n name: compose\n vars:\n service_name: netdata\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/netdata/templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 889, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/paperless
3,378
[ "no_license" ]
[ { "path": "roles/paperless/templates/compose.yml.j2", "content": "services:\n broker:\n image: docker.io/library/redis:8\n network_mode: \"service:tailscale\"\n volumes:\n - /home/paperless/documents/redis:/data\n\n webserver:\n image: ghcr.io/paperless-ngx/paperless-ngx:2.17.1\n netwo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1552, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/share
3,378
[ "no_license" ]
[ { "path": "roles/share/tasks/main.yml", "content": "---\n- name: Create directory for container volume\n file:\n path: \"{{ item.host_path }}\"\n state: directory\n owner: \"{{ item.uid }}\"\n with_items: \"{{ share_container_volumes }}\"\n\n- name: Include compose role\n ansible.builtin.include...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2825, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/syncthing
3,378
[ "no_license" ]
[ { "path": "roles/syncthing/tasks/main.yml", "content": "---\n- name: Include compose role\n ansible.builtin.include_role:\n name: compose\n vars:\n service_name: syncthing\n backup:\n enabled: true\n directories:\n - /home/syncthing/config\n schedule: \"0 4 * * *\"\n tail...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
gjhenrique/rpi_stuff
24d9fd1180d3c9743ed9d921ee829c08fe06cdb1
8
roles/torrent
3,378
[ "no_license" ]
[ { "path": "roles/torrent/tasks/main.yml", "content": "---\n- name: Create torrent user\n ansible.builtin.include_role:\n name: compose\n tasks_from: create-user\n vars:\n user: torrent\n\n- name: Create media directories\n ansible.builtin.file:\n path: \"/home/torrent/media/{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3929, "all_permissive": false }
ansible_role
nadahassen/angular
220ab9a4bd452ff5e6c486fa649980a4f6adf037
0
Ansible/roles/docker-registry
3,378
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n\n - name : connect to docker hub\n command : docker login -u nada11 -p 230801dida\n - name : add tag to image \n command : docker tag devops:latest nada11/devops:latest\n - name : push...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
owwweiha/ansible-raspberry-hassio-pivccu
a5a3cbe7eb1d6cffb1432ef6f6ab7461169feab7
0
roles/hassio
3,378
[ "no_license" ]
[ { "path": "roles/hassio/tasks/main.yml", "content": "---\n- name: Install git\n ansible.builtin.apt:\n name: git\n state: present\n update_cache: true\n become: true\n\n- name: Git checkout for hassio podman script\n ansible.builtin.git:\n repo: 'https://github.com/owwweiha/update-homeassista...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
owwweiha/ansible-raspberry-hassio-pivccu
a5a3cbe7eb1d6cffb1432ef6f6ab7461169feab7
0
roles/make-alias
3,378
[ "no_license" ]
[ { "path": "roles/make-alias/tasks/main.yml", "content": "---\n- name: Create ll alias\n ansible.builtin.lineinfile:\n path: /home/pi/.bashrc\n line: \"alias ll='ls -la'\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
owwweiha/ansible-raspberry-hassio-pivccu
a5a3cbe7eb1d6cffb1432ef6f6ab7461169feab7
0
roles/pivccu
3,378
[ "no_license" ]
[ { "path": "roles/pivccu/tasks/main.yml", "content": "---\n- name: Get the public key of the repository\n ansible.builtin.get_url:\n url: https://www.pivccu.de/piVCCU/public.key\n dest: /tmp/pivccu-public.key\n\n- name: Add the public key\n ansible.builtin.apt_key:\n file: /tmp/pivccu-public.key\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3412, "all_permissive": false }
ansible_role
owwweiha/ansible-raspberry-hassio-pivccu
a5a3cbe7eb1d6cffb1432ef6f6ab7461169feab7
0
roles/podman
3,378
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n# podman not included in debian buster repos. if using debian bullseye, apt install podman would be sufficient.\n# https://www.calmdevelopment.de/blog/2019/podman-install-debian.html\n- name: Add the public key\n ansible.builtin.apt_key:\n keyser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
owwweiha/ansible-raspberry-hassio-pivccu
a5a3cbe7eb1d6cffb1432ef6f6ab7461169feab7
0
roles/update-upgrade
3,378
[ "no_license" ]
[ { "path": "roles/update-upgrade/tasks/main.yml", "content": "---\n- name: Update apt repo and cache\n ansible.builtin.apt:\n update_cache: yes\n force_apt_get: yes\n cache_valid_time: 3600\n become: true\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n upgrade: dist\n force_apt_get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
rgl/terraform-libvirt-ansible-windows-example
ba8aa7f8a32d63e5f08a5c1e1fca96cf9df79cfc
10
roles/wsl
3,498
[ "no_license" ]
[ { "path": "roles/wsl/tasks/main.yml", "content": "# see https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available\n# see https://learn.microsoft.com/en-us/windows/wsl/wsl-config\n# see https://aka.ms/wsl2kernel\n# see https://github.com/rgl/visual-studio-community-vagrant/blob/master/provision-wsl2.ps1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4836, "all_permissive": false }
ansible_role
UsrNameu1/OSXProvision
5a4fd3b78c4fc8ae6d0171a796e6663466fa770d
0
roles/osxdefaults
3,498
[ "no_license" ]
[ { "path": "roles/osxdefaults/handlers/main.yml", "content": "---\n- name: killall finder\n command: killall Finder\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/osxdefaults/tasks/main.yml", "content": "---\n- name: Finder - show hidd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 885, "all_permissive": false }
ansible_role
UsrNameu1/OSXProvision
5a4fd3b78c4fc8ae6d0171a796e6663466fa770d
0
roles/vim
3,498
[ "no_license" ]
[ { "path": "roles/vim/vars/main.yml", "content": "dein_vim_dest: ~/Sources/Provision/Github/DeinVim\nvim_plugins:\n - Shougo/neosnippet.vim\n - Shougo/neosnippet-snippets\n - { name: Shougo/vimshell, revision: 3787e5 }\n - scrooloose/nerdtree\n - Shougo/neocomplete.vim\n - hynek/vim-python-pep8-indent\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1600, "all_permissive": false }
ansible_role
UsrNameu1/OSXProvision
5a4fd3b78c4fc8ae6d0171a796e6663466fa770d
0
roles/zsh
3,498
[ "no_license" ]
[ { "path": "roles/zsh/templates/.zshrc.j2", "content": "# Path to your oh-my-zsh installation.\nexport ZSH=$HOME/.oh-my-zsh\n\n# Set name of the theme to load.\n# Look in ~/.oh-my-zsh/themes/\n# Optionally, if you set this to \"random\", it'll load a random theme each\n# time that oh-my-zsh is loaded.\nZSH_T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4061, "all_permissive": false }
ansible_role
manuelchichi/ansible-redmine-role
89cd7050eb1214a1534855c63f5bed550dcbfbcc
0
roles/redmine
3,498
[ "no_license" ]
[ { "path": "roles/redmine/molecule/default/tests/test_puma.py", "content": "def test_puma_running_and_enabled(host):\n puma = host.service(\"puma\")\n assert puma.is_running\n assert puma.is_enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { ...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 12917, "all_permissive": false }
ansible_role
iagoferreirati/Live---Criando-AMI-Base-na-AWS
e879880cab26a59a5ce4020fb97ec97bc13d2059
1
ansible/roles/common
3,498
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Atualizar o cache\n apt: update_cache=yes #apt update\n\n- name: Atualizar o sistema operacional\n apt: \n name: \"*\" \n state: latest\n\n- name: Instalar pacotes essenciais #apt install vim curl telnet ...\n apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 868, "all_permissive": false }
ansible_role
joshzhong66/Josh-Mkdocs
4d52d6dc0313916fe49f10e4b81f8f2243c88583
0
linux/ansible/roles/go
3,498
[ "no_license" ]
[ { "path": "linux/ansible/roles/go/tasks/main.yml", "content": "- ansible.builtin.include_vars: variables.yml\n- ansible.builtin.include_tasks: configure.yml\n\n- ansible.builtin.include_tasks: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- ansible.builtin.include_tasks: setup-Debian.yml\n whe...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3637, "all_permissive": false }
ansible_role
joshzhong66/Josh-Mkdocs
4d52d6dc0313916fe49f10e4b81f8f2243c88583
0
linux/ansible/roles/node_export
3,498
[ "no_license" ]
[ { "path": "linux/ansible/roles/node_export/tasks/setup-Debian.yml", "content": "---\n# Install node_export ubuntu\n\n - name: Download package\n get_url:\n url: \"{{ internal_url }}\"\n dest: \"{{ download_path }}\"\n mode: '0644'\n\n - name: Unarchive package\n unarchiv...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2584, "all_permissive": false }
ansible_role
sinnershiki/ansible-lec
e33b9d9726bd55140666f35c9a13ddc99109660f
0
roles/common
3,498
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: add epel repository\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm\n state: present\n tags:\n - common\n - epel\n\n- name: libselinux-python install\n yum:\n name: libselinux-python\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
sinnershiki/ansible-lec
e33b9d9726bd55140666f35c9a13ddc99109660f
0
roles/mysql
3,498
[ "no_license" ]
[ { "path": "roles/mysql/tasks/mysql.yml", "content": "- name: add mysql5.6 repo\n yum:\n name: http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm\n state: present\n\n- name: yum install mysql\n yum:\n name: mysql\n state: present\n\n- name: yum install mysql-devel\n yum:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
sinnershiki/ansible-lec
e33b9d9726bd55140666f35c9a13ddc99109660f
0
roles/nginx
3,498
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: add epel repository\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm\n state: present\n tags:\n - epel\n - nginx\n\n- include: nginx.yml\n tags:\n - nginx\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 578, "all_permissive": false }
ansible_role
sinnershiki/ansible-lec
e33b9d9726bd55140666f35c9a13ddc99109660f
0
roles/php
3,498
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "- name: php-fpm reload\n service:\n name: php-fpm\n enabled: yes\n state: reloaded\n\n- name: nginx reload\n service:\n name: nginx\n enabled: yes\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2584, "all_permissive": false }
ansible_role
sinnershiki/ansible-lec
e33b9d9726bd55140666f35c9a13ddc99109660f
0
roles/user
3,498
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- include: create.yml\n tags:\n - user\n - user-create\n\n- include: permission.yml\n tags:\n - user\n - user-permission\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/user/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 689, "all_permissive": false }
ansible_role
Korglos/DevOpsS8
04d60234417bf8db543ecb6ce00b8a97403c5824
0
TP3/ansible/roles/api
3,498
[ "no_license" ]
[ { "path": "TP3/ansible/roles/api/tasks/main.yml", "content": "---\n# tasks file for roles/api\n- name: Run API\n docker_container:\n name: api-back_{{ item }}\n image: korglos/tp-devops-simple-api:latest\n pull: yes\n env_file: /files/.env\n networks:\n - name: tp1-network1\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
Korglos/DevOpsS8
04d60234417bf8db543ecb6ce00b8a97403c5824
0
TP3/ansible/roles/bdd
3,498
[ "no_license" ]
[ { "path": "TP3/ansible/roles/bdd/tasks/main.yml", "content": "---\n# tasks file for roles/bdd\n- name: Run BDD\n docker_container:\n name: pg-database\n image: korglos/tp-devops-database:latest\n pull: yes\n env_file: /files/.env\n networks:\n - name: tp1-network1\n volumes:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
Korglos/DevOpsS8
04d60234417bf8db543ecb6ce00b8a97403c5824
0
TP3/ansible/roles/httdp
3,498
[ "no_license" ]
[ { "path": "TP3/ansible/roles/httdp/handlers/main.yml", "content": "---\n# handlers file for roles/httdp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "TP3/ansible/roles/httdp/tasks/main.yml", "content": "---\n# tasks file for roles/httdp\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 278, "all_permissive": false }
ansible_role
Korglos/DevOpsS8
04d60234417bf8db543ecb6ce00b8a97403c5824
0
TP3/ansible/roles/networks
3,498
[ "no_license" ]
[ { "path": "TP3/ansible/roles/networks/tasks/main.yml", "content": "---\n# tasks file for roles/networks\n- name: Create a network 1\n community.docker.docker_network:\n name: tp1-network1\n\n- name: Create a network 2\n community.docker.docker_network:\n name: tp1-network2", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
Korglos/DevOpsS8
04d60234417bf8db543ecb6ce00b8a97403c5824
0
TP3/ansible/roles/setup
3,498
[ "no_license" ]
[ { "path": "TP3/ansible/roles/setup/tasks/main.yml", "content": "---\n# tasks file for roles/setup\n- name: Copy file with owner and permissions\n ansible.builtin.copy:\n src: ../../../files/.env\n dest: /files/.env", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
Korglos/DevOpsS8
04d60234417bf8db543ecb6ce00b8a97403c5824
0
TP3/ansible/roles/volumes
3,498
[ "no_license" ]
[ { "path": "TP3/ansible/roles/volumes/handlers/main.yml", "content": "---\n# handlers file for roles/volumes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "TP3/ansible/roles/volumes/tasks/main.yml", "content": "---\n# tasks file for roles/vol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 175, "all_permissive": false }
ansible_role
Korglos/DevOpsS8
04d60234417bf8db543ecb6ce00b8a97403c5824
0
TP3/ansible/roles/vue
3,498
[ "no_license" ]
[ { "path": "TP3/ansible/roles/vue/handlers/main.yml", "content": "---\n# handlers file for roles/vue\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "TP3/ansible/roles/vue/tasks/main.yml", "content": "---\n# tasks file for roles/vue\n- name: Ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 227, "all_permissive": false }
ansible_role
agrrh/shy-exam
c834b211595dfe1a81eeb2545ebcbe79e9e2ac7b
0
roles/deploy
3,498
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n\n- name: Synchronize app files\n synchronize:\n src: \"{{ deploy_src_path }}\"\n dest: \"{{ deploy_dst_path }}\"\n\n- name: Build app image\n docker_image:\n path: \"{{ deploy_dst_path }}/{{ deploy_src_path | basename }}\"\n force: yes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
SaloniPawar/ansible-playbook-practice-1
59ee01654da6f8803dc52fa0f699cd22ac52bcb0
0
roles/apache
3,498
[ "no_license" ]
[ { "path": "roles/apache/tasks/Debian.yaml", "content": " - name: install apache on ubuntu server\n apt:\n name: \"{{package_name}}\"\n update_cache: yes\n state: latest\n\n - name: enable apache services\n service:\n enabled: true\n name: \"{{servi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1002, "all_permissive": false }
ansible_role
willothewispx/ansible-mac
70a2864e9f6e206d9e248977429ff2cad34d3174
0
roles/dotfiles
3,498
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Clone dotfiles repository\n git:\n repo: \"<EMAIL>:willothewispx/dotfiles.git\"\n version: main\n dest: \"~/dotfiles\"\n update: false\n\n- name: Apply dotfiles\n ansible.builtin.include_tasks: apply.yml\n loop: \"{{ dotfiles...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 476, "all_permissive": false }
ansible_role
willothewispx/ansible-mac
70a2864e9f6e206d9e248977429ff2cad34d3174
0
roles/git
3,498
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Set git user email\n git_config:\n name: user.email\n scope: global\n value: \"{{ git_user_email }}\"\n\n- name: Set git user name\n git_config:\n name: user.name\n scope: global\n value: \"{{ git_user_name }}\"", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
willothewispx/ansible-mac
70a2864e9f6e206d9e248977429ff2cad34d3174
0
roles/mac
3,498
[ "no_license" ]
[ { "path": "roles/mac/tasks/main.yml", "content": "---\n- name: enable global key repeat\n shell: defaults write -g ApplePressAndHoldEnabled -bool false\n\n- name: enable VS Code key repeat\n shell: defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false\n \n- name: enable vscodium key re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
willothewispx/ansible-mac
70a2864e9f6e206d9e248977429ff2cad34d3174
0
roles/ssh
3,498
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Ensure .ssh directory exists\n file:\n path: ~/.ssh\n state: directory\n mode: '0700'\n \n- name: Copy SSH key to .ssh folder\n ansible.builtin.copy:\n content: \"{{ ssh_private_key }}\"\n dest: ~/.ssh/id_ed25519\n mode: '0600'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
Websoft9Archive/ansible-prestashop
7ae43d7a3ac2b77f07c36863fc997b70986d2744
0
roles/prestashop
3,498
[ "no_license" ]
[ { "path": "roles/prestashop/tasks/main.yml", "content": "---\n#引入PHP运行环境元数据,并初始化\n- include_vars: roles/role_php/vars/php_runtime_meta.yml\n\n#Modify var for this playbook\n- set_fact:\n prestashop_vhost_dir: \"{{php_runtime_meta[ansible_os_family][prestashop_webs].vhost_dir}}\"\n prestashop_vhost_src...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2480, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/ansible
3,458
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: install ansible\n yum: name=ansible\n- name: copy ssh private key\n become_user: gitlab-runner\n copy: src=./files/id_rsa dest=/home/gitlab-runner/.ssh/\n- name: copy ssh public key\n become_user: gitlab-runner\n copy: src=./files/id_rs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/arangodb
3,458
[ "no_license" ]
[ { "path": "roles/arangodb/tasks/main.yml", "content": "---\n- name: start arangodb docker container\n docker_container:\n image: arangodb\n name: arangodb\n env:\n ARANGO_ROOT_PASSWORD: \"{{ <PASSWORD> }}\"\n state: started\n restart_policy: always\n volumes:\n - /srv/arangodb:/va...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/docker
3,458
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "docker_registry: registry.gitlab.com\ndocker_username: <EMAIL>\ndocker_password: <PASSWORD>!\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/docker/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/docker-py
3,458
[ "no_license" ]
[ { "path": "roles/docker-py/tasks/main.yml", "content": "---\n- name: pip install docker-py\n pip: name=docker-py version={{ docker_py_version }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/docker-py/defaults/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 113, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/epel-release
3,458
[ "no_license" ]
[ { "path": "roles/epel-release/tasks/main.yml", "content": "---\n- name: install epel-release\n yum: name=epel-release\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/gitlab-runner
3,458
[ "no_license" ]
[ { "path": "roles/gitlab-runner/defaults/main.yml", "content": "gitlab_runner_token: <PASSWORD>\ngitlab_runner_url: https://gitlab.com/ci\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/gitlab-runner/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1397, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/letsencrypt
3,458
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "---\n- name: install certbot\n yum: name=certbot\n- name: enable firewalld http service\n command: firewall-cmd --add-service=http\n register: enabled\n changed_when: enabled.stdout == 'success'\n- name: enable firewalld https service\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1226, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/nginx
3,458
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n yum: name=nginx\n- name: enable and start nginx\n service: name=nginx enabled=true state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/pip
3,458
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n- name: install pip\n yum: name=python-pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 47, "all_permissive": false }
ansible_role
bitwurx/ansible
a247352535afe5cf7171dfa92dee71be2ff14e8c
0
roles/redis
3,458
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: start redis docker container\n docker_container:\n image: redis\n name: redis\n restart_policy: always\n state: started\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
lminaudier/ansible-consul
6854a66f2b61c9dc6cd3305f7938eb69f4031cdb
1
provisioning/roles/common
3,458
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "- name: ensure common packages are setup\n apt: pkg={{item}} state=latest\n sudo: yes\n with_items:\n - vim\n - htop\n - unzip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
lminaudier/ansible-consul
6854a66f2b61c9dc6cd3305f7938eb69f4031cdb
1
provisioning/roles/consul
3,458
[ "no_license" ]
[ { "path": "provisioning/roles/consul/templates/consul.conf.j2", "content": "# Consul Agent (Upstart unit)\ndescription \"Consul Agent\"\nstart on (local-filesystems and net-device-up IFACE!=lo)\nstop on runlevel [06]\n\n{% if consul_is_server %}\n exec sudo -u {{ consul_user }} -g {{ consul_group }} {{ con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2634, "all_permissive": false }
ansible_role
lminaudier/ansible-consul
6854a66f2b61c9dc6cd3305f7938eb69f4031cdb
1
provisioning/roles/consul_ui
3,458
[ "no_license" ]
[ { "path": "provisioning/roles/consul_ui/vars/main.yml", "content": "---\nconsul_ui_version: 0.4.1\nconsul_ui_download_archive: \"{{ consul_ui_version }}_web_ui.zip\"\nconsul_ui_download_url: \"https://dl.bintray.com/mitchellh/consul/{{consul_ui_download_archive}}\"\nconsul_ui_download_dir: /tmp\nconsul_ui_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 829, "all_permissive": false }
ansible_role
SadeghHayeri/useless-ansible
e3f9b3523a220bd277d434fd14e3a17ec61af9f0
0
roles/common
3,458
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Include all\n include_tasks: \"{{ item }}\"\n with_items:\n - ntp.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/common/tasks/ntp.yml", "content": "- name: be sure n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 257, "all_permissive": false }
ansible_role
SadeghHayeri/useless-ansible
e3f9b3523a220bd277d434fd14e3a17ec61af9f0
0
roles/nginx-configure
3,458
[ "no_license" ]
[ { "path": "roles/nginx-configure/tasks/main.yml", "content": "- name: copy server configs\n loop: \"{{ nginx.sites }}\"\n vars:\n site: \"{{ item }}\"\n conf: \"{{ nginx }}\"\n template:\n src: templates/service.conf.j2\n dest: /etc/nginx/sites-available/{{ item.name }}.conf\n notify:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1237, "all_permissive": false }
ansible_role
SadeghHayeri/useless-ansible
e3f9b3523a220bd277d434fd14e3a17ec61af9f0
0
roles/nginx-install
3,458
[ "no_license" ]
[ { "path": "roles/nginx-install/tasks/main.yml", "content": "- name: install nginx service\n apt:\n name: nginx\n state: present\n cache_valid_time: 3600\n\n- name: be sure nginx is running and enabled\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: remove default conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
phospi/ansible_anwenderforum_2020
94be4addb72d1bb59371ce3f58fcef351e0c2ef2
1
roles/os_patching
3,458
[ "no_license" ]
[ { "path": "roles/os_patching/files/install-windowsupdates.ps1", "content": "$ErrorActionPreference = \"Stop\"\n\nfunction Install-WindowsUpdates {\n $result = @{}\n $updateSession = new-object -com \"Microsoft.Update.Session\"\n $criteria = \"IsInstalled=0\"\n $updates = $updateSession.Createupd...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 9810, "all_permissive": false }
ansible_role
Mbaapoh/creation-of-infrastructure-with-circleCI-and-cloudformation
4beedf6a8507dae77b5ce90979985f0b63ebdf70
0
roles/setup
3,458
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n# tasks file for setup\n- name: \"update apt packages.\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n- name: \" Remove dependencies no longer required\"\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
muktadiranik/badmotoboy-api
617c67fc1251db6e67c7ec2985670fb200d12fe5
0
ansible/roles/api
3,458
[ "no_license" ]
[ { "path": "ansible/roles/api/templates/supervisor.j2", "content": "[program:{{ project_name }}]\ndirectory={{ project_path }}\ncommand=docker compose -f production.yml up\nuser=ubuntu\nredirect_stderr=true\nautostart=true\nautorestart=true\npriority=10\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 550, "all_permissive": false }
ansible_role
muktadiranik/badmotoboy-api
617c67fc1251db6e67c7ec2985670fb200d12fe5
0
ansible/roles/base
3,458
[ "no_license" ]
[ { "path": "ansible/roles/base/defaults/main.yml", "content": "---\nansible_python_interpreter: /usr/bin/python3\n\nbase_python_package: \"{{ ansible_python_interpreter | default('/usr/bin/python') | basename }}\"\n\ncreate_swap_file: true\nswap_file_path: /swapfile\nswap_file_size_kb: 4096\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1140, "all_permissive": false }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/code_gov_update
3,458
[ "permissive" ]
[ { "path": "ansible/roles/code_gov_update/README.md", "content": "# code_gov_update #\n\nAn Ansible role for configuring a host to generate updated code.gov\nJSON files and email them.\n\n## Requirements ##\n\nNone\n\n## Role Variables ##\n\nNone\n\n## Dependencies ##\n\nNone\n\n## Example Playbook ##\n\nHer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2864, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/cyhy_archive
3,458
[ "permissive" ]
[ { "path": "ansible/roles/cyhy_archive/meta/main.yml", "content": "---\ndependencies: []\ngalaxy_info:\n author: <NAME>\n company: CISA Cyber Assessments\n description: Set up the cyhy-archive task\n galaxy_tags: []\n license: CC0\n # Our standalone Ansible roles require this Ansible version\n min_ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1067, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/cyhy_commander
3,458
[ "permissive" ]
[ { "path": "ansible/roles/cyhy_commander/vars/main.yml", "content": "---\n# The CyHy SSH private key\ncyhy_commander_ssh_private_key: \"{{ lookup('amazon.aws.aws_ssm', '/cyhy/ssh/private_key') }}\"\n\n# commander mongo username\ncyhy_commander_commander_user: \"{{ lookup('amazon.aws.aws_ssm', '/cyhy/mongo/us...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8828, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/cyhy_dashboard
3,458
[ "permissive" ]
[ { "path": "ansible/roles/cyhy_dashboard/README.md", "content": "# cyhy_dashboard #\n\nA role for configuring cyhy-dashboard hosts.\n\n## Requirements ##\n\nNone\n\n## Role Variables ##\n\nNone\n\n## Dependencies ##\n\nNone\n\n## Example Playbook ##\n\nHere's how to use it in a playbook:\n\n```yaml\n- hosts:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2975, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/cyhy_feeds
3,458
[ "permissive" ]
[ { "path": "ansible/roles/cyhy_feeds/templates/aws_config.j2", "content": "[default]\nregion = {{ cyhy_feeds_aws_region }}\n\n[profile elasticsearch]\ncredential_source = Ec2InstanceMetadata\nregion = {{ cyhy_feeds_dmarc_import_aws_region }}\nrole_arn = {{ cyhy_feeds_dmarc_import_es_role }}\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7072, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/cyhy_mailer
3,458
[ "permissive" ]
[ { "path": "ansible/roles/cyhy_mailer/templates/database_creds.yml.j2", "content": "---\ndatabase:\n name: {{ cyhy_mailer_reporter_db }}\n uri: mongodb://{{ cyhy_mailer_reporter_user }}:{{ cyhy_mailer_reporter_pw }}@database1.cyhy:27017/{{ cyhy_mailer_reporter_db }}\nversion: \"1\"\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3342, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/cyhy_ops
3,458
[ "permissive" ]
[ { "path": "ansible/roles/cyhy_ops/tasks/main.yml", "content": "---\n#\n# Create the cyhy_ops user\n#\n- name: Create the cyhy_ops user\n ansible.builtin.user:\n name: cyhy_ops\n\n# Make sure the /home/cyhy_ops/.ssh directory exists\n- name: Create the /home/cyhy_ops/.ssh directory\n ansible.builtin.fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1688, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/cyhy_reporter
3,458
[ "permissive" ]
[ { "path": "ansible/roles/cyhy_reporter/README.md", "content": "# cyhy_reporter #\n\nA role for configuring cyhy-reports hosts.\n\n## Requirements ##\n\nNone\n\n## Role Variables ##\n\nNone\n\n## Dependencies ##\n\nNone\n\n## Example Playbook ##\n\nHere's how to use it in a playbook:\n\n```yaml\n- hosts: rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4217, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/groups
3,458
[ "permissive" ]
[ { "path": "ansible/roles/groups/vars/main.yml", "content": "---\n# The development users\ngroups_dev_users: \"{{ lookup('amazon.aws.aws_ssm', '/cyhy/dev/users').split(',') }}\"\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 113 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1877, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/mgmt_ops
3,458
[ "permissive" ]
[ { "path": "ansible/roles/mgmt_ops/vars/main.yml", "content": "---\n# A list of the management OPS users\nmgmt_ops_users: \"{{ lookup('amazon.aws.aws_ssm', '/mgmt/ops/users').split(',') }}\"\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 124 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1205, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/mongo
3,458
[ "permissive" ]
[ { "path": "ansible/roles/mongo/README.md", "content": "# mongo #\n\nA role for installing and configuring MongoDB servers.\n\n## Requirements ##\n\nNone\n\n## Role Variables ##\n\nNone\n\n## Dependencies ##\n\nNone\n\n## Example Playbook ##\n\nHere's how to use it in a playbook:\n\n```yaml\n- hosts: mongo\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4603, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/nessus
3,458
[ "permissive" ]
[ { "path": "ansible/roles/nessus/tasks/main.yml", "content": "---\n#\n# Check if a license key is registered and if not register one\n#\n- name: Check if a license key is registered\n ansible.builtin.command: /opt/nessus/sbin/nessuscli fetch --check\n register: nessus_license_registered\n # This is a read...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 253520, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/orchestrator
3,458
[ "permissive" ]
[ { "path": "ansible/roles/orchestrator/meta/main.yml", "content": "---\ndependencies: []\ngalaxy_info:\n author: <NAME>\n company: CISA Cyber Assessments\n description: Setup the credentials and cron jobs for BOD 18-01 scanning\n galaxy_tags: []\n license: CC0\n # Our standalone Ansible roles require t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4518, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/swap
3,458
[ "permissive" ]
[ { "path": "ansible/roles/swap/README.md", "content": "# swap #\n\nEnables swap on a machine.\n\n## Requirements ##\n\nNone\n\n## Role Variables ##\n\n- `swapfile_size` [default: `2GiB`]: the swapfile size specified for `fallocate`\n- `swapfile_location` [default: `/swapfile`]: the location of of the swap fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2043, "all_permissive": true }
ansible_role
cisagov/cyhy_amis
e6ed9df6d73fa1a512a940552a5b106c38d882c8
22
ansible/roles/vdp_scanner
3,458
[ "permissive" ]
[ { "path": "ansible/roles/vdp_scanner/tasks/main.yml", "content": "---\n# Create a cron job for scanning\n# This cron job runs at midnight UTC on Monday mornings, so it\n# should be done in time to be sent Monday morning.\n- name: Create a cron job for BOD 20-01 (VDP) scanning\n ansible.builtin.cron:\n h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1278, "all_permissive": true }
ansible_role
paulogcorrea/it-devops-challenge
2a68cd4d075b01ebc2583adf2611750e5c8df54b
0
ansible/roles/developer
3,458
[ "no_license" ]
[ { "path": "ansible/roles/developer/tasks/main.yml", "content": "---\n - name: 'Instala pacotes do nodejs latest'\n apt:\n update_cache: yes\n cache_valid_time: 3600\n name: nodejs\n state: latest\n become: yes\n - name: \"baixa chave o yarn\"\n shell: \"curl -sS https://dl.yar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1411, "all_permissive": false }
ansible_role
das-santu/webserver-ansible-docker
34acd8044da85ce98cdf9e53a42f2ce1292f0806
0
roles/apache2
3,458
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for roles/apache2\n- name: Install Apache2\n include_tasks: install_apache2.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/apache2/tasks/install_apache2.yml", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2385, "all_permissive": false }
ansible_role
das-santu/webserver-ansible-docker
34acd8044da85ce98cdf9e53a42f2ce1292f0806
0
roles/common
3,458
[ "no_license" ]
[ { "path": "roles/common/tasks/install_tools.yml", "content": "- name: \"Installing common packeges\"\n apt: name={{ item }} state=latest\n with_items:\n - pydf\n - tree\n tags: installation\n\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 240, "all_permissive": false }
ansible_role
das-santu/webserver-ansible-docker
34acd8044da85ce98cdf9e53a42f2ce1292f0806
0
roles/docker
3,458
[ "no_license" ]
[ { "path": "roles/docker/tasks/provision.yml", "content": "- name: Create project directory\n file:\n path: ~/ansible-project/\n state: directory\n tags: provisioning\n\n- name: Copying Docker Compose files\n copy:\n src: files/{{ item }}\n dest: ~/ansible-project/{{ item }}\n loop:\n - do...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4147, "all_permissive": false }
ansible_role
das-santu/webserver-ansible-docker
34acd8044da85ce98cdf9e53a42f2ce1292f0806
0
roles/nginx
3,458
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for roles/nginx\n\n- name: Installing NginX\n include_tasks: install_packages.yml\n\n- name: Configuring NginX\n include_tasks: configure_nginx.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
pazmistry/PycharmProjects
cd7ef3c4228460c5e0678c410a357abd38d2a50b
0
dbaas_switchover/roles/standby
3,458
[ "no_license" ]
[ { "path": "dbaas_switchover/roles/standby/files/shutdown_db.sh", "content": "unset TWO_TASK\nORACLE_SID=$1\nDB_UNIQUE_NAME=$1\nORAENV_ASK=NO\nexport ORACLE_SID ORAENV\n. oraenv -s\n$ORACLE_HOME/bin/sqlplus -S \"/ as sysdba\" <<EOF | grep -v \"^$\"\nstart db_details.sql\nEOF\n", "license_type": "no_licen...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 16, "total_bytes": 8940, "all_permissive": false }