From 94fd6db6186ea78bb98bb7bbd5092ef7da92ac36 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 19 Mar 2024 19:37:36 +0100 Subject: Add my bird role --- roles/uvok_bird/handlers/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/uvok_bird/handlers/main.yml (limited to 'roles/uvok_bird/handlers') 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 -- cgit v1.2.3