↧
Answer by 030 for Parallelising Packer with Ansible
What about using a CI tool? Create a parallel job and the jobs will run parallel. For example, one could use Jenkins:https://jenkins.io/blog/2017/09/25/declarative-1/stage('run-parallel-branches') {...
View ArticleParallelising Packer with Ansible
IssueI have an Ansible role which covers Windows, macOS and Ubuntu OS. I also have a Packer template file for each OS (due to small nuances and changes in the template file to handle provisioning)...
View Article