Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 575 Bytes

README.rst

File metadata and controls

30 lines (21 loc) · 575 Bytes

BIRD Ansible Role

Ansible role to install and configure BIRD BGP daemon

https://travis-ci.org/logan2211/ansible-bird.svg?branch=master

Default Variables

.. literalinclude:: defaults/main.yml
   :language: yaml
   :start-after: under the License.

Required Variables

None

Example Playbook

- name: Install BIRD
  hosts: bird
  user: root
  roles:
    - { role: "bird" }