>From seeing the available Docker modules, I'd say you can build Docker 
images, I'm just not sure if you can use Ansible to execute Dockerfiles. 
The documentation would say so, but it's a bit unclear as to how to achieve 
this. Not enough good examples.

On Wednesday, August 22, 2018 at 1:14:35 PM UTC-4, joe pinto wrote:
>
> I have one Dockerfile
>
> I have tried :
>
>  - name: build docker image
>        command: docker build -t ansibleum /ze/Dockerfile
>
>
> But the image was not created)
>
> ansible-playbook old_copiash.yml -f 1
>
>
>
> PLAY [Transfer and execute a script.] 
> *********************************************************************************************************************************
> TASK [Gathering Facts] 
> ************************************************************************************************************************************************
> ok: [host2]
> TASK [Transfer the script] 
> ********************************************************************************************************************************************
> ok: [host2]
> TASK [Execute the script] 
> *********************************************************************************************************************************************
> changed: [host2]
> TASK [build docker image] 
> *********************************************************************************************************************************************
> changed: [host2]
> PLAY RECAP 
> ************************************************************************************************************************************************************
> host2                      : ok=4    changed=2    unreachable=0    failed=0
> [root@localhost ze]# docker ps -q -a
>
>
> I can I build an image using docker ?
>
> thanks in advance
>
> josé pinto
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ca5e3daf-15d0-4793-9c23-fc9d3944f0e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to