Felix Fontein
236b9c0e04
Sort imports with ruff check --fix ( #11400 )
...
Sort imports with ruff check --fix.
2026-01-09 07:40:58 +01:00
Alexei Znamensky
634be713bb
replace batch of redundant to_native() occurrences ( #11098 )
...
* replace batch of redundant to_native() occurrences
* add changelog frag
2025-11-11 19:10:00 +13:00
Alexei Znamensky
a9a4f89033
remove required=false from docs ( #11055 )
2025-11-09 08:27:06 +01:00
Felix Fontein
340ff8586d
Reformat everything.
2025-11-01 13:46:53 +01:00
Felix Fontein
74c2c804e5
Cleanup: use super() instead of super(__class__, self) ( #11016 )
...
* Address UP008: Use super() instead of super(__class__, self).
* Linting.
2025-10-30 20:17:26 +01: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
Alexei Znamensky
993e3a736e
ipa_*: add common connection notes to modules ( #10615 )
...
* ipa_*: add common connection notes to modules
* Update plugins/doc_fragments/ipa.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/doc_fragments/ipa.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-08-11 06:44:38 +02:00
Alexei Znamensky
0f7cd5473f
arg_spec adjustments: modules [g-j]* ( #10505 )
...
* arg_spec adjustments: modules [g-j]*
* add changelog frag
2025-07-31 22:43:41 +02:00
Alexei Znamensky
a36ad54b53
doc style adjustments: modules i* ( #10409 )
2025-07-14 15:14:20 +02:00
alice seaborn
7d06be1c20
fix typo in ipa_dnsrecord module examples ( #10304 )
...
[FIX] Typo in ipa_dnsrecord example
Simple comma instead of a period, easy mistake.
2025-06-26 22:03:36 +02:00
Alexei Znamensky
a99f72fc36
[ip ... j]*.py: normalize docs ( #9392 )
...
* [ip ... j]*.py: normalize docs
* Update plugins/modules/ip_netns.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-26 13:40:05 +01:00
Felix Fontein
c0fd10e793
Various docs improvements ( #8664 )
...
Various docs improvements.
2024-07-23 17:18:41 +02:00
Daniel
1c4ab7fafc
Add support for SSHFP records to ipa_dnsrecord module ( #8404 )
...
* Add support for SSHFP records to ipa_dnsrecord module
* Create 8404-ipa_dnsrecord_sshfp.yml
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix a typo in the example for ipa_dnsrecord with type SSHFP
* Update plugins/modules/ipa_dnsrecord.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-06-06 07:37:08 +02:00
John Berninger
f79940c415
ipa_dnsmodule: Add support for ns record management ( #7737 )
...
* Add NS record type management to ipa_dnsrecord
* Add jwbernin to BOTMETA for ipa_ modules
* Add changelog fragment
* Rename changelog fragment with pull request number
* Commit changes suggested by felixfontein
2023-12-28 08:32:39 +01:00
Felix Fontein
3e0d84bdda
Use semantic markup (modules h-j) ( #6677 )
...
* Use semantic markup.
* Use 'ignore:' until a new version of antsibull-docs is released.
* 'ignore:' is no longer needed.
* E() now works better.
2023-06-15 15:47:00 +02:00
Tristan Pinaudeau
91b692634e
Fixed typo in record_values documentation ( #6620 )
2023-06-06 05:59:32 +02:00
Felix Fontein
18a6bdd6aa
Add attributes to ipa and keycloak modules ( #5950 )
...
Add attributes to ipa and keycloak modules.
2023-02-24 09:25:31 +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