Perform some Ansible Vault operations.
Encrypt a file. Requires src, dest.
Perform some chrony operations.
Do a chronyc make_step.
Do a chronyc tracking. Return the data in a useful form.
Simply reload the sysctl settings from /etc/sysctl.conf.
Synchronise the hardware clock and (operating) system clock.
Define missing locales.
The locale to generate. Must be specified.
Character map to use. Default: 'UTF-8'
Output path for the locale including filename. Default: '/usr/lib64/locale/.'
- '/usr/bin/localedef'
-
name: 'Create en-GB.UTF-8 locale' localedef: locale: 'en_GB'
-
name: 'Create en-GB.ACSII locale in /tmp for no reason' localedef: locale: 'en_GB' charmap: 'ASCII' path: '/tmp/en_GB.ASCII'