Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahaitoute/ansible-vyos

Installs VyOS configuration.
https://github.com/ahaitoute/ansible-vyos

Last synced: about 1 month ago
JSON representation

Installs VyOS configuration.

Awesome Lists containing this project

README

        

ansible-vyos
=============

Installs VyOS configuration.

Tested on VyOS 1.1.0, patches are welcome.

## Installation

Clone this repo to your Ansible roles directory

git clone git://github.com/ahaitoute/ansible-vyos.git vyos

## Usage

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.

## License

Licensed under the GPLv3 License. See the LICENSE file for details.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request