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
riseberry/riseberryd-installer
7ac0945506676a5718c724fd155f3817d063d231
0
roles/riseberryd
7,200
[ "no_license" ]
[ { "path": "roles/riseberryd/handlers/main.yml", "content": "---\n- name: restart riseberryd\n service: name=riseberryd state=restarted enabled=yes\n sudo: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/riseberryd/templates/etc/init....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2698, "all_permissive": false }
ansible_role
jincod/vagrant-docker-compose-jenkins
51b6cbbf053b3a9080e0441734263a8c25119a11
0
roles/jenkins
7,200
[ "no_license" ]
[ { "path": "roles/jenkins/vars/vars.yml", "content": "---\r\n aws_access_key: key\r\n aws_secret_key: key", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: Creates directory\n file: path=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2183, "all_permissive": false }
ansible_role
brainy-minds/brainy-atlas
a86ac4c4b0a6c2603949bb998994953995a4f71e
0
scripts/atlas-playbooks/roles/brainy_atlas
7,200
[ "no_license" ]
[ { "path": "scripts/atlas-playbooks/roles/brainy_atlas/tasks/main.yml", "content": "---\n# tasks file for brainy-atalas\n- include: apache.yml\n- include: apt-pip-django.yml\n- include: atlas-git.yml\n- include: atlas-database.yml\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2466, "all_permissive": false }
ansible_role
double-coder/setup-ansible-docker
51f58d06cc35f70df59c6475453a2166352bc18a
0
master/ansible_projects/test/roles/base
7,200
[ "no_license" ]
[ { "path": "master/ansible_projects/test/roles/base/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for base\n- name: Install base packages\n ansible.builtin.package:\n name:\n - bash-completion\n - nano\n - vim\n - git\n - tree\n - nginx\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
nicolasbock/aio-demo-environment
7c80cb45d21b3c3828002ecf68205f0853a8271a
1
roles/cleanup_openstack
7,205
[ "no_license" ]
[ { "path": "roles/cleanup_openstack/tasks/main.yml", "content": "---\n\n- name: \"Delete server {{ server_name }}\"\n os_server:\n name: \"{{ server_name }}\"\n state: absent\n register: server\n\n- name: \"Delete volume {{ server_name }}-volume\"\n os_volume:\n display_name: \"{{ server_name }}-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
nicolasbock/aio-demo-environment
7c80cb45d21b3c3828002ecf68205f0853a8271a
1
roles/provision_openstack
7,205
[ "no_license" ]
[ { "path": "roles/provision_openstack/tasks/main.yml", "content": "---\n\n- name: \"Create network {{ network_name }}\"\n os_network:\n name: \"{{ network_name }}\"\n register: network\n tags:\n - create_server\n\n- name: \"Create IPv4 subnet {{ subnet_ipv4 }}\"\n os_subnet:\n cidr: \"{{ cidr_ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2450, "all_permissive": false }
ansible_role
nicolasbock/aio-demo-environment
7c80cb45d21b3c3828002ecf68205f0853a8271a
1
roles/setup_OSA
7,205
[ "no_license" ]
[ { "path": "roles/setup_OSA/tasks/main.yml", "content": "---\n\n- name: Load constants\n include_vars:\n file: constants.yml\n tags:\n - always\n\n- name: Load variables\n include_vars:\n file: variables.yml\n tags:\n - always\n\n- name: \"Clone openstack-ansible repository (at tag {{ osa_tag...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6848, "all_permissive": false }
ansible_role
nicolasbock/aio-demo-environment
7c80cb45d21b3c3828002ecf68205f0853a8271a
1
roles/setup_astack
7,205
[ "no_license" ]
[ { "path": "roles/setup_astack/tasks/main.yml", "content": "---\n\n- name: Load constants\n include_vars:\n file: constants.yml\n tags:\n - always\n\n- name: Load variables\n include_vars:\n file: variables.yml\n tags:\n - always\n\n- name: Clone dev tools\n git:\n clone: yes\n dest: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 950, "all_permissive": false }
ansible_role
nicolasbock/aio-demo-environment
7c80cb45d21b3c3828002ecf68205f0853a8271a
1
roles/setup_mkcloud
7,205
[ "no_license" ]
[ { "path": "roles/setup_mkcloud/tasks/main.yml", "content": "---\n\n- name: Load constants\n include_vars:\n file: constants.yml\n tags:\n - always\n\n- name: Load variables\n include_vars:\n file: variables.yml\n tags:\n - always\n\n- name: Clone automation\n git:\n clone: yes\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
npaKTuKyM/sysadmin_repo
b104afefa0d5b6aa66d8383b41a3fff7d9a1a218
0
Diplom/Ansible/roles/common
7,205
[ "no_license" ]
[ { "path": "Diplom/Ansible/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Удаление Apache2\n ansible.builtin.apt:\n pkg: apache2\n state: absent\n\n- name: Обновление системы\n ansible.builtin.apt:\n pkg: \"*\"\n state: latest\n update_cache: yes\n \n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1753, "all_permissive": false }
ansible_role
npaKTuKyM/sysadmin_repo
b104afefa0d5b6aa66d8383b41a3fff7d9a1a218
0
Diplom/Ansible/roles/nginx_proxy
7,205
[ "no_license" ]
[ { "path": "Diplom/Ansible/roles/nginx_proxy/tasks/main.yml", "content": "---\n# tasks file for nginx_proxy\n\n- name: Установка Nginx\n apt:\n pkg: \"nginx\"\n state: present\n\n- name: Подмена конфига балансировщика\n ansible.builtin.template:\n src: default.j2\n dest: /etc/nginx/sites-availa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }
ansible_role
npaKTuKyM/sysadmin_repo
b104afefa0d5b6aa66d8383b41a3fff7d9a1a218
0
Diplom/Ansible/roles/nginx_wiki
7,205
[ "no_license" ]
[ { "path": "Diplom/Ansible/roles/nginx_wiki/handlers/main.yml", "content": "---\n# handlers file for nginx_wiki\n- name: Reload Nginx\n service:\n name: nginx\n state: reloaded\n enabled: yes\n listen: \"Reload Nginx\"\n...\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1906, "all_permissive": false }
ansible_role
npaKTuKyM/sysadmin_repo
b104afefa0d5b6aa66d8383b41a3fff7d9a1a218
0
Diplom/Ansible/roles/postgres_wiki
7,205
[ "no_license" ]
[ { "path": "Diplom/Ansible/roles/postgres_wiki/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - postgres_wiki\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "Diplom/Ansible/roles/postgres_wiki/handlers/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1694, "all_permissive": false }
ansible_role
soofaloofa/imply-ansible
50576d6e2fe59905026abf2dfa1c38131904de4e
3
roles/imply
7,205
[ "no_license" ]
[ { "path": "roles/imply/templates/historical.runtime.properties.j2", "content": "druid.service=historical\ndruid.port={{historical.port}}\n\n# HTTP server threads\ndruid.server.http.numThreads={{historical.num_server_threads}}\n\n# Processing threads and buffers\ndruid.processing.numThreads={{historical.num_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 8011, "all_permissive": false }
ansible_role
soofaloofa/imply-ansible
50576d6e2fe59905026abf2dfa1c38131904de4e
3
roles/imply-data
7,205
[ "no_license" ]
[ { "path": "roles/imply-data/tasks/main.yml", "content": "---\n- name: Add supervisor config\n sudo: true\n template:\n src: supervisor.imply-data.conf.j2\n dest: /etc/supervisor/conf.d/imply-data.conf\n owner: \"{{ imply.user }}\"\n group: \"{{ imply.group }}\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 462, "all_permissive": false }
ansible_role
soofaloofa/imply-ansible
50576d6e2fe59905026abf2dfa1c38131904de4e
3
roles/imply-master
7,205
[ "no_license" ]
[ { "path": "roles/imply-master/templates/supervisor.imply-master.conf.j2", "content": "[program:imply-master]\ncommand={{imply.dir}}/bin/supervise -c {{imply.dir}}/conf/supervise/master-no-zk.conf\nuser={{imply.user}}\nautostart=true\nautorestart=true\nstartsecs=10\nstartretries=999\nlog_stdout=true\nlog_std...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 476, "all_permissive": false }
ansible_role
soofaloofa/imply-ansible
50576d6e2fe59905026abf2dfa1c38131904de4e
3
roles/imply-query
7,205
[ "no_license" ]
[ { "path": "roles/imply-query/tasks/main.yml", "content": "---\n- name: Add supervisor config\n sudo: true\n template:\n src: supervisor.imply-query.conf.j2\n dest: /etc/supervisor/conf.d/imply-query.conf\n owner: \"{{ imply.user }}\"\n group: \"{{ imply.group }}\"\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 466, "all_permissive": false }
ansible_role
cokafor571/vagrant-ansible-wordpress
f607003eef3c7785b89f3fbb96cde6ff3d65606d
0
ansible/roles/apache
7,205
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache and its modules\n apt: pkg={{ item }} state=latest\n with_items:\n - apache2\n - libapache2-mod-fastcgi\n\n- name: Activate mod_rewrite\n apache2_module: \n name: rewrite\n state: present\n\n- name: Activ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
cokafor571/vagrant-ansible-wordpress
f607003eef3c7785b89f3fbb96cde6ff3d65606d
0
ansible/roles/common
7,205
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: apt-get update hack\n shell: apt-get update\n\n- name: Install utilities\n apt: name={{item}} state=latest\n ignore_errors: yes\n with_items:\n - git\n - unzip\n - python-pip\n - python-dev\n - build-essential\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
cokafor571/vagrant-ansible-wordpress
f607003eef3c7785b89f3fbb96cde6ff3d65606d
0
ansible/roles/mysql
7,205
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL client, server and related libraries\n apt: pkg={{ item }} state=latest\n with_items:\n - mysql-client\n - mysql-server\n - python-mysqldb\n\n- name: Start MySQL service\n service:\n name: \"mysql\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1291, "all_permissive": false }
ansible_role
cokafor571/vagrant-ansible-wordpress
f607003eef3c7785b89f3fbb96cde6ff3d65606d
0
ansible/roles/php
7,205
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP and its modules\n apt: pkg={{ item }} state=latest\n with_items:\n - php7.1\n - php7.1-cli\n - php7.1-curl\n - php7.1-fpm\n - php7.1-mcrypt\n - php7.1-gd\n - php-imagick\n - php7.1-mysql\n - php7....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
cokafor571/vagrant-ansible-wordpress
f607003eef3c7785b89f3fbb96cde6ff3d65606d
0
ansible/roles/wp-cli
7,205
[ "no_license" ]
[ { "path": "ansible/roles/wp-cli/tasks/main.yml", "content": "- name: Download WP-CLI\n get_url:\n url: \"https://github.com/wp-cli/wp-cli/releases/download/v1.1.0/wp-cli-1.1.0.phar\"\n dest: /tmp/wp-cli-1.1.0.phar\n\n- name: Install WP-CLI\n command: rsync -c --chmod=0755 --info=name /tmp/wp-cli-1.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
Rishats/ansible_gui_for_linux_server
be37c05459d03d97765a5db770eb4578fca8f174
0
roles/common
7,205
[ "no_license" ]
[ { "path": "roles/common/tasks/user.yml", "content": " - name: Passlib install for htpassword and vps user create.\n tags: system\n apt: \n pkg: python3-passlib\n state: present\n\n - name: Create a login user for your VPS\n tags: system\n with_dict: \"{{ system_user }}\"\n user:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1028, "all_permissive": false }
ansible_role
Rishats/ansible_gui_for_linux_server
be37c05459d03d97765a5db770eb4578fca8f174
0
roles/guitier
7,205
[ "no_license" ]
[ { "path": "roles/guitier/handlers/main.yml", "content": "# file: roles/guitier/handlers/main.yml\n- name: Start slim service\n service: name=slim state=started\n\n- name: Stop slim service\n service: name=slim state=stopped\n\n- name: Restart slim service\n service: name=slim state=restarted", "licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1041, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/ai_network_intelligence
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/ai_network_intelligence/tasks/main.yml", "content": "---\n# AI Network Intelligence - Consolidated Role\n# Combines AI optimization and automation controller functionality\n# Replaces: cisco_ai_optimization + cisco_automation_controller\n\n- name: Display AI Net...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 11458, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/ai_network_intelligence_enhanced
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/ai_network_intelligence_enhanced/templates/api_schema.j2", "content": "# API Schema Template for AI Network Intelligence Enhanced\n# OpenAPI 3.0 specification for ML/AI platform APIs\n\nopenapi: 3.0.3\ninfo:\n title: AI Network Intelligence Enhanced API\n vers...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 88304, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/bandwidth_management
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/bandwidth_management/tasks/bandwidth_allocation.yml", "content": "---\n# Bandwidth Allocation Tasks\n# Configures bandwidth allocation policies\n\n- name: Configure bandwidth allocation class maps\n cisco.ios.ios_config:\n lines:\n - class-map match-any...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 18300, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/bgp_configuration
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/bgp_configuration/tasks/security_config.yml", "content": "---\n# BGP Security Configuration Tasks\n# Implements BGP security best practices\n\n- name: Configure BGP authentication for all neighbors\n ios_config:\n lines:\n - neighbor {{ item.neighbor_ip...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 20089, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_ai_optimization
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_ai_optimization/tasks/main.yml", "content": "---\n# AI Network Optimization Implementation\n# Configures AI-driven network optimization and performance tuning\n\n- name: Enable AI optimization engine\n cisco.ios.ios_config:\n lines:\n - ai-optimiz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2318, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_automation_controller
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_automation_controller/tasks/main.yml", "content": "---\n# Cisco Automation Controller - Central orchestration for network automation\n# This role deploys and configures the central automation controller for network-wide orchestration\n\n- name: Deploy auto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2889, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_continuous_verification
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_continuous_verification/tasks/main.yml", "content": "---\n# Continuous Verification Implementation\n# Implements continuous device and user verification mechanisms\n\n- name: Enable continuous verification engine\n cisco.ios.ios_config:\n lines:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3049, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_event_driven_automation
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_event_driven_automation/tasks/main.yml", "content": "---\n# Event-Driven Automation Implementation\n# Configures intelligent event processing and automated responses\n\n- name: Enable event-driven automation\n cisco.ios.ios_config:\n lines:\n - ev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2187, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_identity_based_networking
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_identity_based_networking/tasks/main.yml", "content": "---\n# Identity-Based Networking Implementation\n# Configures identity source integration and identity-based access control\n\n- name: Configure identity source integration\n cisco.ios.ios_config:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2495, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_micro_segmentation_advanced
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_micro_segmentation_advanced/tasks/main.yml", "content": "---\n# Advanced Micro-Segmentation Implementation\n# Implements advanced micro-segmentation with dynamic policy enforcement\n\n- name: Enable advanced micro-segmentation\n cisco.ios.ios_config:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2760, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_predictive_analytics
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_predictive_analytics/tasks/main.yml", "content": "---\n# Predictive Analytics Implementation\n# Configures AI-driven predictive analytics for network optimization\n\n- name: Enable predictive analytics engine\n cisco.ios.ios_config:\n lines:\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3065, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_router
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_router/tasks/mgmt_config.yml", "content": "---\n# Management Configuration Tasks\n# Configures SNMP, SSH, and remote management for router\n\n- name: Configure SNMP community strings\n ios_config:\n lines:\n - snmp-server community {{ item.communi...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 16188, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_self_healing_networks
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_self_healing_networks/tasks/main.yml", "content": "---\n# Self-Healing Networks Implementation\n# Configures automated network healing and recovery mechanisms\n\n- name: Enable self-healing network engine\n cisco.ios.ios_config:\n lines:\n - self-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2254, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_software_defined_perimeter
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_software_defined_perimeter/tasks/main.yml", "content": "---\n# Software Defined Perimeter Implementation\n# Configures dynamic perimeter security with SDP protocols\n\n- name: Enable software defined perimeter\n cisco.ios.ios_config:\n lines:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2724, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/cisco_zero_trust_policies
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/cisco_zero_trust_policies/tasks/main.yml", "content": "---\n# Zero Trust Policies Implementation\n# Implements comprehensive zero trust network access policies\n\n- name: Enable zero trust policy engine\n cisco.ios.ios_config:\n lines:\n - zero-trust po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3174, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/leaf_spine_architecture
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/leaf_spine_architecture/tasks/generate_topology_doc.yml", "content": "---\n# Generate Topology Documentation Tasks\n# Creates documentation for the leaf-spine fabric topology\n\n- name: Create documentation directory\n file:\n path: \"{{ documentation_path }...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 17288, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/micro_segmentation
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/micro_segmentation/defaults/main.yml", "content": "---\n# Micro-Segmentation Role Defaults\n# Default variables for micro-segmentation deployment\n\n# General micro-segmentation settings\nmicrosegmentation_enabled: true\ntenant_isolation_enabled: true\nsecurity_...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 15354, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/monitoring_observability
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/monitoring_observability/defaults/main.yml", "content": "---\n# Monitoring & Observability Configuration Defaults\n\n# Global Settings\nmonitoring_enabled: true\nobservability_stack: \"prometheus-grafana-elk\"\ndeployment_mode: \"enterprise\" # Options: basic, ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 49020, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/performance_optimization
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/performance_optimization/tasks/qos_performance.yml", "content": "---\n# QoS Performance Tasks\n# Configures QoS performance optimization settings\n\n- name: Enable hardware QoS\n cisco.ios.ios_config:\n lines:\n - mls qos\n match: line\n when: qos_p...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 19164, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/qos_traffic_engineering
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/qos_traffic_engineering/defaults/main.yml", "content": "---\n# Default variables for QoS Traffic Engineering role\nqos_enabled: true\ntraffic_engineering_enabled: true\nmpls_enabled: true\nrsvp_enabled: true\n\n# QoS Global Configuration\nqos_global:\n preserve...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9110, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/security_hardening
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/security_hardening/tasks/main.yml", "content": "---\n# Security Hardening Tasks\n# Implements security-first principles for network devices\n\n- name: Include user authentication hardening\n include_tasks: user_auth.yml\n \n- name: Include password policy enfo...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 17953, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/vxlan_overlay
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/vxlan_overlay/tasks/multicast_groups_config.yml", "content": "---\n# VXLAN Multicast Groups Configuration Tasks\n# Configures multicast groups for VXLAN overlay\n\n- name: Configure VXLAN multicast group assignments\n cisco.ios.ios_config:\n lines:\n - ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 16054, "all_permissive": false }
ansible_role
lucchesi-sec/ansible-network-automation-platform
f12733ba4f31db4112e38a1d80c1887050a25ed7
0
src/cisco_network_automation/roles/zero_trust_core
7,205
[ "no_license" ]
[ { "path": "src/cisco_network_automation/roles/zero_trust_core/meta/main.yml", "content": "---\n# Zero Trust Core - Role Metadata\n# Consolidated role combining zero trust policies and continuous verification\n\ngalaxy_info:\n author: <NAME>\n description: Zero Trust core policies and continuous verificati...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 12985, "all_permissive": false }
ansible_role
gtarnaras/vagrant-elk
1235af9c673456932eb19b59321b32640d013898
0
provision/roles/setup_elk
7,205
[ "no_license" ]
[ { "path": "provision/roles/setup_elk/tasks/main.yml", "content": "---\n# ###################################################################\n#\n# This is the template that orchestrates the setup and install \n#\n# ###################################################################\n \n# sudo apt-get update...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 7979, "all_permissive": false }
ansible_role
SC5/serverless-deployment-ansible-lite
8331d1bedfd3f1db080901408125d24a7df885a7
6
roles/infra
7,205
[ "no_license" ]
[ { "path": "roles/infra/tasks/main.yml", "content": "---\n- name: ensure there is a files directory\n file: path=\"{{ role_path }}/files\" state=directory\n\n- name: create infra stack\n cloudformation:\n stack_name: \"{{ project }}-infra-{{ env }}\"\n state: \"{{ state }}\"\n region: \"{{ region ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1308, "all_permissive": false }
ansible_role
SC5/serverless-deployment-ansible-lite
8331d1bedfd3f1db080901408125d24a7df885a7
6
roles/service
7,205
[ "no_license" ]
[ { "path": "roles/service/tasks/main.yml", "content": "---\n- name: ensure there is a files directory\n file: path=\"{{ role_path }}/files\" state=directory\n\n- name: ensure there is a files/service directory\n file: path=\"{{ role_path }}/files/service\" state=directory\n\n- name: clone service repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
abelguith/ansible-kubeadm-cluster
a4ce189db652ba92570af5a8c1c3e5f47149205c
2
roles/calico
7,205
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yml", "content": "---\n- name: Install Calico network plugin\n command: kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
abelguith/ansible-kubeadm-cluster
a4ce189db652ba92570af5a8c1c3e5f47149205c
2
roles/common
7,205
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update and Upgrade the apt packages before proceeding\n block:\n - name: performing the Update\n ansible.builtin.apt:\n update_cache: true\n\n- name: Block to manage Swap space\n block:\n - name: Check for swap to be on\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2424, "all_permissive": false }
ansible_role
abelguith/ansible-kubeadm-cluster
a4ce189db652ba92570af5a8c1c3e5f47149205c
2
roles/containerd
7,205
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n- name: Check and Remove docker if previous versions exist \n block:\n - name: Remove the docker and containerd package\n ansible.builtin.apt:\n name:\n - docker.io\n state: absent\n\n- name: Add the apt repository...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2862, "all_permissive": false }
ansible_role
abelguith/ansible-kubeadm-cluster
a4ce189db652ba92570af5a8c1c3e5f47149205c
2
roles/join_command
7,205
[ "no_license" ]
[ { "path": "roles/join_command/tasks/main.yml", "content": "---\n- name: Retrieve Join Command\n shell: kubeadm token create --print-join-command\n register: join_command_raw\n\n- name: Set Join Command\n set_fact:\n join_command: \"{{ join_command_raw.stdout_lines[0] }}\"\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
abelguith/ansible-kubeadm-cluster
a4ce189db652ba92570af5a8c1c3e5f47149205c
2
roles/kubernetes
7,205
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n- name: Install dependent packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - conntrack\n state: present\n\n- name: Make the Keyring directory\n ansible.builtin.file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1458, "all_permissive": false }
ansible_role
abelguith/ansible-kubeadm-cluster
a4ce189db652ba92570af5a8c1c3e5f47149205c
2
roles/worker
7,205
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "---\n- name: Set hostname to 'worker'\n shell: hostnamectl set-hostname worker\n become: yes\n\n- name: Delete /etc/kubernetes/pki/ca.crt\n shell: rm -rf /etc/kubernetes/pki/ca.crt\n become: yes\n\n- name: Join worker to cluster\n shell: \"{{ hostvar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
webdevops/samson-deployment
5035f72ebd4cc899b452ecb8dc873fbe60885c7e
35
provision/roles/samson-deployment
7,205
[ "no_license" ]
[ { "path": "provision/roles/samson-deployment/defaults/main.yml", "content": "---\n\nAPPLICATION_USER: \"{{ lookup('env','APPLICATION_USER') }}\"\nAPPLICATION_GROUP: \"{{ lookup('env','APPLICATION_GROUP') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2818, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/buildah
7,205
[ "no_license" ]
[ { "path": "ansible/roles/buildah/tasks/main.yml", "content": "- name: \"Install Buildah on Debian\"\n include_role:\n name: buildah-debian\n when: os == 'debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/buildah-debian
7,205
[ "no_license" ]
[ { "path": "ansible/roles/buildah-debian/tasks/main.yml", "content": "- name: \"Install Buildah\"\n include: install.yml\n vars:\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/buildah-debian/tasks/install.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/docker
7,205
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: \"Install Docker on Debian\"\n include_role:\n name: docker-debian\n when: os == 'debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/docker-debian
7,205
[ "no_license" ]
[ { "path": "ansible/roles/docker-debian/tasks/main.yml", "content": "- name: \"Install Docker\"\n include: install.yml\n vars:\n state: present\n \n- name: \"Configure Docker\"\n include: configure.yml\n\n- name: \"Fix systemd mount\"\n include: fix-systemd-mount.yml\n", "license_type": "no_lic...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1678, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/git
7,205
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "- name: \"Install git\"\n package:\n name: \"git\"\n state: present\n update_cache: yes\n\n- name: \"Set core.editor = 'nano'\"\n git_config:\n name: core.editor\n scope: system\n value: \"nano\"\n \n- name: \"Set git core.auto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/kind
7,205
[ "no_license" ]
[ { "path": "ansible/roles/kind/tasks/main.yml", "content": "- name: \"Download kind '{{ kind_version }}'\"\n get_url:\n url: https://kind.sigs.k8s.io/dl/{{ kind_version }}/kind-Linux-amd64\n dest: /usr/local/bin/kind\n mode: '0755'\n owner: root\n group: root\n\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/kubectl
7,205
[ "no_license" ]
[ { "path": "ansible/roles/kubectl/tasks/main.yml", "content": "- name: \"Install Kubectl on Debian\"\n include_role:\n name: kubectl-debian-ubuntu\n when: os == 'debian' or os == 'ubuntu'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/kubectl-debian-ubuntu
7,205
[ "no_license" ]
[ { "path": "ansible/roles/kubectl-debian-ubuntu/tasks/install.yml", "content": "- name: \"Add Kubectl repository gpg key\"\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: \"{{ state }}\" \n\n- name: \"Add Kubectl repository\"\n apt_repository:\n repo: deb https://a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/podman
7,205
[ "no_license" ]
[ { "path": "ansible/roles/podman/tasks/main.yml", "content": "- name: \"Install Podman on Debian\"\n include_role:\n name: podman-debian\n when: os == 'debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/podman-debian
7,205
[ "no_license" ]
[ { "path": "ansible/roles/podman-debian/tasks/main.yml", "content": "- name: \"Install Podman\"\n include: install.yml\n vars:\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/podman-debian/tasks/install.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 604, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/setup
7,205
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "- name: \"Remove obsolete global packages\"\n package:\n name: \"{{ item }}\"\n state: absent\n update_cache: yes\n with_items:\n - docker\n - docker-engine\n - docker.io \n - containerd \n - runc\n\n- name: \"Install glob...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 721, "all_permissive": false }
ansible_role
cchet/wsl2-setup
bd31797ede7d4c6d4449a49dedaefd5885163f93
1
ansible/roles/user
7,205
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "\n- name: \"Manage groups\"\n group:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ groups }}\"\n loop_control:\n loop_var: \"item\"\n when: groups is defined and groups | length > 0\n\n- name: \"Manage users\"\n include: u...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2520, "all_permissive": false }
ansible_role
kaotu/ansible-wp
f99985b510831a458bc07f0e4a74435921759a40
0
roles/database
7,205
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- include: managedb.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/database/tasks/managedb.yml", "content": "---\n- name: Install pip\n yum:\n name: python-pip\n st...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 338, "all_permissive": false }
ansible_role
zgould/Nocturne
4547769465ae03345d6e5d473a28faf916f62a8b
0
roles/asa_firmware_push
7,205
[ "no_license" ]
[ { "path": "roles/asa_firmware_push/tasks/main.yml", "content": "---\n- name: SCP Firmware Onto Device\n local_action: command scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /tftpboot/asa/{{ firmware_image }} databank@{{ inventory_hostname }}:disk0:{{ firmware_image }}\n\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
zgould/Nocturne
4547769465ae03345d6e5d473a28faf916f62a8b
0
roles/asa_software_upgrade
7,205
[ "no_license" ]
[ { "path": "roles/asa_software_upgrade/handlers/main.yml", "content": "---\n- name: slack\n slack:\n token: <KEY>\n msg: \"Automated Upgrade of {{ inventory_hostname }} completed successfully\"\n color: good\n channel: #netops\n username: Ansible\n delegate_to: localhost\n when: version_old...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1603, "all_permissive": false }
ansible_role
zgould/Nocturne
4547769465ae03345d6e5d473a28faf916f62a8b
0
roles/juniper
7,205
[ "no_license" ]
[ { "path": "roles/juniper/tasks/main.yml", "content": "---\n- name: Checking NETCONF connectivity\n wait_for: host={{ inventory_hostname }} port=830 timeout=5\n\n- name: Install JunOS Software\n junos_install_os:\n user=databank\n host={{ inventory_hostname }}\n nssu=yes\n version={{ OS_version }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 985, "all_permissive": false }
ansible_role
zgould/Nocturne
4547769465ae03345d6e5d473a28faf916f62a8b
0
roles/junos_software_upgrade
7,205
[ "no_license" ]
[ { "path": "roles/junos_software_upgrade/tasks/main.yml", "content": "---\n- name: Checking NETCONF connectivity\n wait_for: host={{ inventory_hostname }} port=830 timeout=5\n\n- name: Install JunOS Software\n junos_install_os:\n user=databank\n host={{ inventory_hostname }}\n nssu={{ nssu }}\n ver...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2486, "all_permissive": false }
ansible_role
zgould/Nocturne
4547769465ae03345d6e5d473a28faf916f62a8b
0
roles/zabbix
7,205
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "---\n- name: Create a named maintenance window for host for 90 minutes\n zabbix_maintenance:\n name: Update of \"{{ inventory_hostname }}\"\n host_name: \"{{ inventory_hostname }}\"\n state: present\n minutes: 90\n server_url: http://mci2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
zgould/Nocturne
4547769465ae03345d6e5d473a28faf916f62a8b
0
roles/zabbix_maint_disable
7,205
[ "no_license" ]
[ { "path": "roles/zabbix_maint_disable/tasks/main.yml", "content": "---\n- name: Remove maintenance window for \"{{ inventory_hostname }}\"\n zabbix_maintenance:\n name: Update of \"{{ inventory_hostname }}\"\n host_name: \"{{ inventory_hostname }}\"\n state: absent\n server_url: http://mci2-zab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
zgould/Nocturne
4547769465ae03345d6e5d473a28faf916f62a8b
0
roles/zabbix_maint_enable
7,205
[ "no_license" ]
[ { "path": "roles/zabbix_maint_enable/tasks/main.yml", "content": "---\n- name: Creating maintenance window for \"{{ inventory_hostname }}\" (90 minutes)\n zabbix_maintenance:\n name: Update of \"{{ inventory_hostname }}\"\n host_name: \"{{ inventory_hostname }}\"\n state: present\n minutes: 90\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
GR360RY/dhcpawn
51e3370614e7db0ca404358f6c97bda18054c47a
2
ansible/roles/common
7,207
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: setup group\n action: group name={{group_name}} state=present\n- name: setup user\n action: user name={{user_name}} state=present group={{group_name}}\n- name: set up packages\n action: apt pkg={{item}} state=latest update_cache=yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 700, "all_permissive": false }
ansible_role
GR360RY/dhcpawn
51e3370614e7db0ca404358f6c97bda18054c47a
2
ansible/roles/db
7,207
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- apt_key: url=http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc state=present\n- apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ {{ansible_distribution_release}}-pgdg main 9.4' state=present\n- apt: pkg={{item}} state=latest upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1214, "all_permissive": false }
ansible_role
GR360RY/dhcpawn
51e3370614e7db0ca404358f6c97bda18054c47a
2
ansible/roles/dhcpawn
7,207
[ "no_license" ]
[ { "path": "ansible/roles/dhcpawn/vars/main.yml", "content": "---\n# vars file for dhcpawn\n\nenv:\n RUNLEVEL: 1\n\napp_name: dhcpawn\n\npython_packages:\n - python-ldap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansible/roles/dhcpawn/templ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7354, "all_permissive": false }
ansible_role
GR360RY/dhcpawn
51e3370614e7db0ca404358f6c97bda18054c47a
2
ansible/roles/webapp
7,207
[ "no_license" ]
[ { "path": "ansible/roles/webapp/tasks/nginx.yml", "content": "- apt_repository: repo='ppa:nginx/stable'\n- apt: pkg=nginx state=latest update_cache=yes\n- name: nginx running\n action: service name=nginx state=started\n- name: ensure no nginx default conf\n action: file path=/etc/nginx/sites-enabled/defau...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3482, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/amethyst
7,207
[ "no_license" ]
[ { "path": "roles/amethyst/tasks/main.yml", "content": "- name: install dotfiles\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n check_mode: no\n loop:\n - { src: dot-amethyst, dest: ~/.amethyst }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/bash
7,207
[ "no_license" ]
[ { "path": "roles/bash/tasks/dot-bashrc", "content": "#!/bin/bash\n\n# User-specific executables\nPATH=\"$PATH:$HOME/local/bin\"\n# Emacs Cask\nPATH=\"$PATH:$HOME/.cask/bin\"\nexport PATH=\"$PATH\"\n\n# Unlimited history + timestamps\nexport HISTFILESIZE=\nexport HISTSIZE=\nexport HISTTIMEFORMAT=\"%h/%d %H:%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4174, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/emacs
7,207
[ "no_license" ]
[ { "path": "roles/emacs/tasks/dot-emacs.d/snippets/python-mode/matplotlib", "content": "# -*- mode: snippet -*-\n# name: matplotlib\n# key: plt\n# group: scientific\n# --\nimport matplotlib.pyplot as plt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 39462, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/fish
7,207
[ "no_license" ]
[ { "path": "roles/fish/tasks/main.yml", "content": "- name: install fish config\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n check_mode: no\n loop:\n - { src: dot-config.fish, dest: ~/.config/fish/config.fish }\n - { src: conda.fish, dest: ~/.config/fish/conda.fish }\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4810, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/i3
7,207
[ "no_license" ]
[ { "path": "roles/i3/files/status_helper.go", "content": "package main\n\n// An ad-hoc tool to add some status fields to the output of i3status\n\nimport (\n\t\"bufio\"\n\t\"encoding/json\"\n\t\"fmt\"\n\t\"os\"\n\t\"os/exec\"\n\t\"strconv\"\n\t\"strings\"\n)\n\nfunc ReadLines() <-chan string {\n\tout := make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2425, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/python
7,207
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: ensure profile directory exists\n file:\n path: ~/.ipython/profile_default/startup\n state: directory\n\n- name: install ipython config\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n check_mode: no\n loop:\n - {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 798, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/tmux
7,207
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: install dotfiles\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n check_mode: no\n loop:\n - { src: dot-tmux.conf, dest: ~/.tmux.conf }\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/vscode
7,207
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: install vs code settings\n copy:\n src: \"settings.json\"\n dest: \"~/.config/Code/User/settings.json\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
jvkersch/dotfiles
b224112d8a5f40206a065e5a619f239607f7b947
0
roles/xorg
7,207
[ "no_license" ]
[ { "path": "roles/xorg/tasks/main.yml", "content": "- name: install dotfiles\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n check_mode: no\n loop:\n - { src: dot-xbindkeysrc, dest: \"~/.xbindkeysrc\" }\n - { src: dot-xinitrc, dest: \"~/.xinitrc\" }\n - { src: dot-xprofile, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
rthaenert/aero-offers
4773b324213a66405f41aaf22448bc05d6f9d8e1
0
ansible/roles/backend
7,207
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "- name: \"python3, gcc, etc (needed for uwsgi)\"\n ansible.builtin.dnf:\n name: \n - \"python3\"\n - \"python3-devel\"\n - \"python3-pip\"\n - \"gcc\"\n - \"gcc-c++\"\n - \"make\"\n - \"cronie\"\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
rthaenert/aero-offers
4773b324213a66405f41aaf22448bc05d6f9d8e1
0
ansible/roles/db
7,207
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n# This playbook will install PostgreSQL and create db user and give permissions.\n- name: Install PostgreSQL package\n ansible.builtin.dnf:\n name: \n - postgresql15\n - postgresql15-server\n - python3-psycopg2\n state: late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1435, "all_permissive": false }
ansible_role
rthaenert/aero-offers
4773b324213a66405f41aaf22448bc05d6f9d8e1
0
ansible/roles/nginx
7,207
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: \"Install nginx\"\n ansible.builtin.dnf:\n name: \n - \"nginx\"\n state: latest\n become_user: root\n become_method: sudo\n become: yes\n\n- name: \"Copy nginx config file\"\n copy:\n src: nginx.conf\n dest: /etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1004, "all_permissive": false }
ansible_role
bubakazouba/ansible-wordpress
58ac82253d3f17d74d56a5b65bfd5ed990531cb5
0
roles/mysql
7,207
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\nwp_version: 4.5\nwp_mysql_db: wordpress\nwp_mysql_user: wordpress\nwp_mysql_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/mysql/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
bubakazouba/ansible-wordpress
58ac82253d3f17d74d56a5b65bfd5ed990531cb5
0
roles/php
7,207
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: install php\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - php5-fpm\n - php5-cli\n - php5-common\n - php5-mysql\n - php5\n - php5-mcrypt", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
bubakazouba/ansible-wordpress
58ac82253d3f17d74d56a5b65bfd5ed990531cb5
0
roles/wordpress
7,207
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/tmp/wordpress.tar.gz validate_certs=no\n\n- name: Create /var/www Directory\n file: path=/var/www state=directory\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
100-tp-elk-monito-compilation/ansible/roles/grafana
7,207
[ "no_license" ]
[ { "path": "100-tp-elk-monito-compilation/ansible/roles/grafana/handlers/main.yml", "content": "\n\n- name: restart_grafana\n systemd:\n name: grafana-server\n state: restarted\n enabled: yes\n daemon_reload: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2268, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
101-tp-elk-exporter/ansible/roles/elasticsearch_exporter
7,207
[ "no_license" ]
[ { "path": "101-tp-elk-exporter/ansible/roles/elasticsearch_exporter/tasks/main.yml", "content": "---\n# tasks file for roles/elasticsearch_exporter\n\n- name: check if elasticsearch exporter exist\n stat:\n path: \"{{ elasticsearch_exporter_bin }}\"\n register: __check_elasticsearch_exporter_present\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2988, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
101-tp-elk-exporter/ansible/roles/logstash
7,207
[ "no_license" ]
[ { "path": "101-tp-elk-exporter/ansible/roles/logstash/tasks/main.yml", "content": "---\n# tasks file for roles/logstash\n\n- name: ensure apt-transport-https is installed\n apt:\n name: apt-transport-https\n state: present\n cache_valid_time: 3600\n update_cache: yes\n\n- name: Debian - Add Ela...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1238, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
103-tp-elk-swarm/ansible/roles/grafana
7,207
[ "no_license" ]
[ { "path": "103-tp-elk-swarm/ansible/roles/grafana/tasks/main.yml", "content": "\n- name: install gpg\n apt:\n name: gnupg,software-properties-common\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n\n- name: add gpg hey\n apt_key:\n url: \"https://packages.grafana.com/gpg.ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2621, "all_permissive": false }