diff --git a/plays/root.yml b/plays/root.yml index 73e17b54114ec3cd52ae129ef8fd1e61db2db5a0..e20e5aab2bfecf08eb13caa0cb7681a050b42ca5 100755 --- a/plays/root.yml +++ b/plays/root.yml @@ -83,3 +83,12 @@ register: apt_result retries: 3 until: apt_result is succeeded + +- hosts: server + vars: + borg: '{{ glob_borg | default({}) | combine(loc_borg | default({})) }}' + mirror: '{{ glob_mirror | default({}) | combine(loc_mirror | default({})) }}' + roles: + - borgbackup-client + +- include_playbok: monitoring.yml