ansible/roles/bird/handlers/main.yml
Yohann D'ANELLO 6f4c39dbd8
[bird] Use Bird to do BGP with Zayo and Crans
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-07-04 14:20:30 +02:00

8 lines
109 B
YAML

---
- name: Reload Bird
systemd:
name: "{{ item }}"
state: reloaded
loop:
- bird
- bird6