Add packer file

This commit is contained in:
lif
2025-10-17 15:40:01 +01:00
parent 967d77789d
commit f2f831670e
3 changed files with 41 additions and 8 deletions

View File

@@ -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