Skip to content

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

License

Notifications You must be signed in to change notification settings

nimbolus/ansible-role-netbox-vyatta-facts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

- 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages