summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-04 02:32:57 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-04 02:35:04 +0200
commit07cc232165d566d78e62dfc9eed9f5d5bb8831be (patch)
tree1cd764fa914480e556ec423efe9030398e5c184f
parent78561724fa4f58b8d256227f8913e712ecbd30f5 (diff)
downloadansible-ship-main.tar.gz
ansible-ship-main.zip
setup: rename to servicesHEADmain
-rw-r--r--Makefile9
-rw-r--r--services.yml (renamed from setup.yml)0
2 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a3ab0bc..3d297ca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,11 @@
BACKUP := backup
-setup:
- ansible-playbook -i inventory.ini --diff setup.yml
-
-packages:
- ansible-playbook -i inventory.ini --diff packages.yml
+services packages:
+ ansible-playbook -i inventory.ini --diff $@.yml
backup:
ssh -t ship.lan "test -d $(BACKUP) \
|| restic -r $(BACKUP) init \
&& restic -r $(BACKUP) backup services"
+
+.PHONY: services packages backup
diff --git a/setup.yml b/services.yml
index 9dc1926..9dc1926 100644
--- a/setup.yml
+++ b/services.yml