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
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/disk
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/disk/tasks/main.yml", "content": "---\n\n- name: Create data disk\n include: disk-create.yml\n when: ansible_devices.sdb.partitions.sdb1 is not defined\n tags:\n - bootstrap\n\n- name: Init disk mounting\n include: disk-mounting.yml\n tags:\n - bootstrap\n\n- na...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3715, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/dnsmasq
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/dnsmasq/templates/docker.j2", "content": "address=/{{ PROVISION.developmentDomain }}/{{ VM.network.private.address }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "provision/ansible/roles/dnsmasq/handlers/main...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 891, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/docker
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/docker/tasks/image-loader.yml", "content": "---\n\n- name: Download and update docker images\n command: \"docker pull {{ item }}\"\n with_items: \"{{ DOCKER.images }}\"\n ignore_errors: yes\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3246, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/docker-dory
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/docker-dory/templates/dory.yml.j2", "content": "---\n\ndory:\n # Be careful if you change the settings of some of\n # these services. They may not talk to each other\n # if you change IP Addresses.\n # For example, resolv expects a nameserver listening at\n # the spe...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1932, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/finalize
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/finalize/tasks/vmtools.yml", "content": "---\n\n- name: Enable automatic vmware module update\n command: 'echo \"answer AUTO_KMODS_ENABLED yes\" | sudo tee -a /etc/vmware-tools/locations'\n ignore_errors: True\n\n- name: Stop vmware tools\n command: 'service vmware-tool...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2232, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/firewall
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/firewall/tasks/main.yml", "content": "---\n\n- name: Install firewall\n include: install.yml\n tags:\n - bootstrap\n\n- name: Configure firewall\n include: configuration.yml\n tags:\n - maintenance\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6311, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/mail
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/mail/tasks/postfix/install.yml", "content": "---\n\n- name: Install postfix\n action: apt pkg='{{ item }}' state=latest\n with_items:\n - postfix\n - bsd-mailx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "pa...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3269, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/manpages
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/manpages/files/reinstall-manpages.sh", "content": "#!/usr/bin/env bash\n\nexport DEBIAN_FRONTEND=\"noninteractive\"\n\nPACKAGE_LIST=\"\"\n\n# Build list of packages with missing manpages\nfor p in $(dpkg-query -f '${Package} ' -W); do\n while read file; do\n if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1086, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/monit
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/monit/tasks/main.yml", "content": "---\n\n- name: Install monit\n include: install.yml\n tags:\n - bootstrap\n\n- name: Configure monit\n include: configuration.yml\n tags:\n - bootstrap\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1063, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/ntp
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/ntp/tasks/main.yml", "content": "---\n\n- name: Install ntp (chrony)\n include: install.yml\n tags:\n - bootstrap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "provision/ansible/roles/ntp/tasks/install.ym...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/php
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/php/tasks/phar/phpunit.yml", "content": "---\n\n- name: Install phpunit (phar)\n get_url: url=https://phar.phpunit.de/phpunit.phar dest=/usr/local/bin/phpunit mode=0755\n ignore_errors: True\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 3389, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/repositories
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/repositories/tasks/main.yml", "content": "---\n\n- include: repository.yml\n tags:\n - bootstrap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "provision/ansible/roles/repositories/tasks/repository.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 936, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/samba
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/samba/tasks/configuration.yml", "content": "---\n\n- name: Deploy samba configuration\n synchronize:\n rsync_path: \"sudo rsync\"\n src: roles/samba/files/\n dest: /etc/samba/\n delete: no\n\n- name: Creates code directory\n file:\n path: /mnt/code\n st...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 750, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/ssh
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/ssh/tasks/configuration.yml", "content": "---\n\n- name: Hardening SSH\n lineinfile:\n destfile: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin'\n line: 'PermitRootLogin without-password'\n state: present\n notify:\n - Restart ssh\n\n", "li...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 346, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/update
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/update/tasks/main.yml", "content": "---\n\n- name: Update system\n include: upgrade.yml\n tags:\n - bootstrap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "provision/ansible/roles/update/tasks/upgrade.yml...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 554, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/user
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/user/tasks/vcs.yml", "content": "---\n\n- name: Setup gitconfig\n lineinfile:\n dest: '/home/vagrant/.gitconfig'\n regexp: '{{ item.regexp }}'\n line: '{{ item.line }}'\n with_items:\n - { regexp: '^[\\s]*#?[\\s]*name = REALNAME', line : ' name = {{ PR...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9013, "all_permissive": false }
ansible_role
webdevops/vagrant-docker-vm
676b8036eab153ba44aefd8bfcd0ca71586d11cc
87
provision/ansible/roles/vm-vmware
235
[ "no_license" ]
[ { "path": "provision/ansible/roles/vm-vmware/tasks/guest-tools.yml", "content": "---\n\n- name: Setup automatic startup maintenance (clitools)\n lineinfile:\n destfile: /etc/rc.local\n insertbefore: '^exit 0'\n line: 'vmware-config-tools.pl -d > /dev/null'\n state: present\n", "license_typ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 302, "all_permissive": false }
ansible_role
SVDHanze/LinuxOpgaven
b3e91e8873b14c62b76eaa5958a23c03b152d9ff
0
Week 4 en 5 - V2/Ansible-Linux-Opgaven/roles/setup-wordpress
235
[ "no_license" ]
[ { "path": "Week 4 en 5 - V2/Ansible-Linux-Opgaven/roles/setup-wordpress/tests/test.yml", "content": "---\n- hosts: localhost\n# remote_user: skylar\n roles:\n - setup-wordpress\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "Week 4 en 5 - V2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3830, "all_permissive": false }
ansible_role
SVDHanze/LinuxOpgaven
b3e91e8873b14c62b76eaa5958a23c03b152d9ff
0
Week 4 en 5 - V2/Ansible-Linux-Opgaven/roles/update-ansible-OS
235
[ "no_license" ]
[ { "path": "Week 4 en 5 - V2/Ansible-Linux-Opgaven/roles/update-ansible-OS/tasks/main.yml", "content": "---\n# This task updates and upgrades the local server.\n# name - define name of task.\n# become - we need sudo privileges, so we set for this field value \"yes\".\n# apt - uses the apt command on the remo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 421, "all_permissive": false }
ansible_role
SVDHanze/LinuxOpgaven
b3e91e8873b14c62b76eaa5958a23c03b152d9ff
0
Week 4 en 5 - V3/Ansible-Linux-Opgaven/roles/setup-docker
235
[ "no_license" ]
[ { "path": "Week 4 en 5 - V3/Ansible-Linux-Opgaven/roles/setup-docker/tests/test.yml", "content": "---\n- hosts: Docker\n# remote_user: skylar\n roles:\n - setup-docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "Week 4 en 5 - V3/Ansible-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2839, "all_permissive": false }
ansible_role
SVDHanze/LinuxOpgaven
b3e91e8873b14c62b76eaa5958a23c03b152d9ff
0
Week 4 en 5 - V3/Ansible-Linux-Opgaven/roles/setup-monitor
235
[ "no_license" ]
[ { "path": "Week 4 en 5 - V3/Ansible-Linux-Opgaven/roles/setup-monitor/tests/test.yml", "content": "---\n- hosts: MonLog\n# remote_user: skylar\n roles:\n - setup-monitor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "Week 4 en 5 - V3/Ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2499, "all_permissive": false }
ansible_role
SVDHanze/LinuxOpgaven
b3e91e8873b14c62b76eaa5958a23c03b152d9ff
0
Week 4 en 5 - V3/Ansible-Linux-Opgaven/roles/setup-syslog
235
[ "no_license" ]
[ { "path": "Week 4 en 5 - V3/Ansible-Linux-Opgaven/roles/setup-syslog/tasks/main.yml", "content": "---\n# This task updates and upgrades the remote.\n# name - define name of task.\n# become - we need sudo privileges, so we set for this field value \"yes\".\n# apt - uses the apt command on the remote to insta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1848, "all_permissive": false }
ansible_role
SVDHanze/LinuxOpgaven
b3e91e8873b14c62b76eaa5958a23c03b152d9ff
0
Week 4 en 5/Ansible-Linux-Opgaven/roles/setup-monitor
235
[ "no_license" ]
[ { "path": "Week 4 en 5/Ansible-Linux-Opgaven/roles/setup-monitor/tasks/main.yml", "content": "---\n# This task update and upgrade server\n# name - define name of task\n# become - we need sudo privileges, so we set for this field value \"yes\"\n# apt - This define command, which we want to use - because we a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2381, "all_permissive": false }
ansible_role
SVDHanze/LinuxOpgaven
b3e91e8873b14c62b76eaa5958a23c03b152d9ff
0
Week 4 en 5/Ansible-Linux-Opgaven/roles/setup-syslog
235
[ "no_license" ]
[ { "path": "Week 4 en 5/Ansible-Linux-Opgaven/roles/setup-syslog/tasks/main.yml", "content": "---\n# This task update and upgrade server\n# name - define name of task\n# become - we need sudo privileges, so we set for this field value \"yes\"\n# apt - This define command, which we want to use - because we ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1765, "all_permissive": false }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-access-key
235
[ "permissive" ]
[ { "path": "roles/nbu-api-access-key/tasks/main.yml", "content": "---\n# tasks file for nbu-api-access-key-new\n\n- import_tasks: nbu_api_get_api_key.yml\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 86 }, { "path": "roles/nbu-api-acces...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6427, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-access-token
235
[ "permissive" ]
[ { "path": "roles/nbu-api-access-token/tasks/nbu_api_token_get.yml", "content": "- name: -> Get authorization token from NetBackup API\n uri:\n url: \"{{ nbu_api_base_url + 'login' }}\"\n method: POST\n headers:\n Content-Type: \"{{ nbu_api_content_type }}\"\n body: \"{{ lookup('template', ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3965, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-db-image-most-recent
235
[ "permissive" ]
[ { "path": "roles/nbu-api-db-image-most-recent/tasks/get_most_recent_image.yml", "content": "- name: -> Get all backup images found in catalog\n uri:\n url: https://{{ nbu_api_hostname }}:1556/netbackup/catalog/images\n method: GET\n headers:\n Content-Type: \"{{ nbu_api_content_type }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5998, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-diskpool-adv
235
[ "permissive" ]
[ { "path": "roles/nbu-api-diskpool-adv/templates/adv_create_diskpool.j2", "content": "{\n \"data\": {\n \"type\": \"diskPool\",\n \"attributes\": {\n \"name\": \"{{ adv_local_dp_name }}\",\n \"comment\": \"\",\n \"diskVolumes\": [\n {\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6867, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-diskpool-msdp
235
[ "permissive" ]
[ { "path": "roles/nbu-api-diskpool-msdp/tasks/msdp_aws_lsu_size.yml", "content": "- name: -> Create NetBackup Disk Pool (\"MSDP - AWS\") - Reduce Cache Size (Testing Purposes)\n lineinfile:\n dest: /msdp/db/etc/puredisk/contentrouter.cfg\n regexp: \"{{ item.regexp }}\"\n backrefs: yes\n line: \"...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 22108, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-limits-vmware
235
[ "permissive" ]
[ { "path": "roles/nbu-api-limits-vmware/tasks/main.yml", "content": "---\n# tasks file for nbu-api-limits-vmware-set\n\n- import_tasks: limits_vmware.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 81 }, { "path": "roles/nbu-api-limits-vm...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4847, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-monitor-jobs-get
235
[ "permissive" ]
[ { "path": "roles/nbu-api-monitor-jobs-get/tasks/main.yml", "content": "---\n# tasks file for nbu-api-monitor-jobs-get\n\n- import_tasks: get_job_info.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 79 }, { "path": "roles/nbu-api-monitor-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4814, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-plan-sql
235
[ "permissive" ]
[ { "path": "roles/nbu-api-plan-sql/tasks/add_to_slo.yml", "content": "- name: -> Add Asset to protection plan\n uri:\n url: https://{{ nbu_api_hostname }}:1556/netbackup/servicecatalog/slos/{{sloid}}/subscriptions\n method: POST\n headers:\n Content-Type: \"{{ nbu_api_content_type }}\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8010, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-plan-vmware
235
[ "permissive" ]
[ { "path": "roles/nbu-api-plan-vmware/tasks/get_vm_id.yml", "content": "- name: -> Get VM UUID \n uri:\n url: https://{{ nbu_api_hostname }}:1556/netbackup/asset-service/workloads/{{slo_workload}}/assets?filter=dnsName%20eq%20%27{{slo_client}}%27&page%5Blimit%5D=100&page%5Bdisable%5D=true\n method: GE...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3823, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-policy-create
235
[ "permissive" ]
[ { "path": "roles/nbu-api-policy-create/tasks/policy_standard.yml", "content": "- name: -> Create backup policy (\"Standard\")\n uri:\n url: https://{{ nbu_api_hostname }}:1556/netbackup/config/policies/\n method: POST\n headers:\n Content-Type: \"{{ nbu_api_content_type }}\"\n Authorizat...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8926, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-policy-run
235
[ "permissive" ]
[ { "path": "roles/nbu-api-policy-run/defaults/main.yml", "content": "---\n# defaults file for nbu-api-policy-backup-run\n\n# Master Server Hostname\nmaster_server: \"{{ NBU_MASTER_SERVER }}\"\n\n# API - Information\nnbu_api_hostname: \"{{ master_server }}\"\nnbu_api_port: '1556'\nnbu_api_base_url: \"{{ 'http...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5186, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-provider-aws
235
[ "permissive" ]
[ { "path": "roles/nbu-api-provider-aws/tasks/main.yml", "content": "---\n# tasks file for nbu-api-provider-aws\n\n# Configure VMware server in NetBackup\n\n- name: NetBackup -> Add credentials for AWS to NetBackup\n uri:\n url: \"{{ nbu_api_base_url + 'config/snapshotproviders/configuredplugins/aws/insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4153, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-provider-vmware
235
[ "permissive" ]
[ { "path": "roles/nbu-api-provider-vmware/defaults/main.yml", "content": "---\n# defaults file for nbu-api-provider-vmware-add\n\n# Master Server Hostname\nmaster_server: \"{{ NBU_MASTER_SERVER }}\"\n\n# API - Information\nnbu_api_hostname: \"{{ master_server }}\"\nnbu_api_port: '1556'\nnbu_api_base_url: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4577, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-rbac-member
235
[ "permissive" ]
[ { "path": "roles/nbu-api-rbac-member/tasks/main.yml", "content": "#### Import Variables ####\n\n# Role 1 - Full Administrator\n\n- include_vars: defaults/role1_admin.yml\n when: nbu_rbac_role == \"Admin\"\n\n# Role 2 - Administrator\n\n- include_vars: defaults/role2_nonadmin.yml\n when: nbu_rbac_role == \...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7017, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-rbac-role
235
[ "permissive" ]
[ { "path": "roles/nbu-api-rbac-role/tasks/role1/rbac_add_user_local.yml", "content": "- name: -> Get local user information\n shell: id -u \"{{ nbu_user }}\"\n register: user_information\n\n- name: -> Set local information as fact\n set_fact:\n rbac_user_id: \"{{ user_information.stdout }}\"\n\n- debug...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 67537, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-recovery-vmware-full
235
[ "permissive" ]
[ { "path": "roles/nbu-api-recovery-vmware-full/README.md", "content": "nbu-api-recovery-vmware-full\n============================\n\n# Description\n\nA sample Ansible role for performing a Full VMware VM recovery using NetBackup API\n\n# Requirements\n\nThis role has the following requirements:\n\n - Ansibl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6586, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-slp
235
[ "permissive" ]
[ { "path": "roles/nbu-api-slp/tasks/main.yml", "content": "---\n# tasks file for nbu-api-slp-create\n\n- import_tasks: create_slp.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 71 }, { "path": "roles/nbu-api-slp/templates/slp_create.j2",...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5642, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-api-unishare-create
235
[ "permissive" ]
[ { "path": "roles/nbu-api-unishare-create/tasks/main.yml", "content": "---\n# tasks file for nbu-api-unishare-create\n\n- import_tasks: create_us.yml\n- import_tasks: get_us_id.yml\n- import_tasks: mount_share.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6426, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-cmd-ad-integration
235
[ "permissive" ]
[ { "path": "roles/nbu-cmd-ad-integration/README.md", "content": "nbu-cmd-ad-integration\n======================\n\n# Description\n\nA sample Ansible role for integrating NetBackup with Active Directory Domain\n\n# Requirements\n\nThis role has the following requirements:\n\n - Ansible 2.9+\n - NetBackup 9....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3406, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-cmd-opscenter-add-master
235
[ "permissive" ]
[ { "path": "roles/nbu-cmd-opscenter-add-master/tasks/main.yml", "content": "# Add to bp.conf\n\n- name: -> Add OpsCenter server to bp.conf\n lineinfile:\n dest: '/usr/openv/netbackup/bp.conf'\n regexp: \"^OPS_CENTER_SERVER_NAME\"\n line: \"OPS_CENTER_SERVER_NAME = {{ opscenter_hostname }}\"\n regi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4487, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-cmd-security-dr-password
235
[ "permissive" ]
[ { "path": "roles/nbu-cmd-security-dr-password/tasks/main.yml", "content": "---\n# tasks file for nbu-api-dr-security\n\n- import_tasks: dr_password.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 73 }, { "path": "roles/nbu-cmd-security-d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3519, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-install-cp
235
[ "permissive" ]
[ { "path": "roles/nbu-install-cp/tasks/t03_cp_install.yml", "content": "- name: -> Check if cloudpoint installation process is already in progress\n shell: ( podman ps | grep veritas/flexsnap-workflow )\n register: cp_install\n ignore_errors: true\n\n- name: Install CloudPoint\n expect:\n command: pod...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 7649, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-install-linux
235
[ "permissive" ]
[ { "path": "roles/nbu-install-linux/defaults/main.yml", "content": "# Master Server Hostname\nmaster_server: \"{{ ansible_local.netbackup.domain.name }}\"\n\n# NBU API Connetion parameters\nnbu_api_port: '1556'\nbase_api_url: \"{{ 'https://' + master_server + ':' + nbu_api_port + '/netbackup/' }}\"\nnbu_cont...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 75832, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-install-opscenter
235
[ "permissive" ]
[ { "path": "roles/nbu-install-opscenter/tasks/t01_check_server.yml", "content": "- name: -> Verify server OS platform\n assert: \n that: \"ansible_os_family == 'Windows'\"\n fail_msg: \"Incompatible OS - Detected OS is {{ansible_os_family}}\"\n success_msg: \"PASS - Operating system platform is com...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6210, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-install-windows
235
[ "permissive" ]
[ { "path": "roles/nbu-install-windows/defaults/main.yml", "content": "---\n# defaults file for nbu-deploy-client-win\n\n# Master Server Hostname\nmaster_server: \"{{ NBU_MASTER_SERVER }}\"\n\n# API - Information\nnbu_api_hostname: \"{{ master_server }}\"\nnbu_api_port: '1556'\nbase_api_url: \"{{ 'https://' +...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 31310, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-mod-global-att-set
235
[ "permissive" ]
[ { "path": "roles/nbu-mod-global-att-set/tasks/nbu_global_att_set.yml", "content": "- name: -> Set Master Server Global Host Properties\n nbu_globalattributes:\n maxjobs: '{{ nbu_global_maxjobs }}'\n jobretry: '{{ nbu_global_jobretry }}'\n compressdb: '{{ nbu_global_compressdb }}'\n policyup...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 16468, "all_permissive": true }
ansible_role
apulai/netbackup-ansible
34256122a6f7f9a1f2bd5538eefe5a843278e807
0
roles/nbu-tuning-linux
235
[ "permissive" ]
[ { "path": "roles/nbu-tuning-linux/defaults/master.yml", "content": "nbu_tuning_files:\n file1:\n dest: /usr/openv/netbackup/NET_BUFFER_SZ\n setting: 0\n file2:\n dest: /usr/openv/netbackup/NET_BUFFER_SZ_REST\n setting: 0\n file3:\n dest: /usr/openv/netbackup/db/config/DPS_PROXYDEFAULTSE...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4264, "all_permissive": true }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/apache
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/apache/tasks/main.yml", "content": "---\n- name: install apache\n sudo: yes\n apt: pkg=apache2 state=latest\n\n- name: install apache modules\n apache2_module: state=present name={{ item }}\n notify: restart apache\n with_items:\n - rewrite\n - vhost_alias\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1597, "all_permissive": false }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/app
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/app/tasks/main.yml", "content": "---\n# application tasks to be customized and to run after the main provision\n\n- args:\n chdir: /var/www\n name: execute install\n shell: sh app/install.sh -f\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/composer
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/composer/tasks/main.yml", "content": "- name: install composer\n shell: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer creates=/usr/local/bin/composer\n\n- name: composer config github oauth\n shell: /usr/local/bin/comp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/mysql
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/mysql/tasks/main.yml", "content": "---\n# Retrieve the current hostname, because {{ ansible_hostname }} still contains the old name\n- shell: hostname\n register: current_hostname\n\n- name: install mysql packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1375, "all_permissive": false }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/php
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/php/tasks/configure.yml", "content": "---\n- stat: path=/etc/php5/apache2/php.ini\n register: modphp\n\n- stat: path=/etc/php5/fpm/php.ini\n register: phpfpm\n\n- stat: path=/etc/php5/cli/php.ini\n register: phpcli\n\n- include: php-fpm.yml\n when: phpfpm.stat.exists\n\n...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3827, "all_permissive": false }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/redis
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/redis/templates/init.tpl", "content": "#!/bin/sh\n\n### BEGIN INIT INFO\n# Provides: redis_{{ redis.port }}\n# Required-Start: $network $local_fs $remote_fs\n# Required-Stop: $network $local_fs $remote_fs\n# Default-Start: 2 3 4 5\n# Default-Stop: 0 1 6\n# Should-Start: $sys...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4262, "all_permissive": false }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/server
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/server/tasks/main.yml", "content": "---\n- name: update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: install system packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n\n- name: install e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
elcodi/bamboo
4c8ffc485d0f782d39bc5dd7e6997c8234e72ba7
198
vagrant/ansible/roles/xdebug
235
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/xdebug/tasks/main.yml", "content": "---\n- name: install xdebug\n sudo: yes\n apt: pkg=php5-xdebug state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "vagrant/ansible/roles/xdebug/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 104, "all_permissive": false }
ansible_role
DanilKushmanov/devops-practice
e665acd33b21298de80b7d7ed5b1e7276c9366c8
0
ansible/roles/docker
235
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\r\n- name: upd&upg\r\n ansible.builtin.apt:\r\n name: aptitude\r\n state: present\r\n update_cache: true\r\n\r\n\r\n- name: install docker depend\r\n ansible.builtin.apt:\r\n name:\r\n - net-tools\r\n - apt-transport-h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": false }
ansible_role
DanilKushmanov/devops-practice
e665acd33b21298de80b7d7ed5b1e7276c9366c8
0
ansible/roles/nginx_docker
235
[ "no_license" ]
[ { "path": "ansible/roles/nginx_docker/tasks/main.yaml", "content": "---\r\n- name: nginx container\r\n community.docker.docker_container:\r\n name: nginx\r\n image: nginx:latest\r\n state: started\r\n ports:\r\n - \"80:80\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
DanilKushmanov/devops-practice
e665acd33b21298de80b7d7ed5b1e7276c9366c8
0
ansible/roles/webserver
235
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yaml", "content": "---\r\n- name: check updates\r\n ansible.builtin.shell:\r\n cmd: apt update\r\n- name: creating admin user 'police_of_miami'\r\n ansible.builtin.user:\r\n name: police_of_miami\r\n shell: /bin/bash\r\n groups: users, sudo\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
laslopaul/terraform-aws-three-tier-arch
4f57e2586e22d1a4ade9c1e425c8a097d0048eb3
0
ansible/roles/nginx
235
[ "no_license" ]
[ { "path": "ansible/roles/nginx/README.md", "content": "# Nginx Ansible role\n\nThis role installs and configures the latest version of the Nginx web server from the Ubuntu official repository. Depending on the value of `target` variable, Nginx can be configured to act as a reverse proxy (handling requests f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4261, "all_permissive": false }
ansible_role
laslopaul/terraform-aws-three-tier-arch
4f57e2586e22d1a4ade9c1e425c8a097d0048eb3
0
ansible/roles/wordpress
235
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n- name: Install PHP and necessary extensions\n become: true\n ansible.builtin.apt:\n update_cache: true\n pkg: \"{{ item }}\"\n state: present\n loop:\n - php-fpm\n - php-mysql\n - php-curl\n - php-gd\n - php-int...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5331, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/dev
235
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "- name: Install packages\n ansible.builtin.package:\n name: \"{{ dev_packages }}\"\n state: latest\n become: true\n\n- name: Install binaries\n ansible.builtin.get_url:\n url: \"{{ item.url }}\"\n dest: \"/usr/local/bin/{{ item.name }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 869, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/devops
235
[ "no_license" ]
[ { "path": "roles/devops/tasks/main.yml", "content": "- name: Install binaries\n ansible.builtin.get_url:\n url: \"{{ item.url }}\"\n dest: \"/usr/local/bin/{{ item.name }}\"\n mode: 0755\n loop: \"{{ devops_binaries }}\"\n become: true\n\n- name: Setup aliases\n ansible.builtin.lineinfile:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 621, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/docker
235
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- include_tasks: packages.yml\n\n- include_tasks: tweaks.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/docker/tasks/packages.yml", "content": "- name: Install rpm package repo\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1587, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/dotfiles
235
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Install chezmoi (detect latest version from Github releases)\n community.general.github_release:\n user: twpayne\n repo: chezmoi\n action: latest_release\n register: chezmoi_release\n\n- name: Install chezmoi (install deb package)\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1618, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/editor
235
[ "no_license" ]
[ { "path": "roles/editor/defaults/main.yml", "content": "editor_neovim_aliases:\n- name: vim\n cmd: nvim", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/editor/tasks/neovim.yml", "content": "- name: Install neovim\n ansible.builtin.unarc...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1208, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/kubernetes
235
[ "no_license" ]
[ { "path": "roles/kubernetes/defaults/main.yml", "content": "kubernetes_version: v1.29\nkubernetes_packages:\n- kubectl\n- helm\nkubernetes_kubectl_plugins:\n- ctx\n- ns\n- get-all\nkubernetes_apt_repos:\n- name: kubernetes\n uris: https://pkgs.k8s.io/core:/stable:/{{ kubernetes_version }}/deb/\n suites: /...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3781, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/shell
235
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "- include_tasks: zsh.yml\n when: shell == \"zsh\"\n\n- include_tasks: starship.yml\n\n- include_tasks: font.yml\n\n- include_tasks: tools.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "role...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4941, "all_permissive": false }
ansible_role
davidcharbonnier/laptop
a75654abcbae25ffb14e40f39241181cb37aa102
0
roles/terraform
235
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "- name: Setup aliases\n ansible.builtin.lineinfile:\n path: ~/.aliases\n line: \"alias {{ item.name }}='{{ item.cmd }}'\"\n create: yes\n loop: \"{{ terraform_aliases }}\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 958, "all_permissive": false }
ansible_role
moabukar/build
723a62122391cb092939e1a89c6a7cc0d6ef3056
0
packer/aws/ansible/roles/main
235
[ "no_license" ]
[ { "path": "packer/aws/ansible/roles/main/tasks/main.yml", "content": "---\n- name: Install Docker\n yum: name=docker state=present\n\n- name: Start Docker\n service: name=docker state=restarted\n\n- name: Run nginx container\n docker:\n name: nginx\n image: nginx\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/anyenv
235
[ "no_license" ]
[ { "path": "roles/anyenv/tasks/main.yml", "content": "- block:\n - name: Check if anyenv installed\n stat:\n path: \"{{ ansible_facts['env']['HOME'] }}/.anyenv\"\n register: anyenv\n\n - name: Install anyenv\n ansible.builtin.git:\n repo: \"https://github.com/anyenv/anyenv\"\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1846, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/git
235
[ "no_license" ]
[ { "path": "roles/git/templates/temp.gitconfig.j2", "content": "[core]\n\texcludesfile = {{ ansible_facts['env']['HOME'] }}/.gitignore_global\n\tautocrlf = false\n\tignorecase = false\n\tquotepath = false\n[user]\n\tname = {{ git_user }}\n\temail = {{ git_email }}\n[push]\n\tdefault = simple\n[pull]\n\tff = ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/github
235
[ "no_license" ]
[ { "path": "roles/github/defaults/main.yml", "content": "crypto_format: ed25519\ngithub_ssh_id: Ansible-github-{{crypto_format}}\ngithub_ssh_path: \"{{ ansible_facts['env']['HOME'] }}/.ssh/{{ github_ssh_id }}\"\ngithub_ssh_config:\n name: config\n content: |\n Host github github.com\n HostName gith...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2404, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/homebrew
235
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "# idempotence\n- block:\n - name: homebrew update\n community.general.homebrew:\n update_homebrew: yes\n\n - name: homebrew tap\n community.general.homebrew_tap:\n name: '{{ item }}'\n state: present\n loop: '{{ homebrew_taps }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/homebrew_cask
235
[ "no_license" ]
[ { "path": "roles/homebrew_cask/tasks/main.yml", "content": "# idempotence\n- block:\n - name: homebrew update\n community.general.homebrew:\n update_homebrew: yes\n\n - name: homebrew tap\n community.general.homebrew_tap:\n name: '{{ item }}'\n state: present\n loop: '{{ homebrew_t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1147, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/mas
235
[ "no_license" ]
[ { "path": "roles/mas/tasks/mas_purchase_temp.yml", "content": "- name: check to install \"{{ item }}\"\n shell: \"mas list | grep -w {{ item }}\"\n register: result\n ignore_errors: true\n changed_when: false\n\n- name: try to install \"{{ item }}\"\n shell: \"mas purchase {{ item }}\"\n when: result....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 913, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/osx_defaults
235
[ "no_license" ]
[ { "path": "roles/osx_defaults/tasks/main.yml", "content": "- block:\n - name: Make directory for saving screenshot\n ansible.builtin.file: \n path: \"{{ screenshot_path }}\"\n state: directory\n\n - name: 'setting macOS'\n community.general.osx_defaults: \n domain: \"{{ item.domain }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1739, "all_permissive": false }
ansible_role
micchi-fms/Ansible-setup-macOS
c21006b0a03dc55e01f274aecf5cdd436d30df33
0
roles/zshconfig
235
[ "no_license" ]
[ { "path": "roles/zshconfig/tasks/main.yml", "content": "- block:\n - name: launch Zsh\n shell: zsh\n - name: git clone prezto (setting for prezto)\n ansible.builtin.git:\n repo: \"https://github.com/sorin-ionescu/prezto.git\"\n dest: \"{{ ansible_facts['env']['HOME'] }}/.zprezto\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
Juniper/junosautomation
d26f1a57067b7c43aed596b31e695491b5ba4603
131
ansible/Automating_Junos_with_Ansible/chapter_12/roles/config_setup_commit
235
[ "no_license" ]
[ { "path": "ansible/Automating_Junos_with_Ansible/chapter_12/roles/config_setup_commit/handlers/main.yml", "content": "---\n- name: install config onto device\n juniper_junos_config:\n provider: \"{{ connection_settings }}\"\n src: \"{{ config_file }}\"\n load: replace\n confirmed: \"{{ confirm_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1085, "all_permissive": false }
ansible_role
Juniper/junosautomation
d26f1a57067b7c43aed596b31e695491b5ba4603
131
ansible/Automating_Junos_with_Ansible/chapter_12/roles/snmp
235
[ "no_license" ]
[ { "path": "ansible/Automating_Junos_with_Ansible/chapter_12/roles/snmp/tasks/main.yml", "content": "---\n- name: common snmp settings\n template:\n src: snmp.j2\n dest: \"{{ config_assemble_build }}/snmp.conf\"\n\n- name: firewall community\n template:\n src: community_fw.j2\n dest: \"{{ confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1087, "all_permissive": false }
ansible_role
Juniper/junosautomation
d26f1a57067b7c43aed596b31e695491b5ba4603
131
ansible/Automating_Junos_with_Ansible/chapter_12/roles/system
235
[ "no_license" ]
[ { "path": "ansible/Automating_Junos_with_Ansible/chapter_12/roles/system/templates/system.j2", "content": "#jinja2: lstrip_blocks: True\n{% set model = junos.model.lower() %}\n{% set personality = junos.personality | lower %}\n\n{#- Determine SSH connection-limit and rate-limit based on device facts #}\n{% ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1228, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
ansible-book/ansible-04-wordpress/provisioning/roles/mheap.mysql
235
[ "no_license" ]
[ { "path": "ansible-book/ansible-04-wordpress/provisioning/roles/mheap.mysql/tasks/main.yml", "content": "---\n# tasks file for mheap.mysql\n - name: Install MySQL\n apt: name={{item}} \n with_items:\n - mysql-server\n - python-mysqldb\n # Ansible has a special \"creates\" option that deter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1440, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
ansible-book/ansible-04-wordpress/provisioning/roles/mheap.php
235
[ "no_license" ]
[ { "path": "ansible-book/ansible-04-wordpress/provisioning/roles/mheap.php/tasks/main.yml", "content": "# tasks file for mheap.php\n---\n - name: Add the ondrej PHP PPA \n apt_repository: repo='ppa:ondrej/php'\n - name: Update the apt cache\n apt: update_cache=yes cache_valid_time=3600\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
ansible-book/ansible-04-wordpress/provisioning/roles/mheap.wordpress
235
[ "no_license" ]
[ { "path": "ansible-book/ansible-04-wordpress/provisioning/roles/mheap.wordpress/tasks/main.yml", "content": "---\n# tasks file for mheap.wordpress\n - name: Copy wordpress.zip into tmp\n copy: src=wordpress.zip dest=/tmp/wordpress.zip\n - name: Install required tools\n apt: name={{item}}\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1563, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
ansible-book/ansible-05-wordpress/provisioning/roles/mheap.nginx
235
[ "no_license" ]
[ { "path": "ansible-book/ansible-05-wordpress/provisioning/roles/mheap.nginx/tasks/main.yml", "content": "---\n# tasks file for mheap.nginx\n - name: Install nginx\n apt: name=nginx \n - name: Create nginx config\n template: src=default dest=/etc/nginx/sites-available/default\n #template: src=temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
ansible-book/ansible-05-wordpress/provisioning/roles/mheap.wordpress
235
[ "no_license" ]
[ { "path": "ansible-book/ansible-05-wordpress/provisioning/roles/mheap.wordpress/tasks/main.yml", "content": "---\n# tasks file for mheap.wordpress\n - name: Copy wordpress.zip into tmp\n copy: src=wordpress.zip dest=/tmp/wordpress.zip\n - name: Install required tools\n apt: name={{item}}\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4549, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
ansible-learn/docker-related/roles/docker-install
235
[ "no_license" ]
[ { "path": "ansible-learn/docker-related/roles/docker-install/tasks/main.yaml", "content": "- name: Check Docker service status\n service_facts:\n\n- name: Check if Docker is running\n set_fact:\n docker_running: true\n # failed, running, stopped or unknown\n when:\n - \"ansible_facts.services['doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 467, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
var_precedence/16_block_vars/roles/debug-role
235
[ "no_license" ]
[ { "path": "var_precedence/16_block_vars/roles/debug-role/tasks/main.yml", "content": "- name: Print debug message\n debug:\n msg: \"role: This is from {{ msg }}.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
var_precedence/20_include_role/roles/debug-role
235
[ "no_license" ]
[ { "path": "var_precedence/20_include_role/roles/debug-role/tasks/main.yml", "content": "- name: Cache a fact\n set_fact:\n msg: \"19 set fact, roles/debug-role/tasks/main.yml\"\n cacheable: yes\n\n- name: Print debug message\n debug:\n msg: \"role: This is from {{ msg }}.\"\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
ppngiap/ansible
23345d6a687ebf89d277c9216091530f029c3580
0
var_precedence/20_include_role/roles/debug-role2
235
[ "no_license" ]
[ { "path": "var_precedence/20_include_role/roles/debug-role2/tasks/main.yml", "content": "- name: Cache a fact\n set_fact:\n msg: \"19 set fact, roles/debug-role2/tasks/main.yml\"\n cacheable: yes\n\n- name: Print debug message\n debug:\n msg: \"role: This is from {{ msg }}.\"\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
stttt2003pk/stttt2003pk.csserver
6c3b667b6255b72d2cea58ff9b0307a53e4957ff
0
stttt2003pk.csserverController/roles/base.csserverController
235
[ "no_license" ]
[ { "path": "stttt2003pk.csserverController/roles/base.csserverController/library/csserverController/csserver_controller", "content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n\n# (c) 2012-2013, <NAME> <<EMAIL>>\n#\n# Ansible is free software: you can redistribute it and/or modify\n# it under the terms of ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6688, "all_permissive": false }
ansible_role
stttt2003pk/stttt2003pk.csserver
6c3b667b6255b72d2cea58ff9b0307a53e4957ff
0
stttt2003pk.installCsserver/roles/base.installCsserver
235
[ "no_license" ]
[ { "path": "stttt2003pk.installCsserver/roles/base.installCsserver/tasks/add_csserver_user.yml", "content": "---\n- name: adduser csserver\n user: name=csserver shell=/bin/bash home={{ csserver_home_dir }}\n when: csserver_home_dir is defined\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1023, "all_permissive": false }
ansible_role
stttt2003pk/stttt2003pk.csserver
6c3b667b6255b72d2cea58ff9b0307a53e4957ff
0
stttt2003pk.systemInitialization/roles/base.initSys
235
[ "no_license" ]
[ { "path": "stttt2003pk.systemInitialization/roles/base.initSys/files/iptablesInit.sh", "content": "#!/bin/bash\n#check if user root\nPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin\nexport PATH\n\n(( $EUID != 0 )) && {\n\techo \"ERROR: you must run this scripte in root\"\n\texit 1\n}...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4797, "all_permissive": false }
ansible_role
hachubra/ansible2025
d6f3c1f5c6cf697fdc5c6e7aed63ed1c8189deb8
0
08-ansible-04-role/playbook/roles/clickhouse-role
234
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/clickhouse-role/tasks/main.yml", "content": "---\n# tasks file for clickhouse-role\n- name: Get Clickhouse Distrib\n block:\n - name: Get Clickhouse Distrib\n ansible.builtin.get_url:\n url: \"https://packages.clickhouse.com/rpm/stable/{{ item }}-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3800, "all_permissive": false }
ansible_role
hachubra/ansible2025
d6f3c1f5c6cf697fdc5c6e7aed63ed1c8189deb8
0
08-ansible-04-role/playbook/roles/lighthouse-role
234
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/lighthouse-role/defaults/main.yml", "content": "---\n# defaults file for lighthouse-role\nnginx_user: root\nsource: https://github.com/VKCOM/lighthouse.git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1299, "all_permissive": false }
ansible_role
hachubra/ansible2025
d6f3c1f5c6cf697fdc5c6e7aed63ed1c8189deb8
0
08-ansible-04-role/playbook/roles/nginx-role
234
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/nginx-role/handlers/main.yml", "content": "---\n# handlers file for nginx-role\n- name: Nginx restart service\n become: true\n ansible.builtin.service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 583, "all_permissive": false }
ansible_role
hachubra/ansible2025
d6f3c1f5c6cf697fdc5c6e7aed63ed1c8189deb8
0
08-ansible-04-role/playbook/roles/vector-role
234
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/vector-role/defaults/main.yml", "content": "---\n# defaults file for vector-role\nvector_version: \"0.31.0\"\nvector_yaml_path: /etc/vector/vector.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1117, "all_permissive": false }