diff options
author | uvok cheetah | 2023-09-04 20:01:21 +0200 |
---|---|---|
committer | uvok cheetah | 2023-09-04 20:01:21 +0200 |
commit | ac2f8aaeab4a23685ab951af3736b7412d160314 (patch) | |
tree | 26ab4577dbd9d20fc1819b82072457e531c8c1a0 /roles/router | |
parent | 932ba3888e62854d82b067646b799e1a8ca5e9af (diff) |
bird,munin: Add copy task
Diffstat (limited to 'roles/router')
-rw-r--r-- | roles/router/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/router/tasks/main.yml b/roles/router/tasks/main.yml index e8c4843..ee09493 100644 --- a/roles/router/tasks/main.yml +++ b/roles/router/tasks/main.yml @@ -13,3 +13,9 @@ - tinc is defined - tinc.configure is defined - tinc.configure +- name: copy munin plugin + copy: + src: munin_bird + dest: /usr/local/share/munin/plugins/bird + tags: + - munin |