This repository is a an example of usage of Ansible Provisioner with Vagrant OpenWrt box.
ansible-example
role will replace wpad-mini
package with wpad
one.
Firstly install dependencies by running make setup
. Then follow regular vagrant workflow:
vagrant up
vagrant ssh
vagrant destroy
This example is based on ansible-openwrt role. For more information about the role, configuration or use scenarios, please refer to role's documentation.