mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-06-29 02:23:08 +00:00
first commit
This commit is contained in:
10
handlers/main.yml
Normal file
10
handlers/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: restart bird
|
||||
systemd:
|
||||
name: bird
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
|
||||
- name: restart loopback
|
||||
shell: |
|
||||
ifdown lo ; ifup lo
|
Reference in New Issue
Block a user