{ "info": { "author": "Reynold Tabuena", "author_email": "rynldtbuen@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5" ], "description": "A python script that is use as a Ansible custom filter to simplify the configuration variables defined in [`cumulus-evpn-vxlan-ansible/master.yml`](https://github.com/rynldtbuen/cumulus-evpn-vxlan-ansible/blob/v1.0/master.yml) to deploy Cumulus EVPN VXLAN in Symmetric Routing\n\n\n- **Install pip, env and git**\n\n Debian/Ubuntu distribution:\n ```\n $ sudo apt update\n $ sudo apt install python3-pip python3-venv git\n ```\n For other distribution refer to the [Installing pip/setuptools/wheel with Linux Package Managers](https://packaging.python.org/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers)\n- **Create and activate a virtual environment**\n```\n$ mkdir