summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88a2f75..a139adc 100644
--- a/Makefile
+++ b/Makefile
@@ -37,3 +37,7 @@ security:
.PHONY: http
http:
$(BIN)/ansible-playbook -e @vault.yaml playbooks/http.yaml
+
+.PHONY: https
+https:
+ $(BIN)/ansible-playbook -e @vault.yaml playbooks/https.yaml