Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 563 Bytes

File metadata and controls

24 lines (19 loc) · 563 Bytes

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