ypconfig

Tools required for ypconfig


License
BSD-2-Clause
Install
pip install ypconfig==1.0.2

Documentation

ypconfig

ypconfig is a Python (hence the Y instead of the I) tool to configure networking interfaces on a Linux machine. Goal is to be able to configure a machine using Ansible and be able to rollback if something goes wrong while configuring the interfaces.

This tool is made possible by pyroute2, which enables us to communicate with Linux' Netlink interface.

Credits

ypconfig is originally written by Mark Schouten mark@tuxis.nl, Tuxis Internet Engineering and shared with the community in June 2017!