openbgpd: Initial version of role
This commit is contained in:
parent
142325765b
commit
2c9b877f9f
2 changed files with 20 additions and 0 deletions
5
roles/openbgpd/handlers/main.yml
Normal file
5
roles/openbgpd/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart bgpd
|
||||
ansible.builtin.service:
|
||||
name: bgpd
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue