patchback[bot]
b769b0bc01
[PR #11400/236b9c0e backport][stable-12] Sort imports with ruff check --fix ( #11409 )
...
Sort imports with ruff check --fix (#11400 )
Sort imports with ruff check --fix.
(cherry picked from commit 236b9c0e04 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-01-09 19:36:52 +01:00
patchback[bot]
8a7f360558
[PR #11143/23e81b8d backport][stable-12] replace redundant to_native()/to_text() occurrences, batch 8 ( #11164 )
...
replace redundant to_native()/to_text() occurrences, batch 8 (#11143 )
* replace redundant to_native()/to_text() occurrences, batch 8
* add changelog frag
* Update plugins/modules/jira.py
---------
(cherry picked from commit 23e81b8d30 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-11-16 07:09:40 +01:00
patchback[bot]
f1d9a2b134
[PR #11110/996d9a7f backport][stable-12] replace batch 6 of redundant to_native()/to_text() occurrences ( #11141 )
...
replace batch 6 of redundant to_native()/to_text() occurrences (#11110 )
* replace batch 6 of redundant to_native()/to_text() occurrences
* add changelog frag
(cherry picked from commit 996d9a7f63 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-11-12 21:59:18 +01:00
patchback[bot]
1eca76969a
[PR #11055/a9a4f890 backport][stable-12] remove required=false from docs ( #11065 )
...
remove required=false from docs (#11055 )
(cherry picked from commit a9a4f89033 )
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-11-09 09:59:07 +01:00
Felix Fontein
340ff8586d
Reformat everything.
2025-11-01 13:46:53 +01:00
Alexei Znamensky
50846b7560
modules i[^p]*: use f-strings ( #10969 )
...
* remove extraneous to_native()
* add changelog frag
* Apply suggestions from code review
2025-10-25 13:41:49 +02:00
Felix Fontein
8f8a0e1d7c
Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files ( #10886 )
...
* Adjust all __future__ imports:
for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do
sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i;
done
* Remove all UTF-8 encoding specifications for Python source files:
for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done
* Remove __metaclass__ = type:
for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
sed -e '/^__metaclass__ = type/d' -i $i;
done
2025-10-10 19:52:04 +02:00
Felix Fontein
1375cb65d6
Unify TLS/SSL config for Redfish modules with new common argument spec and docs fragment; add validate_certs and ca_path options ( #9964 )
...
Unify TLS/SSL config for Redfish modules with new common argument spec and docs fragment.
2025-04-10 07:08:04 +02:00
Alexei Znamensky
84655b0d0f
i[b-n]*.py: normalize docs ( #9393 )
...
* i[b-n]*.py: normalize docs
* Update plugins/modules/ilo_redfish_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-26 21:52:26 +01:00
Felix Fontein
755a49692d
Add attributes to remove management modules ( #5961 )
...
Add attributes to remove management modules.
2023-02-20 17:28:13 +01:00
Bhavya
b92542dea2
Minor changes to HPE iLO collection ( #5804 )
...
* Minor changes to setting IPs of servers
* Lint fix
* Added change log
* Update changelogs/fragments/5804-minor-changes-to-hpe-ilo-collection.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-01-18 07:59:13 +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
Bhavya
8508e3fa6f
Modules for managing HPE iLO ( #3740 )
...
* Adding HPE ilo modules
* lint fix
* symlink created
* Fan message enhancement
* Removed comments
* Added uniform constuct
* Update plugins/module_utils/redfish_utils.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/module_utils/redfish_utils.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/remote_management/redfish/ilo_redfish_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Added info module and minor changes
* lint fixes
* lint fixes
* lint fixes
* lint fixes
* Added tests and modifed ilo_redfish_info
* Modified tests
* lint fix
* result overwrite fixed
* result overwrite fixed
* Added result
* Changed RESULT
* Modified contains
* Added License
* lint fix
* Changed RESULT
* lint fix
* Changed return
* Changed return
* Update plugins/modules/remote_management/redfish/ilo_redfish_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/remote_management/redfish/ilo_redfish_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/remote_management/redfish/ilo_redfish_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/remote_management/redfish/ilo_redfish_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/remote_management/redfish/ilo_redfish_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/remote_management/redfish/ilo_redfish_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Added - changed
* Modified changed attribute
* Changed modified
* lint fix
* Removed req
* Minor changes
* Update plugins/modules/remote_management/redfish/ilo_redfish_info.py
Co-authored-by: Rajeevalochana Kallur <rajeevalochana.kallur@hpe.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-12-11 21:27:09 +01:00