59890b5cebd890677f12e9fc65a35bf03171cb9f

At the moment for deb systems we use `/etc/modules` file which is symlinked to `/etc/modules-load.d/modules.conf` file by default. With that for EL we using `/etc/modules-load.d/openstack-ansible.conf` which is better place in general, but also does not prevent risk of direct conflicts with default system configration. Usage of `persistent` key of community.general.modprobe (which was added in 7.0.0) allows us to not only load the module in runtime, but also define/remove module from being loaded on boot based on the condition. With that we also add `params` key, which allows to supply custom module configuration and is also controlled by `persistent` key. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/951869 Change-Id: I0e910387e021136a0680f0e6d1c63fc29ed0c6ff Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
OpenStack-Ansible openstack_hosts
Role for basic setup and configuration of a host machine for use within OpenStack. This role tunes a host to receive OpenStack. The basic operations within the role install, set up, and tune specific kernel options that all OpenStack hosts need to perform nominally.
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-openstack_hosts/latest/
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/openstack-ansible-openstack_hosts/
- The project source code repository is located at:
-
https://opendev.org/openstack/openstack-ansible-openstack_hosts/
- The project home is at:
- The project bug tracker is located at:
Description
Languages
Jinja
59.1%
Python
40.9%