magnusvikstrom

Results 5 comments of magnusvikstrom

My current playbook runs the role, copies over docker-compose and other configuration files then runs docker-compose up. Not sure how common it is, perhaps just a mention in the documentation...

I recently started using ansible so not sure yet how the final deployment setup will work. Thanks for the suggestions though and for this role. I did get it to...

Well put, now its quite clear. Also good idea to have it in the section you most likely read before getting into this situation.

I ended up with a role that includes this role: ``` - name: Include docker role include_role: name: "nickjj.docker" apply: tags: ["docker"] become: yes # Prevent the docker_login task in...

Thanks! The first answer at that link looks promising, but reading further there is some dissent. It might come down to how the code is distributed. Bundling the AGPL library...