Alexei Znamensky
68ae04a95a
Cleanup of aliases skip statements ( #11686 )
...
* add scripts to clean aliases' skips
* remove legacy skips
* code cosmetics
* add license to ALIASES.md
* Fix typos in ALIASES.md documentation
* rolling back freebsd14.2 and 14.3 in iso_extract
* fix versions and re-run
2026-03-30 19:31:17 +02:00
Alexei Znamensky
b1ac989c70
remove skip/aix from aliases files ( #11660 )
2026-03-23 06:38:06 +01:00
Felix Fontein
476f2bf641
Integration tests: replace ansible_xxx with ansible_facts.xxx ( #11479 )
...
Replace ansible_xxx with ansible_facts.xxx.
2026-02-07 18:18:48 +01:00
Thomas Sjögren
482a90e8b4
add support for systemd creds encrypt/decrypt ( #9383 )
...
* add support for systemd creds encrypt/decrypt
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* add __metaclass__
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* Python 2.7 issues
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* update version_added and ci test aliases
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* switch to container
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* run tests in docker as well
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* move tasks into tasks/
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* no need to call echo
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* lint and add become:
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* dont append a newline
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* don't clean newlines
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* only use module name
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* clean
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* change msg to value
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* add return values
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* update attributes and description
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* Update plugins/modules/systemd_creds_decrypt.py
Co-authored-by: Felix Fontein <felix@fontein.de >
* set newline default
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* Update plugins/modules/systemd_creds_encrypt.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* Update plugins/modules/systemd_creds_encrypt.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* Update plugins/modules/systemd_creds_encrypt.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* update required and spelling
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
* use single backslash
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
---------
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
2024-12-29 21:15:57 +01:00