Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 488 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 488 Bytes

ansible-router

Ansible playbook to configure Ubuntu 16.04 to work as a router for a small network.

Prereqs

  • A machine with two or more network connections, running Ubuntu 16.04.

Installation

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