BIRD Ansible Role
Ansible role to install and configure BIRD BGP daemon
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" }