Piotr Wojciechowski
Piotr Wojciechowski
Sounds good
> I didn't find any problems yet (except #17, which isn't a real problem yet since support on Ansible's side is also missing, at least in the stable-2.10 branch). How...
Interestingly, setting availability is not part of an API and low-level API. I think it may be worth opening a request in the Docker project for this. It looks like...
I don't see an Issue or PR in docker-py for this feature. I will open one and lets see the developers response.
> > It looks like the only way now is to call `docker_node` to change the availability of the node as a next task after joining the swarm. > >...
I think it is a good feature proposal. Will implement it in September.
Hey. Sorry guys for the delay. I was overloaded with work lately, but I'm almost back to a normal level of work. Will take a look at it soon.
After further investigation, I found that `sysctl` is not implemented in https://github.com/docker/docker-py yet. This needs to be added there first so we can use it in the Ansible module. I...