Add packer file
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,6 +1,3 @@
|
||||
setup:
|
||||
cd vagrant && vagrant plugin install vagrant-disksize
|
||||
|
||||
list:
|
||||
vagrant status
|
||||
up:
|
||||
@@ -22,10 +19,6 @@ ansible-stack:
|
||||
ansible-full:
|
||||
make ansible-master && make ansible-workers && make ansible-stack
|
||||
|
||||
setup-keys:
|
||||
mkdir -p ./keys
|
||||
ssh-keygen -t ed25519 -f ./keys/access -N "" -q
|
||||
|
||||
ansible-watch:
|
||||
find ./ansible -type f | entr -p make ansible-master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user