An Ansible role for configuring logical volumes and mount points for Satellite Server(s)
See Satellite 6 Installation Guide - 1.2.1 Storage Requirments for details on sizing.
parameter | required | default | choices | comments |
---|---|---|---|---|
satellite_pvs | yes | /dev/vdb | Physical volume(s) to use for Satellite storage. | |
satellite_vg | yes | satellite_vg | Volume group to use or create for Satellite storage. | |
satellite_lv_pulp_size | yes | 10g | Initial size of the /var/lib/pulp volume. |
|
satellite_lv_pulp_cache_size | yes | 5g | Initial size of the /var/cache/pulp volume. |
|
satellite_lv_mongodb_size | yes | 0g | Initial size of the /var/lib/mongodb volume. |
|
satellite_lv_pgsql_size | yes | 0g | Initial size of the /var/lib/pgsql volume. |