Bookmark this page

Summary

  • The ansible.builtin.yum_repository module configures a Yum repository on a managed host. For repositories that use public keys, you can verify that the key is available with the ansible.builtin.rpm_key module.

  • The ansible.builtin.user and ansible.builtin.group modules create users and groups respectively on a managed host.

  • The ansible.builtin.known_hosts module configures SSH known hosts for a server and the ansible.posix.authorized_key modules configures authorized keys for user authentication.

  • The ansible.builtin.cron module configures system or user Cron jobs on managed hosts.

  • The ansible.posix.at module configures One-off at jobs on managed hosts.

  • The redhat.rhel_system_roles Red Hat Certified Ansible Content Collection includes two particularly useful system roles: storage, which supports the configuration of LVM logical volumes, and network, which enables the configuration of network interfaces and connections.

Revision: rh294-9.0-c95c7de