Ansible role for OpenWrt configuration

Hello everyone.

I have just put into production an OpenWrt-based routing solution I configured with Ansible and thought of sharing with you all. Feel free to use at your own leisure. Description below.

https://github.com/franciscofregona/OpenWRTConfig

I needed multiple routers (on VMs) to route multiple (40+) "client" networks into a common "backbone" network, through 5 routers. So I created this role to ease the task:

  1. Interfaces, networks and firewall are defined in YAML configuration files.
  2. OpenWrt configuration files are created from those, and
  3. The new files are "pasted" onto the routers defined.

In order to keep OpenWrt as vanilla as possible, no attempt to install Python was made. The configuration files are simply "echoed" in place. Maybe this move allows the role to be used on other, hardware-based, routers?

See ya!

6 Likes