bird/handlers/main.yml
2021-10-25 14:55:25 +03:00

15 lines
218 B
YAML

---
- name: restart bird
systemd:
name: bird
state: restarted
daemon_reload: yes
- name: restart loopback
shell: |
ifdown lo ; ifup lo
- name: reload dummy interface
command: nmcli conn up lo0