Move secrets into .env into ansible-vault

This commit is contained in:
Tobias Reisinger 2024-10-27 16:51:01 +01:00
parent 67222f6415
commit 0bbfe1acec
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 53 additions and 51 deletions

View file

@ -2,9 +2,6 @@ SHELL := /bin/bash
TAGS ?= all
include .env
export
PWD := $(shell pwd)
.FORCE: