Felix Fontein
badcd61a74
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. ( #164 )
2021-06-26 13:39:51 +02:00
Felix Fontein
902bcc6193
Pass Docker daemon connection params from inventory to connection plugin ( #157 )
...
* Move variable handling to doc fragment, and make them known to module_utils.
* Pass Daemon connection options to connection plugin.
* Add changelog fragment.
* Fix syntax error.
* Forgot 'options:'.
2021-06-22 06:29:56 +02:00
Felix Fontein
a11f24c3a9
Fix docker_api connection: do not initialize client too early ( #63 )
...
* Fix docker_api connection: do not initialize client too early
* Make sure connection plugin tests are also run with Ansible 2.9 and 2.10.
2020-12-27 16:13:40 +01:00
Felix Fontein
8bd33b06c4
docker_api connection plugin ( #40 )
...
* Add basic docker_api connection test.
* Split AnsibleDockerClient into module-independent and module-specific part.
* Mention new connection plugin.
* Fix tests.
* Add first version of docker_api connection plugin.
* Linting.
* Fix references.
* Improve connection tests.
* Fix put_file for all Python versions.
* Fix fetch_file.
* Linting.
* Update plugins/connection/docker_api.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Move potential common code to module_utils / plugin_utils.
* Move socket_handler to plugin_utils.
* Fix typo.
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2020-12-15 20:07:55 +00:00