Installs VyOS configuration.
Tested on VyOS 1.1.0, patches are welcome.
Clone this repo to your Ansible roles directory
git clone git://github.com/ahaitoute/ansible-vyos.git vyos
Here's an example how to use this role.
---
- hosts: servers
sudo: yes
roles:
- { role: vyos,
vyos_configuration: "vyos_configurations/vyos_configuration_{{ ansible_hostname }}.j2",
sudo: no
}
The user must have VyOS-level admin.
Licensed under the GPLv3 License. See the LICENSE file for details.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request