summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/handlers
diff options
context:
space:
mode:
authoruvok cheetah2024-03-19 19:37:36 +0100
committeruvok cheetah2024-03-19 19:37:36 +0100
commit94fd6db6186ea78bb98bb7bbd5092ef7da92ac36 (patch)
tree8981c9d1e53cf8bcb62e8cb01f7c7e837982f2db /roles/uvok_bird/handlers
parente90d8566b369beb66df73eb2638905a86d07cf5f (diff)
Add my bird role
Diffstat (limited to 'roles/uvok_bird/handlers')
-rw-r--r--roles/uvok_bird/handlers/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/uvok_bird/handlers/main.yml b/roles/uvok_bird/handlers/main.yml
new file mode 100644
index 0000000..9ace21c
--- /dev/null
+++ b/roles/uvok_bird/handlers/main.yml
@@ -0,0 +1,9 @@
+---
+# handlers file for uvok_bird
+
+- name: Check config
+ command: birdc configure check
+ listen: configure bird
+- name: apply config
+ command: birdc configure soft
+ listen: configure bird