Skip to content

Cloudxtreme/ansible-vyos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Installs VyOS configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%