From f7178aedfd35c95c43c6a811775cb51e40ffd925 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 9 Sep 2025 11:12:22 +0200 Subject: repurpose the repo It's no longer a stupid, archived Ansible project; I'm gonna use it to run GitHub Actions to do maintenance on my stuff. --- Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 9ecf55f..0000000 --- a/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -include prelude.mk - -LIMIT ?= all -$(eval $(call noexpand,LIMIT)) - -args := --inventory src/inventory.ini --limit '$(call escape,$(LIMIT))' - -.PHONY: all -all: run - -.PHONY: deps -deps: - ansible-galaxy collection install -r src/requirements.yml - -.PHONY: run -run: - ansible-playbook $(args) src/playbook.yml - -.PHONY: reboot -reboot: - ansible $(args) --become -m reboot '*' - ansible $(args) -m wait_for_connection '*' - -.PHONY: reboot/cloud -reboot/cloud: LIMIT := cloud -reboot/cloud: run -- cgit v1.2.3