saucelabs/ansible-exabgp

Name: ansible-exabgp

Owner: Sauce Labs

Description: Role to manage exabgp

Forked from: ldx/ansible-exabgp

Created: 2017-11-21 21:58:55.0

Updated: 2017-11-21 21:58:57.0

Pushed: 2017-05-01 20:11:02.0

Homepage:

Size: 10

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

exabgp

Role to deploy and manage exabgp.

Requirements

The only requirement is pip. This role will install pip if it is missing.

Role Variables
Dependencies

No dependency on other roles.

Example Playbook

Example:

- hosts: bgp_servers
  vars:
    exabgp_conf:
      - section: neighbor
        name: 127.0.0.15
        config: |-
          local-as 64512;
          local-address 127.0.0.1;
          description "Example neighbor";
          peer-as 64514;
          hold-time 5;
          static {
            route 127.0.0.2 {
              next-hop 127.0.0.3;
            }
          }
          family {
            inet unicast;
          }
  roles:
     - { role: sfromm.exabgp }
License

GPLv2

Author Information

See https://github.com/sfromm


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.