Closed pablomh closed 2 years ago
It was tested against -> Tested against master
, so YMMV in this branch.refactor
.
Thank you! Moving to roles we do not maintain is so needed :)
I'll probably move that storage_pools
config from playbook to config to follow the current pattern. I'm very glad you took the time to discover this path!
I didn't put it in config because I wanted to reuse most of the code for the capsules (they will need few partitions).
Provide a way to store most of the Satellite data in a different disk.
To do so, set
partition_new_storage
toTrue
andstorage_pools_disk
with the value of the disk to be used, and a new VG and the required LV and partitions will be created.It uses the
linux-system-roles.storage
Ansible role.Note: this code can be easily reused to implement the same funcionality for capsules installations.