create makefile

This commit is contained in:
vincent 2022-05-07 09:17:34 +02:00
parent 4616c14346
commit c53fe3bc34

4
makefile Normal file
View File

@ -0,0 +1,4 @@
dev:
@read -p 'enter your vault token:' VAULT_TOKEN;\
nomad agent -dev -bind 0.0.0.0 -dc homelab -vault-address "http://active.vault.service.consul:8200" -vault-create-from-role "nomad-cluster" -vault-enabled -vault-token $$VAULT_TOKEN