mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored CyMaIS basic features and optimized wordpress implementation
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# Makefile for j2render
|
||||
|
||||
TEMPLATE=./templates/vars/applications.yml.j2
|
||||
OUTPUT=./group_vars/all/07_applications.yml
|
||||
|
||||
build:
|
||||
@echo "🔧 Building rendered file from $(TEMPLATE)..."
|
||||
@mkdir -p $(dir $(OUTPUT))
|
||||
j2r $(TEMPLATE) $(OUTPUT)
|
||||
@echo "✅ Output written to $(OUTPUT)"
|
||||
|
||||
install: build
|
||||
|
||||
test:
|
||||
python -m unittest discover -s tests/unit
|
Reference in New Issue
Block a user