Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nimbolus/ansible-role-netbox-vyatta-facts

Ansible role to gather facts from Netbox for generating a vyatta config
https://github.com/nimbolus/ansible-role-netbox-vyatta-facts

ansible netbox vyatta

Last synced: 5 days ago
JSON representation

Ansible role to gather facts from Netbox for generating a vyatta config

Awesome Lists containing this project

README

        

Ansible Role - Netbox Vyatta Facts
=========

Ansible role to gather facts from Netbox for generating network device configurations. The facts are generic, but designed for the Vyatta configuration system (EdgeOS, VyOS).

Example Playbook
----------------

```yaml
- name: Configure EdgeRouter
hosts: edgerouter
roles:
- role: netbox-vyatta-facts
post_tasks:
- name: Apply config
community.network.edgeos_config:
src: example/config.j2
backup: true
```

Author Information
------------------

[lu1as](https://github.com/lu1as)