ansible-collections-validations

container_status

This role checks if there are containers on a system that are in a bad state.

kernel_version

This role checks the current kernel version and compares it with the given kernel version.

Role Variables

kernel_version_expected
Default: 5.4

What kernel version is expected.

mysql_open_files_limit

This role checks the value of open_files_limit within the mariadb container.

Role Variable

mysql_open_files_limit_min
Default: 16384

The open_files_limit option for mysql must be higher than this value.

system_encoding

This role checks whether a certain encoding is set on a system.

Role Variable

system_encoding_expected
Default: - utf8 - utf-8

What encoding is expected.

ulimits

This role checks the ulimits.

Role Variables

ulimits_nofiles_min
Default: 1024

Minimum value for nofiles.

ulimits_nproc_min
Default: 2048

Minimum value for nproc.