aboutsummaryrefslogtreecommitdiff
path: root/ansible/borg-clients.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/borg-clients.yml')
-rw-r--r--ansible/borg-clients.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/borg-clients.yml b/ansible/borg-clients.yml
new file mode 100644
index 0000000..7731505
--- /dev/null
+++ b/ansible/borg-clients.yml
@@ -0,0 +1,8 @@
+---
+- hosts:
+ - birgitte
+ tasks:
+ - name: borg-client
+ import_role: name=borg-client
+ tags: borg-client
+ become: true