packer build scripts for various os's
export PACKER_LOG=1
https://www.packer.io/docs/commands/build/
got lots of info from https://github.com/StefanScherer/packer-windows
also some info here https://www.packer.io/guides/automatic-operating-system-installs/autounattend_windows.html
packer vm build which gets everything ready for ansible awx install
https://github.com/ansible/awx/blob/devel/INSTALL.md#docker-compose
once system is up. simply install awx
cd /tmp/awx/installer
ansible-playbook -i inventory install.yml
verify the containers docker ps
shasum -a 256 {path to iso}