Feat(Songe): start borgbackup server config
This commit is contained in:
parent
e1acc77ea4
commit
5013a2b9af
@ -14,6 +14,7 @@
|
|||||||
- include: tasks/ssh.yml
|
- include: tasks/ssh.yml
|
||||||
- include: tasks/dotfiles.yml
|
- include: tasks/dotfiles.yml
|
||||||
- include: tasks/NAS_mounts.yml
|
- include: tasks/NAS_mounts.yml
|
||||||
|
- include: tasks/borg_server.yml
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: restart sshd
|
- name: restart sshd
|
||||||
|
5
tasks/borg_server.yml
Normal file
5
tasks/borg_server.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: Install borgbackup
|
||||||
|
apt:
|
||||||
|
name: borgbackup
|
||||||
|
state: present
|
Loading…
Reference in New Issue
Block a user