Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nimbolus/ansible-role-netbox-vyatta-facts
- Owner: nimbolus
- License: bsd-3-clause
- Created: 2023-10-22T15:16:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:40:15.000Z (8 months ago)
- Last Synced: 2024-11-07T23:14:18.499Z (about 2 months ago)
- Topics: ansible, netbox, vyatta
- Language: Jinja
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)