Ajpantuso
072d96ca62
docker_compose - Adding profiles option. ( #167 )
...
* Initial commit
* fixing tests
* Adding changelog fragment
2021-06-28 20:54:54 +02:00
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
af2b3b0493
docker_compose: fix idempotency for stopped services ( #159 )
...
* Always use |= instead of = when updating changed status.
* Fix idempotence bug.
* Add changelog fragment.
2021-06-22 12:07:50 +02:00
Alexandr N. Zamaraev
859bc29f9e
docker_compose: fix #12 ( #119 )
...
* fix #12
* Create 12-correct_pull_wo_starting.yaml
* Update changelogs/fragments/12-correct_pull_wo_starting.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/12-correct_pull_wo_starting.yaml
Co-authored-by: Amin Vakil <info@aminvakil.com>
* Update docker_compose.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Amin Vakil <info@aminvakil.com>
2021-05-04 07:53:38 +02:00
Felix Fontein
a3b9648233
Improve exception handling. ( #121 )
2021-04-08 08:00:01 +02:00
Felix Fontein
e9b10ee0a4
Add use_ssh_client flag ( #114 )
...
* Add use_ssh_client option.
* Unrelated cleanup (unneeded imports).
* Add SSH connection tests.
2021-04-02 10:14:09 +02:00
Felix Fontein
5dba331bc7
Adjust deprecations ( #1 )
...
* First batch of c.g 2.0.0 deprecations.
* Remove use_tls and force from docker_image.
* More removals.
* Change community.general 3.0.0 deprecations to community.docker 2.0.0.
* Fix sanity.
* Fixing some bugs.
* Add PR URL to fragment.
ci_complete
ci_coverage
* Improve docs, remove superfluous code.
2020-10-30 07:05:51 +01:00
Andrew Klychkov
7d44ce9635
modules: fix examples to use FQCN for builtin plugins ( #661 )
2020-10-30 07:05:51 +01:00
Andrew Klychkov
93bc4875e3
modules: fix examples to use FQCN for builtin modules ( #648 )
...
* modules: fix examples to use FQCN for builtin modules
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2020-10-30 07:05:51 +01:00
Andrew Klychkov
564dd62c80
modules: fix examples to use FQCN ( #644 )
...
* modules: fix examples to use FQCN
* fix
* fix
* fix
2020-10-30 07:05:51 +01:00
Robert Kaussow
bcd7b9bde4
docker_compose: dont start the service if parameter stopped is true ( #547 )
...
* dont start the service it parameter stopped is true
* add missing changelog fragment
* fix formatting of the changelog fragment
* add condition to disallow the usage of stopped and restarted at the same time
* fix changelog
2020-10-30 07:05:51 +01:00
Felix Fontein
87230c1c2f
Clean up deprecations ( #504 )
...
* Adjust deprecation versions.
* Remove redirects that are already made in ansible/ansible's ansible_builtin_runtime.yml
* Remove modules that were moved to the google.cloud collection according to ansible/ansible's ansible_builtin_runtime.yml.
* The _info module is in google.cloud.
* The gcp doc_fragment is a copy of the one in google.cloud and is only used by one lookup. Mark as deprecated/internal.
* Remove entries of modules that no longer exist.
* Update ignore.txt.
* Try to fix test.
* Remove debug output.
2020-10-30 07:05:51 +01:00
Andrew Klychkov
6a179835ed
Remove ANSIBLE_METADATA ( #339 )
...
* Remove ANSIBLE_METADATA
* remove from other modules
* remove from plugins and scripts
2020-10-30 07:05:51 +01:00
Felix Fontein
02f640326c
Fix module._name comparisons to also consider FQCNs. ( #230 )
2020-10-30 07:05:51 +01:00
Ansible Core Team
a1f472244d
Initial commit
2020-10-30 07:05:50 +01:00