patchback[bot]
7d8f5559e2
[PR #9457/98b328c5 backport][stable-10] apache2_mod_proxy: big revamp ( #9806 )
...
apache2_mod_proxy: big revamp (#9457 )
* apache2_mod_proxy: big revamp
* fix case when state=null
* fix logic for change detection
(cherry picked from commit 98b328c539
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-02-26 22:05:03 +01:00
patchback[bot]
78c8fa0d49
[PR #9775/8e36fd48 backport][stable-10] apache2_mod_proxy: follow-up for #9762 , forgot one place with find_all/findAll ( #9776 )
...
apache2_mod_proxy: follow-up for #9762 , forgot one place with find_all/findAll (#9775 )
Follow-up for #9762 , forgot one place.
(cherry picked from commit 8e36fd4847
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-02-18 21:53:16 +01:00
patchback[bot]
d3650f27b0
[PR #9762/a3fd357d backport][stable-10] Make apache2_mod_proxy work with Python 3, half-way modern Apache 2 versions, and add basic tests ( #9771 )
...
Make apache2_mod_proxy work with Python 3, half-way modern Apache 2 versions, and add basic tests (#9762 )
* Move Apache 2 installation to setup role.
* Make module work with Python 3.
* Add basic tests.
* Add changelog fragment.
* Simplify change.
* Pass referer.
(cherry picked from commit a3fd357d81
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-02-18 20:30:09 +01:00
patchback[bot]
ed6e87c994
[PR #9614/cc331db4 backport][stable-10] apache2-mod-proxy: simplified/improved string manipulation ( #9627 )
...
apache2-mod-proxy: simplified/improved string manipulation (#9614 )
* apache2-mod-proxy: simplified/improved string manipulation
* add changelog frag
* Update changelogs/fragments/9614-apache2-mod-proxy-revamp7.yml
* remove redundant .keys() call
* remove unneeded str() call
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit cc331db43d
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-01-26 13:14:54 +01:00
patchback[bot]
13be47c7a6
[PR #9612/f5cbf5ac backport][stable-10] apache2-mod-proxy: use deps to handle dependencies ( #9617 )
...
apache2-mod-proxy: use deps to handle dependencies (#9612 )
* apache2-mod-proxy: use deps to handle dependencies
* add changelog frag
* fix errors
(cherry picked from commit f5cbf5acc7
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-01-23 20:47:59 +01:00
patchback[bot]
94903785d0
[PR #9609/bf5c7f8b backport][stable-10] apache2-mod-proxy: better handling regexp extraction ( #9616 )
...
apache2-mod-proxy: better handling regexp extraction (#9609 )
* apache2-mod-proxy: better handling regexp extraction
* add changelog frag
(cherry picked from commit bf5c7f8be8
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-01-23 20:40:33 +01:00
patchback[bot]
20e394fd3d
[PR #9613/a5d2e3ec backport][stable-10] apache2-mod-proxy: reformatted YAML blocks ( #9615 )
...
apache2-mod-proxy: reformatted YAML blocks (#9613 )
(cherry picked from commit a5d2e3ec80
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-01-23 20:28:36 +01:00
patchback[bot]
17157cdfb5
[PR #9600/a4562bce backport][stable-10] apache2-mod-proxy: make state option a list ( #9611 )
...
apache2-mod-proxy: make state option a list (#9600 )
* apache2-mod-proxy: make state option a list
* add changelog frag
* Update plugins/modules/apache2_mod_proxy.py
* Update changelogs/fragments/9600-apache2-mod-proxy-revamp2.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit a4562bced4
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-01-23 20:10:51 +01:00
patchback[bot]
769b22cd4c
[PR #9608/d7f067dd backport][stable-10] apache2-mod-proxy: receive results from fetch_url as tuple of vars ( #9610 )
...
apache2-mod-proxy: receive results from fetch_url as tuple of vars (#9608 )
* apache2-mod-proxy: receive results from fetch_url as tuple of vars
* add changelog frag
(cherry picked from commit d7f067dd28
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-01-23 20:10:42 +01:00
patchback[bot]
ed472d8291
[PR #9599/1c0b487b backport][stable-10] apache2-mod-proxy: refactor BalancerMember serialization ( #9607 )
...
apache2-mod-proxy: refactor BalancerMember serialization (#9599 )
* apache2-mod-proxy: refactor BalancerMember serialization
* add changelog frag
(cherry picked from commit 1c0b487b41
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-01-22 20:51:20 +01:00
patchback[bot]
14038511a1
[PR #9421/2a2a9661 backport][stable-10] [ab]*.py: normalize docs ( #9427 )
...
[ab]*.py: normalize docs (#9421 )
* [ab]*.py: normalize docs
* Update plugins/modules/atomic_image.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 2a2a9661d9
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2024-12-27 14:52:29 +01:00
Alexei Znamensky
26df6c7657
use dict comprehension in plugins, part 3 ( #8833 )
...
* use dict comprehension in plugins, part 3
* add changelog frag
2024-09-08 14:22:37 +02:00
Alexei Znamensky
ecc048bc12
Use dict comprehension in plugins ( #8814 )
...
* use dict comprehension in plugins
* Apply suggestions from code review
* add changelog frag
* fix references in changelog frag
2024-09-01 20:22:53 +02:00
Felix Fontein
673c79f6d9
Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules ( #5963 )
...
Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules.
2023-02-24 09:24:37 +01:00
Felix Fontein
b531ecdc9b
Unflatmap community.general ( #5461 )
...
* Move files.
* Update imports and references.
* Move wrongly placed files.
* Reverse redirects, deprecate long → short name redirects.
* Simplify contribution guidelines for new modules.
* Rewrite BOTMETA.
* Add changelog fragment.
* Fix ignore.txt files.
2022-11-02 20:42:29 +00:00
Felix Fontein
7743ecd776
Replace symlinks with meta/runtime.yml redirects. ( #4562 )
2022-04-26 20:33:13 +02:00
Brian Coca
8f90360d49
make collection usable with current ansible vers ( #9 )
2020-03-11 14:10:38 +00:00