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
megheaiulian/vagrant-ansible-lamp
d3d09325f15f5cba54116f4c8a2a220fb22854b9
0
provision/ansible/roles/apache
462
[ "permissive" ]
[ { "path": "provision/ansible/roles/apache/defaults/main.yml", "content": "---\n\ndocument_root: \"/vagrant\"\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 31 }, { "path": "provision/ansible/roles/apache/templates/project.conf.j2", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 939, "all_permissive": true }
ansible_role
megheaiulian/vagrant-ansible-lamp
d3d09325f15f5cba54116f4c8a2a220fb22854b9
0
provision/ansible/roles/mysql
462
[ "permissive" ]
[ { "path": "provision/ansible/roles/mysql/tasks/main.yml", "content": "---\n\n- name: Install mysql\n apt: name={{ item }} state=latest\n with_items:\n - mysql-server\n - python-mysqldb\n - php5-mysql\n - libapache2-mod-auth-mysql\n notify: start mysql\n\n- name: Update mysql root passwd\n my...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1069, "all_permissive": true }
ansible_role
megheaiulian/vagrant-ansible-lamp
d3d09325f15f5cba54116f4c8a2a220fb22854b9
0
provision/ansible/roles/php
462
[ "permissive" ]
[ { "path": "provision/ansible/roles/php/tasks/main.yml", "content": "# Install PHP5\n- name: Install PHP 5\n apt: name={{ item }} state=latest\n with_items:\n - libapache2-mod-php5\n - php5\n - php5-cgi\n - php5-cli\n - php5-curl\n - php5-json\n - php5-odbc\n - php5-tidy\n - php5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": true }
ansible_role
megheaiulian/vagrant-ansible-lamp
d3d09325f15f5cba54116f4c8a2a220fb22854b9
0
provision/ansible/roles/phpmyadmin
462
[ "permissive" ]
[ { "path": "provision/ansible/roles/phpmyadmin/tasks/main.yml", "content": "---\n- name: debconf for pma\n debconf: name=phpmyadmin question='phpmyadmin/dbconfig-install' value='true' vtype='boolean'\n\n- name: debconf for pma\n debconf: name=phpmyadmin question='phpmyadmin/app-password-confirm' value='{{m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 990, "all_permissive": true }
ansible_role
gundalow-collections/amazon
23c743b63f58ba97960479e230b462fb1c90cc95
1
tests/integration/targets/ec2_launch_template/playbooks/roles/ec2_launch_template
461
[ "no_license" ]
[ { "path": "tests/integration/targets/ec2_launch_template/playbooks/roles/ec2_launch_template/tasks/tags_and_vpc_settings.yml", "content": "- block:\n - name: Create VPC for use in testing\n register: testing_vpc\n ansible.amazon.ec2_vpc_net:\n name: '{{ resource_prefix }}-vpc'\n cidr_block:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11999, "all_permissive": false }
ansible_role
gundalow-collections/amazon
23c743b63f58ba97960479e230b462fb1c90cc95
1
tests/integration/targets/efs/playbooks/roles/efs
461
[ "no_license" ]
[ { "path": "tests/integration/targets/efs/playbooks/roles/efs/tasks/main.yml", "content": "- block:\n - name: set connection information for all tasks\n set_fact:\n aws_connection_info:\n aws_access_key: '{{ aws_access_key }}'\n aws_secret_key: '{{ aws_secret_key }}'\n security_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11859, "all_permissive": false }
ansible_role
gundalow-collections/amazon
23c743b63f58ba97960479e230b462fb1c90cc95
1
tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target
461
[ "no_license" ]
[ { "path": "tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/tasks/main.yml", "content": "- name: set up aws connection info\n set_fact:\n aws_connection_info:\n aws_access_key: '{{ aws_access_key }}'\n aws_secret_key: '{{ aws_secret_key }}'\n security_token: '{{ secu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5236, "all_permissive": false }
ansible_role
gundalow-collections/amazon
23c743b63f58ba97960479e230b462fb1c90cc95
1
tests/integration/targets/elb_target/playbooks/roles/elb_target
461
[ "no_license" ]
[ { "path": "tests/integration/targets/elb_target/playbooks/roles/elb_target/tasks/main.yml", "content": "- name: set up elb_target test prerequisites\n block:\n - name: null\n debug: msg=\"********** Setting up elb_target test dependencies **********\"\n - name: set up aws connection info\n set_fact...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 16155, "all_permissive": false }
ansible_role
drirock/test-ansible
b47982466501962a1e1f1e2dd4141bd9178683fa
0
roles/test
461
[ "no_license" ]
[ { "path": "roles/test/vars/main.yml", "content": "tmppath: /boot\ntmppath2: /tmp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/test/tasks/main.yml", "content": "# Verifico il primo fs impostato in vars\n- name: Check {{ tmppath }} fre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1366, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_add_remove_features
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_add_remove_features/handlers/main.yml", "content": "---\n# handlers file for win-add-remove-features\n- name: reboot_server\n ansible.windows.win_reboot:\n reboot_timeout: 3600\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 893, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_configure_demo_webserver
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_configure_demo_webserver/tasks/main.yml", "content": "---\n# tasks file for win-configure-demo-webserver\n- name: Install IIS (Web-Server and Web-Common-Http) Windows Features\n ansible.windows.win_feature:\n name:\n - Web-Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_configure_pagefile
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_configure_pagefile/handlers/main.yml", "content": "---\n# handlers file for win-update-all\n- name: reboot_server\n ansible.windows.win_reboot:\n reboot_timeout: 3600\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 478, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_copy_files_to_remote
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_copy_files_to_remote/tasks/main.yml", "content": "---\n- name: Make sure {{ account_picture_file_path }} directory tree exists\n ansible.windows.win_file:\n path: \"{{ account_picture_file_path }}\"\n state: directory\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_customize_registry
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_customize_registry/tasks/main.yml", "content": "---\n- name: Apply Standard registry customizations\n ansible.windows.win_regedit:\n key: HKLM:\\Software\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU\n value: \"{{ item.val...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_download_and_install_package
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_download_and_install_package/vars/main.yml", "content": "---\ninstaller_url: https://github.com/petrkle/vim-msi/releases/download/v8.1.55/vim-8.1.55.msi", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 741, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_gather_c_drive_info
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_gather_c_drive_info/tasks/main.yml", "content": "---\n- name: Gather Disk info\n community.windows.win_disk_facts:\n\n- name: Set disk fact\n ansible.builtin.set_fact:\n disk: \"{{ ansible_facts.disks | selectattr('system_disk'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_generate_update_report
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_generate_update_report/templates/report.html.j2", "content": "<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <title>Windows Updates Report</title>\n <style>\n p.hostname {\n color: #000000;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9216, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_get_available_updates
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_get_available_updates/tasks/main.yml", "content": "---\n- name: Search for available updates in All categories\n ansible.windows.win_updates:\n category_names: \"*\"\n state: searched\n register: available_updates\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_manage_choco_packages
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_manage_choco_packages/tasks/main.yml", "content": "---\n- name: Install Packages using Chocolatey\n chocolatey.chocolatey.win_chocolatey:\n name: \"{{ choco_packages }}\" \n state: \"{{ choco_packages_state }}\"\n\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_manage_firewall
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_manage_firewall/vars/main.yml", "content": "---\nfirewall_state: enabled\nfirewall_profiles:\n- Domain\n- Private\n- Public\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 267, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_manage_services
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_manage_services/vars/main.yml", "content": "---\n# vars file for win-enable-disable-services\nservices_to_start_and_enable:\n- BITS\nservices_to_stop_and_disable:\n- PhoneSvc\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 709, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_set_hostname
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_set_hostname/vars/main.yml", "content": "---\nmachine_hostname: \"{{ machine_hostname_input if machine_hostname_input is defined else inventory_hostname }}\"", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 344, "all_permissive": false }
ansible_role
raedrizk/ansible-windows-demos
c9b9ad017cd1830b91792bc510dfbcb98d3de9e5
0
collections/ansible_collections/rsoliman/windows_demos/roles/win_update_all
461
[ "no_license" ]
[ { "path": "collections/ansible_collections/rsoliman/windows_demos/roles/win_update_all/vars/main.yml", "content": "---\n# vars file for win-update-all\nwin_updates_category: [\"CriticalUpdates\", \"SecurityUpdates\", \"UpdateRollups\", \"DefinitionUpdates\"]\nrestart_after_update: \"{{ restart_after_update_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2886, "all_permissive": false }
ansible_role
RusRares1337/Kubernetes-cluster-from-scratch-in-Azure-VMs-with-Terraform-Ansible
06b1a4a09ba9aae6c4604a2364d652b69c486d52
0
Ansible/roles/create_user
461
[ "no_license" ]
[ { "path": "Ansible/roles/create_user/tasks/main.yml", "content": "- name: create the 'adminuser' user\n user: name=adminuser append=yes state=present createhome=yes shell=/bin/bash\n\n- name: allow 'adminuser' to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n line: 'adminuser ALL=(ALL) ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
RusRares1337/Kubernetes-cluster-from-scratch-in-Azure-VMs-with-Terraform-Ansible
06b1a4a09ba9aae6c4604a2364d652b69c486d52
0
Ansible/roles/master
461
[ "no_license" ]
[ { "path": "Ansible/roles/master/tasks/main.yml", "content": "- name: create an empty file for Kubeadm configuring\n copy:\n content: \"\"\n dest: /etc/kubernetes/kubeadm-config.yaml\n force: no\n- name: configuring the container runtime including its cgroup driver\n blockinfile:\n path: /etc/k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1578, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/backup
461
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n# Automated backup implementation\n# Ensures data protection and recovery capabilities\n\n- name: Install backup tools\n ansible.builtin.apt:\n name:\n - rsync\n - rclone\n - borgbackup\n state: present\n tags: [backup, package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 11126, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/cloudflare
461
[ "no_license" ]
[ { "path": "roles/cloudflare/tasks/main.yml", "content": "---\n# Cloudflare DNS automation for SummitEthic\n# Manages DNS records programmatically\n\n- name: Get Cloudflare zone information\n uri:\n url: \"https://api.cloudflare.com/client/v4/zones/{{ cloudflare_zone_id }}\"\n method: GET\n headers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3155, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/common
461
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "# {{ ansible_managed }}\n127.0.0.1 localhost\n127.0.1.1 {{ inventory_hostname_short }}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfdf8:f53e:61e4::18 ip6-alln...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6203, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/docker
461
[ "no_license" ]
[ { "path": "roles/docker/templates/docker-logrotate.j2", "content": "# {{ ansible_managed }}\n# Docker container log rotation\n\n/var/lib/docker/containers/*/*.log {\n rotate 7\n daily\n compress\n missingok\n delaycompress\n copytruncate\n notifempty\n maxsize 10M\n}\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6548, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/mailcow
461
[ "no_license" ]
[ { "path": "roles/mailcow/templates/cert-sync.sh.j2", "content": "#!/bin/bash\n# {{ ansible_managed }}\n# Certificate synchronization script for Mailcow with Traefik\n# Ensures SSL certificates are properly shared between services\n\nset -euo pipefail\n\n# Configuration\nTRAEFIK_CERT_PATH=\"/opt/traefik/cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4480, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/monitoring
461
[ "no_license" ]
[ { "path": "roles/monitoring/templates/prometheus.yml.j2", "content": "# {{ ansible_managed }}\n# Prometheus configuration for SummitEthic monitoring\n\nglobal:\n scrape_interval: {{ monitoring_prometheus_config.global.scrape_interval }}\n evaluation_interval: {{ monitoring_prometheus_config.global.evaluat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 23342, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/security
461
[ "no_license" ]
[ { "path": "roles/security/templates/pwquality.conf.j2", "content": "# {{ ansible_managed }}\n# Password quality configuration for SummitEthic\n\n# Minimum password length\nminlen = 14\n\n# Require at least one digit\ndcredit = -1\n\n# Require at least one uppercase character\nucredit = -1\n\n# Require at le...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 22496, "all_permissive": false }
ansible_role
bayuirsad26/ansible-mailcow
72c511646f3d707eb9a822762039d9c66248bb51
0
roles/traefik
461
[ "no_license" ]
[ { "path": "roles/traefik/templates/docker-compose.yml.j2", "content": "version: '3.8'\n\nservices:\n traefik:\n image: traefik:v{{ traefik_version }}\n container_name: traefik\n restart: unless-stopped\n security_opt:\n - no-new-privileges:true\n - label:disable\n networks:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6010, "all_permissive": false }
ansible_role
manhtxops/ha-tool-ansible
53fdfd34fc28c3501dd24920d7cd04c0ac216e3f
0
playbooks/roles/mongodb
461
[ "no_license" ]
[ { "path": "playbooks/roles/mongodb/handlers/main.yml", "content": "---\n\n- name: reload-mongodb\n service:\n name: mongod\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "playbooks/roles/mongodb/tasks/main.yml", "conte...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3413, "all_permissive": false }
ansible_role
manhtxops/ha-tool-ansible
53fdfd34fc28c3501dd24920d7cd04c0ac216e3f
0
playbooks/roles/ubuntu
461
[ "no_license" ]
[ { "path": "playbooks/roles/ubuntu/tasks/main.yml", "content": "---\n\n- import_tasks: packages.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "playbooks/roles/ubuntu/tasks/package.yml", "content": "---\n\n- name: Install common packages\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 561, "all_permissive": false }
ansible_role
pranav-leog/Ansible101
6b470c47ce820d22249aa153c0986e54358139f8
1
roles/ansibleProject
461
[ "no_license" ]
[ { "path": "roles/ansibleProject/defaults/main.yml", "content": "---\n# defaults file for ansibleProject", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/ansibleProject/handlers/main.yml", "content": "---\n# handlers file for ansibleProject...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 781, "all_permissive": false }
ansible_role
pranav-leog/Ansible101
6b470c47ce820d22249aa153c0986e54358139f8
1
roles/appservers
461
[ "no_license" ]
[ { "path": "roles/appservers/tasks/main.yaml", "content": " - name: example copying file with owner and permissions\n copy:\n src: /opt/test.sh\n dest: /tmp/test.sh\n mode: 777\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
pranav-leog/Ansible101
6b470c47ce820d22249aa153c0986e54358139f8
1
roles/webservers
461
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yaml", "content": " - name: Install WebServer\n yum: name=httpd state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
newrelic/fluent-bit-package
ba30283796d6b7fd89ad479f1eef3cb76b40f07a
3
ansible/provision-and-execute-tests/roles/create_logging_configs
461
[ "permissive" ]
[ { "path": "ansible/provision-and-execute-tests/roles/create_logging_configs/templates/syslog.yml.j2", "content": "logs:\n - name: syslog-tcp-test\n syslog:\n uri: tcp://127.0.0.1:{{ monitored_syslog_rfc_5424_tcp_port }}\n parser: rfc5424\n - name: syslog-udp-test\n syslog:\n uri: udp:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4004, "all_permissive": true }
ansible_role
newrelic/fluent-bit-package
ba30283796d6b7fd89ad479f1eef3cb76b40f07a
3
ansible/provision-and-execute-tests/roles/install_fluent_bit_from_gh_prerelease
461
[ "permissive" ]
[ { "path": "ansible/provision-and-execute-tests/roles/install_fluent_bit_from_gh_prerelease/vars/main.yml", "content": "fb_package_url: \"https://github.com/newrelic/fluent-bit-package/releases/download/{{ gh_prerelease_tag }}/{{ fb_package_name }}\"\nfb_windows_binary_path: C:\\Applications\\FluentBit", ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3656, "all_permissive": true }
ansible_role
newrelic/fluent-bit-package
ba30283796d6b7fd89ad479f1eef3cb76b40f07a
3
ansible/provision-and-execute-tests/roles/install_nr_fluent_bit_output
461
[ "permissive" ]
[ { "path": "ansible/provision-and-execute-tests/roles/install_nr_fluent_bit_output/tasks/windows.yml", "content": "- name: Load Windows variables\n ansible.builtin.include_vars: \"windows.yml\"\n\n- name: Stop newrelic-infra service\n ansible.windows.win_service:\n name: newrelic-infra\n state: stopp...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2970, "all_permissive": true }
ansible_role
Dev-AhmedHassan/udapeople-cicd
54e33b8fc9895c6b7d48aa46e59ce9afdb9eb052
0
.circleci/ansible/roles/configure-server
461
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n# - name: \"update packages.\"\n# become: true\n# apt:\n# update_cache: yes\n# - name: \"upgrade packages\"\n# become: true\n# apt:\n# upgrade: yes\n\n# - name: \"Add Node.js from Nodesource\"\n# become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
z1odeypnd/ansible-demo-00
08edf115f903f950fdf5aeefe8db382483515d03
0
roles/initial_os_tuning
461
[ "no_license" ]
[ { "path": "roles/initial_os_tuning/tasks/main.yml", "content": "---\n- name: Update packages (RedHat)\n include_tasks: update_os_redhat.yml\n when: \"ansible_os_family == 'RedHat'\"\n\n- name: Update packages (Debian)\n include_tasks: update_os_debian.yml\n when: \"ansible_os_family == 'Debian'\"\n \n-...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2494, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/create-file-storage
461
[ "no_license" ]
[ { "path": "provision/roles/create-file-storage/defaults/main.yml", "content": "---\n# defaults file for prepare-deploy-pack\n\ncreate_file_storage_path: '/var/www/storage'\ncreate_file_storage_mode: 0777\ncreate_file_storage_owner: 'vagrant' # www-data\ncreate_file_storage_group: 'vagrant' # www-data\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/deploy-backend
461
[ "no_license" ]
[ { "path": "provision/roles/deploy-backend/tasks/main.yml", "content": "---\n# tasks file for deploy\n- name: transfer packed source code to remote host\n copy: src={{ deploy_backend.name_prepare_pack }} dest={{ deploy_backend.name_prepare_pack }} force=yes\n\n- name: remove previous version of project\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1620, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/deploy-frontend
461
[ "no_license" ]
[ { "path": "provision/roles/deploy-frontend/defaults/main.yml", "content": "---\n# defaults file for prepare-deploy-pack\n\ndeploy_frontend:\n name_prepare_pack: '/tmp/frontend.tar.gz'\n project_directory_root: '/var/www/melody-server/frontend'\n stored_releases: 5\n folder_permissions: 764 # 777\n run...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1626, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/exim-send-only
461
[ "no_license" ]
[ { "path": "provision/roles/exim-send-only/vars/main.yml", "content": "---\n# vars file for exim-send-only\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "provision/roles/exim-send-only/tasks/main.yml", "content": "---\n# tasks file for exim-s...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1148, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/init-or-restart-node-service
461
[ "no_license" ]
[ { "path": "provision/roles/init-or-restart-node-service/templates/service.j2", "content": "#!upstart\ndescription \"node.js server\"\nauthor \"----\"\n\nstart on starting networking\nstop on shutdown\n\nscript\n export HOME=\"/\"\n\n echo $$ > {{ node_service__pid_file }}\n exec sudo -u {{node...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1323, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/initial
461
[ "no_license" ]
[ { "path": "provision/roles/initial/tasks/main.yml", "content": "---\n# tasks file for initial\n\n- name: set hostname\n shell: hostname \"{{ hostname }}\"\n\n- name: Update apt cache\n sudo: yes\n apt: update_cache=yes\n\n- name: be sure system packages are installed\n apt: pkg={{ item }} state=present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 616, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/monit
461
[ "no_license" ]
[ { "path": "provision/roles/monit/tasks/main.yml", "content": "- name: copy monit\n copy: src=../files/monit_5.11-1_amd64.deb dest=/tmp/monit_5.11-1_amd64.deb\n\n- name: ensure Monit is installed\n apt: deb=/tmp/monit_5.11-1_amd64.deb\n\n- name: remove monit from tmp\n shell: rm /tmp/monit_5.11-1_amd64.de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5366, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/nginx
461
[ "no_license" ]
[ { "path": "provision/roles/nginx/templates/node.j2", "content": "upstream node_upstream {\n server 127.0.0.1:3000;\n}\n\nserver\n{\n include ports/http.conf;\n server_name www.{{ item.server_name }};\n return 301 http://{{ item.server_name }}$request_uri;\n}\nserver\n{\n\n server_nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 15005, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/node
461
[ "no_license" ]
[ { "path": "provision/roles/node/tasks/main.yml", "content": "---\n# tasks file\n\n- name: download node\n sudo: yes\n shell: curl -sL https://deb.nodesource.com/setup_{{ node_version }}.x | sudo -E bash -\n\n- name: install nodejs packages\n apt: pkg=nodejs state=present\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/node_development_tools
461
[ "no_license" ]
[ { "path": "provision/roles/node_development_tools/tasks/main.yml", "content": "---\n\n- name: install npm tools\n sudo: yes\n shell: npm install -g {{ item }}\n with_items: \"{{ npm_dev_tools }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 189, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/pgadmin
461
[ "no_license" ]
[ { "path": "provision/roles/pgadmin/tasks/main.yml", "content": "---\n\n- name: install\n shell: >\n wget http://downloads.sourceforge.net/project/phppgadmin/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.1/phpPgAdmin-5.1.tar.bz2 -O /tmp/phppgadmin.tar.bz2 && sudo tar jxf /tmp/phppgadmin.tar.bz2 -C /opt && rm /t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/pgsql
461
[ "no_license" ]
[ { "path": "provision/roles/pgsql/defaults/main.yml", "content": "---\n# defaults file for pgsql\n\npgdb:\n version: 9.4\n sudo_user: postgres\n root_password: <PASSWORD>\n user: username\n password: <PASSWORD>\n database: dbName\n postgresql_locale: en_US.UTF-8", "license_type": "no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1439, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/prepare-deploy-pack-for-backend
461
[ "no_license" ]
[ { "path": "provision/roles/prepare-deploy-pack-for-backend/tasks/main.yml", "content": "---\n# tasks file\n\n- name: remove tmp_project_dir\n command: rm {{ prepare_deploy_pack_for_backend.archive_path }}\n ignore_errors: yes\n become: yes\n delegate_to: 127.0.0.1\n\n\n- name: pack project\n shell: cd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/prepare-deploy-pack-for-frontend
461
[ "no_license" ]
[ { "path": "provision/roles/prepare-deploy-pack-for-frontend/defaults/main.yml", "content": "---\n# defaults file\n\nprepare_deploy_pack_for_frontend:\n archive_path: '/tmp/frontend.tar.gz'\n project_dir: '/home/alex/www/melody'\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/run-migrate
461
[ "no_license" ]
[ { "path": "provision/roles/run-migrate/tasks/main.yml", "content": "---\n# tasks file for initial\n\n- name: run migrate\n become: yes\n shell: cd {{ backend_directory_root }} && NODE_ENV=\"{{node_service__node_env}}\" node_modules/.bin/sequelize --config=migrations/config/dbConfig.js db:migrate\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 314, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/run-npm-install
461
[ "no_license" ]
[ { "path": "provision/roles/run-npm-install/tasks/main.yml", "content": "---\n# tasks file for initial\n\n- name: set npm config sourse to http://registry.npmjs.org/ for faster download\n shell: npm config set registry http://registry.npmjs.org/\n\n- name: run npm install\n shell: cd {{ backend_directory_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
AleksandrChernyavenko/node-melody
0dcae6e2cd8053f8de1e1c9b93472fad8afd4766
0
provision/roles/update_crontab
461
[ "no_license" ]
[ { "path": "provision/roles/update_crontab/tasks/main.yml", "content": "---\n# tasks file for deploy\n- name: crontab - copy Crontab file to /etc/crontab\n template: src=crontab.j2 dest=/etc/crontab\n\n- name: Create folders for logs\n file: path=\"/var/log/node-console/\" state=directory mode=764\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2413, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/docker
461
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "---\n# vars file for docker\nOS: \"xUbuntu_22.04\"\nCRIO_VERSION: \"1.26\"\nkube_version: \"1.26.6\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/docker/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1544, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/grafana
461
[ "no_license" ]
[ { "path": "roles/grafana/files/dashboards.yaml", "content": "apiVersion: 1\nproviders:\n - name: 'default'\n orgId: 1\n folder: 'Master'\n type: file\n disableDeletion: false\n editable: true\n updateIntervalSeconds: 10\n options:\n path: /opt/bitnami/grafana/conf/provisioning/das...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5388, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/jenkins
461
[ "no_license" ]
[ { "path": "roles/jenkins/templates/jenkins-pvc.yaml.j2", "content": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: plugin-jenkins\n namespace: jenkins-ns\nspec:\n accessModes:\n - ReadWriteMany\n resources:\n requests:\n storage: 300Mi\n storageClassName: {{ nfs }}\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7072, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/kub
461
[ "no_license" ]
[ { "path": "roles/kub/tasks/main.yml", "content": "---\n- name: Install required packages for Kubernetes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n\n- name: Disable swap\n command: swapoff -a\n ignore_erro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5500, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/nginxingress
461
[ "no_license" ]
[ { "path": "roles/nginxingress/handlers/main.yml", "content": "---\n# handlers file for nginxingress\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/nginxingress/defaults/main.yml", "content": "---\n# defaults file for nginxingress\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 764, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/nginxreverseproxy
461
[ "no_license" ]
[ { "path": "roles/nginxreverseproxy/templates/calc-diplom.conf.j2", "content": "server {\n listen 80;\n server_name {{ calc_server_name }};\n location / {\n proxy_pass http://{{ kub_server }}:{{ ingress_port_http }}/;\n proxy_set_header Host $host:$server_port;\n proxy_set_header X-Real-IP $remot...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2089, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/prometheus
461
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for prometheus\n- name: Add stable chart repo\n kubernetes.core.helm_repository:\n name: bitnami\n repo_url: \"https://charts.bitnami.com/bitnami\"\n\n- name: Create the namespace\n kubernetes.core.k8s:\n kind: Namespace\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/zabbix
461
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "---\n# tasks file for zabbix\n- name: Add stable chart repo\n kubernetes.core.helm_repository:\n name: zabbix-community\n repo_url: \"https://zabbix-community.github.io/helm-zabbix\"\n\n- name: Update Helm chart\n shell: |\n helm repo update\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
BrazovskyVladimir/diplom
d44ad66fbae01200ec8dfc2047e4f93edd0f3af5
0
roles/zabbixconf
461
[ "no_license" ]
[ { "path": "roles/zabbixconf/templates/import.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<zabbix_export>\n <version>6.0</version>\n <date>2023-08-01T12:47:58Z</date>\n <groups>\n <group>\n <uuid>dc579cd7a1a34222933f24f52a68bcd8</uuid>\n <name>Linux ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4555, "all_permissive": false }
ansible_role
iHarshal08/SPE_Major_Project
2fc94592d0c99cc229778aa318f95e1edb23b533
0
ansible/roles/k8s-deploy
461
[ "no_license" ]
[ { "path": "ansible/roles/k8s-deploy/tasks/main.yml", "content": "- name: Ensure Minikube is running\n shell: |\n minikube status || minikube start\n\n- name: Ensure monitoring namespace exists\n shell: kubectl create namespace monitoring --dry-run=client -o yaml | kubectl apply -f -\n register: create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3181, "all_permissive": false }
ansible_role
alessonviana/DevOps_challenge
f62b1aca816a408ac9788bbb2acaf83ce6b24e93
3
roles/docker
461
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker prereqs\n apt:\n update_cache: yes\n pkg: \"{{ docker_prereqs_packages }}\"\n\n- name: Add GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add docker repository\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
kochetov-dmitrij/IntegrationServer
2c9707c93895c3b7f79621502597f124982ef605
1
roles/apt_update
461
[ "no_license" ]
[ { "path": "roles/apt_update/tasks/main.yml", "content": "- name: Update apt cache\n apt:\n name: ['jq', 'software-properties-common', 'docker.io']\n state: latest\n update_cache: True\n\n- name: Add ansible repo\n apt_repository:\n repo: ppa:ansible/ansible\n state: present\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
kochetov-dmitrij/IntegrationServer
2c9707c93895c3b7f79621502597f124982ef605
1
roles/artifactory
461
[ "no_license" ]
[ { "path": "roles/artifactory/defaults/main.yml", "content": "artifactory_url: \"http://localhost:8022\"\nartifactory_user_name: 'admin'\nartifactory_user_pass: '<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/artifactory/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3586, "all_permissive": false }
ansible_role
kochetov-dmitrij/IntegrationServer
2c9707c93895c3b7f79621502597f124982ef605
1
roles/gitlab
461
[ "no_license" ]
[ { "path": "roles/gitlab/files/allow_localhost_hooks.py", "content": "#!/usr/bin/python3\nfrom selenium import webdriver\nfrom selenium.webdriver.firefox.options import Options\nfrom selenium.webdriver.common.keys import Keys\nimport sys\n\ngitlab_url = sys.argv[1]\nlogin = sys.argv[2]\npassword = sys.argv[3...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6998, "all_permissive": false }
ansible_role
kochetov-dmitrij/IntegrationServer
2c9707c93895c3b7f79621502597f124982ef605
1
roles/jdk
461
[ "no_license" ]
[ { "path": "roles/jdk/defaults/main.yml", "content": "environment_vars_java:\n- key: JAVA_HOME\n value: /usr/lib/jvm/java-8-openjdk-amd64\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/jdk/tasks/main.yml", "content": "- name: Install J...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }
ansible_role
kochetov-dmitrij/IntegrationServer
2c9707c93895c3b7f79621502597f124982ef605
1
roles/jenkins
461
[ "no_license" ]
[ { "path": "roles/jenkins/files/change_num_of_executors.py", "content": "#!/usr/bin/python3\nimport sys\n\nfrom selenium import webdriver\nfrom selenium.webdriver.firefox.options import Options\nfrom selenium.webdriver.support.ui import Select\n\njenkins_url = sys.argv[1]\nlogin = sys.argv[2]\npassword = sys...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11734, "all_permissive": false }
ansible_role
kochetov-dmitrij/IntegrationServer
2c9707c93895c3b7f79621502597f124982ef605
1
roles/public_key
461
[ "no_license" ]
[ { "path": "roles/public_key/tasks/main.yml", "content": "- name: Copy public key to integration server\n copy: src=~/.ssh/id_rsa.pub dest=~vagrant/.ssh/me.pub\n- shell: cat ~vagrant/.ssh/me.pub\n register: public_key\n- lineinfile:\n path: ~vagrant/.ssh/authorized_keys\n line: \"{{public_key.stdout}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
kochetov-dmitrij/IntegrationServer
2c9707c93895c3b7f79621502597f124982ef605
1
roles/python3
461
[ "no_license" ]
[ { "path": "roles/python3/tasks/main.yml", "content": "- name: Update python3\n apt:\n name: ['python3-pip']\n state: latest\n\n- name: Install python3 packages\n pip:\n name: ['selenium']\n state: latest\n\n- name: Install Selenium\n apt: name=firefox,xvfb state=present\n\n- name: \"Check if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
rdsubhas/ruby-deploy-kickstart
c62882f8a81cddafe6b6d3349ae364768d2af33d
219
provisioning/roles/myapp
461
[ "no_license" ]
[ { "path": "provisioning/roles/myapp/vars/main.yml", "content": "---\nmyapp_gid: 6156\nmyapp_group: myapp\nmyapp_uid: 6157\nmyapp_user: myapp\nmyapp_home: /home/myapp\nmyapp_repo: /home/myapp/repo\nmyapp_repo_url: https://github.com/rdsubhas/ruby-deploy-kickstart.git\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2154, "all_permissive": false }
ansible_role
rdsubhas/ruby-deploy-kickstart
c62882f8a81cddafe6b6d3349ae364768d2af33d
219
provisioning/roles/ruby
461
[ "no_license" ]
[ { "path": "provisioning/roles/ruby/tasks/main.yml", "content": "---\n- name: Add Ruby repository\n apt_repository: repo='ppa:brightbox/ruby-ng'\n\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - git\n - libxml2-dev\n - libxslt1-dev\n - li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
TecnoRV/ansible-mongodb
e0e28402a77e4fc60ec20430b37991073d8acb45
0
roles/mongodbusers
461
[ "no_license" ]
[ { "path": "roles/mongodbusers/tasks/createusers.yml", "content": "---\n# tasks file for mongousers\n- name: Create admin user list\n mongodb_user:\n database: \"{{ database_name }}\"\n name: \"{{ item }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n roles: dbAdmin\n with_items: \"{{ user...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1229, "all_permissive": false }
ansible_role
SunnyientDev/all_courses
6591dfcc00f824bc81ed8cbf2ed6c740e9faba6d
0
System software course/04. Ansible/ansible/roles/nginx
461
[ "no_license" ]
[ { "path": "System software course/04. Ansible/ansible/roles/nginx/handlers/main.yml", "content": "---\r\n# handlers file for nginx\r\n - name: Nginx Systemd\r\n shell: /usr/bin/systemctl start nginx\r\n - name: Reload Nginx\r\n shell: /usr/bin/systemctl reload nginx\r\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2397, "all_permissive": false }
ansible_role
sharjak/Smarthouse
a1e63d47d6de8923b4fb04f2b94641e42c5cdc48
1
roles/create_docker_leader
466
[ "no_license" ]
[ { "path": "roles/create_docker_leader/tasks/main.yml", "content": "---\n - name: Docker manager to leader\n sudo: yes\n shell: \"docker swarm init --advertise-addr 10.0.15.11\"\n\n - name: retrieve swarm manager token\n sudo: yes\n shell: \"docker swarm join-token -q worker\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
sharjak/Smarthouse
a1e63d47d6de8923b4fb04f2b94641e42c5cdc48
1
roles/install_docker
466
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n - name: Install list of packages\n action: \"{{ansible_pkg_mgr}} name={{ item }} state=present update_cache=yes\"\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
sharjak/Smarthouse
a1e63d47d6de8923b4fb04f2b94641e42c5cdc48
1
roles/join_workers_to_swarm
466
[ "no_license" ]
[ { "path": "roles/join_workers_to_swarm/tasks/main.yml", "content": "---\n - name: connect to manager\n shell: 'sudo docker swarm join \\\n --token {{token}} \\\n 10.0.15.11:2377'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
Wh1t3Fox/tempor
f9d3979ebf2c7ab477fab0d0a7c7389aa67563ce
11
examples/ansible/collections/ansible_collections/devsec/hardening/roles/mysql_hardening
466
[ "permissive" ]
[ { "path": "examples/ansible/collections/ansible_collections/devsec/hardening/roles/mysql_hardening/handlers/main.yml", "content": "---\n\n- name: Restart mysql\n service:\n name: '{{ mysql_daemon }}'\n state: restarted\n when: mysql_hardening_restart_mysql | bool\n", "license_type": "permissive"...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 10442, "all_permissive": true }
ansible_role
Wh1t3Fox/tempor
f9d3979ebf2c7ab477fab0d0a7c7389aa67563ce
11
examples/ansible/collections/ansible_collections/devsec/hardening/roles/ssh_hardening
466
[ "permissive" ]
[ { "path": "examples/ansible/collections/ansible_collections/devsec/hardening/roles/ssh_hardening/vars/OpenBSD.yml", "content": "---\nsshd_path: /usr/sbin/sshd\nssh_host_keys_dir: '/etc/ssh'\nsshd_service_name: sshd\nssh_owner: root\nssh_group: wheel\nssh_host_keys_owner: 'root'\nssh_host_keys_group: 'root'\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 21035, "all_permissive": true }
ansible_role
Wh1t3Fox/tempor
f9d3979ebf2c7ab477fab0d0a7c7389aa67563ce
11
examples/ansible/roles/configurations
466
[ "no_license" ]
[ { "path": "examples/ansible/roles/configurations/files/zshrc", "content": "if [[ ! -f ~/.config/antigen.zsh ]]; then\n mkdir -p ~/.config\n curl -sSL git.io/antigen > ~/.config/antigen.zsh\nfi\n\nsource $HOME/.config/antigen.zsh\n\n# Load the oh-my-zsh's library.\nantigen use oh-my-zsh\n\n# Bundles fr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10554, "all_permissive": false }
ansible_role
Wh1t3Fox/tempor
f9d3979ebf2c7ab477fab0d0a7c7389aa67563ce
11
examples/ansible/roles/firewall
466
[ "no_license" ]
[ { "path": "examples/ansible/roles/firewall/tasks/main.yml", "content": "---\n\n- name: IPv4 Rules\n include_tasks: ip4tables.yml\n\n- name: IPv6 Rules\n include_tasks: ip6tables.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "examples/ansi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4202, "all_permissive": false }
ansible_role
Wh1t3Fox/tempor
f9d3979ebf2c7ab477fab0d0a7c7389aa67563ce
11
examples/ansible/roles/packages
466
[ "no_license" ]
[ { "path": "examples/ansible/roles/packages/meta/main.yml", "content": "---\ndependencies:\n - kewlfft.aur\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "examples/ansible/roles/packages/tasks/yum.yml", "content": "---\n\n- name: Upgrade all ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2057, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/java
466
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Installing Openjdk | RedHat Based Systems\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libselinux-python\n - java-1.8.0-openjdk\n - java-1.8.0-openjdk-devel\n\n- name: Getting Location of installed java\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/java_app_deploy
466
[ "no_license" ]
[ { "path": "roles/java_app_deploy/tasks/main.yml", "content": "---\n- name: Copy the MYSQL connector\n copy:\n src: mysql-connector-java-5.1.41-bin.jar\n dest: /usr/share/tomcat/lib/mysql-connector-java-5.1.41-bin.jar\n\n- name: Removing Root Folder | if exists\n file:\n path: /usr/share/tomcat/we...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/monitoring
466
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n- name: Download Prometheus tar\n get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v1.5.2/prometheus-1.5.2.linux-amd64.tar.gz\n dest: /usr/share/\n\n- name: create a directory for prometheus\n file:\n path: /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2169, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/mysql
466
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: Getting Mysql Status\n raw: which mysql\n register: need_mysql\n ignore_errors: true\n\n- include: install.yml\n when:\n - need_mysql | failed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/nginx
466
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install epel-release\n yum: name=epel-release state=installed\n\n- name: Install nginx package\n yum: name=nginx state=installed\n\n- name: Copying Nginx Conf\n template:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n\n- name: Copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 714, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/percona_xtrabackup
466
[ "no_license" ]
[ { "path": "roles/percona_xtrabackup/tasks/main.yml", "content": "---\n- name: Install the Percona's repository\n yum:\n name: https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.4.6/binary/redhat/7/x86_64/percona-xtrabackup-24-2.4.6-2.el7.x86_64.rpm\n state: present\n\n- name: Install X...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 907, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/restore-db
466
[ "no_license" ]
[ { "path": "roles/restore-db/tasks/main.yml", "content": "---\n\n- name: Copying Dump file to temporary folder\n copy:\n src: dc.sql\n dest: /tmp/dc.sql\n\n- name: Import dc.sql Dump file\n mysql_db:\n state: import\n name: \"{{ mysql_dbname }}\"\n target: /tmp/dc.sql\n login_host: \"{{ m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
xenonstack/deploy-java-app-monitoring
b4459efac0dff2c660713933e1a9a29275ae6a5d
3
roles/tomcat
466
[ "no_license" ]
[ { "path": "roles/tomcat/vars/main.yml", "content": "\nhttp_port: 8080\nhttps_port: 8443\nadmin_username: admin\nadmin_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1962, "all_permissive": false }
ansible_role
rahulinux/ansible-bootstrap-node
48e79b92a277d6d8f6d85f8122956ea660a63ad3
0
roles/bootstrap-node
466
[ "no_license" ]
[ { "path": "roles/bootstrap-node/tasks/setup_kubeconf.yaml", "content": "---\n\n- name: Check kube dir\n file: path={{ user_home }}/.kube state=directory\n\n- name: Check kubectl configured or not \n stat: path={{ user_home }}/.kube/config\n register: fs_status\n\n- name: Check content of kubecfg\n slur...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3000, "all_permissive": false }
ansible_role
studentNV/ansible-packeges-exam2
078324502792852e1f7cbdb037749129df80b253
0
roles/create_net_docker
466
[ "no_license" ]
[ { "path": "roles/create_net_docker/tasks/main.yaml", "content": "- name: Create a network\n docker_network:\n name: \"{{ network_ansible_web }}\"\n ipam_config:\n - subnet: \"{{ subnet_network_ansible }}\"\n gateway: \"{{ gw_network_ansible }}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 310, "all_permissive": false }