-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Connection Doesn't Work #34
Comments
I never use any docker connection type, I don't know what needs to be installed for that. |
docker-cli is what would be needed I think. I have it clone and am
trying to get it work. I would also need a volume for "/var/run/docker.sock"
I believe.
…On Fri, Jun 19, 2020 at 9:08 AM Thomas Boerger ***@***.***> wrote:
I never use any docker connection type, I don't know what needs to be
installed for that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY5MPFMVJX4RK5D3GHOQSLRXNWOVANCNFSM4OCDYVRA>
.
--
v/r
Kasey Linden
[email protected]
|
I'm not sure if that could properly work at all |
I am trying to have a pipeline that runs/tests my ansible playbook by running it against a system. Right now I was thinking that system could be a docker container that is provisioned as a service. Do you have a better idea on how I could do this? |
So far I have done all testing with molecule, mostly to cloud providers supported by it via drone. Another option could be a special runner, but that would be a bigger effort. I never tried to do the testing with the ansible plugin itself. |
How about using kitchen to provision a system and invoke ansible? Have you worked with drone and kitchen? |
No kitchen, just Molecule similar to https://github.com/rolehippie/sudo |
Unable to use a docker connection for the Ansible Plugin.
https://discourse.drone.io/t/ansible-plugin-docker-connection-to-service-container/7528
The text was updated successfully, but these errors were encountered: