Feat(Songe): start borgbackup server config

This commit is contained in:
Bertrand Benjamin 2018-11-10 18:09:33 +01:00
parent e1acc77ea4
commit 5013a2b9af
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- include: tasks/ssh.yml
- include: tasks/dotfiles.yml
- include: tasks/NAS_mounts.yml
- include: tasks/borg_server.yml
handlers:
- name: restart sshd

5
tasks/borg_server.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: Install borgbackup
apt:
name: borgbackup
state: present