Ansible playbook to configure Ubuntu 16.04 to work as a router for a small network.
- A machine with two or more network connections, running Ubuntu 16.04.
On your Ubuntu router run:
sudo apt -y install ansible
git clone https://github.com/mmulsow/ansible-router.git
cd ansible-router
vi playbook/group_vars/all.yml # Configure as needed
ansible-playbook -i playbook/inventory -b -c local playbook/site.yml
reboot