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.
ypconfig is originally written by Mark Schouten [email protected], Tuxis Internet Engineering and shared with the community in June 2017!