mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2024-11-24 23:56:38 +00:00
15 lines
218 B
YAML
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
|