[ansible-project] Re: logging in the client

2016-09-20 Thread Yorick P
If you run a playbook, you can also use the --diff options, to see what changes. More info see http://docs.ansible.com/ansible/playbooks_checkmode.html#showing-differences-with-diff On Tuesday, August 30, 2016 at 12:48:58 PM UTC+2, sabarinath g wrote: > > Hi, > > I wanted to know Does

Re: [ansible-project] Ansible in the docker container?

2016-11-08 Thread Yorick P
I faced the same thing, and I solved this by putting my config files or data in in a host directory and mounted this as a data volume (https://docs.docker.com/engine/tutorials/dockervolumes/). I run Ansible from my desktop, run a playbook and template out or copy the necessary files to the