Home
Networking Games
Cancel

Ansible VAULT with 1password

Ansible provides a tool to protect sensitive data in inventories and makes them unusable without encryption password. Documentation for ansible-vault is pretty nice and very helpful, but at some p...

Test your network automation with Pytest & Mock

Recently, we have been challenged on how we could test our ansible-cvp development to make sure changes are not breaking the code. One of the solution would be to build a test topology we can acce...

Build Containerlab topology from AVD

Overview Until recently, if we want to do networking lab, we had option to play with GNS3 or EVE-NG with Virtual Machine for Network OS. But 2021 has seen the rise of Containerlab which gives us a...

Deploy & Configure AWX with Ansible EE

About This example shows how to deploy basic EVPN/VXLAN Fabric based on Arista Validated Design roles using Ansible Tower/AWX. This repository will be used as project on AWX and we will describe h...

eos-download introduction

In this post, we will see how to use eos-download script to automate your EVE-NG instance with new Arista EOS version for your labs. One of the pain point when you want to test a design is to prep...

Build an Ansible Execution Environment

Overview Recently, Ansible has released a tool to build docker image with all your requirements. Main goal is to support execution of projects in Ansible AWX and to replace the need to configure P...