[ansible-project] Ansible and Packer

2018-04-09 Thread 'J Hawkesworth' via Ansible Project
Sure. Install packer on the same machine as you have installed ansible Andy then start packer using shell module, delegated to local host. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving

[ansible-project] Ansible and Packer

2018-04-06 Thread 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 -- You

[ansible-project] Ansible with Packer, root

2015-05-04 Thread mic gourdet
I am using Ansible 1.9 and Packer to create and install new package on a Debian VM. Packer run my playbook, but the installation of the package fail because I am not root. Can anyone give me an example of a playbook which install a package on a Debian ? (With of course the possibility to be

Re: [ansible-project] Ansible with Packer, root

2015-05-04 Thread Brian Coca
tasks is list, so each one needs to be preceded by a dash '-' hosts: all user: root tasks: - apt: name=fortune state=installed -- Brian Coca -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and stop