RE: Re: [ansible-project] Another Ansible Question

2020-03-16 Thread Michael Cooper
Thanks Phil, I appreciate it. -- Michael A CooperLinux Certified / Docker Certifiedhttp://www.coopfire.com From: Phil GriffithsSent: Monday, March 16, 2020 4:19 PMTo: Ansible ProjectSubject: Re: [ansible-project] Another Ansible Question Hi Michael You might want to check out ansible-runner: https

Re: [ansible-project] Another Ansible Question

2020-03-16 Thread Michael Mullay
I created a docker container to install Ansible for testing different versions, etc. As folks here have mentioned, it's not really the purpose of the ansible/ansible image. However, I just run it with a sleep command at run time, for like 29000 seconds (eight hours) since the container has to

Re: [ansible-project] Another Ansible Question

2020-03-16 Thread Phil Griffiths
Hi Michael You might want to check out ansible-runner: https://ansible-runner.readthedocs.io/en/latest/container.html There's also something like molecule which is designed for testing roles, and can be used with docker: https://molecule.readthedocs.io/en/latest/index.html If you want to see

Re: [ansible-project] Another Ansible Question

2020-03-16 Thread Michael Cooper
Hello Felix, I kind of figured that was going to be the story. It would be nice if there was an easy way to do this, I am tring to get away from the VM route and go with containers. I will have to keep researching. Thanks, On Monday, March 16, 2020 at 6:17:07 AM UTC-4, Felix Fontein wrote: >

Re: [ansible-project] Another Ansible Question

2020-03-16 Thread 'Felix Fontein' via Ansible Project
Hi, according to the description on https://hub.docker.com/r/ansible/ansible the Docker image ansible/ansible is "[...] for automated testing of Ansible. They do not include Ansible and are not for end users." So please don't use that image if you want to run Ansible. I'm not sure whether there