summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f9d4a52..5399bc9 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ BACKUP := backup
setup:
ansible-playbook -i inventory.ini --diff setup.yml
+update:
+ ansible -i inventory.ini -b -m ansible.builtin.package --args 'state=latest name=*' ship.lan
+
backup:
ssh -t ship.lan "test -d $(BACKUP) \
|| restic -r $(BACKUP) init \