Re: [ansible-project] Run Ansible Playbook inside Docker container?

2016-05-19 Thread Michael Merritt
Thank you! This got me up and going fast. On Monday, June 29, 2015 at 10:26:02 PM UTC-7, Erik wrote: > > Sure, the general pattern I follow is thus: > > 1. I use a base docker image that already has ansible installed. > 2. In your Dockerfile, use the COPY command to copy your ansible files > (p

[ansible-project] Ansible fails when installing requirements with "print "- the specified version (%s) was not found in the list of available versions." % role.version"

2015-06-15 Thread Michael Merritt
I have a fairly straightforward playbook that I'm executing in Ansible 1.9.1 which fails regarding the version not being found. I've tried specifying and not specifying the version in the requirements.yml. The role does get successfully downloaded with the url that ansible output is displaying