first commit

This commit is contained in:
ace
2021-10-25 12:53:52 +03:00
commit fec1339a2d
6 changed files with 95 additions and 0 deletions

10
handlers/main.yml Normal file
View File

@ -0,0 +1,10 @@
---
- name: restart bird
systemd:
name: bird
state: restarted
daemon_reload: yes
- name: restart loopback
shell: |
ifdown lo ; ifup lo