Add Ansible linting and other stuff

This commit is contained in:
Greg Hellings
2022-05-05 08:17:48 -05:00
parent b99a738da0
commit 5aa52aeff0
22 changed files with 177 additions and 56 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ set -exo pipefail
build="${1}"
#packer build -var-file distros/${build}.pkrvars.hcl -except=upload sources/qemu.pkr.hcl
packer build -var headless=false -var-file distros/${build}.pkrvars.hcl -except=upload sources/qemu.pkr.hcl
vagrant box add -f --name test ${build}.box
vagrant up
vagrant ssh -c "ls -la ~/"
vagrant destroy -f