2020-08-04 22:17:13 +00:00
|
|
|
---
|
2020-08-04 22:54:13 +00:00
|
|
|
- hosts: frames
|
2020-08-04 22:17:13 +00:00
|
|
|
become: yes
|
|
|
|
tasks:
|
|
|
|
- name: Refresh package list
|
|
|
|
apt:
|
|
|
|
cache_valid_time: 3600
|
|
|
|
- name: Update installed packages
|
|
|
|
apt:
|
|
|
|
upgrade: dist
|
|
|
|
- name: Update restic
|
|
|
|
command: restic self-update
|
|
|
|
- name: /usr/bin/rclone rclone
|
|
|
|
shell: curl https://rclone.org/install.sh | bash
|
|
|
|
- name: Update FileBrowser
|
|
|
|
shell: curl -fsSL https://filebrowser.org/get.sh | bash
|