Hi Team,
How can we call Packer from Ansible.( It’s Same way we call Docker_Container from Ansible )
Ansible → Packer → Docker
( In Docker Image Configuration also will be done by Ansible )
Any Solutions for this
Regards
Saurabh
Hi Team,
How can we call Packer from Ansible.( It’s Same way we call Docker_Container from Ansible )
Ansible → Packer → Docker
( In Docker Image Configuration also will be done by Ansible )
Any Solutions for this
Regards
Saurabh
Sure.
Install packer on the same machine as you have installed ansible Andy then start packer using shell module, delegated to local host.