From 37e93cced23e0ee726309e841b1dac19e9ccdac4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 26 Dec 2018 11:02:22 +0100 Subject: o Working borg setup. --- ansible/inventory | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ansible/inventory') diff --git a/ansible/inventory b/ansible/inventory index 9b9ff78..6319cd4 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -72,4 +72,22 @@ all: ansible_connection: lxc_ssh ansible_ssh_extra_args: sz-test +# Borg + borg_servers: + hosts: + malabaricus: + vars: + borg_server__clients_ansible_group: borg_nas + borg_nas: + hosts: + fuckaduck: + birgitte: + conflatorio: + vars: + borg_client__server: malabaricus.trygvis.io + + borg_clients: + children: + borg_nas: + # vim: set filetype=yaml: -- cgit v1.2.3