Sergey
f1d68c0fbd
Release 1.9.3 version ( #408 )
...
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-03-29 14:46:45 +03:00
Sergey
fefc7e461f
Remove idempotency for log level ( #404 )
...
Since Podman changes its defaults very often and it's impossible
to track and identify every time what is current log level, let's
remove idempotency for this parameter for now.
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-03-29 14:15:16 +03:00
Sergey
91bd219067
Fix sanity issues with a new Ansible version ( #405 )
...
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-03-29 11:47:42 +03:00
Henry78
4afd6bbd18
Podman Pod: Update examples to use quotes when publishing ports to avoid them being intrepreted as scalars. #394 ( #401 )
...
Signed-off-by: Henry <henry78@gmx.at>
2022-03-24 11:46:54 +02:00
Jakob Meng
55a2efa0d0
Release 1.9.2 version ( #400 )
...
Signed-off-by: Jakob Meng <code@jakobmeng.de>
2022-03-21 12:28:34 +01:00
Sergey
aa4c3223d2
Fix podman collection for Podman version 4 ( #398 )
...
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-03-17 21:56:19 +02:00
Axel Dahlberg
4a7d64bb43
fix(network) fix issue when missing plugins entry ( #392 )
...
Signed-off-by: Axel Dahlberg <git@valleymnt.com>
2022-03-14 13:41:28 +02:00
Rubik's Dot
d024e91216
fix check for read-only change of root image ( #393 )
...
The --read-only option is not checked for changes between runs of
ansible thus the container is not recreated if the user changes
the root image between read-write to read-only.
Default for the read_only variable set to False in line with
documentation and so that later checks are simplified.
This is a fix for bug #383 .
Signed-off-by: Andrew <rubiksdot@grue.cc>
Co-authored-by: Andrew <rubiksdot@grue.cc>
2022-03-14 12:54:12 +02:00
Sergey
81f20befb2
Fix error with exitcommand for Podman v4 ( #390 )
...
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-03-11 12:13:36 +02:00
Sergey
ecf4c1c52d
Fix CI for podman container tests ( #386 )
...
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-03-08 17:31:29 +02:00
Sergey
85a36e3b1f
Fix new requirements for plugins documentation ( #385 )
...
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-03-08 13:58:38 +02:00
Sergey
081ac5f851
Fix MAC address detection in created container ( #377 )
...
Fix #373
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-02-17 20:17:57 +02:00
Sergey
527ccacf01
Add --requires option ( #378 )
...
Fix #374
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-02-17 18:53:37 +02:00
Sergey
23fde625f6
Strip slashes from volumes ( #379 )
...
Fix #372
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2022-02-17 18:29:51 +02:00
Sergey
547abfea53
Add slirp4netns idempotency for pods ( #369 )
...
Fix #367
2022-01-16 23:44:08 +02:00
Sergey
71117a3a86
Release 1.9.1 version ( #366 )
2022-01-13 15:23:26 +02:00
Sergey
4f3a84f4e5
Add new options for pod module ( #361 )
2022-01-13 15:10:05 +02:00
Aliaksandr Mianzhynski
d185616a72
Update secrets description and add test with secret opts ( #363 )
...
* Update secrets description and add test with secret opts
* Make pep happy
2022-01-06 18:08:09 +02:00
Radovan Dražný
42dc5be784
Handle tlsverify correctly in podman_login ( #365 )
2022-01-06 17:00:10 +02:00
Timo Tomasini
9860b78ce5
Fix podman_pod_lib behavior for ports published to multiple IPs ( #359 )
...
* Fix podman_pod_lib behavior for ports published to multiple IPs
* Fix IPv6 behavior for pods and add tests
* Fix bind: cannot assign requested address issue with test container
2022-01-03 08:24:51 +02:00
Maxwell G
fcf1522147
[Issue template] Use yaml syntax highlighting where appropriate ( #358 )
...
Signed-off-by: Maxwell G <gotmax@e.email>
2021-12-28 13:26:38 +02:00
Sergey
410c76d14a
Release 1.9.0 version ( #351 )
2021-12-05 19:07:32 +02:00
Sergey
8874ba8e1d
Update generated docs for podman_pod ( #349 )
2021-11-29 00:17:19 +02:00
Joerg Kastning
6ba6c01229
Add a second example to podman_pod_module.html ( #346 )
...
Added a second example
2021-11-29 00:13:31 +02:00
Sergey
d5e52d813f
Don't include shared 'net' if network is host in pods ( #348 )
2021-11-29 00:04:53 +02:00
Sergey
05515e8307
Add CI jobs and docs for podman_tag ( #347 )
2021-11-28 22:31:18 +02:00
Christian Bourque
f2882ecb19
Add podman_tag module #328 ( #343 )
...
Fixes #328
Co-authored-by: Christian Bourque <christian.bourque@expretio.com>
2021-11-28 18:02:24 +02:00
Aliaksandr Mianzhynski
3e7f7a00a0
Add secrets driver and driver opts support ( #344 )
2021-11-26 12:22:36 +02:00
Sergey
46578d246a
Release 1.8.3 version ( #341 )
2021-11-25 19:12:17 +02:00
Sergey
5db058ac67
Remove default value of log-driver ( #340 )
...
The default value of log-driver is not defined now and can change
depending on the platform.
2021-11-25 19:06:02 +02:00
Oliver Walsh
f3e95d0d3f
Hardcode RT signal numbers ( #338 )
...
Looking up SIGRTMIN/SIGRTMAX isn't portable.
Hardcode the Linux signal number instead.
Fixes issue #337 .
2021-11-20 03:06:07 +02:00
zephyros
e6d2e86e35
Add documentations for generate_systemd ( #336 )
2021-11-19 16:04:06 +02:00
Luca Beltrame
cef7bdbea0
Support --new in generate_systemd ( #334 )
...
* Support --new in generate_systemd
Fixes #318 .
* Add docs
2021-11-18 14:35:42 +02:00
Sergey
8829be3231
Release 1.8.2 version ( #333 )
2021-11-09 13:48:40 +02:00
Cédric Jeanneret
a8e81193f4
Allow to actually pass a list of string for "mounts" ( #332 )
...
Like "volume", "mount" can be passed multiple times to the container
creation/run, therefore we want to support a list of string, and a
"mounts" alias.
2021-11-09 13:40:40 +02:00
Mike
aa6d538be9
Don't add newlines to secrets ( #331 )
...
* prevent run_command from creating new lines
* removes new line from test
2021-11-01 22:22:57 +02:00
Oliver Walsh
a0377fbd24
Fix signal diff for truncated and RT signal names ( #326 )
...
* Fix signal diff for truncated and RT signal names
This refactors the signal mapping logic to closely resemble the logic in
podman.
Podman tolerates images with truncated STOPSIGNAL names e.g RTMIN+3
is used in the freeipa-container Dockerfiles.
Also avoids hardcoding real-time signals as they vary per
platform or glibc implementation (see man 7 signal).
* Cleanup lint
* More lint cleanup
2021-10-19 17:18:22 +03:00
Sean Sullivan
e90eb325ae
Update error message when pull set to false ( #327 )
2021-10-19 02:01:52 +03:00
Sergey
c14703ac46
Add option for ansible-core in RPM spec file ( #325 )
2021-10-13 15:45:02 +03:00
Sergey
4982579c79
Add skip option for podman secret ( #324 )
2021-10-12 13:56:04 +03:00
Sergey
717963d66d
Fix issue with podman and exposed ports ( #323 )
2021-10-12 02:18:08 +03:00
Sergey
a1aec061f5
Support empty stings in prefixes ( #321 )
2021-10-11 23:38:58 +03:00
Jad Kik
15cd7623af
Add support for network-alias flag ( #314 )
...
* Add support for network-alias flag
* Ignore idempotency assert in tests
Co-authored-by: Sagi Shnaidman <sshnaidm@redhat.com>
2021-10-03 22:18:31 +03:00
Sergey
b6c20717ae
Fix CI issues with Ansible 2.12 version ( #315 )
2021-10-03 00:15:20 +03:00
Sergey
f56ea8322c
Release 1.8.1 version ( #312 )
2021-09-24 00:54:22 +03:00
Sergey
3f3cdab506
Add .service extension to systemd files ( #310 )
2021-09-23 09:50:16 +03:00
Sergey
b2541ad39c
Change python version for ansible-core to 3.9 ( #311 )
2021-09-22 12:08:21 +03:00
Bruno Marsal
8d48e30721
Fix suboption key in podman_container/podman_pod for generate_systemd documentation ( #305 )
...
* fix suboption key in podman_container -> generate_systemd documentation
As of this line 5b3f8a4d3d/plugins/module_utils/podman/common.py (L66) it should be "path", not "file"
* fix suboption key in podman_pod -> generate_systemd documentation
2021-09-19 13:54:50 +03:00
Sergey
5b3f8a4d3d
Add aliases for image load/save ( #303 )
...
To be compatible with docker_image_load module add 'path' options
as aliases.
2021-09-17 22:36:07 +03:00
Sergey
aaff17fc50
Update docs to 1.8.0 ( #302 )
...
And bump up repo version.
2021-09-17 22:21:30 +03:00