1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Tom Hesse
d04680f108 Revert "Add debug task"
This reverts commit 6f005e9564b279cfb97d68ee25f2b48318ca400e.
2025-09-04 07:08:48 +02:00
Tom Hesse
3faa18dd31 Add debug task 2025-09-04 07:08:48 +02:00
Tom Hesse
e5291723c0 Revert "Remove modprobe task to check if testing works without it"
This reverts commit e183bf08fc46163ce11f6ca7fb7075b292c3a534.
2025-09-04 07:08:48 +02:00
Tom Hesse
137c80ff53 Remove modprobe task to check if testing works without it 2025-09-04 07:08:48 +02:00
Tom Hesse
9143ec26ff Use correct kernel name for zfs kernel modules 2025-09-04 07:08:47 +02:00
Tom Hesse
928622703d
New module zpool (#10146)
* Add zpool module

* Add botmeta

* Use str.format instead of f-strings

* Remove nonlocal usage

* Add check to only pass ashift to zpool add

* Extend ansible_spec and remove unnecessary validation

* Apply suggestions and fix style

* Fix indentation of yaml lists

* Add method to normalize vdevs

Fix role: none in vdevs

* Use CmdRunner instead of run_command

* Fix styling and documentation

* Use str.format instead of f-strings

* Make sure vdevs are only required when state is present

* Add support for loop devices and normalize vdev type

* Add integration tests

* Add missing test dependencies for alpine and redhat

* Skip integration tests on rhel10 until there there packages available

* Use package module for better auto detection of package manager on rhel

* Add copyright header

* Skip tests on rhel and remove redhat install requirements

* Ensure loop devices under /dev exist

* Enable usage of files as pool devices

* Remove disk setup

* Use files as disks

* Apply suggestions

* Fix argument_spec
2025-06-07 17:52:01 +02:00